]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/3975'
authorTom Hughes <tom@compton.nu>
Wed, 14 Jun 2023 16:41:30 +0000 (17:41 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 14 Jun 2023 16:41:30 +0000 (17:41 +0100)
157 files changed:
.github/workflows/docker.yml
.github/workflows/lint.yml
.github/workflows/tests.yml
.gitignore
.rubocop.yml
.rubocop_todo.yml
DOCKER.md
Dockerfile
Gemfile
Gemfile.lock
INSTALL.md
Vagrantfile
app/assets/javascripts/leaflet.map.js
app/assets/stylesheets/common.scss
app/assets/stylesheets/ltr/small.scss [deleted symlink]
app/assets/stylesheets/rtl/small.r2.scss [deleted symlink]
app/controllers/issues_controller.rb
app/controllers/site_controller.rb
app/helpers/changesets_helper.rb
app/helpers/note_helper.rb
app/views/browse/_common_details.html.erb
app/views/browse/changeset.html.erb
app/views/geocoder/search.html.erb
app/views/issues/index.html.erb
app/views/layouts/_flash.html.erb
app/views/site/_about_section.html.erb
app/views/site/about.html.erb
app/views/site/copyright.html.erb
app/views/site/edit.html.erb
app/views/site/fixthemap.html.erb
app/views/site/offline.html.erb [deleted file]
app/views/user_mailer/gpx_success.html.erb
app/views/users/new.html.erb
config/image_optim/development.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/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/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-BR.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/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/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/wiki_pages.yml
docker-compose.yml
script/normalise-structure
script/vagrant/setup/provision.sh
test/controllers/accounts_controller_test.rb
test/controllers/browse_controller_test.rb
test/controllers/messages_controller_test.rb
test/controllers/passwords_controller_test.rb
test/controllers/preferences_controller_test.rb
test/controllers/profiles_controller_test.rb
test/controllers/site_controller_test.rb
test/helpers/application_helper_test.rb
test/helpers/changesets_helper_test.rb
test/helpers/note_helper_test.rb
test/integration/user_login_test.rb
test/lib/i18n_test.rb
vendor/assets/iD/iD.js
vendor/assets/iD/iD/data/imagery.min.json
yarn.lock

index acc19b8c0ef70f9d8cd1a00638a326599a4b508f..74d03b31c982c3e90ff2bb1d55c3aa05209312e0 100644 (file)
@@ -8,7 +8,7 @@ concurrency:
 jobs:
   test:
     name: Docker
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
     - name: Checkout source
       uses: actions/checkout@v3
index 8dd3d69a5754616214868ae8cd493cdeea18fbc1..e762df4454263d928e570ce04cb108f137cf2019 100644 (file)
@@ -6,12 +6,12 @@ concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
   cancel-in-progress: true
 env:
-  os: ubuntu-20.04
-  ruby: '2.7'
+  os: ubuntu-22.04
+  ruby: '3.0'
 jobs:
   rubocop:
     name: RuboCop
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
     - name: Check out code
       uses: actions/checkout@v3
@@ -24,7 +24,7 @@ jobs:
       run: bundle exec rubocop --format fuubar
   erblint:
     name: ERB Lint
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
     - name: Check out code
       uses: actions/checkout@v3
@@ -37,7 +37,7 @@ jobs:
       run: bundle exec erblint .
   eslint:
     name: ESLint
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
     - name: Check out code
       uses: actions/checkout@v3
@@ -61,7 +61,7 @@ jobs:
       run: bundle exec rails eslint
   brakeman:
     name: Brakeman
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
     - name: Check out code
       uses: actions/checkout@v3
index aa8edff124947d963482cfb5ecc2f1e37fd073b4..d4e5dd346ef5e150f375ad0864a477959fc80c3f 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     strategy:
       matrix:
         ubuntu: [20.04, 22.04]
-        ruby: ['2.7', '3.0', '3.1']
+        ruby: ['3.0', '3.1']
     runs-on: ubuntu-${{ matrix.ubuntu }}
     env:
       RAILS_ENV: test
@@ -60,10 +60,11 @@ jobs:
     - name: Run tests
       run: bundle exec rails test:all
     - name: Report completion to Coveralls
-      uses: coverallsapp/github-action@v1.2.4
+      uses: coverallsapp/github-action@v2.2.0
       with:
         github-token: ${{ secrets.github_token }}
         flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}
+        format: lcov
         parallel: true
   finish:
     name: Finalise
@@ -71,7 +72,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Report completion to Coveralls
-      uses: coverallsapp/github-action@v1.2.4
+      uses: coverallsapp/github-action@v2.2.0
       with:
         github-token: ${{ secrets.github_token }}
         parallel-finished: true
index 75e9eb59e73fe2fb5dfe474e590dfed8fd748c67..e5866532e5299d4815f527ae4bd2dc74c196680a 100644 (file)
@@ -1,5 +1,6 @@
 *~
 .DS_Store
+.bundle/config
 .idea
 .ruby-gemset
 .ruby-version
index cfa31cc048d6423973cd42b78d6ad7d000a63c1b..dc2a33a35b05d863e828a7afd5649ec8461534b4 100644 (file)
@@ -2,13 +2,14 @@ inherit_from: .rubocop_todo.yml
 
 require:
   - rubocop-capybara
+  - rubocop-factory_bot
   - rubocop-minitest
   - rubocop-performance
   - rubocop-rails
   - rubocop-rake
 
 AllCops:
-  TargetRubyVersion: 2.7
+  TargetRubyVersion: 3.0
   NewCops: enable
   Exclude:
     - 'vendor/**/*'
index d763c6d469c36ae4c61043a0a38139794646d477..527c793545f61d6307aedff2f35df3f69cf307cc 100644 (file)
@@ -1,6 +1,6 @@
 # This configuration was generated by
 # `rubocop --auto-gen-config`
-# on 2023-01-03 19:11:30 UTC using RuboCop version 1.42.0.
+# on 2023-04-11 16:47:05 UTC using RuboCop version 1.50.0.
 # 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,15 +14,15 @@ require:
   - rubocop-rails
   - rubocop-rake
 
-# Offense count: 556
+# Offense count: 557
 # This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
+# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
 # URISchemes: http, https
 Layout/LineLength:
   Max: 248
 
 # Offense count: 29
-# This cop supports safe autocorrection (--autocorrect).
+# This cop supports unsafe autocorrection (--autocorrect-all).
 # Configuration parameters: AllowSafeAssignment.
 Lint/AssignmentInCondition:
   Exclude:
@@ -42,13 +42,13 @@ Lint/AssignmentInCondition:
     - 'lib/osm.rb'
     - 'script/deliver-message'
 
-# Offense count: 681
-# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
+# Offense count: 680
+# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
 Metrics/AbcSize:
   Max: 189
 
 # Offense count: 73
-# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
+# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
 # AllowedMethods: refine
 Metrics/BlockLength:
   Max: 71
@@ -58,18 +58,18 @@ Metrics/BlockLength:
 Metrics/BlockNesting:
   Max: 5
 
-# Offense count: 25
+# Offense count: 26
 # Configuration parameters: CountComments, CountAsOne.
 Metrics/ClassLength:
-  Max: 316
+  Max: 285
 
-# Offense count: 60
-# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
+# Offense count: 59
+# Configuration parameters: AllowedMethods, AllowedPatterns.
 Metrics/CyclomaticComplexity:
   Max: 26
 
-# Offense count: 755
-# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
+# Offense count: 753
+# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
 Metrics/MethodLength:
   Max: 179
 
@@ -78,17 +78,17 @@ Metrics/MethodLength:
 Metrics/ParameterLists:
   Max: 6
 
-# Offense count: 57
-# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
+# Offense count: 56
+# Configuration parameters: AllowedMethods, AllowedPatterns.
 Metrics/PerceivedComplexity:
   Max: 27
 
-# Offense count: 2513
+# Offense count: 2394
 # This cop supports safe autocorrection (--autocorrect).
 Minitest/EmptyLineBeforeAssertionMethods:
   Enabled: false
 
-# Offense count: 564
+# Offense count: 565
 Minitest/MultipleAssertions:
   Max: 54
 
@@ -172,6 +172,17 @@ Rails/OutputSafety:
     - 'lib/rich_text.rb'
     - 'test/helpers/application_helper_test.rb'
 
+# Offense count: 16
+# Configuration parameters: Include.
+# Include: db/**/*.rb
+Rails/ThreeStateBooleanColumn:
+  Exclude:
+    - 'db/migrate/001_create_osm_db.rb'
+    - 'db/migrate/006_tile_nodes.rb'
+    - 'db/migrate/007_add_relations.rb'
+    - 'db/migrate/054_refactor_map_bug_tables.rb'
+    - 'db/migrate/20140507110937_create_changeset_comments.rb'
+
 # Offense count: 6
 # This cop supports safe autocorrection (--autocorrect).
 Rake/Desc:
@@ -181,7 +192,7 @@ Rake/Desc:
     - 'lib/tasks/subscribe_diary_authors.rake'
     - 'lib/tasks/subscribe_old_changesets.rake'
 
-# Offense count: 631
+# Offense count: 632
 # This cop supports unsafe autocorrection (--autocorrect-all).
 # Configuration parameters: EnforcedStyle.
 # SupportedStyles: always, always_true, never
@@ -193,10 +204,3 @@ Style/FrozenStringLiteralComment:
 # Configuration parameters: Strict, AllowedNumbers, AllowedPatterns.
 Style/NumericLiterals:
   MinDigits: 15
-
-# Offense count: 110
-# This cop supports unsafe autocorrection (--autocorrect-all).
-# Configuration parameters: .
-# SupportedOperators: *, +, &, |, ^
-Style/YodaExpression:
-  Enabled: false
index 2df50bea91c657bc6e3ed1806fef2d9253a24754..bddb9695bccaa213147ee693de732f0952168b0a 100644 (file)
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -5,7 +5,7 @@ These instructions are designed for setting up `openstreetmap-website` for devel
 - [Install Docker](https://docs.docker.com/install/)
 - [Install Docker Compose](https://docs.docker.com/compose/install/)
 
-**Windows users: You must enable symlinks before cloning the repository.** This repository uses symbolic links that are not enabled by default on Windows. To enable them, [turn on Developer Mode](https://windowsreport.com/windows-11-developer-mode/) on Windows and run `git config --global core.symlinks true` to enable symlinks in Git. See [this StackOverflow question](https://stackoverflow.com/questions/5917249/git-symbolic-links-in-windows) for more information.
+**Windows users: You must enable git symlinks before cloning the repository.** This repository uses symbolic links that are not enabled by default on Windows git. To enable them, [turn on Developer Mode](https://windowsreport.com/windows-11-developer-mode/) on Windows and run `git config --global core.symlinks true` to enable symlinks in Git. See [this StackOverflow question](https://stackoverflow.com/questions/5917249/git-symbolic-links-in-windows) for more information.
 
 The first step is to fork/clone the repo to your local machine:
 
index 0bd5947be5ceb1fb2cb4dc2c425f5b3e1175a6b7..f3c56e1615c922c53a91dd5aaae86ea9a51c0d64 100644 (file)
@@ -1,4 +1,4 @@
-FROM ubuntu:20.04
+FROM ubuntu:22.04
 
 ENV DEBIAN_FRONTEND=noninteractive
 
@@ -9,7 +9,7 @@ RUN apt-get update \
       curl \
       default-jre-headless \
       file \
-      firefox-geckodriver \
+      gpg-agent \
       libarchive-dev \
       libffi-dev \
       libgd-dev \
@@ -19,13 +19,21 @@ RUN apt-get update \
       libxml2-dev \
       libxslt1-dev \
       locales \
-      nodejs \
       postgresql-client \
-      ruby2.7 \
-      ruby2.7-dev \
+      ruby \
+      ruby-dev \
+      ruby-bundler \
+      software-properties-common \
       tzdata \
       unzip \
-      yarnpkg \
+      nodejs \
+      npm \
+ && 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/*
 
@@ -41,8 +49,7 @@ WORKDIR /app
 
 # Install Ruby packages
 ADD Gemfile Gemfile.lock /app/
-RUN gem install bundler \
- && bundle install
+RUN bundle install
 
 # Install NodeJS packages using yarn
 ADD package.json yarn.lock /app/
diff --git a/Gemfile b/Gemfile
index c25240f9ff0623f547dfc17f46942484e27b7efe..39ffed86006555c094fa52d6c77394b1bfd9a8a1 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -153,6 +153,7 @@ group :test do
   gem "rails-controller-testing"
   gem "rubocop"
   gem "rubocop-capybara"
+  gem "rubocop-factory_bot"
   gem "rubocop-minitest"
   gem "rubocop-performance"
   gem "rubocop-rails"
index 1bdac0de6799cbc03171b61dbf6d5e9ff570df20..a0155a22ce68c76061edfc1cc50bf664f3f65ceb 100644 (file)
@@ -3,78 +3,78 @@ GEM
   specs:
     aasm (5.5.0)
       concurrent-ruby (~> 1.0)
-    actioncable (7.0.4.3)
-      actionpack (= 7.0.4.3)
-      activesupport (= 7.0.4.3)
+    actioncable (7.0.5)
+      actionpack (= 7.0.5)
+      activesupport (= 7.0.5)
       nio4r (~> 2.0)
       websocket-driver (>= 0.6.1)
-    actionmailbox (7.0.4.3)
-      actionpack (= 7.0.4.3)
-      activejob (= 7.0.4.3)
-      activerecord (= 7.0.4.3)
-      activestorage (= 7.0.4.3)
-      activesupport (= 7.0.4.3)
+    actionmailbox (7.0.5)
+      actionpack (= 7.0.5)
+      activejob (= 7.0.5)
+      activerecord (= 7.0.5)
+      activestorage (= 7.0.5)
+      activesupport (= 7.0.5)
       mail (>= 2.7.1)
       net-imap
       net-pop
       net-smtp
-    actionmailer (7.0.4.3)
-      actionpack (= 7.0.4.3)
-      actionview (= 7.0.4.3)
-      activejob (= 7.0.4.3)
-      activesupport (= 7.0.4.3)
+    actionmailer (7.0.5)
+      actionpack (= 7.0.5)
+      actionview (= 7.0.5)
+      activejob (= 7.0.5)
+      activesupport (= 7.0.5)
       mail (~> 2.5, >= 2.5.4)
       net-imap
       net-pop
       net-smtp
       rails-dom-testing (~> 2.0)
-    actionpack (7.0.4.3)
-      actionview (= 7.0.4.3)
-      activesupport (= 7.0.4.3)
-      rack (~> 2.0, >= 2.2.0)
+    actionpack (7.0.5)
+      actionview (= 7.0.5)
+      activesupport (= 7.0.5)
+      rack (~> 2.0, >= 2.2.4)
       rack-test (>= 0.6.3)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.0, >= 1.2.0)
     actionpack-page_caching (1.2.4)
       actionpack (>= 4.0.0)
-    actiontext (7.0.4.3)
-      actionpack (= 7.0.4.3)
-      activerecord (= 7.0.4.3)
-      activestorage (= 7.0.4.3)
-      activesupport (= 7.0.4.3)
+    actiontext (7.0.5)
+      actionpack (= 7.0.5)
+      activerecord (= 7.0.5)
+      activestorage (= 7.0.5)
+      activesupport (= 7.0.5)
       globalid (>= 0.6.0)
       nokogiri (>= 1.8.5)
-    actionview (7.0.4.3)
-      activesupport (= 7.0.4.3)
+    actionview (7.0.5)
+      activesupport (= 7.0.5)
       builder (~> 3.1)
       erubi (~> 1.4)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.1, >= 1.2.0)
     active_record_union (1.3.0)
       activerecord (>= 4.0)
-    activejob (7.0.4.3)
-      activesupport (= 7.0.4.3)
+    activejob (7.0.5)
+      activesupport (= 7.0.5)
       globalid (>= 0.3.6)
-    activemodel (7.0.4.3)
-      activesupport (= 7.0.4.3)
-    activerecord (7.0.4.3)
-      activemodel (= 7.0.4.3)
-      activesupport (= 7.0.4.3)
+    activemodel (7.0.5)
+      activesupport (= 7.0.5)
+    activerecord (7.0.5)
+      activemodel (= 7.0.5)
+      activesupport (= 7.0.5)
     activerecord-import (1.4.1)
       activerecord (>= 4.2)
-    activestorage (7.0.4.3)
-      actionpack (= 7.0.4.3)
-      activejob (= 7.0.4.3)
-      activerecord (= 7.0.4.3)
-      activesupport (= 7.0.4.3)
+    activestorage (7.0.5)
+      actionpack (= 7.0.5)
+      activejob (= 7.0.5)
+      activerecord (= 7.0.5)
+      activesupport (= 7.0.5)
       marcel (~> 1.0)
       mini_mime (>= 1.1.0)
-    activesupport (7.0.4.3)
+    activesupport (7.0.5)
       concurrent-ruby (~> 1.0, >= 1.0.2)
       i18n (>= 1.6, < 2)
       minitest (>= 5.1)
       tzinfo (~> 2.0)
-    addressable (2.8.1)
+    addressable (2.8.4)
       public_suffix (>= 2.0.2, < 6.0)
     annotate (3.2.0)
       activerecord (>= 3.2, < 8.0)
@@ -86,25 +86,25 @@ GEM
     autoprefixer-rails (10.4.13.0)
       execjs (~> 2)
     aws-eventstream (1.2.0)
-    aws-partitions (1.726.0)
-    aws-sdk-core (3.170.0)
+    aws-partitions (1.778.0)
+    aws-sdk-core (3.174.0)
       aws-eventstream (~> 1, >= 1.0.2)
       aws-partitions (~> 1, >= 1.651.0)
       aws-sigv4 (~> 1.5)
       jmespath (~> 1, >= 1.6.1)
-    aws-sdk-kms (1.63.0)
-      aws-sdk-core (~> 3, >= 3.165.0)
+    aws-sdk-kms (1.66.0)
+      aws-sdk-core (~> 3, >= 3.174.0)
       aws-sigv4 (~> 1.1)
-    aws-sdk-s3 (1.119.1)
-      aws-sdk-core (~> 3, >= 3.165.0)
+    aws-sdk-s3 (1.123.2)
+      aws-sdk-core (~> 3, >= 3.174.0)
       aws-sdk-kms (~> 1)
       aws-sigv4 (~> 1.4)
     aws-sigv4 (1.5.2)
       aws-eventstream (~> 1, >= 1.0.2)
-    better_errors (2.9.1)
-      coderay (>= 1.0.0)
+    better_errors (2.10.0)
       erubi (>= 1.0.0)
       rack (>= 0.9.0)
+      rouge (>= 1.0.0)
     better_html (2.0.1)
       actionview (>= 6.0)
       activesupport (>= 6.0)
@@ -120,10 +120,10 @@ GEM
       autoprefixer-rails (>= 9.1.0)
       popper_js (>= 2.9.3, < 3)
       sassc-rails (>= 2.0.0)
-    bootstrap_form (5.1.0)
-      actionpack (>= 5.2)
-      activemodel (>= 5.2)
-    brakeman (5.4.1)
+    bootstrap_form (5.2.2)
+      actionpack (>= 6.0)
+      activemodel (>= 6.0)
+    brakeman (6.0.0)
     brotli (0.4.0)
     browser (5.3.1)
     builder (3.2.4)
@@ -132,7 +132,7 @@ GEM
     cancancan (3.5.0)
     canonical-rails (0.2.14)
       rails (>= 4.1, <= 7.1)
-    capybara (3.38.0)
+    capybara (3.39.2)
       addressable
       matrix
       mini_mime (>= 0.1.3)
@@ -141,14 +141,13 @@ GEM
       rack-test (>= 0.6.3)
       regexp_parser (>= 1.5, < 3.0)
       xpath (~> 3.2)
-    coderay (1.1.3)
     composite_primary_keys (14.0.6)
       activerecord (~> 7.0.2)
     concurrent-ruby (1.2.2)
-    config (4.1.0)
+    config (4.2.0)
       deep_merge (~> 1.2, >= 1.2.1)
       dry-validation (~> 1.0, >= 1.0.0)
-    connection_pool (2.3.0)
+    connection_pool (2.4.1)
     crack (0.4.5)
       rexml
     crass (1.0.6)
@@ -162,7 +161,7 @@ GEM
       activerecord (>= 3.0, < 8.0)
       delayed_job (>= 3.0, < 5)
     docile (1.4.0)
-    doorkeeper (5.6.5)
+    doorkeeper (5.6.6)
       railties (>= 5)
     doorkeeper-i18n (5.2.6)
       doorkeeper (>= 5.2)
@@ -178,12 +177,12 @@ GEM
       concurrent-ruby (~> 1.0)
       dry-core (~> 1.0, < 2)
       zeitwerk (~> 2.6)
-    dry-schema (1.13.0)
+    dry-schema (1.13.2)
       concurrent-ruby (~> 1.0)
       dry-configurable (~> 1.0, >= 1.0.1)
       dry-core (~> 1.0, < 2)
       dry-initializer (~> 3.0)
-      dry-logic (>= 1.5, < 2)
+      dry-logic (>= 1.4, < 2)
       dry-types (>= 1.7, < 2)
       zeitwerk (~> 2.6)
     dry-types (1.7.1)
@@ -198,7 +197,7 @@ GEM
       dry-initializer (~> 3.0)
       dry-schema (>= 1.12, < 2)
       zeitwerk (~> 2.6)
-    erb_lint (0.3.1)
+    erb_lint (0.4.0)
       activesupport
       better_html (>= 2.0.1)
       parser (>= 2.7.1.4)
@@ -207,13 +206,13 @@ GEM
       smart_properties
     erubi (1.12.0)
     execjs (2.8.1)
-    exifr (1.3.10)
+    exifr (1.4.0)
     factory_bot (6.2.1)
       activesupport (>= 5.0.0)
     factory_bot_rails (6.2.0)
       factory_bot (~> 6.2.0)
       railties (>= 5.0.0)
-    faraday (2.7.4)
+    faraday (2.7.6)
       faraday-net_http (>= 2.0, < 3.1)
       ruby2_keywords (>= 0.0.4)
     faraday-net_http (3.0.2)
@@ -235,7 +234,7 @@ GEM
     highline (2.1.0)
     htmlentities (4.3.4)
     http_accept_language (2.1.1)
-    i18n (1.12.0)
+    i18n (1.14.1)
       concurrent-ruby (~> 1.0)
     i18n-js (3.9.2)
       i18n (>= 0.6.6)
@@ -263,7 +262,7 @@ GEM
     image_processing (1.12.2)
       mini_magick (>= 4.9.5, < 5)
       ruby-vips (>= 2.0.17, < 3)
-    image_size (3.2.0)
+    image_size (3.3.0)
     in_threads (1.6.0)
     jbuilder (2.11.5)
       actionview (>= 5.0.0)
@@ -274,20 +273,20 @@ GEM
       railties (>= 4.2.0)
       thor (>= 0.14, < 2.0)
     json (2.6.3)
-    jwt (2.7.0)
+    jwt (2.7.1)
     kgio (2.11.4)
     kramdown (2.4.0)
       rexml
-    libxml-ruby (4.0.0)
+    libxml-ruby (4.1.1)
     listen (3.8.0)
       rb-fsevent (~> 0.10, >= 0.10.3)
       rb-inotify (~> 0.9, >= 0.9.10)
     logstasher (2.1.5)
       activesupport (>= 5.2)
       request_store
-    loofah (2.19.1)
+    loofah (2.21.3)
       crass (~> 1.0.2)
-      nokogiri (>= 1.5.9)
+      nokogiri (>= 1.12.0)
     mail (2.8.1)
       mini_mime (>= 0.1.1)
       net-imap
@@ -299,12 +298,12 @@ GEM
     method_source (1.0.0)
     mini_magick (4.12.0)
     mini_mime (1.1.2)
-    mini_portile2 (2.8.1)
+    mini_portile2 (2.8.2)
     minitest (5.18.0)
-    msgpack (1.6.1)
+    msgpack (1.7.1)
     multi_json (1.15.0)
     multi_xml (0.6.0)
-    net-imap (0.3.4)
+    net-imap (0.3.6)
       date
       net-protocol
     net-pop (0.1.2)
@@ -313,9 +312,9 @@ GEM
       timeout
     net-smtp (0.3.3)
       net-protocol
-    nio4r (2.5.8)
-    nokogiri (1.14.2)
-      mini_portile2 (~> 2.8.0)
+    nio4r (2.5.9)
+    nokogiri (1.15.2)
+      mini_portile2 (~> 2.8.2)
       racc (~> 1.4)
     oauth (0.4.7)
     oauth-plugin (0.5.1)
@@ -363,43 +362,44 @@ GEM
       multi_json (~> 1.12)
       omniauth-oauth2 (~> 1.4)
     openstreetmap-deadlock_retry (1.3.1)
-    parallel (1.22.1)
-    parser (3.2.1.1)
+    parallel (1.23.0)
+    parser (3.2.2.3)
       ast (~> 2.4.1)
-    pg (1.4.6)
-    popper_js (2.11.6)
+      racc
+    pg (1.5.3)
+    popper_js (2.11.7)
     progress (3.6.0)
     public_suffix (5.0.1)
     puma (5.6.5)
       nio4r (~> 2.0)
     quad_tile (1.0.1)
     r2 (0.2.7)
-    racc (1.6.2)
-    rack (2.2.6.4)
-    rack-cors (2.0.0)
+    racc (1.7.0)
+    rack (2.2.7)
+    rack-cors (2.0.1)
       rack (>= 2.0.0)
     rack-openid (1.4.2)
       rack (>= 1.1.0)
       ruby-openid (>= 2.1.8)
-    rack-protection (3.0.5)
+    rack-protection (3.0.6)
       rack
     rack-test (2.1.0)
       rack (>= 1.3)
     rack-uri_sanitizer (0.0.2)
-    rails (7.0.4.3)
-      actioncable (= 7.0.4.3)
-      actionmailbox (= 7.0.4.3)
-      actionmailer (= 7.0.4.3)
-      actionpack (= 7.0.4.3)
-      actiontext (= 7.0.4.3)
-      actionview (= 7.0.4.3)
-      activejob (= 7.0.4.3)
-      activemodel (= 7.0.4.3)
-      activerecord (= 7.0.4.3)
-      activestorage (= 7.0.4.3)
-      activesupport (= 7.0.4.3)
+    rails (7.0.5)
+      actioncable (= 7.0.5)
+      actionmailbox (= 7.0.5)
+      actionmailer (= 7.0.5)
+      actionpack (= 7.0.5)
+      actiontext (= 7.0.5)
+      actionview (= 7.0.5)
+      activejob (= 7.0.5)
+      activemodel (= 7.0.5)
+      activerecord (= 7.0.5)
+      activestorage (= 7.0.5)
+      activesupport (= 7.0.5)
       bundler (>= 1.15.0)
-      railties (= 7.0.4.3)
+      railties (= 7.0.5)
     rails-controller-testing (1.0.5)
       actionpack (>= 5.0.1.rc1)
       actionview (>= 5.0.1.rc1)
@@ -407,14 +407,15 @@ GEM
     rails-dom-testing (2.0.3)
       activesupport (>= 4.2.0)
       nokogiri (>= 1.6)
-    rails-html-sanitizer (1.5.0)
-      loofah (~> 2.19, >= 2.19.1)
+    rails-html-sanitizer (1.6.0)
+      loofah (~> 2.21)
+      nokogiri (~> 1.14)
     rails-i18n (7.0.6)
       i18n (>= 0.7, < 2)
       railties (>= 6.0.0, < 8)
-    railties (7.0.4.3)
-      actionpack (= 7.0.4.3)
-      activesupport (= 7.0.4.3)
+    railties (7.0.5)
+      actionpack (= 7.0.5)
+      activesupport (= 7.0.5)
       method_source
       rake (>= 12.2)
       thor (~> 1.0)
@@ -424,32 +425,35 @@ GEM
     rb-fsevent (0.11.2)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
-    regexp_parser (2.7.0)
+    regexp_parser (2.8.1)
     request_store (1.5.1)
       rack (>= 1.4)
     rexml (3.2.5)
     rinku (2.0.6)
     rotp (6.2.2)
-    rubocop (1.48.1)
+    rouge (4.1.2)
+    rubocop (1.52.1)
       json (~> 2.3)
       parallel (~> 1.10)
-      parser (>= 3.2.0.0)
+      parser (>= 3.2.2.3)
       rainbow (>= 2.2.2, < 4.0)
       regexp_parser (>= 1.8, < 3.0)
       rexml (>= 3.2.5, < 4.0)
-      rubocop-ast (>= 1.26.0, < 2.0)
+      rubocop-ast (>= 1.28.0, < 2.0)
       ruby-progressbar (~> 1.7)
       unicode-display_width (>= 2.4.0, < 3.0)
-    rubocop-ast (1.27.0)
+    rubocop-ast (1.29.0)
       parser (>= 3.2.1.0)
-    rubocop-capybara (2.17.1)
+    rubocop-capybara (2.18.0)
       rubocop (~> 1.41)
-    rubocop-minitest (0.29.0)
+    rubocop-factory_bot (2.23.1)
+      rubocop (~> 1.33)
+    rubocop-minitest (0.31.0)
       rubocop (>= 1.39, < 2.0)
-    rubocop-performance (1.16.0)
+    rubocop-performance (1.18.0)
       rubocop (>= 1.7.0, < 2.0)
       rubocop-ast (>= 0.4.0)
-    rubocop-rails (2.18.0)
+    rubocop-rails (2.19.1)
       activesupport (>= 4.2.0)
       rack (>= 1.1)
       rubocop (>= 1.33.0, < 2.0)
@@ -473,7 +477,7 @@ GEM
       sprockets-rails
       tilt
     secure_headers (6.5.0)
-    selenium-webdriver (4.8.1)
+    selenium-webdriver (4.10.0)
       rexml (~> 3.2, >= 3.2.5)
       rubyzip (>= 1.2.2, < 3.0)
       websocket (~> 1.0)
@@ -502,10 +506,10 @@ GEM
       activerecord (>= 5.2)
     terminal-table (3.0.2)
       unicode-display_width (>= 1.1.1, < 3)
-    terser (1.1.14)
+    terser (1.1.16)
       execjs (>= 0.3.0, < 3)
-    thor (1.2.1)
-    tilt (2.1.0)
+    thor (1.2.2)
+    tilt (2.2.0)
     timeout (0.3.2)
     tzinfo (2.0.6)
       concurrent-ruby (~> 1.0)
@@ -513,7 +517,7 @@ GEM
     validates_email_format_of (1.7.2)
       i18n
     vendorer (0.2.0)
-    version_gem (1.1.1)
+    version_gem (1.1.3)
     webmock (3.18.1)
       addressable (>= 2.8.0)
       crack (>= 0.3.2)
@@ -524,7 +528,7 @@ GEM
     websocket-extensions (0.1.5)
     xpath (3.2.0)
       nokogiri (~> 1.8)
-    zeitwerk (2.6.7)
+    zeitwerk (2.6.8)
 
 PLATFORMS
   ruby
@@ -603,6 +607,7 @@ DEPENDENCIES
   rotp
   rubocop
   rubocop-capybara
+  rubocop-factory_bot
   rubocop-minitest
   rubocop-performance
   rubocop-rails
index 9ea4424769b43fedcbe26eb1eea00bb55efd9e03..74c736f4c735d6d29d9693d3a7f15819e0966d1b 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 20.04 LTS, which is the platform used by the OSMF servers.
+These instructions are based on Ubuntu 22.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,21 +22,21 @@ of packages required before you can get the various gems installed.
 
 ## Minimum requirements
 
-* Ruby 2.7+
+* Ruby 3.0+
 * PostgreSQL 9.1+
 * Bundler (see note below about [developer Ruby setup](#rbenv))
 * Javascript Runtime
 
-These can be installed on Ubuntu 20.04 or later with:
+These can be installed on Ubuntu 22.04 or later with:
 
 ```
 sudo apt-get update
-sudo apt-get install ruby2.7 libruby2.7 ruby2.7-dev \
+sudo apt-get install ruby ruby-dev ruby-bundler \
                      libvips-dev libxml2-dev libxslt1-dev nodejs \
-                     apache2 apache2-dev build-essential git-core firefox-geckodriver \
+                     build-essential git-core \
                      postgresql postgresql-contrib libpq-dev libsasl2-dev \
-                     libffi-dev libgd-dev libarchive-dev libbz2-dev yarnpkg
-sudo gem2.7 install bundler
+                     libffi-dev libgd-dev libarchive-dev libbz2-dev npm
+sudo npm install --global yarn
 ```
 
 ### Alternative platforms
@@ -230,7 +230,7 @@ For simplicity, this document explains how to install all the website dependenci
 
 If you choose to install Ruby and Bundler via `rbenv`, then you do not need to install the system libraries for Ruby:
 
-* For Ubuntu, you do not need to install the following packages: `ruby2.7 libruby2.7 ruby2.7-dev bundler`,
+* For Ubuntu, you do not need to install the following packages: `ruby3.0 libruby3.0 ruby3.0-dev bundler`,
 * For Fedora, you do not need to install the following packages: `ruby ruby-devel rubygem-rdoc rubygem-bundler rubygems`
 * For MacOSX, you do not need to `brew install ruby` - but make sure you've installed a version of Ruby using `rbenv` before running `gem install bundler`!
 
index 2ef8991231eefbb81141a82ab342ce3039e4fb88..7895d3b86cc4c0f6bf25bb5997fc6343d4286a2c 100644 (file)
@@ -4,7 +4,7 @@
 Vagrant.configure("2") do |config|
   # use official ubuntu image for virtualbox
   config.vm.provider "virtualbox" do |vb, override|
-    override.vm.box = "ubuntu/focal64"
+    override.vm.box = "ubuntu/jammy64"
     override.vm.synced_folder ".", "/srv/openstreetmap-website"
     vb.customize ["modifyvm", :id, "--memory", "4096"]
     vb.customize ["modifyvm", :id, "--cpus", "2"]
@@ -16,13 +16,13 @@ Vagrant.configure("2") do |config|
 
   # use third party image and sshfs or NFS sharing for lxc
   config.vm.provider "lxc" do |_, override|
-    override.vm.box = "generic/ubuntu2004"
+    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/ubuntu2004"
+    override.vm.box = "generic/ubuntu2204"
     override.vm.synced_folder ".", "/srv/openstreetmap-website", :type => sharing_type
   end
 
index 44aa530d9b39e2dd4aa8399dba5cedbca42b4500..88d16bc8e4595801c1b389e05a886ea094803c23 100644 (file)
@@ -15,13 +15,55 @@ L.OSM.Map = L.Map.extend({
   initialize: function (id, options) {
     L.Map.prototype.initialize.call(this, id, options);
 
-    var copyright = I18n.t("javascripts.map.copyright", { copyright_url: "/copyright" });
-    var donate = I18n.t("javascripts.map.donate_link_text", { donate_url: "https://donate.openstreetmap.org" });
-    var terms = I18n.t("javascripts.map.terms", { terms_url: "https://wiki.osmfoundation.org/wiki/Terms_of_Use" });
-    var cyclosm = I18n.t("javascripts.map.cyclosm", { cyclosm_url: "https://www.cyclosm.org", osmfrance_url: "https://openstreetmap.fr/" });
-    var thunderforest = I18n.t("javascripts.map.thunderforest", { thunderforest_url: "https://www.thunderforest.com/" });
-    var memomaps = I18n.t("javascripts.map.opnvkarte", { memomaps_url: "https://memomaps.de/" });
-    var hotosm = I18n.t("javascripts.map.hotosm", { hotosm_url: "https://www.hotosm.org/", osmfrance_url: "https://openstreetmap.fr/" });
+    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://donate.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 memomaps_link = $("<a>", {
+      href: "https://memomaps.de/",
+      target: "_blank",
+      text: I18n.t("javascripts.map.memomaps")
+    }).prop("outerHTML");
+    var memomaps = I18n.t("javascripts.map.opnvkarte_credit", { memomaps_link: memomaps_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 = [];
 
index 5a197d9b1be58f801df5d0b22518c971eff19dc6..06f98cc57b02a2f211147827174fc62c5066a107 100644 (file)
@@ -1253,22 +1253,6 @@ tr.turn:hover {
   display: none;
 }
 
-/* Rules for "flash" notice boxes shown at the top of the content area */
-
-.flash {
-  &.error {
-    background-color: #ff7070;
-  }
-
-  &.warning {
-    background-color: #ffe0cc;
-  }
-
-  &.notice {
-    background-color: #CBEEA7;
-  }
-}
-
 /* Rules for highlighting fields with rails validation errors */
 
 .formError {
diff --git a/app/assets/stylesheets/ltr/small.scss b/app/assets/stylesheets/ltr/small.scss
deleted file mode 120000 (symlink)
index f3fd1a0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../small.scss
\ No newline at end of file
diff --git a/app/assets/stylesheets/rtl/small.r2.scss b/app/assets/stylesheets/rtl/small.r2.scss
deleted file mode 120000 (symlink)
index f3fd1a0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../small.scss
\ No newline at end of file
index 124b29effc20aabc6657fc560947d6123ac5250c..44c19e322708a8b07c6ca75854988dbaba0782ca 100644 (file)
@@ -21,7 +21,7 @@ class IssuesController < ApplicationController
     @issues = Issue.visible_to(current_user).order(:updated_at => :desc)
 
     # If search
-    if params[:search_by_user]&.present?
+    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_id => @find_user.id)
@@ -31,11 +31,11 @@ class IssuesController < ApplicationController
       end
     end
 
-    @issues = @issues.where(:status => params[:status]) if params[:status]&.present?
+    @issues = @issues.where(:status => params[:status]) if params[:status].present?
 
-    @issues = @issues.where(:reportable_type => params[:issue_type]) if params[:issue_type]&.present?
+    @issues = @issues.where(:reportable_type => params[:issue_type]) if params[:issue_type].present?
 
-    if params[:last_updated_by]&.present?
+    if params[:last_updated_by].present?
       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
index a05fe376be5ae27a193244dade2fac409c9a169e..5fb8aa111183455586693a2f601024e40e674d55 100644 (file)
@@ -113,7 +113,14 @@ class SiteController < ApplicationController
 
   def export; end
 
-  def offline; end
+  def offline
+    flash.now[:warning] = if Settings.status == "database_offline"
+                            t("layouts.osm_offline")
+                          else
+                            t("layouts.osm_read_only")
+                          end
+    render :html => nil, :layout => true
+  end
 
   def preview
     render :html => RichText.new(params[:type], params[:text]).to_html
index 5773240ff1d64fbce02d99dc0ac2695c45bf594d..9d46de12009ca89a8e80f71f341a754a4078e82e 100644 (file)
@@ -21,14 +21,10 @@ module ChangesetsHelper
     end
 
     if params.key?(:display_name)
-      t "browse.#{action}_html",
-        :time => time,
-        :title => title
+      t "browse.#{action}_ago_html", :time_ago => tag.abbr(time, :title => title)
     else
-      t "browse.#{action}_by_html",
-        :time => time,
-        :title => title,
-        :user => changeset_user_link(changeset)
+      t "browse.#{action}_ago_by_html", :time_ago => tag.abbr(time, :title => title),
+                                        :user => changeset_user_link(changeset)
     end
   end
 
index 86e5c40f8d3d8bb3427814a55f93ac84d65bcb37..42fd089e47ef1105b09a4e1a0c5e024044bd4ab4 100644 (file)
@@ -3,13 +3,13 @@ module NoteHelper
 
   def note_event(event, at, by)
     if by.nil?
-      t("notes.show.#{event}_by_anonymous_html",
-        :when => friendly_date_ago(at),
-        :exact_time => l(at))
+      t("notes.show.event_#{event}_by_anonymous_html",
+        :time_ago => tag.abbr(friendly_date_ago(at),
+                              :title => l(at)))
     else
-      t("notes.show.#{event}_by_html",
-        :when => friendly_date_ago(at),
-        :exact_time => l(at),
+      t("notes.show.event_#{event}_by_html",
+        :time_ago => tag.abbr(friendly_date_ago(at),
+                              :title => l(at)),
         :user => note_author(by))
     end
   end
index 8aa5b64c7b91245f43621598a01262d8e1557650..9eb6b5bfe55988f76d99e1487012cb9c3b619158 100644 (file)
 
 <ul class="list-unstyled">
   <li>
-    <%= t "browse.#{common_details.visible? ? :edited : :deleted}_by_html",
-          :time => time_ago_in_words(common_details.timestamp, :scope => :"datetime.distance_in_words_ago"),
-          :user => changeset_user_link(common_details.changeset),
-          :title => l(common_details.timestamp) %>
+    <%= t "browse.#{common_details.visible? ? :edited : :deleted}_ago_by_html",
+          :time_ago => tag.abbr(time_ago_in_words(common_details.timestamp, :scope => :"datetime.distance_in_words_ago"),
+                                :title => l(common_details.timestamp)),
+          :user => changeset_user_link(common_details.changeset) %>
   </li>
   <li>
     <%= t "browse.in_changeset" %>
index 4045c0b48ccf4ad2088c922f67cae3dc7243f460..3c5ba7de0dd33868d28e5e3ba616f4d595dd5a68 100644 (file)
@@ -38,9 +38,9 @@
             <% if comment.visible %>
               <li id="c<%= comment.id %>">
                 <small class='text-muted'>
-                  <%= t(".commented_by_html",
-                        :when => friendly_date_ago(comment.created_at),
-                        :exact_time => l(comment.created_at),
+                  <%= t(".comment_by_html",
+                        :time_ago => tag.abbr(friendly_date_ago(comment.created_at),
+                                              :title => l(comment.created_at)),
                         :user => link_to(comment.author.display_name, user_path(comment.author))) %>
                   <% if current_user and current_user.moderator? %>
                     — <span class="action-button" data-comment-id="<%= comment.id %>" data-method="POST" data-url="<%= changeset_comment_hide_url(comment.id) %>"><%= t("javascripts.changesets.show.hide_comment") %></span>
@@ -51,9 +51,9 @@
             <% elsif current_user and current_user.moderator? %>
               <li id="c<%= comment.id %>">
                 <small class='text-muted'>
-                  <%= t(".hidden_commented_by_html",
-                        :when => friendly_date_ago(comment.created_at),
-                        :exact_time => l(comment.created_at),
+                  <%= t(".hidden_comment_by_html",
+                        :time_ago => tag.abbr(friendly_date_ago(comment.created_at),
+                                              :title => l(comment.created_at)),
                         :user => link_to(comment.author.display_name, user_path(comment.author))) %>
                   — <span class="action-button text-muted" data-comment-id="<%= comment.id %>" data-method="POST" data-url="<%= changeset_comment_unhide_url(comment.id) %>"><%= t("javascripts.changesets.show.unhide_comment") %></span>
                  </small>
index ceb099421a1ee2ef6e1cbf878b489a6669411b41..86048b0ad8b272fa5efef49c5b934ed70f0b4de0 100644 (file)
@@ -3,7 +3,10 @@
 <%= render "sidebar_header", :title => t("site.sidebar.search_results") %>
 
 <% @sources.each do |source| %>
-  <h4><%= t(".title.#{source}_html") %></h4>
+  <h4>
+    <%= t(".title.results_from_html", :results_link => link_to(t(".title.#{source}"),
+                                                               t(".title.#{source}_url"))) %>
+  </h4>
   <div class="search_results_entry mx-n3" data-href="<%= url_for @params.merge(:action => "search_#{source}") %>">
     <div class="text-center loader">
       <div class="spinner-border" role="status">
index 0b933653863896a987be963e86540a18c260077b..da00b5fea27a8455fdd1b0951feb26070bff511d 100644 (file)
           <td><%= link_to reportable_title(issue.reportable), reportable_url(issue.reportable) %></td>
           <td><%= link_to issue.reported_user.display_name, user_path(issue.reported_user) if issue.reported_user %></td>
           <td>
+            <% time_ago_tag = tag.abbr(time_ago_in_words(issue.updated_at, :scope => :"datetime.distance_in_words_ago"),
+                                       :title => l(issue.updated_at)) %>
             <% if issue.user_updated %>
-              <%= t ".last_updated_time_user_html", :user => link_to(issue.user_updated.display_name, user_path(issue.user_updated)),
-                                                    :time => time_ago_in_words(issue.updated_at, :scope => :"datetime.distance_in_words_ago"),
-                                                    :title => l(issue.updated_at) %>
+              <%= t ".last_updated_time_ago_user_html", :user => link_to(issue.user_updated.display_name, user_path(issue.user_updated)),
+                                                        :time_ago => time_ago_tag %>
             <% else %>
-              <%= t ".last_updated_time_html", :time => time_ago_in_words(issue.updated_at, :scope => :"datetime.distance_in_words_ago"),
-                                               :title => l(issue.updated_at) %>
+              <%= time_ago_tag %>
             <% end %>
           </td>
         </tr>
index 5dda3ad5c88d717aea4101a5c2a1b701d801713b..eaf3078fe6ba9bf3f4155bedb57aa215920ea03d 100644 (file)
@@ -1,5 +1,5 @@
 <% if flash[:error] %>
-  <div class="flash error row mx-0 p-3 align-items-center">
+  <div class="alert alert-danger row mx-0 mb-0 p-3 rounded-0 align-items-center">
     <div class="col-auto">
       <picture>
         <source srcset="<%= image_path "notice.svg" %>" type="image/svg+xml" />
@@ -11,7 +11,7 @@
 <% end %>
 
 <% if flash[:warning] %>
-  <div class="flash warning row mx-0 p-3 align-items-center">
+  <div class="alert alert-warning row mx-0 mb-0 p-3 rounded-0 align-items-center">
     <div class="col-auto">
       <picture>
         <source srcset="<%= image_path "notice.svg" %>" type="image/svg+xml"></source>
@@ -23,7 +23,7 @@
 <% end %>
 
 <% if flash[:notice] %>
-  <div class="flash notice row mx-0 p-3 align-items-center">
+  <div class="alert alert-success row mx-0 mb-0 p-3 rounded-0 align-items-center">
     <div class="col-auto">
       <picture>
         <source srcset="<%= image_path "notice.svg" %>" type="image/svg+xml"></source>
index ead28f9fd87186f46fa7b59884b352cedf94ecc7..60fd3f0690987d8bfd325762f1ae429918f4680c 100644 (file)
@@ -1,7 +1,7 @@
 <%= tag.div :class => "section", :id => local_assigns[:id] do %>
   <div class='d-flex align-items-center gap-2 mb-2'>
     <div class='flex-shrink-0 icon <%= icon %>'></div>
-    <h2 class='flex-grow-1 mb-0'><%= t "site.about.#{title}_title", :locale => @locale %></h2>
+    <h2 class='flex-grow-1 mb-0'><%= t "site.about.#{title}_title" %></h2>
   </div>
   <%= yield %>
 <% end %>
index 5011523e12023e605c52f64b0385a249b4eb706b..277fb13843da112544d88230d3121ccdbdcd90f6 100644 (file)
@@ -1,45 +1,77 @@
-<%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
-  <div class="container-lg attr">
-    <div class='row'>
-      <div class='col-sm-7 user-image'></div>
-      <div class='col-sm-5 px-5 py-3 byosm'>
-        <p class='h5 text-white text-nowrap'><%= t ".copyright_html", :locale => @locale %></p>
+<% I18n.with_locale @locale do %>
+  <%= tag.div :lang => @locale, :dir => t("html.dir") do %>
+    <div class="container-lg attr">
+      <div class='row'>
+        <div class='col-sm-7 user-image'></div>
+        <div class='col-sm-5 px-5 py-3 byosm'>
+          <p class='h5 text-white text-nowrap'>
+            <%= t ".heading_html", :copyright => tag.span(t(".copyright_symbol_html")),
+                                   :br => tag.br %>
+          </p>
+        </div>
       </div>
-    </div>
-    <div class='row'>
-      <div class="w-100 px-5 py-4 bg-dark">
-        <h1 class="text-white fw-light"><%= t ".used_by_html", :name => tag.span("OpenStreetMap", :class => "user-name"), :locale => @locale %></h1>
+      <div class='row'>
+        <div class="w-100 px-5 py-4 bg-dark">
+          <h1 class="text-white fw-light"><%= t ".used_by_html", :name => tag.span("OpenStreetMap", :class => "user-name") %></h1>
+        </div>
       </div>
     </div>
-  </div>
 
-  <div class='bg-white px-5 py-4'>
-    <p class="lead"><%= t ".lede_text", :locale => @locale %></p>
+    <div class='bg-white px-5 py-4'>
+      <p class="lead"><%= t ".lede_text" %></p>
 
-    <%= render :layout => "about_section", :locals => { :icon => "local", :title => "local_knowledge" } do %>
-      <p><%= t "site.about.local_knowledge_html", :locale => @locale %></p>
-    <% end %>
+      <%= render :layout => "about_section", :locals => { :icon => "local", :title => "local_knowledge" } do %>
+        <p><%= t "site.about.local_knowledge_html" %></p>
+      <% end %>
 
-    <%= render :layout => "about_section", :locals => { :icon => "community", :title => "community_driven" } do %>
-      <p><%= t "site.about.community_driven_html", :locale => @locale, :diary_path => diary_entries_path %></p>
-    <% end %>
+      <%= render :layout => "about_section", :locals => { :icon => "community", :title => "community_driven" } do %>
+        <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")) %>
+        </p>
+      <% end %>
 
-    <%= render :layout => "about_section", :locals => { :id => "open-data", :icon => "open", :title => "open_data" } do %>
-      <p><%= t "site.about.open_data_html", :locale => @locale, :copyright_path => copyright_path %></p>
-    <% end %>
+      <%= render :layout => "about_section", :locals => { :id => "open-data", :icon => "open", :title => "open_data" } do %>
+        <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>
+      <% end %>
 
-    <%= render :layout => "about_section", :locals => { :id => "legal", :icon => "legal", :title => "legal" } do %>
-      <p><%= t "site.about.legal_1_html", :locale => @locale %></p>
-      <p><%= t "site.about.legal_2_html", :locale => @locale %></p>
-    <% end %>
+      <%= render :layout => "about_section", :locals => { :id => "legal", :icon => "legal", :title => "legal" } do %>
+        <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")) %>
+        </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")) %>
+        </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")) %>
+        </p>
+      <% end %>
 
-    <%= render :layout => "about_section", :locals => { :id => "partners", :icon => "partners", :title => "partners" } do %>
-      <p><%= t "layouts.hosting_partners_html", :locale => @locale,
-                                                :ucl => link_to(t("layouts.partners_ucl", :locale => @locale), "https://www.ucl.ac.uk"),
-                                                :fastly => link_to(t("layouts.partners_fastly", :locale => @locale), "https://www.fastly.com/"),
-                                                :bytemark => link_to(t("layouts.partners_bytemark", :locale => @locale), "https://www.bytemark.co.uk"),
-                                                :partners => link_to(t("layouts.partners_partners", :locale => @locale), "https://hardware.openstreetmap.org/thanks/") %>
-      </p>
-    <% end %>
-  </div>
+      <%= render :layout => "about_section", :locals => { :id => "partners", :icon => "partners", :title => "partners" } do %>
+        <p><%= t "layouts.hosting_partners_html", :ucl => link_to(t("layouts.partners_ucl"), "https://www.ucl.ac.uk"),
+                                                  :fastly => link_to(t("layouts.partners_fastly"), "https://www.fastly.com/"),
+                                                  :bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"),
+                                                  :partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
+        </p>
+      <% end %>
+    </div>
+  <% end %>
 <% end %>
index 3253aebe1121c1cfe8b7fc045f629c5e4517db3b..d6f3b499e0043fe73cbf24c62edee3ae50da2ae0 100644 (file)
 <% content_for :heading do %>
-<% if @locale == "en" %>
-  <!-- Maybe ease foreigners back to their native page -->
-
+  <% if @locale == "en" %>
+    <!-- Maybe ease foreigners back to their native page -->
     <% if t(".legal_babble", :locale => I18n.locale) != t(".legal_babble", :locale => :en) %>
-      <%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
-        <h1><%= t ".native.title" %></h1>
-        <p>
-          <%= t ".native.html",
-                :native_link => link_to(t(".native.native_link"),
-                                        :controller => "site",
-                                        :action => "copyright",
-                                        :copyright_locale => nil),
-                :mapping_link => link_to(t(".native.mapping_link"),
-                                         :controller => "site",
-                                         :action => "index") %>
-        </p>
-      <% end %>
+      <h1><%= t ".native.title" %></h1>
+      <p>
+        <%= t ".native.html",
+              :native_link => link_to(t(".native.native_link"),
+                                      :controller => "site",
+                                      :action => "copyright",
+                                      :copyright_locale => nil),
+              :mapping_link => link_to(t(".native.mapping_link"),
+                                       :controller => "site",
+                                       :action => "index") %>
+      </p>
       <hr />
     <% end %>
   <% else %>
     <!-- Maybe note that this page has been translated -->
     <% if t(".legal_babble", :locale => @locale) != t(".legal_babble", :locale => :en) %>
-      <%= tag.div :lang => "en", :dir => t("html.dir", :locale => "en") do %>
-        <h1><%= t ".foreign.title" %></h1>
-        <p>
-          <%= t ".foreign.html",
-                :english_original_link => link_to(t(".foreign.english_link"),
-                                                  :controller => "site",
-                                                  :action => "copyright",
-                                                  :copyright_locale => "en") %>
-        </p>
-      <% end %>
+      <h1><%= t ".foreign.title" %></h1>
+      <p>
+        <%= t ".foreign.html",
+              :english_original_link => link_to(t(".foreign.english_link"),
+                                                :controller => "site",
+                                                :action => "copyright",
+                                                :copyright_locale => "en") %>
+      </p>
       <hr />
     <% end %>
   <% end %>
 
-  <%= tag.h1 :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
-    <%= t ".legal_babble.title_html", :locale => @locale %>
+  <% I18n.with_locale @locale do %>
+    <%= tag.h1 :lang => @locale, :dir => t("html.dir") do %>
+      <%= t ".legal_babble.title_html" %>
+    <% end %>
   <% end %>
-
 <% end %>
 
-<%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
-  <p><%= t ".legal_babble.intro_1_html", :locale => @locale %></p>
-  <p><%= t ".legal_babble.intro_2_html", :locale => @locale %></p>
-  <p><%= t ".legal_babble.intro_3_1_html", :locale => @locale %></p>
+<% I18n.with_locale @locale do %>
+  <%= tag.div :lang => @locale, :dir => t("html.dir") do %>
+    <p>
+      <%= t ".legal_babble.introduction_1_html",
+            :registered_trademark_link => tag.sup(link_to(t(".legal_babble.introduction_1_registered_trademark_html"),
+                                                          :anchor => "trademarks")),
+            :open_data => tag.i(t(".legal_babble.introduction_1_open_data")),
+            :odc_odbl_link => link_to(t(".legal_babble.introduction_1_odc_odbl"),
+                                      t(".legal_babble.introduction_1_odc_odbl_url")),
+            :osm_foundation_link => link_to(t(".legal_babble.introduction_1_osm_foundation"),
+                                            t(".legal_babble.introduction_1_osm_foundation_url")) %>
+    </p>
+    <p>
+      <%= t ".legal_babble.introduction_2_html",
+            :legal_code_link => link_to(t(".legal_babble.introduction_2_legal_code"),
+                                        t(".legal_babble.introduction_2_legal_code_url")) %>
+    </p>
+    <p>
+      <%= t ".legal_babble.introduction_3_html",
+            :creative_commons_link => link_to(t(".legal_babble.introduction_3_creative_commons"),
+                                              t(".legal_babble.introduction_3_creative_commons_url")) %>
+    </p>
 
-  <h3><%= t ".legal_babble.credit_title_html", :locale => @locale %></h3>
-  <p><%= t ".legal_babble.credit_1_html", :locale => @locale %></p>
-  <p><%= t ".legal_babble.credit_2_1_html", :locale => @locale %></p>
-  <p><%= t ".legal_babble.credit_3_1_html", :locale => @locale %></p>
-  <p><%= t ".legal_babble.credit_4_html", :locale => @locale %></p>
-  <p><%= image_tag("attribution_example.png",
-                   :alt => t(".legal_babble.attribution_example.alt"),
-                   :border => 0,
-                   :title => t(".legal_babble.attribution_example.title")) %></p>
+    <h3><%= t ".legal_babble.credit_title_html" %></h3>
+    <p><%= t ".legal_babble.credit_1_html" %></p>
+    <ul>
+      <li><%= t ".legal_babble.credit_2_1" %></li>
+      <li><%= t ".legal_babble.credit_2_2" %></li>
+    </ul>
+    <p>
+      <%= t ".legal_babble.credit_3_html",
+            :attribution_guidelines_link => link_to(t(".legal_babble.credit_3_attribution_guidelines"),
+                                                    t(".legal_babble.credit_3_attribution_guidelines_url")) %>
+    </p>
+    <p>
+      <%= t ".legal_babble.credit_4_1_html",
+            :this_copyright_page_link => link_to(t(".legal_babble.credit_4_1_this_copyright_page"),
+                                                 copyright_path) %>
+    </p>
+    <p><%= image_tag("attribution_example.png",
+                     :alt => t(".legal_babble.attribution_example.alt"),
+                     :border => 0,
+                     :title => t(".legal_babble.attribution_example.title")) %></p>
 
-  <h3><%= t ".legal_babble.more_title_html", :locale => @locale %></h3>
-  <p><%= t ".legal_babble.more_1_html", :locale => @locale %></p>
-  <p><%= t ".legal_babble.more_2_html", :locale => @locale %></p>
+    <h3><%= t ".legal_babble.more_title_html" %></h3>
+    <p>
+      <%= t ".legal_babble.more_1_1_html",
+            :osmf_licence_page_link => link_to(t(".legal_babble.more_1_1_osmf_licence_page"),
+                                               t(".legal_babble.more_1_1_osmf_licence_page_url")) %>
+    </p>
+    <p>
+      <%= t ".legal_babble.more_2_1_html",
+            :api_usage_policy_link => link_to(t(".legal_babble.more_2_1_api_usage_policy"),
+                                              t(".legal_babble.more_2_1_api_usage_policy_url")),
+            :tile_usage_policy_link => link_to(t(".legal_babble.more_2_1_tile_usage_policy"),
+                                               t(".legal_babble.more_2_1_tile_usage_policy_url")),
+            :nominatim_usage_policy_link => link_to(t(".legal_babble.more_2_1_nominatim_usage_policy"),
+                                                    t(".legal_babble.more_2_1_nominatim_usage_policy_url")) %>
+    </p>
 
-  <h3><%= t ".legal_babble.contributors_title_html", :locale => @locale %></h3>
-  <p><%= t ".legal_babble.contributors_intro_html", :locale => @locale %></p>
-  <ul id="contributors">
-    <li><%= t ".legal_babble.contributors_at_html", :locale => @locale %></li>
-    <li><%= t ".legal_babble.contributors_au_html", :locale => @locale %></li>
-    <li><%= t ".legal_babble.contributors_ca_html", :locale => @locale %></li>
-    <li><%= t ".legal_babble.contributors_fi_html", :locale => @locale %></li>
-    <li><%= t ".legal_babble.contributors_fr_html", :locale => @locale %></li>
-    <li><%= t ".legal_babble.contributors_nl_html", :locale => @locale %></li>
-    <li><%= t ".legal_babble.contributors_nz_html", :locale => @locale %></li>
-    <li><%= t ".legal_babble.contributors_si_html", :locale => @locale %></li>
-    <li><%= t ".legal_babble.contributors_es_html", :locale => @locale %></li>
-    <li><%= t ".legal_babble.contributors_za_html", :locale => @locale %></li>
-    <li><%= t ".legal_babble.contributors_gb_html", :locale => @locale %></li>
-  </ul>
-  <p><%= t ".legal_babble.contributors_footer_1_html", :locale => @locale %></p>
-  <p><%= t ".legal_babble.contributors_footer_2_html", :locale => @locale %></p>
+    <h3><%= t ".legal_babble.contributors_title_html" %></h3>
+    <p><%= t ".legal_babble.contributors_intro_html" %></p>
+    <ul id="contributors">
+      <li>
+        <%= t ".legal_babble.contributors_at_credit_html",
+              :austria => tag.strong(t(".legal_babble.contributors_at_austria")),
+              :stadt_wien_link => link_to(t(".legal_babble.contributors_at_stadt_wien"),
+                                          t(".legal_babble.contributors_at_stadt_wien_url")),
+              :cc_by_link => link_to(t(".legal_babble.contributors_at_cc_by"),
+                                     t(".legal_babble.contributors_at_cc_by_url")),
+              :land_vorarlberg_link => link_to(t(".legal_babble.contributors_at_land_vorarlberg"),
+                                               t(".legal_babble.contributors_at_land_vorarlberg_url")),
+              :cc_by_at_with_amendments_link => link_to(t(".legal_babble.contributors_at_cc_by_at_with_amendments"),
+                                                        t(".legal_babble.contributors_at_cc_by_at_with_amendments_url")) %>
+      </li>
+      <li>
+        <%= t ".legal_babble.contributors_au_credit_html",
+              :australia => tag.strong(t(".legal_babble.contributors_au_australia")),
+              :geoscape_australia_link => link_to(t(".legal_babble.contributors_au_geoscape_australia"),
+                                                  t(".legal_babble.contributors_au_geoscape_australia_url")),
+              :cc_licence_link => link_to(t(".legal_babble.contributors_au_cc_licence"),
+                                          t(".legal_babble.contributors_au_cc_licence_url")) %>
+      </li>
+      <li>
+        <%= t ".legal_babble.contributors_ca_credit_html",
+              :canada => tag.strong(t(".legal_babble.contributors_ca_canada")) %>
+      </li>
+      <li>
+        <%= t ".legal_babble.contributors_fi_credit_html",
+              :finland => tag.strong(t(".legal_babble.contributors_fi_finland")),
+              :nlsfi_license_link => link_to(t(".legal_babble.contributors_fi_nlsfi_license"),
+                                             t(".legal_babble.contributors_fi_nlsfi_license_url")) %>
+      </li>
+      <li>
+        <%= t ".legal_babble.contributors_fr_credit_html",
+              :france => tag.strong(t(".legal_babble.contributors_fr_france")) %>
+      </li>
+      <li>
+        <%= t ".legal_babble.contributors_nl_credit_html",
+              :netherlands => tag.strong(t(".legal_babble.contributors_nl_netherlands")),
+              :and_link => link_to(t(".legal_babble.contributors_nl_and"),
+                                   t(".legal_babble.contributors_nl_and_url")) %>
+      </li>
+      <li>
+        <%= t ".legal_babble.contributors_nz_credit_html",
+              :new_zealand => tag.strong(t(".legal_babble.contributors_nz_new_zealand")),
+              :linz_data_service_link => link_to(t(".legal_babble.contributors_nz_linz_data_service"),
+                                                 t(".legal_babble.contributors_nz_linz_data_service_url")),
+              :cc_by_link => link_to(t(".legal_babble.contributors_nz_cc_by"),
+                                     t(".legal_babble.contributors_nz_cc_by_url")) %>
+      </li>
+      <li>
+        <%= t ".legal_babble.contributors_rs_credit_html",
+              :serbia => tag.strong(t(".legal_babble.contributors_rs_serbia")),
+              :rgz_link => link_to(t(".legal_babble.contributors_rs_rgz"),
+                                   t(".legal_babble.contributors_rs_rgz_url")),
+              :open_data_portal => link_to(t(".legal_babble.contributors_rs_open_data_portal"),
+                                           t(".legal_babble.contributors_rs_open_data_portal_url")) %>
+      </li>
+      <li>
+        <%= t ".legal_babble.contributors_si_credit_html",
+              :slovenia => tag.strong(t(".legal_babble.contributors_si_slovenia")),
+              :gu_link => link_to(t(".legal_babble.contributors_si_gu"),
+                                  t(".legal_babble.contributors_si_gu_url")),
+              :mkgp_link => link_to(t(".legal_babble.contributors_si_mkgp"),
+                                    t(".legal_babble.contributors_si_mkgp_url")) %>
+      </li>
+      <li>
+        <%= t ".legal_babble.contributors_es_credit_html",
+              :spain => tag.strong(t(".legal_babble.contributors_es_spain")),
+              :ign_link => link_to(t(".legal_babble.contributors_es_ign"),
+                                   t(".legal_babble.contributors_es_ign_url")),
+              :scne_link => link_to(t(".legal_babble.contributors_es_scne"),
+                                    t(".legal_babble.contributors_es_scne_url")),
+              :cc_by_link => link_to(t(".legal_babble.contributors_es_cc_by"),
+                                     t(".legal_babble.contributors_es_cc_by_url")) %>
+      </li>
+      <li>
+        <%= t ".legal_babble.contributors_za_credit_html",
+              :south_africa => tag.strong(t(".legal_babble.contributors_za_south_africa")),
+              :ngi_link => link_to(t(".legal_babble.contributors_za_ngi"),
+                                   t(".legal_babble.contributors_za_ngi_url")) %>
+      </li>
+      <li>
+        <%= t ".legal_babble.contributors_gb_credit_html",
+              :united_kingdom => tag.strong(t(".legal_babble.contributors_gb_united_kingdom")) %>
+      </li>
+    </ul>
+    <p>
+      <%= t ".legal_babble.contributors_2_html",
+            :contributors_page_link => link_to(t(".legal_babble.contributors_2_contributors_page"),
+                                               t(".legal_babble.contributors_2_contributors_page_url")) %>
+    </p>
+    <p><%= t ".legal_babble.contributors_footer_2_html" %></p>
 
-  <h3><%= t ".legal_babble.infringement_title_html", :locale => @locale %></h3>
-  <p><%= t ".legal_babble.infringement_1_html", :locale => @locale %></p>
-  <p><%= t ".legal_babble.infringement_2_html", :locale => @locale %></p>
+    <h3><%= t ".legal_babble.infringement_title_html" %></h3>
+    <p><%= t ".legal_babble.infringement_1_html" %></p>
+    <p>
+      <%= t ".legal_babble.infringement_2_1_html",
+            :takedown_procedure_link => link_to(t(".legal_babble.infringement_2_1_takedown_procedure"),
+                                                t(".legal_babble.infringement_2_1_takedown_procedure_url")),
+            :online_filing_page_link => link_to(t(".legal_babble.infringement_2_1_online_filing_page"),
+                                                t(".legal_babble.infringement_2_1_online_filing_page_url")) %>
+    </p>
 
-  <h3><%= t ".legal_babble.trademarks_title_html", :locale => @locale %></h3>
-  <p><%= t ".legal_babble.trademarks_1_html", :locale => @locale %></p>
+    <h3 id="trademarks">
+      <%= t ".legal_babble.trademarks_title" %>
+    </h3>
+    <p>
+      <%= t ".legal_babble.trademarks_1_1_html",
+            :trademark_policy_link => link_to(t(".legal_babble.trademarks_1_1_trademark_policy"),
+                                              t(".legal_babble.trademarks_1_1_trademark_policy_url")) %>
+    </p>
+  <% end %>
 <% end %>
index 2db9a28e367944496fda0518bfac7aec9d1fad37..1eb73382279b638866d08af61e302681e5cff858 100644 (file)
@@ -1,8 +1,12 @@
 <% content_for :content do %>
   <% if Settings.status == "database_offline" or Settings.status == "api_offline" %>
-    <p><%= t "layouts.osm_offline" %></p>
+    <div class="alert alert-warning text-center">
+        <p class="my-2"><%= t "layouts.osm_offline" %></p>
+    </div>
   <% elsif Settings.status == "database_readonly" or Settings.status == "api_readonly" %>
-    <p><%= t "layouts.osm_read_only" %></p>
+    <div class="alert alert-warning text-center">
+        <p class="my-2"><%= t "layouts.osm_read_only" %></p>
+    </div>
   <% elsif !current_user.data_public? %>
     <p><%= t ".not_public" %></p>
     <p><%= t ".not_public_description_html", :user_page => (link_to t(".user_page_link"), edit_account_path(:anchor => "public")) %></p>
index ab8684116b4f580bd431243ada702d4ac189c465..c1a61362fdaa36ce61cb41610acc56b9e02b9a16 100644 (file)
@@ -22,7 +22,7 @@
   <div class='col-sm'>
     <h5><%= t "site.welcome.add_a_note.title" %></h5>
     <p><%= t "site.welcome.add_a_note.para_1" %></p>
-    <p><%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %></p>
+    <p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note") %></p>
   </div>
 </div>
 
diff --git a/app/views/site/offline.html.erb b/app/views/site/offline.html.erb
deleted file mode 100644 (file)
index 8e7b431..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<% if Settings.status == "database_offline" %>
-<p><%= t "layouts.osm_offline" %>
-</p>
-<% else %>
-<p><%= t "layouts.osm_read_only" %>
-</p>
-<% end %>
index 73afa4295fe9b314051fab891505fb7288c7f678..ad60408bd8c2d68663a7d39ce37e0bc1ab58d2d1 100644 (file)
@@ -2,6 +2,5 @@
 
 <p>
   <%= render :partial => "gpx_description" %>
-  <%= t(".loaded_successfully",
-        :trace_points => @trace_points, :possible_points => @possible_points, :count => @possible_points) %>
+  <%= t(".loaded", :trace_points => @trace_points, :count => @possible_points) %>
 </p>
index f160de9130892403c41ba612c4a1269815c0c23d..27e98b45b3df544fea3f8fa7bfcc698a80d3a9e0 100644 (file)
       <%= hidden_field_tag("referer", h(@referer)) unless @referer.nil? %>
 
       <%= f.email_field :email, :tabindex => 1 %>
-      <%= f.email_field :email_confirmation, :tabindex => 2 %>
+      <%= f.email_field :email_confirmation, :help => t(".email_confirmation_help_html",
+                                                        :privacy_policy_link => link_to(t(".privacy_policy"),
+                                                                                        t(".privacy_policy_url"),
+                                                                                        :title => t(".privacy_policy_title"))),
+                                             :tabindex => 2 %>
 
       <%= f.text_field :display_name, :help => t(".display name description"), :tabindex => 3 %>
 
diff --git a/config/image_optim/development.yml b/config/image_optim/development.yml
new file mode 100644 (file)
index 0000000..7e81f35
--- /dev/null
@@ -0,0 +1,12 @@
+skip_missing_workers: true
+advpng: false
+gifsicle: false
+jhead: false
+jpegoptim: false
+jpegtran: false
+optipng: false
+oxipng: false
+pngquant: false
+pngout: false
+pngcrush: false
+svgo: false
index 89fb70b8124e19aa8eeccf8a81cbe04399e00969..5dffec90870d274606ded1cc064d3b7d6eb2ee87 100644 (file)
@@ -157,10 +157,6 @@ af:
           nie, sp probeer leketaal gebruik sover moontlik.
         needs_view: Moet die gebruiker aanmeld voordat dié versperring verwyder word?
       user:
-        email_confirmation: U adres word nie openbaar gemaak nie; raadpleeg ons <a
-          href="http://wiki.osmfoundation.org/wiki/Privacy_Policy" title="OSMF privaatheidsbeleid
-          insluitende die klousule ten opsigte van e-posadresse">privaatheidsbeleid</a>
-          vir verdere inligting.
         new_email: (word nooit openbaar vertoon nie)
   datetime:
     distance_in_words_ago:
@@ -263,12 +259,6 @@ af:
   browse:
     created: Geskep
     closed: Gesluit
-    created_html: Geskep <abbr title ='%{title}'>%{time}</abbr>
-    closed_html: Geslote <abbr titel='%{title}'>%{time} gelede</abbr>
-    created_by_html: Geskep <abbr titel='%{title}'>%{time} gelede</abbr> deur %{user}
-    deleted_by_html: Geskrap <abbr titel='%{title}'>%{time} gelede</abbr> deur %{user}
-    edited_by_html: Geredigeer <abbr titel='%{title}'>%{time} gelede</abbr> deur %{user}
-    closed_by_html: Gesluit <abbr titel='%{title}'>%{time} gelede</abbr> deur %{user}
     version: Weergawe
     in_changeset: Wysigingstel
     anonymous: anoniem
@@ -294,10 +284,6 @@ af:
       relation: Verwantskappe (%{count})
       relation_paginated: Verwantskappe (%{x}-%{y} of %{count})
       comment: Kommentaar (%{count})
-      hidden_commented_by_html: Verskuilde kommentaar van %{user} <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
-      commented_by_html: Kommentaar deur %{user} <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
       changesetxml: Wysigingstel XML
       osmchangexml: osmWysiging XML
       feed:
@@ -537,13 +523,6 @@ af:
       success: '%{name} is uit u vriendekring verwyder.'
       not_a_friend: '%{name} is nie een van u vriende nie.'
   geocoder:
-    search:
-      title:
-        latlon_html: Resultate vanaf <a href="https://openstreetmap.org/">intern</a>
-        osm_nominatim_html: Resultate vanaf <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultate vanaf <a href="https://nominatim.openstreetmap.org/">
-          OpenStreetMap Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1293,8 +1272,6 @@ af:
       status: Status
       reports: Berigte
       last_updated: Laas opgedateer
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> deur %{user}
       link_to_reports: Beskou verslae
       reports_count:
         one: 1 verslag
@@ -1627,11 +1604,6 @@ af:
         mapping_link: begin karteer
       legal_babble:
         title_html: Kopiereg en lisensie
-        intro_2_html: Dit staan u vry om ons data te kopieer, versprei, versend of
-          aan te pas, mits u erkenning aan OpenStreetMap en die bydraers gee. Indien
-          u ons data wysig of daarop voortbou, mag u dit slegs in gevolge dieselfde
-          lisensie versprei. Die volledige <a href="http://opendatacommons.org/licenses/odbl/1.0/">regsteks</a>
-          verduidelik u regte en verantwoordelikhede.
         credit_title_html: Hoe om na OpenStreetMap te verwys
         contributors_title_html: Ons bydraers
         infringement_title_html: Kopieregoortreding
@@ -2121,16 +2093,6 @@ af:
       open_title: 'Onopgeloste nota #%{note_name}'
       closed_title: 'Opgeloste nota #%{note_name}'
       hidden_title: 'Verborge nota #%{note_name}'
-      opened_by_html: Geskep deur %{user} <abbr title ='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Geskep deur anoniem <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
-      commented_by_html: Kommentaar van %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Kommentaar deur anoniem <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Opgelos deur %{user} <abbr title ='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Opgelos deur anoniem <abbr title ='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Geheraktiveer deur %{user} <abbr title ='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Geheraktiveer deur anoniem <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Versteek deur %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: Rapporteer hierdie nota
       hide: Versteek
       comment: Reageer
index 924b8b8713a0d0f113f1339e3d1a6b8c330a3343..835a78c246fd74d2b90294e8d94b8d8c78d0b289 100644 (file)
@@ -284,11 +284,6 @@ aln:
       success: '%{name} u hek pi shokve tu'
       not_a_friend: '%{name} nuk osht njoni pi shokve tu.'
   geocoder:
-    search:
-      title:
-        latlon_html: Rezultatet prej <a href="http://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Rezultatet prej <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         amenity:
@@ -698,8 +693,6 @@ aln:
       failed_to_import: 'nuk arriti të importit. Këtu është gabim:'
       subject: '[OpenStreetMap] te re dështimit Import'
     gpx_success:
-      loaded_successfully: ngarkuar me sukses me %{trace_points} nga një jetë e mundur
-        %{possible_points} piket.
       subject: '[OpenStreetMap] Import sukses te re'
     signup_confirm:
       subject: '[OpenStreetMap] Konfirmoje email adresën tonde'
@@ -838,18 +831,6 @@ aln:
         mapping_link: fillo hartografimin
       legal_babble:
         title_html: Copyright
-        intro_1_html: |-
-          OpenStreetMap is <i>open data</i>, licensed under the <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL).
-        intro_2_html: |-
-          Ju jeni të lirë ta kopjoni, shpërndani, përcjell dhe përshtatur hartat tona
-            dhe të dhënat, për aq kohë sa ju e kreditit OpenStreetMap e saj
-            kontribuesve. Nëse ju ndryshoni ose me ndërtimin e hartave tona ose të dhëna, ju
-            mund të shpërndani rezultat vetëm në bazë të licencës të njëjtën.
-            <Plotë një
-            href = "http://creativecommons.org/licenses/by-sa/2.0/legalcode"> ligjore
-            <Kod / a> shpjegon të drejtat tuaja dhe të përgjegjësive.
         credit_title_html: Si të kreditit OpenStreetMap
         credit_1_html: |-
           Nëse jeni duke përdorur harta imazhe OpenStreetMap, ne kërkojmë që
@@ -857,25 +838,7 @@ aln:
             kontribuesit, CC BY-SA ". Nëse jeni duke përdorur të dhëna vetëm në hartë,
             ne kerkojme "Organizimi i të dhënave © kontribuesit OpenStreetMap,
             CC BY-SA ".
-        credit_2_1_html: |-
-          Ku të jetë e mundur, duhet të jetë OpenStreetMap hyperlinked në <a
-            href = "http://www.openstreetmap.org/"> http://www.openstreetmap.org/ </ a>
-            dhe CC BY-SA për <a
-            href = "http://creativecommons.org/licenses/by-sa/2.0/"> http://creativecommons.org/licenses/by-sa/2.0/ </ a>. Nëse
-            ju jeni duke përdorur një të mesme, ku lidhjet nuk janë të mundshme (p.sh. një
-            shtypura punë), ne ju sugjerojmë lexuesit tuaj të drejtpërdrejtë të
-            www.openstreetmap.org (ndoshta duke zgjeruar
-            'OpenStreetMap' në këtë adresë të plotë) dhe të
-            www.creativecommons.org.
         more_title_html: Gjetja më shumë
-        more_1_html: |-
-          Lexo më shumë lidhje me përdorimin e të dhënave tona në <a
-            href = "http://wiki.openstreetmap.org/wiki/Legal_FAQ"> Ligjore
-            FAQ </ a>.
-        more_2_html: |-
-          OSM janë kontribuesit kujtoi kurrë për të shtuar të dhënat nga ndonjë
-            Burime copyright (p.sh. Google Maps apo të shtypura harta) pa
-            lejen shprehimisht nga mbajtësit të drejtën e autorit.
         contributors_title_html: kontribuesit tona
         contributors_intro_html: |-
           licencë CC BY-SA jonë kërkon që ju të "japin origjinal
@@ -886,22 +849,6 @@ aln:
             agjenci ose burim kryesor ka qenë i përfshirë në
             OpenStreetMap, ai mund të jetë e arsyeshme për kredi nga ana e tyre direkt
             riprodhimin e kreditit e tyre apo duke i lidhur me të në këtë faqe.
-        contributors_au_html: |-
-          <strong> Australi </ strong>: Përmban të dhëna të bazuara periferi
-             në Zyra Australiane e Statistikave të dhënave.
-        contributors_ca_html: |-
-          <strong> Kanada </ strong>: Përmban të dhëna nga
-             GeoBase ®, GeoGratis (© Departamenti i Natyrore
-             Burimet Kanada), CanVec (Departamenti i Natyrore ©
-             Burimet Kanada), dhe StatCan (Divizioni Gjeografia,
-             Statistika Kanada).
-        contributors_nz_html: |-
-          <strong> Zelanda e Re </ strong>: Përmban të dhëna me burim nga
-             Zelanda e Re Toka e informacionit. Crown Copyright rezervuara.
-        contributors_gb_html: |-
-          <strong> Mbretëria e Bashkuar </ strong>: Përmban të pajisjeve
-             Anketa të dhënat © Crown copyright bazës së të dhënave dhe të drejtë
-             2010.
         contributors_footer_2_html: |2-
             Përfshirja e të dhënave në OpenStreetMap nuk do të thotë që origjinal
             dhënave miraton ofrues OpenStreetMap, ofron çdo garanci ose
index d0f968b7ee0408eb10725819fb2ee2b0f515a439..e3a2ec2eadeba205a70ff149db7359f542c4de04 100644 (file)
@@ -2,6 +2,7 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: Ali1
+# Author: Alshamiri1
 # Author: Asma
 # Author: Aude
 # Author: Awais
@@ -21,6 +22,7 @@
 # Author: Karim185.3
 # Author: Kassem7899
 # Author: Kuwaity26
+# Author: MRidhaAJ
 # Author: Majid Al-Dharrab
 # Author: McDutchie
 # Author: Meno25
@@ -205,42 +207,90 @@ ar:
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: منذ حوالي ساعة واحدة
-        other: منذ حوالي %{count} ساعات
+        zero: صفر ساعة
+        one: ساعة واحدة
+        two: ساعتان
+        few: '%{count} ساعة'
+        many: '%{count} ساعات'
+        other: '%{count} ساعة'
       about_x_months:
-        one: منذ حوالي شهر واحد
-        other: منذ حوالي %{count} شهور
+        zero: صفر شهر
+        one: شهر واحد
+        two: شهران
+        few: '%{count} شهر'
+        many: '%{count} شهور'
+        other: '%{count} شهر'
       about_x_years:
-        one: منذ حوالي سنة واحدة
-        other: منذ حوالي %{count} سنوات
+        zero: صفر سنة
+        one: سنة واحدة
+        two: سنتان
+        few: '%{count} سنة'
+        many: '%{count} سنوات'
+        other: '%{count} سنة'
       almost_x_years:
-        one: منذ سنة واحدة تقريبا
-        other: منذ %{count} سنوات تقريبا
+        zero: صفر سنة
+        one: سنة واحدة
+        two: سنتان
+        few: '%{count} سنة'
+        many: '%{count} سنوات'
+        other: '%{count} سنة'
       half_a_minute: منذ نصف دقيقة
       less_than_x_seconds:
-        one: منذ أقل من ثانية واحدة
-        other: منذ أقل من %{count} ثوانٍ
+        zero: صفر ثانية
+        one: ثانية واحدة
+        two: ثانيتان
+        few: '%{count} ثانية'
+        many: '%{count} ثواني'
+        other: '%{count} ثانية'
       less_than_x_minutes:
-        one: منذ أقل من دقيقة واحدة
-        other: منذ أقل من %{count} دقائق
+        zero: صفر دقيقة
+        one: دقيقة واحدة
+        two: دقيقتان
+        few: '%{count} دقيقة'
+        many: '%{count} دقائق'
+        other: '%{count} دقيقة'
       over_x_years:
-        one: منذ أكثر من سنة واحدة
-        other: منذ أكثر من %{count} سنوات
+        zero: صفر سنة
+        one: سنة واحدة
+        two: سنتان
+        few: '%{count} سنة'
+        many: '%{count} سنوات'
+        other: '%{count} سنة'
       x_seconds:
-        one: منذ ثانية واحدة
-        other: منذ %{count} ثوانٍ
+        zero: صفر سنة
+        one: سنة واحدة
+        two: سنتان
+        few: '%{count} سنة'
+        many: '%{count} سنوات'
+        other: '%{count} سنة'
       x_minutes:
-        one: منذ دقيقة واحدة
-        other: منذ %{count} دقائق
+        zero: صفر دقيقة
+        one: دقيقة واحدة
+        two: دقيقتان
+        few: '%{count} دقيقة'
+        many: '%{count} دقائق'
+        other: '%{count} دقيقة'
       x_days:
-        one: منذ يوم واحد
-        other: منذ %{count} أيام
+        zero: صفر يوم
+        one: يوم واحد
+        two: يومان
+        few: '%{count} يوم'
+        many: '%{count} أيام'
+        other: '%{count} يوم'
       x_months:
-        one: منذ شهر واحد
-        other: منذ %{count} أشهر
+        zero: صفر شهر
+        one: شهر واحد
+        two: شهران
+        few: '%{count} شهر'
+        many: '%{count} شهور'
+        other: '%{count} شهر'
       x_years:
-        one: منذ سنة واحدة
-        other: منذ %{count} سنوات
+        zero: صفر سنة
+        one: سنة واحدة
+        two: سنتان
+        few: '%{count} سنة'
+        many: '%{count} سنوات'
+        other: '%{count} سنة'
   printable_name:
     with_version: '%{id}، v%{version}'
   editor:
@@ -287,7 +337,26 @@ ar:
     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: سيتم الاحتفاظ بعنوان بريدك الإلكتروني.
         confirm_delete: هل أنت متأكد؟
         cancel: إلغاء
   accounts:
@@ -301,6 +370,7 @@ ar:
       public editing:
         heading: تعديل عام
         enabled: مفعَّل، غير مجهول ويمكنك تعديل البيانات.
+        enabled link: https://wiki.openstreetmap.org/wiki/Anonymous_edits
         enabled link text: ما هذا؟
         disabled: مُعطل ولا يمكن تعديل البيانات، جميع التعديلات السابقة مجهولة الهوية.
         disabled link text: لماذا لا أستطيع التعديل؟
@@ -311,10 +381,21 @@ ar:
         review link text: يُرجَى اتباع هذا الرابط في الوقت الذي يناسبك لمراجعة وقبول
           شروط المساهمة الجديدة.
         agreed_with_pd: وقد أعلنت أيضًا أنك تعتبر تعديلاتك ملكية عامة.
+        link: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms
         link text: ما هذا؟
       save changes button: حفظ التغييرات
+      delete_account: حذف الحساب...
     go_public:
       heading: تعديل عام
+      currently_not_public: عمليات التحرير التي أجريتها حاليًا مجهولة المصدر ولا يمكن
+        للأشخاص إرسال رسائل إليك أو رؤية موقعك. لعرض ما قمت بتحريره والسماح للأشخاص
+        بالاتصال بك من خلال موقع الويب ، انقر فوق الزر أدناه.
+      only_public_can_edit: منذ تغيير 0.6 API ، يمكن للمستخدمين العموميين فقط تحرير
+        بيانات الخريطة.
+      find_out_why: اكتشف لماذا
+      email_not_revealed: لن يتم الكشف عن عنوان بريدك الإلكتروني من خلال أن يصبح عامًا.
+      not_reversible: لا يمكن التراجع عن هذا الإجراء وجميع المستخدمين الجدد أصبحوا
+        الآن عامًا بشكل افتراضي.
       make_edits_public_button: اجعل جميع تعديلاتي عامة
     update:
       success_confirm_needed: تم تحديث معلومات المستخدم بنجاح، تحقق من بريدك الإلكتروني
@@ -325,12 +406,12 @@ ar:
   browse:
     created: تم الإنشاء
     closed: تم الإغلاق
-    created_html: تم الإغلاق <abbr title='%{title}'>%{time}</abbr>
-    closed_html: تم الإغلاق <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: تم الإنشاء <abbr title='%{title}'>%{time}</abbr> على يد %{user}
-    deleted_by_html: تم الحذف <abbr title='%{title}'>%{time}</abbr> على يد %{user}
-    edited_by_html: تم التعديل <abbr title='%{title}'>%{time}</abbr> على يد %{user}
-    closed_by_html: تم الإغلاق <abbr title='%{title}'>%{time}</abbr> على يد %{user}
+    created_ago_html: تم إنشاء %{time_ago}
+    closed_ago_html: مغلق %{time_ago}
+    created_ago_by_html: تم إنشاء %{time_ago} بواسطة %{user}
+    closed_ago_by_html: مغلق %{time_ago} بواسطة %{user}
+    deleted_ago_by_html: تم حذف %{time_ago} بواسطة %{user}
+    edited_ago_by_html: تم تحرير %{time_ago} بواسطة %{user}
     version: الإصدار
     in_changeset: مجموعة التغييرات
     anonymous: مجهول
@@ -357,8 +438,8 @@ ar:
       relation: الصلات (%{count})
       relation_paginated: الصلات (%{x}-%{y} من %{count})
       comment: التعليقات (%{count})
-      hidden_commented_by_html: تعليق مخفي من %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: تعليق من %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: تعليق مخفي من%{time_ago} %{user}
+      comment_by_html: تعليق من %{user}%{time_ago}
       changesetxml: حزمة التغييرات XML
       osmchangexml: osmChange XML
       feed:
@@ -432,6 +513,7 @@ ar:
       wikimedia_commons_link: العنصر %{page} في ويكيميديا ​​كومنز
       telephone_link: اتصل بـ%{phone_number}
       colour_preview: معاينة اللون %{colour_value}
+      email_link: إرسال بريد إلكتروني %{email}
     query:
       title: ميزات الاستفهام
       introduction: اضغط على الخريطة لمعرفة النقاط القريبة
@@ -455,6 +537,7 @@ ar:
     index:
       title: حزم التغييرات
       title_user: حزم التغييرات بواسطة %{user}
+      title_user_link_html: التغييرات بواسطة %{user_link}
       title_friend: مجموعات تغييرات بواسطة أصدقائي
       title_nearby: تغييرات مِن قِبَل مستخدمين قريبين
       empty: لم يُعثَر على أية مجموعات تغييرات.
@@ -487,6 +570,9 @@ ar:
       nearby mapper: مخطط بالجوار
       friend: صديق
     show:
+      title: لوحة بياناتي
+      no_home_location_html: '%{edit_profile_link} وعيّن موقع منزلك لمشاهدة المستخدمين
+        القريبين.'
       edit_your_profile: عدل ملفك
       my friends: أصدقائي
       no friends: لم تقم بإضافة أي أصدقاء بعد.
@@ -564,11 +650,36 @@ ar:
         title: مدخلات اليومية في خريطة الشارع المفتوحة
         description: المدخلات الحديثة في يومية مستخدمي خريطة الشارع المفتوحة
     comments:
+      title: تمت إضافة تعليقات اليوميات بواسطة %{user}
+      heading: تعليقات يوميات %{user}
+      subheading_html: تمت إضافة تعليقات اليوميات بواسطة %{user}
+      no_comments: لا توجد تعليقات اليوميات
       post: إرسال
       when: متى
       comment: التعليق
       newer_comments: التعليقات الأحدث
       older_comments: التعليقات الأقدم
+  doorkeeper:
+    flash:
+      applications:
+        create:
+          notice: تم تسجيل التطبيق.
+  errors:
+    contact:
+      contact_url_title: أوضحت قنوات الاتصال المختلفة
+      contact: اتصال
+    forbidden:
+      title: ممنوع
+      description: العملية التي طلبتها على خادم OpenStreetMap متاحة فقط للمسؤولين
+        (HTTP 403)
+    internal_server_error:
+      title: عطل في التطبيق
+      description: واجه خادم OpenStreetMap حالة غير متوقعة منعته من تلبية الطلب (HTTP
+        500)
+    not_found:
+      title: لم يتم العثور على الملف
+      description: تعذر العثور على ملف / دليل / عملية API بهذا الاسم على خادم OpenStreetMap
+        (HTTP 404)
   friendships:
     make_friend:
       heading: إضافة %{user} كصديق؟
@@ -576,6 +687,8 @@ ar:
       success: '%{name} الآن صديقك.'
       failed: عفوًا، تعذرت إضافة %{name} كصديق.
       already_a_friend: حاليًا أنت و%{name} أصدقاء.
+      limit_exceeded: لقد انضممت إلى الكثير من المستخدمين مؤخرًا. يرجى الانتظار قليلاً
+        قبل محاولة الصداقة بعد الآن.
     remove_friend:
       heading: إلغاء صداقة %{user}؟
       button: إلغاء الصداقة
@@ -584,11 +697,10 @@ ar:
   geocoder:
     search:
       title:
-        latlon_html: نتائج من  <a href="https://openstreetmap.org/">الداخلية</a>
-        osm_nominatim_html: نتائج من <a href="https://nominatim.openstreetmap.org/">Nominatim
-          خريطة الشارع المفتوحة</a>
-        osm_nominatim_reverse_html: نتائج من <a href="https://nominatim.openstreetmap.org/">Nominatim
-          خريطة الشارع المفتوحة</a>
+        results_from_html: نتائج من %{results_link}
+        latlon: داخلي
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -596,6 +708,7 @@ ar:
           chair_lift: كرسي تلفريك
           drag_lift: اسحب لليسار
           gondola: تلفريك
+          magic_carpet: رفع السجاد السحري
           platter: مصعد تزلج
           pylon: نقطة تعليق
           station: محطة قطار هوائي
@@ -609,11 +722,13 @@ ar:
           hangar: حظيرة طائرات
           helipad: منصة مروحية
           holding_position: موقع الهبوط
+          navigationaid: مساعدات الملاحة الجوية
           parking_position: موقف سيارات
           runway: مدرج إقلاع
           taxiway: مدرج المناورات
           terminal: صالة مطار
         amenity:
+          animal_boarding: تربية الحيوانات
           animal_shelter: مأوى للحيوانات
           arts_centre: مركز فني/ثقافي
           atm: صراف آلي
@@ -623,6 +738,7 @@ ar:
           bench: مقعد
           bicycle_parking: موقف دراجات
           bicycle_rental: تأجير دراجة
+          bicycle_repair_station: محطة تصليح الدراجات
           biergarten: حديقة البيرة
           blood_bank: بنك الدم
           boat_rental: تأجير قوارب
@@ -641,6 +757,7 @@ ar:
           clock: الساعة
           college: كلّية
           community_centre: مركز اجتماع
+          conference_centre: مركز المؤتمرات
           courthouse: محكمة
           crematorium: محرقة جثث
           dentist: طبيب أسنان
@@ -665,7 +782,9 @@ ar:
           kindergarten: حضانة أطفال
           language_school: مدرسة لغات
           library: مكتبة
+          loading_dock: رصيف التحميل
           marketplace: سوق
+          mobile_money_agent: وكيل موبايل موني
           monastery: دير
           money_transfer: تحويل أموال
           motorcycle_parking: مرآب دراجات نارية
@@ -683,9 +802,11 @@ ar:
           prison: سجن
           pub: حانة
           public_bath: حمام عام
+          public_bookcase: مكتبة عامة
           public_building: مبنى عام
           recycling: نقطة إعادة تصنيع
           restaurant: مطعم
+          sanitary_dump_station: محطة تفريغ صحي
           school: مدرسة
           shelter: ملجأ
           shower: غسيل بالدش
@@ -700,16 +821,22 @@ ar:
           townhall: مبنى بلدية
           training: منشأة تدريب
           university: جامعة
+          vehicle_inspection: فحص المركبة
           vending_machine: آلة بيع
           veterinary: جراحة بيطرية
           village_hall: قاعة قرية
           waste_basket: سلة نفايات
           waste_disposal: التخلص من النفايات
+          waste_dump_site: موقع تفريغ النفايات
+          watering_place: منطقة الري
           water_point: موقع مياه
+          "yes": الراحة
         boundary:
+          aboriginal_lands: أراضي السكان الأصليين
           administrative: حدود إدارية
           census: حدود تعدادية
           national_park: محمية وطنية
+          political: الحدود الانتخابية
           protected_area: منطقة محمية
           "yes": حدود
         bridge:
@@ -722,49 +849,81 @@ ar:
         building:
           apartment: شقة
           apartments: شقق
+          barn: إسطبل
+          bungalow: بيت من طابق واحد
           chapel: معبد/مصلى
           church: مبنى كنيسة
           college: مبنى كُلِيَّة
           commercial: مبنى تجاري
           construction: مبنى تحت الإنشاء
+          detached: بيت مستقل
           dormitory: عنبر نوم
+          duplex: بيت من طابقين
           farm: مبنى مزرعة
+          farm_auxiliary: بيت المزرعة المساعدة
           garage: مرآب
+          garages: مرائب
+          hangar: حظيرة
           hospital: مبنى مستشفى
           hotel: مبنى فندق
           house: منزل
+          hut: كوخ
           industrial: مبنى صناعي
+          kindergarten: مبنى رياض الأطفال
+          manufacture: مبنى التصنيع
           office: مبنى مكتب
           public: مبنى عام
           residential: مبنى سكني
           retail: مبنى بيع بالمفرق
+          roof: سقف
+          ruins: مبنى مدمر
           school: مبنى مدرسة
+          semidetached_house: منزل شبه مفصول
+          service: مبنى الخدمة
           stable: إصطبل
+          static_caravan: المنزل المتنقل
+          temple: مبنى المعبد
           terrace: صف منازل
           train_station: مبنى محطة قطار
           university: مبنى جامعة
+          warehouse: مستودع
           "yes": مبنى
         club:
+          scout: قاعدة المجموعة الكشفية
+          sport: نادي رياضي
           "yes": نادي
         craft:
+          beekeeper: النحال
+          blacksmith: حداد
           brewery: مصنع الجعة
           carpenter: نجار
+          caterer: متعهد
           confectionery: محل حلوى
+          dressmaker: خياطة
           electrician: كهربائي
           electronics_repair: إصلاح إلكترونيات
           gardener: بستاني
+          handicraft: ' حرفة يدوية'
+          metal_construction: مقاول المعادن
           painter: رسام
           photographer: مصور
           plumber: سباك
+          roofer: صاحب الأسقف
+          sawmill: منشرة
           shoemaker: صانع أحذية
+          stonemason: مهنة البناء
           tailor: خياط
+          window_construction: بناء النوافذ
           "yes": محل بيع الحرفيات
         emergency:
+          access_point: نقطة الوصول
           ambulance_station: محطة إسعاف
           assembly_point: ملتقى
           defibrillator: رجفان
+          fire_extinguisher: طفاية حريق
           landing_site: موقع هبوط طوارئ
           phone: هاتف طوارئ
+          siren: صفارة الطوارئ
           water_tank: خزان مياه الطوارئ
         highway:
           abandoned: طريق سريع مهجور
@@ -773,9 +932,11 @@ ar:
           bus_stop: موقف حافلات
           construction: طريق سريع قيد الإنشاء
           corridor: ممر
+          crossing: العبور
           cycleway: مسار دراجات
           elevator: مصعد
           emergency_access_point: نقطة دخول طوارئ
+          emergency_bay: خليج الطوارئ
           footway: ممر للمشاة
           ford: مخاضة
           give_way: إشارة إفساح الطريق
@@ -806,30 +967,38 @@ ar:
           tertiary: طريق فرعي
           tertiary_link: طريق فرعي
           track: مسار
+          traffic_mirror: المرآة المرورية
           traffic_signals: إشارات مرور
           trunk: طريق رئيسي
           trunk_link: طريق رئيسي
+          turning_circle: التفاف دائري
           turning_loop: جولة
           unclassified: طريق غير مصنف
           "yes": طريق
         historic:
+          aircraft: الطائرات التاريخية
           archaeological_site: موقع أثري
           battlefield: ساحة معركة
           boundary_stone: صخرة حدود
           building: مبنى تاريخي
           bunker: برج دفاعي
+          cannon: مدفع تاريخي
           castle: قلعة
+          charcoal_pile: كومة فحم تاريخية
           church: كنيسة
           city_gate: بوابة مدينة
           citywalls: أسوار المدينة
           fort: حصن
           heritage: موقع تراثي
+          hollow_way: الطريق المجوف
           house: منزل
           manor: عزبة
           memorial: نصب تذكاري
+          milestone: معلم تاريخي
           mine: منجم
           mine_shaft: فتحة منجم
           monument: أثر
+          railway: سكة حديد تاريخية
           roman_road: طريق روماني
           ruins: أطلال
           stone: حجر
@@ -843,6 +1012,7 @@ ar:
           "yes": تقاطع
         landuse:
           allotments: حصص سكنية
+          aquaculture: تربية الأحياء المائية
           basin: حوض
           brownfield: أرض مخلفات
           cemetery: مقبرة
@@ -861,9 +1031,11 @@ ar:
           military: منطقة عسكرية
           mine: منجم
           orchard: بستان
+          plant_nursery: العناية بالنباتات
           quarry: كسّارة
           railway: سكة حديدية
           recreation_ground: ميدان ألعاب
+          religious: أرضية دينية
           reservoir: خزان
           reservoir_watershed: خزان مستجمعات المياه
           residential: منطقة سكنية
@@ -872,9 +1044,13 @@ ar:
           vineyard: حقل عنب
           "yes": استخدام الأرض
         leisure:
+          adult_gaming_centre: مركز ألعاب الكبار
+          amusement_arcade: ممر تسلية
+          bandstand: منصة الفرقة
           beach_resort: شاطئ منتجع
           bird_hide: مخبئ طيور
           common: أرض مشاع
+          dance: صالة الرقص
           dog_park: حديقة كلاب
           firepit: مكان حرائق
           fishing: منطقة صيد سمك
@@ -882,12 +1058,14 @@ ar:
           fitness_station: مركز اللياقة البدنية
           garden: حديقة
           golf_course: ملعب غولف
-          horse_riding: ركوب الخيل
+          horse_riding: مركز ركوب الخيل
           ice_rink: حلبة تزلج على الجليد
           marina: مارينا
           miniature_golf: جولف مصغر
           nature_reserve: محمية طبيعية
+          outdoor_seating: جلوس في الهواء الطلق
           park: منتزه
+          picnic_table: طاولة النزهة
           pitch: ملعب رياضي
           playground: ملعب
           recreation_ground: ميدان ألعاب
@@ -902,13 +1080,17 @@ ar:
           "yes": وقت الفراغ
         man_made:
           adit: مدخل منجم
+          advertising: دعاية
+          antenna: هوائي
           beacon: منارة
           beehive: خلية نحل
           breakwater: مكسر أمواج
           bridge: جسر
           bunker_silo: مستودع
           chimney: مدخنة
+          communications_tower: برج الاتصالات
           crane: رافعة
+          cross: يعبر
           dolphin: مرسى
           dyke: حاجز
           embankment: سد
@@ -924,12 +1106,18 @@ ar:
           petroleum_well: بئر بترول
           pier: رصيف بحري
           pipeline: خط أنابيب
+          pumping_station: محطة الضخ
+          reservoir_covered: خزان مغطى
           silo: صومعة
+          snow_cannon: مدفع الثلج
+          snow_fence: سياج الثلج
           storage_tank: خزان
           surveillance: مراقبة
+          telescope: تلسكوب
           tower: برج
           wastewater_plant: محطة صرف صحي
           watermill: طاحونة مائية
+          water_tap: صنبور الماء
           water_tower: برج ماء
           water_well: بئر
           water_works: محطة مياه
@@ -940,10 +1128,13 @@ ar:
           airfield: منطقة عسكرية
           barracks: ثكنات
           bunker: دشمة
+          checkpoint: نقطة تفتيش
+          trench: خندق
           "yes": عسكري
         mountain_pass:
           "yes": ممر جبلي
         natural:
+          bare_rock: الصخور العارية
           bay: خليج
           beach: شاطئ
           cape: خليج
@@ -976,35 +1167,48 @@ ar:
           sand: رمل
           scree: أرض حصاة
           scrub: أشجار منخفضة
+          shingle: لوح خشبي
           spring: نبع
           stone: حجر
           strait: مضيق جبلي
           tree: شجرة
+          tree_row: صف الشجرة
           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: مكتب تقنية معلومات
           lawyer: محامي
+          logistics: مكتب اللوجستيات
+          newspaper: مكتب الجريدة
           ngo: مكتب منظمة غير حكومية
+          notary: كاتب عدل
+          religion: مكتب ديني
+          research: مكتب البحوث
+          tax_advisor: مستشار ضرائب
           telecommunication: مكتب اتصالات
           travel_agent: وكيل سفريات
           "yes": مكتب
         place:
           allotments: المخصصات
+          archipelago: أرخبيل
           city: مدينة كبيرة
           city_block: منطقة سكنية
           country: دولة
@@ -1019,6 +1223,7 @@ ar:
           locality: موقع
           municipality: البلدية
           neighbourhood: حي
+          plot: حبكة
           postcode: الرمز البريدي
           quarter: حارة
           region: المنطقة
@@ -1045,6 +1250,7 @@ ar:
           platform: رصيف محطة قطار
           preserved: سكة حديدية تراثية
           proposed: سكك حديدية مقترحة
+          rail: سكة حديدية
           spur: خط تفرع سكة حديدية
           station: محطة قطار
           stop: محطة سكك حديدية
@@ -1053,13 +1259,20 @@ ar:
           switch: مبدل السكة الحديدية
           tram: سكة ترام
           tram_stop: موقف ترام
+          turntable: القرص الدوار
           yard: فناء سكة حديد
         shop:
+          agrarian: متجر زراعي
           alcohol: متجر كحول للبيع الخارجي
           antiques: تحف
+          appliance: محل أجهزة منزلية
           art: متجر فن
+          baby_goods: مستلزمات الأطفال
+          bag: متجر الحقائب
           bakery: مخبز
+          bathroom_furnishing: تأثيث الحمام
           beauty: صالون تجميل
+          bed: منتجات المفروشات
           beverages: متجر مشروبات
           bicycle: متجر دراجات
           bookmaker: ناشر
@@ -1071,61 +1284,90 @@ ar:
           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: متجر ألعاب
@@ -1134,6 +1376,8 @@ ar:
           vacant: متجر شاغر
           variety_store: متجر شامل
           video: متجر فيديو
+          video_games: متجر ألعاب الفيديو
+          wholesale: متجر بالجملة
           wine: متجر نبيذ
           "yes": متجر
         tourism:
@@ -1182,12 +1426,15 @@ ar:
           "yes": معبر مائي
       admin_levels:
         level2: حدود قطرية
+        level3: حدود المنطقة
         level4: حدود الدولة
         level5: حدود المنطقة
         level6: حدود قطرية
+        level7: حدود البلدية
         level8: حدود المدينة
         level9: حدود قرية
         level10: حدود الضاحية
+        level11: حدود الحي
       types:
         cities: مدن
         towns: مدن
@@ -1210,12 +1457,14 @@ ar:
       status: الحالة
       reports: بلاغات
       last_updated: آخر تحديث
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time} </abbr> بواسطة %{user}
       link_to_reports: عرض البلاغات
       reports_count:
-        one: 1 بلاغ
-        other: '%{count} بلاغات'
+        zero: صفر بلاغ
+        one: بلاغ واحد
+        two: بلاعان
+        few: '%{count} بلاغ'
+        many: '%{count} بلاغات'
+        other: '%{count} بلاغ'
       reported_item: شيء تم الابلاغ عنه
       states:
         ignored: تم تجاهله
@@ -1224,9 +1473,12 @@ ar:
     show:
       title: '%{status} المشكلة #%{issue_id}'
       reports:
-        zero: لا توجد بلاغات
-        one: 1 بلاغ
-        other: '%{count} بلاغات'
+        zero: صفر تقرير
+        one: تقرير واحد
+        two: تقريران
+        few: '%{count} تقرير'
+        many: '%{count} تقارير'
+        other: '%{count} تقرير'
       report_created_at: أول بلاغ تم في %{datetime}
       last_resolved_at: آخر حل تم في %{datetime}
       last_updated_at: آخر تحديث تم في %{datetime} بواسطة %{displayname}
@@ -1257,6 +1509,7 @@ ar:
   issue_comments:
     create:
       comment_created: تم إنشاء تعليقك بنجاح
+      issue_reassigned: تم إنشاء تعليقك وأعيد تعيين المشكلة
   reports:
     new:
       title_html: بلاغ %{link}
@@ -1322,6 +1575,7 @@ ar:
     hosting_partners_html: يتم دعم الاستضافة بواسطة %{ucl} و%{fastly} و%{bytemark}
       و%{partners} آخرين.
     partners_ucl: UCL
+    partners_fastly: بسرعة
     partners_bytemark: استضافة Bytemark
     partners_partners: الشركاء
     tou: شروط الاستخدام
@@ -1333,6 +1587,7 @@ ar:
     help: مساعدة
     about: حول
     copyright: حقوق النسخ
+    communities: مجتمعات
     community: مجتمع
     community_blogs: مدونات المجتمع
     community_blogs_title: مدونات لأعضاء من مجتمع خريطة الشارع المفتوحة
@@ -1346,28 +1601,41 @@ ar:
       subject: '[خريطة الشارع المفتوحة] %{user} علق على مدخلتك في اليومية'
       hi: مرحبًا %{to_user}،
       header: '%{from_user} علق على مدخلة يومية خريطة الشارع المفتوحة بالعنوان %{subject}:'
+      header_html: '%{from_user} علق على إدخال يوميات OpenStreetMap بالموضوع %{subject}:'
       footer: يمكنك أيضًا قراءة التعليق على %{readurl} ويمكنك التعليق على %{commenturl}
         أو الرد على %{replyurl}
+      footer_html: يمكنك أيضًا قراءة التعليق على %{readurl} ويمكنك التعليق على %{commenturl}
+        أو إرسال رسالة إلى المؤلف على %{replyurl}
     message_notification:
       subject: '[خريطة الشارع المفتوحة] %{message_title}'
       hi: مرحبًا %{to_user}،
       header: '%{from_user} قام بإرسال رسالة لك عبر خريطة الشارع المفتوحة بالعنوان
         %{subject}:'
+      header_html: '%{from_user} أرسل إليك رسالة عبر OpenStreetMap بالموضوع %{subject}:'
+      footer: يمكنك أيضًا قراءة الرسالة على %{readurl} ويمكنك إرسال رسالة إلى المؤلف
+        على %{replyurl}
       footer_html: يمكنك أيضا قراءة الرسالة في %{readurl} ويمكنك الرد في %{replyurl}
     friendship_notification:
       hi: مرحبًا %{to_user}،
       subject: '[خريطة الشارع المفتوحة] %{user} أضافك كصديق.'
       had_added_you: '%{user} قام بإضافتك كصديق على خريطة الشارع المفتوحة.'
       see_their_profile: يمكنك أن تشاهد ملفهم الشخصي على %{userurl}.
+      see_their_profile_html: يمكنك مشاهدة ملفهم الشخصي على %{userurl}.
       befriend_them: "\uFEFFيمكنك أيضًا إضافتهم كصديق على %{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} وبدون وسوم
     gpx_failure:
       hi: مرحبًا %{to_user}،
       failed_to_import: 'فشل الاستيراد، الخطأ هو:'
+      more_info_html: يمكن العثور على مزيد من المعلومات حول إخفاقات استيراد GPX وكيفية
+        تجنبها على %{url}.
       subject: '[خريطة الشارع المفتوحة] فشل استيراد جي بي إكس'
     gpx_success:
       hi: مرحبًا %{to_user}،
-      loaded_successfully: تم تحميل بنجاح %{trace_points} نقطة من أصل %{possible_points}
-        نقطة ممكنة.
       subject: '[خريطة الشارع المفتوحة] نجاح استيراد جي بي إكس'
     signup_confirm:
       subject: '[خريطة الشارع المفتوحة] مرحبا بك في خريطة الشارع المفتوحة'
@@ -1397,22 +1665,33 @@ ar:
         subject_other: '[خريطة الشارع المفتوحة] علق %{commenter} على ملاحظة تههتم
           بها'
         your_note: علق %{commenter} على إحدى ملاحظات خريطتك بالقرب من %{place}.
+        your_note_html: ترك %{commenter} تعليقًا على إحدى ملاحظات الخريطة بالقرب من
+          %{place}.
         commented_note: علق %{commenter} على ملاحظة الخريطة التي علقت عليها، كانت
           الملاحظة بالقرب من %{place}.
+        commented_note_html: ترك %{commenter} تعليقًا على ملاحظة الخريطة التي علقت
+          عليها. الملاحظة قريبة من %{place}.
       closed:
         subject_own: '[خريطة الشارع المفتوحة] حل %{commenter} إحدى ملاحظاتك'
         subject_other: '[خريطة الشارع المفتوحة] حل %{commenter} ملاحظة تهتم بها'
         your_note: حل %{commenter} إحدى ملاحظات خريطتك بالقرب من %{place}.
+        your_note_html: حل %{commenter} إحدى ملاحظات الخريطة بالقرب من %{place}.
         commented_note: حل %{commenter} ملاحظة الخريطة التي علقت عليها، الملاحظة بالقرب
           من %{place}.
+        commented_note_html: قام %{commenter} بحل ملاحظة الخريطة التي قمت بالتعليق
+          عليها. الملاحظة قريبة من %{place}.
       reopened:
         subject_own: لقد أعاد [خريطة الشارع المفتوحة] %{commenter} تنشيط إحدى ملاحظاتك
         subject_other: لقد أعاد [خريطة الشارع المفتوحة] %{commenter} تنشيط ملاحظة
           كنت مهتما بها
         your_note: لقد أعاد %{commenter} تنشيط إحدى ملاحظات الخريطة بالقرب من %{place}.
+        your_note_html: أعاد %{commenter} تنشيط إحدى ملاحظات الخريطة بالقرب من %{place}.
         commented_note: لقد أعاد %{commenter} تنشيط ملاحظة الخريطة التي علقت عليها،
           الملاحظة بالقرب من %{place}.
+        commented_note_html: أعاد %{commenter} تنشيط ملاحظة الخريطة التي علقت عليها.
+          الملاحظة قريبة من %{place}.
       details: يمكن العثور على مزيد من التفاصيل حول هذه الملاحظة في %{url}.
+      details_html: يمكن العثور على مزيد من التفاصيل حول الملاحظة على %{url}.
     changeset_comment_notification:
       hi: أهلا %{to_user}،
       greeting: مرحبا،
@@ -1422,13 +1701,21 @@ ar:
         subject_other: '[خريطة الشارع المفتوحة] علق %{commenter} على مجموعة تغييرات
           تهتم بها'
         your_changeset: '%{commenter} علق على إحدى مجموعات تغييراتك في %{time}'
+        your_changeset_html: ترك %{commenter} تعليقًا في %{time} على إحدى مجموعات
+          تغييراتك
         commented_changeset: ترك %{commenter} تعليقا في %{time} على مجموعة تغييرات
           تراقبها أنشأها %{changeset_author}
+        commented_changeset_html: ترك %{commenter} تعليقًا في %{time} على مجموعة التغييرات
+          التي تشاهدها والتي تم إنشاؤها بواسطة %{changeset_author}
         partial_changeset_with_comment: مع تعليق '%{changeset_comment}'
+        partial_changeset_with_comment_html: مع التعليق " %{changeset_comment}"
         partial_changeset_without_comment: بدون تعليق
       details: يمكن العثور على مزيد من التفاصيل حول مجموعة التغييرات في %{url}.
+      details_html: يمكن العثور على مزيد من التفاصيل حول مجموعة التغييرات على %{url}.
       unsubscribe: لإلغاء الاشتراك من التحديثات لهذه التغييرات؛ قم بزيارة %{url} وانقر
         على "إلغاء الاشتراك".
+      unsubscribe_html: لإلغاء الاشتراك في تحديثات هذه المجموعة ، قم بزيارة %{url}
+        وانقر فوق "إلغاء الاشتراك".
   confirmations:
     confirm:
       heading: تحقق من بريدك الإلكتروني
@@ -1440,6 +1727,9 @@ ar:
       success: تم تأكيد حسابك، شكرًا للاشتراك!
       already active: هذا الحساب سبق أن تم تأكيده.
       unknown token: رمز التأكيد انتهت صلاحيته أو غير موجود.
+      resend_html: إذا كنت تريد منا إعادة إرسال رسالة التأكيد عبر البريد الإلكتروني
+        ، %{reconfirm_link}.
+      click_here: انقر هنا
     confirm_resend:
       failure: المستخدم %{name} غير موجود.
     confirm_email:
@@ -1450,10 +1740,17 @@ ar:
       success: تم تأكيد عنوان بريدك الإلكتروني!
       failure: عنوان بريد إلكتروني تم تفعيله مسبقًا بهذا الرمز.
       unknown_token: رمز التأكيد انتهت صلاحيته أو غير موجود.
+    resend_success_flash:
+      confirmation_sent: لقد أرسلنا ملاحظة تأكيد جديدة إلى %{email} وبمجرد تأكيد حسابك
+        ، ستتمكن من التعيين.
+      whitelist: إذا كنت تستخدم نظام مكافحة البريد العشوائي الذي يرسل طلبات تأكيد
+        ، فيرجى التأكد من إدراج %{sender} في القائمة البيضاء حيث يتعذر علينا الرد
+        على أي طلبات تأكيد.
   messages:
     inbox:
       title: الوارد
       my_inbox: الوارد
+      my_outbox: صندوق الصادر الخاص بي
       messages: لديك %{new_messages} و%{old_messages}
       new_messages:
         one: '%{count} رسالة جديدة'
@@ -1485,6 +1782,8 @@ ar:
       body: عذرًا لا توجد رسالة بذلك المعرف.
     outbox:
       title: صندوق الصادر
+      my_inbox: صندوق البريد الوارد الخاص بي
+      my_outbox: صندوق البريد الصادر الخاص بي
       messages:
         one: لديك %{count} رسالة مبعوثة
         other: لديك %{count} رسائل مبعوثة
@@ -1531,6 +1830,7 @@ ar:
       flash token bad: لم نجد هذا النموذج، تحقق من المسار ربما؟
   preferences:
     show:
+      title: تفضيلاتي
       preferred_editor: المحرر المفضل
       preferred_languages: اللغات المفضلة
       edit_preferences: عدل التفضيلات
@@ -1538,14 +1838,18 @@ ar:
       title: تفضيلات التحرير
       save: حدث التفضيلات
       cancel: إلغاء
+    update:
+      failure: تعذر تحديث التفضيلات.
+    update_success_flash:
+      message: تم تحديث التفضيلات.
   profiles:
     edit:
       title: عدل الملف
+      save: تحديث الملف الشخصي
       cancel: إلغاء
       image: "\uFEFFالصورة"
       gravatar:
         gravatar: استخدام Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         disabled: تم تعطيل Gravatar .
         enabled: تم تمكين عرض Gravatar الخاص بك.
       new image: أضف صورة
@@ -1556,6 +1860,9 @@ ar:
       home location: موقع المنزل
       no home location: لم تدخل موقع منزلك.
       update home location on click: تحديث موقع المنزل عندما أنقر على الخريطة؟
+    update:
+      success: تم تحديث الملف الشخصي.
+      failure: تعذر تحديث الملف الشخصي.
   sessions:
     new:
       title: تسجيل الدخول
@@ -1600,11 +1907,23 @@ ar:
       title: تسجيل الخروج
       heading: الخروج من خريطة الشارع المفتوحة
       logout_button: تسجيل الخروج
+    suspended_flash:
+      suspended: عذرا ، لقد تم تعليق حسابك بسبب نشاط مشبوه.
+      contact_support_html: يرجى الاتصال بـ %{support_link} إذا كنت ترغب في مناقشة
+        هذا الأمر.
+      support: دعم
   shared:
     markdown_help:
+      heading_html: تحليل مع %{kramdown_link}
+      headings: عناوين
+      heading: عنوان
+      subheading: العنوان الفرعي
       unordered: قائمة غير مرتبة
       ordered: قائمة مرتبة
+      first: الصنف الأول
+      second: الصنف الثاني
       link: وصلة
+      text: نص
       image: الصورة
       alt: كل النص
       url: المسار
@@ -1614,7 +1933,7 @@ ar:
   site:
     about:
       next: التالي
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
+      heading_html: ٪ {copyright} OpenStreetMap٪ {br} من المساهمين%{copyright}%{br}
       used_by_html: '%{name} تدعم البيانات على آلالاف من مواقع الويب وتطبيقات الجوّال
         والأجهزة'
       lede_text: تم بناء خريطة الشارع المفتوحة من قبل مجتمع من مصممي الخرائط، وتساهم
@@ -1626,32 +1945,27 @@ ar:
         الصور الجوية وأجهزة GPS والخرائط الميدانية ذات التقنية المنخفضة للتحقق من ذلك خريطة الشارع المفتوحة
         دقيقة وحديثة.
       community_driven_title: نابعة من المجتمع المحلي
-      community_driven_html: "مجتمع خريطة الشارع المفتوحة متنوع ومتحمس وينمو كل يوم،
-        \nيشمل المساهمون لدينا مصممي خرائط متحمسون، ومهنيي نظم المعلومات الجغرافية،
-        والمهندسون \nالذين يديرون خوادم خريطة الشارع المفتوحة، والمساعدات الإنسانية
-        للمناطق المتضررة من الكوارث،\nوغيرها الكثير،\nلمعرفة المزيد حول المجتمع; راجع
-        \n<a href='https://blog.openstreetmap.org'>مدونة خريطة الشارع المفتوحة</a>،\nو<a
-        href='%{diary_path}'> يوميات المستخدم</a>،\nو<a href='https://blogs.openstreetmap.org/'>مدونات
-        المجتمع</a>،\nوموقع the <a href='https://www.osmfoundation.org/'>مؤسسة خريطة
-        الشارع المفتوحة</a>."
+      community_driven_osm_blog: مدونة OpenStreetMap
+      community_driven_user_diaries: يوميات المستخدم
+      community_driven_community_blogs: مدونات المجتمع
+      community_driven_osm_foundation: مؤسسة OSM
       open_data_title: البيانات المفتوحة
-      open_data_html: "خريطة الشارع المفتوحة <i>بيانات مفتوحة</i>: أنت حر في استخدامها
-        لأي غرض\nطالما أنك تقوم بإحالة خريطة الشارع المفتوحة والمساهمين فيها، إذا
-        عدلت أو \nبنيت على البيانات بطرق معينة، فلا يجوز لك توزيع النتيجة إلا \nتحت
-        نفس الترخيص، راجع <a href='%{copyright_path}'>صفحة حقوق\nالطبع والنشر والترخيص</a>
-        للتفاصيل."
+      open_data_1_html: 'OpenStreetMap هو %{open_data}: أنت حر في استخدامه لأي غرض!
+        N! طالما أنك تنسب إلى OpenStreetMap والمساهمين فيه. إذا قمت بتعديل أو! N!
+        بناء على البيانات بطرق معينة ، فيجوز لك توزيع النتيجة فقط! N! تحت نفس الترخيص.
+        راجع %{copyright_license_link} للحصول على التفاصيل.'
+      open_data_open_data: البيانات المفتوحة
+      open_data_copyright_license: صفحة حقوق النشر والترخيص
       legal_title: قانوني
-      legal_1_html: |-
-        يتم تشغيل هذا الموقع والعديد من الخدمات الأخرى ذات الصلة رسميا بواسطة
-        <a href='https://osmfoundation.org/'>مؤسسة خريطة الشارع المفتوحة</a> (OSMF)
-        نيابة عن المجتمع، يخضع استخدام جميع الخدمات التي تديرها مخشم
-        <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">لشروط الاستخدام</a>، و<a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Acceptable Use Policies</a> <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">سياسة الخصوصية</a> الخاصة بنا.
-      legal_2_html: |-
-        يُرجَى <a href='https://osmfoundation.org/Contact'>الاتصال بمخشم</a>
-        if you have licensing, copyright or other legal questions.
-        <br>
-        خريطة الشارع المفتوحة وشعار العدسة المكبرة وحالة الخريطة هي <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">علامات تجارية مسجلة لمخشم</a>.
+      legal_1_1_openstreetmap_foundation: مؤسسة خريطة الشارع المفتوحة
+      legal_1_1_terms_of_use: شروط الاستخدام
+      legal_1_1_aup: سياسات الاستخدام المقبولة
+      legal_1_1_privacy_policy: سياسة الخصوصية
+      legal_2_1_html: من فضلك %{contact_the_osmf_link} إذا كان لديك ترخيص أو حقوق
+        طبع ونشر أو أسئلة قانونية أخرى.
+      legal_2_1_contact_the_osmf: اتصل بـ OSMF
+      legal_2_2_html: OpenStreetMap وشعار العدسة المكبرة وحالة الخريطة هي %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: العلامات التجارية المسجلة لـ OSMF
       partners_title: الشركاء
     copyright:
       foreign:
@@ -1668,103 +1982,65 @@ ar:
         mapping_link: ابدأ التخطيط
       legal_babble:
         title_html: حقوق النشر والترخيص
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup>  عبارة عن <i> بيانات مفتوحة</i>، ومرخصة تحت <a
-          href="https://opendatacommons.org/licenses/odbl/">رخصة قاعدة بيانات حرة</a> (ODbL)
-          بواسطة <a href="https://osmfoundation.org/">مؤسسة خريطة الشارع المفتوحة</a> (OSMF).
-        intro_2_html: "أنت حر في نسخ، وتوزيع، ونقل وتطويع بياناتنا، \nطالما أنك تقيد
-          خريطة الشارع المفتوحة\nوالمساهمين فيها، إذا عدلت أو بنيت على بياناتنا، \nفلا
-          يحق لك توزيع النتيجة إلا تحت نفس الترخيص، و\n<a href=\"https://opendatacommons.org/licenses/odbl/1.0/\">الكود
-          القانوني</a> الكامل يشرح حقوقك ومسؤولياتك."
-        intro_3_1_html: |-
-          يتم  ترخيص رسم الخرائط في بلاط خرائطنا، ووثائقنا
-          بموجب ترخيص <a href="https://creativecommons.org/licenses/by-sa/2.0/">رخصة المشاع الإبداعي: النسبة-الترخيص بالمثل 2.0</a> (CC BY-SA).
+        introduction_1_open_data: البيانات المفتوحة
+        introduction_1_osm_foundation: مؤسسة خريطة الشارع المفتوحة
+        introduction_2_html: "أنت حر في نسخ، وتوزيع، ونقل وتطويع بياناتنا، \nطالما
+          أنك تقيد خريطة الشارع المفتوحة\nوالمساهمين فيها، إذا عدلت أو بنيت على بياناتنا،
+          \nفلا يحق لك توزيع النتيجة إلا تحت نفس الترخيص، و\n<a href=\"https://opendatacommons.org/licenses/odbl/1.0/\">الكود
+          القانوني</a> الكامل يشرح حقوقك ومسؤولياتك.%{legal_code_link}"
+        introduction_2_legal_code: شفرة قانونية
+        introduction_3_html: وثائقنا مرخصة بموجب ترخيص٪ {creative_commons_link} (CC
+          BY-SA 2.0).%{creative_commons_link}
         credit_title_html: كيفية النسبة لخريطة الشارع المفتوحة
         credit_1_html: 'عندما تستخدم بيانات OpenStreetMap، فأنت مطالب بالقيام بالأمرين
           التاليين:'
-        credit_2_1_html: "يجب أيضا أن توضح أن البيانات متوفرة بموجب ترخيص\nقاعدة البيانات
-          المفتوحة، وفي حالة استخدام بلاط خرائطنا، يتم \nترخيص رسم الخرائط كـCC BY-SA،
-          يمكنك القيام بذلك عن طريق الربط بـ\n<a href=\"https://www.openstreetmap.org/copyright\">صفحة
-          حقوق الطبع والنشر هذه</a>.\nبدلا من ذلك، وكشرط إذا كنت تقوم بتوزيع خريطة
-          الشارع المفتوحة في \nنموذج بيانات، فيمكنك التسمية والربط مباشرةً إلى الترخيص(التراخيص).
-          في وسائل الإعلام\nحيث الروابط غير ممكنة (مثل الأعمال المطبوعة)، نقترح عليك
-          \nتوجيه القراء إلى openstreetmap.org (ربما عن طريق توسيع \n'OpenStreetMap'
-          إلى هذا العنوان الكامل)، وإلى opendatacommons.org، \nوإذا كان ذلك مناسبا،
-          إلى creativecommons.org."
-        credit_4_html: 'للحصول على الخريطة الإلكترونية للتصفح; يجب أن يظهر الائتمان
-          في زاوية من الخريطة، مثلا:'
         attribution_example:
           alt: مثال على كيفية إسناد خريطة الشارع المفتوحة على صفحة ويب
           title: مثال الإسناد
         more_title_html: معرفة المزيد
-        more_1_html: |-
-          اقرأ المزيد حول استخدام بياناتنا ، وكيفية اعتمادنا ، على <a
-          href = "https://osmfoundation.org/Licence"> صفحة ترخيص OSMF </a>
-        more_2_html: "على الرغم من أن خريطة الشارع المفتوحة عبارة عن بيانات مفتوحة،
-          إلا أنه لا يمكننا توفير \nواجهة برمجة تطبيقات خريطة حرة للأطراف الثالثة،
-          \nراجع <a href=\"https://operations.osmfoundation.org/policies/api/\">سياسة
-          استخدام واجهة برمجة التطبيقات</a>،\nو<a href=\"https://operations.osmfoundation.org/policies/tiles/\">سياسة
-          استخدام البلاط</a>،\nو<a href=\"https://operations.osmfoundation.org/policies/nominatim/\">سياسة
-          الاستخدام حسب الاسم</a> لدينا."
         contributors_title_html: المساهمين
         contributors_intro_html: "مساهمونا هم آلاف الأفراد، نوفر أيضا \nبيانات مرخصة
           بشكلٍ مفتوح من وكالات الخرائط الوطنية \nوغيرها من المصادر، من بينها:"
-        contributors_at_html: |-
-          <strong> النمسا </ strong>: يحتوي على بيانات من
-          <a href="https://data.wien.gv.at/"> Stadt Wien </a> (under
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de"> CC BY </a>) ،
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm"> Land Vorarlberg </a> and
-          Land Tirol (ضمن <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/"> CC BY AT مع التعديلات </a>).
-        contributors_au_html: |-
-          <strong>أستراليا</strong>: تحتوي على البيانات المستمدة من
-          <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA Australia Limited</a>
-          المرخصة بواسطة كومنولث أستراليا تحت
-          <a href="https://creativecommons.org/licenses/by/4.0/">رخصة المشاع الإبداعي: النسبة-الترخيص بالمثل 4.0</a>.
-        contributors_ca_html: |-
+        contributors_at_austria: أستراليا
+        contributors_au_australia: أستراليا
+        contributors_au_geoscape_australia: جيوسكيب أستراليا
+        contributors_ca_credit_html: |-
           <strong> كندا </ strong>: يحتوي على بيانات من
           GeoBase & reg ؛، GeoGratis (& copy؛ Department of Natural
           موارد كندا) ، CanVec (& نسخ ؛ قسم الطبيعية
           الموارد الكندية) ، و StatCan (قسم الجغرافيا ،
-          إحصائيات كندا).
-        contributors_fi_html: |-
-          <strong> فنلندا </ strong>: تحتوي على بيانات من
-          مسح الأراضي الوطني لقاعدة بيانات طبوغرافية فنلندا
-          ومجموعات البيانات الأخرى ، تحت
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1"> ترخيص NLSFI </a>.
-        contributors_fr_html: |-
-          <strong> فرنسا </ strong>: تحتوي على بيانات مصدرها
-          الاتجاه العام لمقاطعة Impôts.
-        contributors_nl_html: |-
-          <strong> هولندا </ strong>: تحتوي على & نسخ؛ والبيانات ، 2007
-          (<a href="https://www.and.com"> www.and.com </a>)
-        contributors_nz_html: |-
-          <strong> نيوزيلندا </ strong>: يحتوي على بيانات مصدرها
-          <a href="https://data.linz.govt.nz/"> LINZ Data Service </a> و
-          مرخص لإعادة استخدامها تحت
-          <a href="https://creativecommons.org/licenses/by/4.0/"> CC BY 4.0 </a>.
-        contributors_si_html: |-
-          <strong> سلوفينيا </ strong>: تحتوي على بيانات من
-          <a href="http://www.gu.gov.si/en/"> Authority Survey and Mapping Authority </a> and
-          <a href="http://www.mkgp.gov.si/en/"> وزارة الزراعة والغابات والأغذية </a>
-          (معلومات عامة من سلوفينيا).
-        contributors_es_html: |-
-          <strong>es </strong>: تحتوي على بيانات مصدرها
-          المعهد الجغرافي الوطني الإسباني (<a href="http://www.ign.es/">IGN</a>) و
-          النظام الوطني لرسم الخرائط (<a href="http://www.scne.es/">SCNE</a>)
-          مرخصة لإعادة الاستخدام بموجب <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong> جنوب إفريقيا </ strong>: يحتوي على بيانات مصدرها
-          <a href="http://www.ngi.gov.za/"> المديرية العامة:
-          National Geo-Spatial Information </a>، State copyright reserved.
-        contributors_gb_html: |-
-          <strong>المملكة المتحدة</ strong>: تحتوي على
-          بيانات مسح الأجهزة الحربية وحقوق تأليف ونشر التاج وقاعدة البيانات الحقوق
-          2010-19.
-        contributors_footer_1_html: |-
-          لمزيد من التفاصيل عن هذه ، وغيرها من المصادر التي تم استخدامها
-          للمساعدة في تحسين OpenStreetMap ، يرجى الاطلاع على <a
-          أ href = "https://wiki.openstreetmap.org/wiki/Contributors"> المساهمون
-          الصفحة </a> على OpenStreetMap Wiki.
+          إحصائيات كندا).%{canada}&copy;&reg;
+        contributors_ca_canada: كندا
+        contributors_fi_credit_html: |-
+          ٪ {finland}: يحتوي على بيانات من
+           المسح الوطني للأراضي لقاعدة البيانات الطبوغرافية لفنلندا
+           ومجموعات البيانات الأخرى ضمن٪ {nlsfi_license_link}.%{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_nl_netherlands: هولندا
+        contributors_nz_new_zealand: نيوزيلندا
+        contributors_nz_linz_data_service: خدمة بيانات LINZ
+        contributors_si_slovenia: سلوفينيا
+        contributors_si_gu: هيئة المساحة ورسم الخرائط
+        contributors_si_mkgp: وزارة الزراعة والغابات والأغذية
+        contributors_es_spain: إسبانيا
+        contributors_za_credit_html: '%{south_africa}: يحتوي على بيانات مصدرها %{ngi_link}
+          ، حقوق الطبع والنشر محفوظة للولاية.'
+        contributors_za_south_africa: جنوب أفريقيا
+        contributors_za_ngi: 'المديرية الرئيسية: المعلومات الجغرافية المكانية الوطنية'
+        contributors_gb_credit_html: |-
+          %{united_kingdom}: يحتوي على Ordnance
+           بيانات المسح &copy; حقوق النشر محفوظة لشركة Crown وقاعدة البيانات
+           2010-2023.
+        contributors_gb_united_kingdom: المملكة المتحدة
+        contributors_2_html: |-
+          لمزيد من التفاصيل حول هذه المصادر ، وغيرها من المصادر التي تم استخدامها
+           للمساعدة في تحسين OpenStreetMap ، يرجى الاطلاع على %{contributors_page_link} على OpenStreetMap Wiki.
+        contributors_2_contributors_page: صفحة المساهمين
         contributors_footer_2_html: |-
           إدراج البيانات في OpenStreetMap لا يعني أن الأصلي
           مزود البيانات يؤيد OpenStreetMap ، يوفر أي ضمان ، أو
@@ -1774,17 +2050,16 @@ ar:
           يتم تذكير المساهمين OSM لا لإضافة البيانات من أي
           المصادر المحمية بحقوق الطبع والنشر (مثل خرائط Google أو الخرائط المطبوعة) بدون
           إذن صريح من أصحاب حقوق النشر.
-        infringement_2_html: |-
-          إذا كنت تعتقد أن المواد المحمية بحقوق الطبع والنشر غير ملائمة
-          إضافة إلى قاعدة بيانات OpenStreetMap أو هذا الموقع ، يرجى الرجوع
-          إلى <a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure"> إزالة الموقع
-          الإجراء </a> أو الملف مباشرة في موقعنا
-          <a href="https://dmca.openstreetmap.org/"> صفحة الإيداع عبر الإنترنت </a>.
-        trademarks_title_html: <span id="trademarks"></span>علامات تجارية
-        trademarks_1_html: OpenStreetMap ، وشعار العدسة المكبرة وحالة الخريطة هي علامات
-          تجارية مسجلة لمؤسسة OpenStreetMap. إذا كانت لديك أسئلة حول استخدامك للعلامات
-          ، فيرجى الاطلاع على <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">
-          سياسة العلامات التجارية </a>.
+        infringement_2_1_html: |-
+          إذا كنت تعتقد أن المواد المحمية بحقوق الطبع والنشر قد تم بشكل غير لائق
+           المضافة إلى قاعدة بيانات OpenStreetMap أو هذا الموقع ، يرجى الرجوع
+           إلى %{takedown_procedure_link} أو ملف مباشرة على موقعنا
+            %{online_filing_page_link}.
+        trademarks_title: العلامات التجارية
+        trademarks_1_1_html: |-
+          OpenStreetMap وشعار العدسة المكبرة وحالة الخريطة هي علامات تجارية مسجلة لـ
+           مؤسسة OpenStreetMap.  إذا كانت لديك أسئلة حول استخدامك للعلامات ، فيرجى الاطلاع على
+            %{trademark_policy_link}.
     index:
       js_1: إما أنك تستخدم متصفحا لا يدعم جافا سكريبت، أو أنك عطلت استعمال جافا سكريبت.
       js_2: خريطة الشارع المفتوحة تستخدم جافا سكريبت لخريطتها المنزلقة.
@@ -1852,11 +2127,6 @@ ar:
           explanation_html: إذا كنت قد لاحظت وجود مشكلة في بيانات الخرائط لدينا، على
             سبيل المثال طريق مفقود أو عنوانك، فإن أفضل طريقة للمضي قدما هو الانضمام
             إلى مجتمع خريطة الشارع المفتوحة وإضافة أو إصلاح البيانات بنفسك.
-        add_a_note:
-          instructions_html: |-
-            انقر فقط على <a class='icon note'> </a> أو على الرمز نفسه على عرض الخريطة،
-            سيضيف هذا علامة إلى الخريطة، والتي يمكنك نقلها
-            عن طريق السحب، أضف رسالتك، ثم انقر على "حفظ"، وسيتحرى مصممو الخرائط الآخرين.
       other_concerns:
         title: اهتمامات أخرى
     help:
@@ -2444,19 +2714,6 @@ ar:
       open_title: 'ملاحظة لم يتم حلها: %{note_name}'
       closed_title: 'ملاحظات محلولة: %{note_name}'
       hidden_title: 'ملاحظة مخفيّة #%{note_name}'
-      opened_by_html: أنشأه المستخدم %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: أنشأه مستخدم مجهول <abbr title='%{exact_time}'>%{when}
-        </abbr>
-      commented_by_html: تعليق من %{user} <abbr title='%{exact_time}'>%{when} </abbr>
-      commented_by_anonymous_html: تعليق من مجهول <abbr title='%{exact_time}'>%{when}
-        </abbr>
-      closed_by_html: تم الحل بواسطة %{user} <abbr title='%{exact_time}'>%{when} </abbr>
-      closed_by_anonymous_html: تم الحل بواسطة مجهول <abbr title='%{exact_time}'>%{when}
-        </abbr>
-      reopened_by_html: أعاد تنشيطه %{user}<abbr title='%{exact_time}'>%{when} </abbr>
-      reopened_by_anonymous_html: أعاد تنشيطه مجهول <abbr title='%{exact_time}'>%{when}
-        </abbr>
-      hidden_by_html: أخفاه %{user} <abbr title='%{exact_time}'>%{when} =</abbr>
       report: أبلغ عن هذه الملاحظة
       anonymous_warning: تتضمن هذه المذكرة تعليقات المستخدمين المجهولين التي ينبغي
         التحقق منها بشكل مستقل.
@@ -2532,16 +2789,6 @@ ar:
         gps: آثار جي بي أس العمومية
         overlays: تمكين طبقات لاستكشاف الخريطة
         title: الطَبقات
-      copyright: © <a href='%{copyright_url}'>مساهمو خريطة الشارع المفتوحة</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>تقديم تبرع</a>
-      terms: <a href='%{terms_url}' target='_blank'> مصطلحات الموقع و API</a>
-      cyclosm: نمط البلاط بواسطة <a href='%{cyclosm_url}' target='_blank'></a> المستضاف
-        بواسطة <a href='%{osmfrance_url}' target='_blank'></a>
-      thunderforest: البلاط من <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      hotosm: نمط البلاط بواسطة <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> المستضاف بواسطة <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
     site:
       edit_tooltip: عدّل الخريطة
       edit_disabled_tooltip: قم بالتكبير لتحرير الخريطة
index e06f6deb70e2901f9c1d654ac4ca45315f283607..8be430d1d6bcabf47919323b38a5304307d6cff7 100644 (file)
@@ -249,11 +249,6 @@ arz:
       success: تم إزاله %{name} من قائمه أصدقائك.
       not_a_friend: '%{name} ليس من أحد أصدقائك.'
   geocoder:
-    search:
-      title:
-        latlon_html: نتائج <a href="http://openstreetmap.org/">داخليًا</a>
-        osm_nominatim_html: نتائج من <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         amenity:
@@ -632,8 +627,6 @@ arz:
       failed_to_import: 'فشل الاستيراد. الخطأ هو:'
       subject: '[خريطه الشارع المفتوحة] فشل استيراد جى بى إكس'
     gpx_success:
-      loaded_successfully: تم تحميل بنجاح %{trace_points} نقطه من أصل %{possible_points}
-        نقطه ممكنه.
       subject: '[خريطه الشارع المفتوحة] نجاح استيراد جى بى إكس'
     signup_confirm:
       subject: '[خريطه الشارع المفتوحه] اهلا بيك فى اوبن ستريت ماب'
index a6335e2bc599c1f399d799250161c534c2e11746..7527b55ce5f64cebfdba765cb0c1b6a2c2153a04 100644 (file)
@@ -16,9 +16,11 @@ ast:
     formats:
       friendly: '%e de %B de %Y a les %H:%M'
   helpers:
+    file:
+      prompt: Esbillar un ficheru
     submit:
       diary_comment:
-        create: Guardar
+        create: Comentar
       diary_entry:
         create: Espublizar
         update: Anovar
@@ -29,6 +31,8 @@ ast:
       client_application:
         create: Rexistrar
         update: Anovar
+      oauth2_application:
+        update: Anovar
       redaction:
         create: Crear redaición
         update: Guardar redaición
@@ -91,6 +95,8 @@ ast:
         latitude: Llatitú
         longitude: Llonxitú
         language_code: Llingua
+      doorkeeper/application:
+        name: Nome
       friend:
         user: Usuariu
         friend: Amigu
@@ -213,6 +219,10 @@ ast:
       entry:
         comment: Comentariu
         full: Nota completa
+  account:
+    deletions:
+      show:
+        cancel: Encaboxar
   accounts:
     edit:
       title: Editar la cuenta
@@ -246,15 +256,11 @@ ast:
         to corréu electrónicu alcontrarás una nota pa confirmar la to nueva direición
         de corréu.
       success: La información del usuariu s'anovó correutamente.
+    destroy:
+      success: Desanicióse la cuenta.
   browse:
     created: Creáu
     closed: Zarráu
-    created_html: Creáu <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Zarráu <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Creáu <abbr title='%{title}'>%{time}</abbr> por %{user}
-    deleted_by_html: Desaniciáu <abbr title='%{title}'>%{time}</abbr> por %{user}
-    edited_by_html: Editáu <abbr title='%{title}'>%{time}</abbr> por %{user}
-    closed_by_html: Zarráu <abbr title='%{title}'>%{time}</abbr> por %{user}
     version: Versión
     in_changeset: Conxuntu de cambios
     anonymous: anónimu
@@ -274,8 +280,6 @@ ast:
       relation: Rellaciones (%{count})
       relation_paginated: Rellaciones (%{x}-%{y} de %{count})
       comment: Comentarios (%{count})
-      hidden_commented_by_html: Comentariu anubríu de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentariu de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Conxuntu de cambeos XML
       osmchangexml: osmChange XML
       feed:
@@ -485,6 +489,11 @@ ast:
       comment: Comentariu
       newer_comments: Comentarios más nuevos
       older_comments: Comentarios anteriores
+  errors:
+    internal_server_error:
+      title: Error na aplicación
+    not_found:
+      title: Nun s’alcontró’l ficheru
   friendships:
     make_friend:
       heading: ¿Amestar a %{user} a los amigos?
@@ -500,11 +509,10 @@ ast:
   geocoder:
     search:
       title:
-        latlon_html: Resultaos <a href="https://openstreetmap.org/">internos</a>
-        osm_nominatim_html: Resultaos de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultaos de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Resultaos de %{results_link}
+        latlon: Fontes internes
+        osm_nominatim: Nominatim d’OpenStreetMap
+        osm_nominatim_reverse: Nominatim d’OpenStreetMap
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1111,8 +1119,6 @@ ast:
       status: Estáu
       reports: Informes
       last_updated: Caberu anovamientu
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> por %{user}
       link_to_reports: Ver los informes
       reports_count:
         one: 1 Informe
@@ -1262,10 +1268,6 @@ ast:
       failed_to_import: 'falló la importación. Esti ye''l fallu:'
       subject: '[OpenStreetMap] fallu d''importación GPX'
     gpx_success:
-      loaded_successfully:
-        one: cargóse correutamente con %{trace_points} de 1 puntu posible.
-        other: cargóse correutamente con %{trace_points} de %{possible_points} puntos
-          posibles.
       subject: '[OpenStreetMap] importación GPX correuta'
     signup_confirm:
       subject: '[OpenStreetMap] Bienllegáu a OpenStreetMap'
@@ -1432,12 +1434,25 @@ ast:
       reset: Reaniciar contraseña
       flash changed: Cambióse la contraseña
       flash token bad: Nun s'alcontró esi token, ¿tendríes de comprobar la URL, seique?
+  preferences:
+    show:
+      edit_preferences: Editar les preferencies
+    edit:
+      title: Editar les preferencies
+      save: Anovar les preferencies
+      cancel: Encaboxar
+    update:
+      failure: Nun pudieron anovase les preferencies.
+    update_success_flash:
+      message: Anováronse les preferencies.
   profiles:
     edit:
+      save: Anovar el perfil
+      cancel: Encaboxar
       image: Imaxe
       gravatar:
         gravatar: Usar Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
+        what_is_gravatar: ¿Qué ye Gravatar?
         disabled: Desactivóse Gravatar.
         enabled: Activóse la vista del to Gravatar.
       new image: Amestar una imaxe
@@ -1448,6 +1463,9 @@ ast:
       home location: 'Llugar d''orixe:'
       no home location: Nun conseñasti el to llugar d'orixe.
       update home location on click: ¿Anovar el llugar d'orixe calcando nel mapa?
+    update:
+      success: Anovóse’l perfil.
+      failure: Nun pudo anovase’l perfil.
   sessions:
     new:
       title: Entrar
@@ -1495,7 +1513,6 @@ ast:
   site:
     about:
       next: Siguiente
-      copyright_html: <span>&copy;</span> Collaboradores<br>d'OpenStreetMap
       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
@@ -1506,36 +1523,8 @@ ast:
         usen imaxes aérees, preseos GPS, y mapes de campu de baxa teunoloxía pa comprobar
         qu'OSM ye precisu y ta anováu.
       community_driven_title: Dirixíu pola comunidá
-      community_driven_html: |-
-        La comunidá d'OpenStreetMap ye variada, apasionada, y medra caldía.
-        Ente los collaboradores hai cartógrafos entusiastes, profesionales de GIS,
-        inxenieros que xestionen los sirvidores d'OSM, voluntarios que
-        faen mapes de les zones afeutaes por desastres, y muncho más.
-        Pa saber más tocante a la comunidá, ver el
-        <a href='https://blog.openstreetmap.org'>Blog d'OpenStreetMap</a>, los <a href='%{diary_path}'>diarios d'usuarios</a>, los <a href='https://blogs.openstreetmap.org/'>blogs de la comunidá</a>, y la páxina web de la <a href='https://www.osmfoundation.org/'>Fundación OSM</a>.
       open_data_title: Datos abiertos
-      open_data_html: |-
-        OpenStreetMap son <i>datos abiertos</i>: tienes la llibertá d'usalos pa cualquier
-        propósitu, siempre que-y deas créditu a OpenStreetMap y los sos collaboradores.
-        Si alteres o uses como base los datos de determinaes maneres, sólo puedes distribuir
-        el resultáu baxo la mesma llicencia. Ver la <a href='%{copyright_path}'>páxina de copyright y llicencia</a>
-        pa más detalles.
       legal_title: Llegal
-      legal_1_html: "Esti sitiu y munchos otros servicios rellacionaos xestiónalos
-        formalmente la  \n<a href='https://osmfoundation.org/'>Fundación OpenStreetMap</a>
-        (OSMF) \nnel nome de la comunidá. L'usu de tolos servicios alministraos pola
-        OSMF tán suxetos a les nueses <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">Condiciones
-        d'usu</a>,<a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">polítiques
-        d'usu aceptable</a> y la nuesa <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">política
-        de privacidá</a>.\n<br>\n<a href='https://osmfoundation.org/Contact'>Comunícate
-        cola OSMF</a> \nsi tienes entrugues relativos a les llicencies, drechos d'autor
-        u otru tema llegal.\n<br>\nOpenStreetMap, el logo de la lente y «Estáu del
-        mapa» son <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">marques
-        rexistraes de la OSMF</a>."
-      legal_2_html: |-
-        Por favor, si tienes entrugues sobro llicencies, derechos d'autor o otres cuestiones llegales <a href='https://osmfoundation.org/Contact'>comunícate cola OSMF</a>.
-        <br>
-        OpenStreetMap, el logotipu de la lente y 'Estáu del Mapa' son <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">marques comerciales rexistraes de la OSMF</a>.
       partners_title: Asociaos
     copyright:
       foreign:
@@ -1552,93 +1541,16 @@ ast:
         mapping_link: principiar col mapéu
       legal_babble:
         title_html: Drechos d'autor y llicencia
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> son <i>datos abiertos</i>, baxo llicencia <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) de la <a
-          href="https://osmfoundation.org/">Fundación OpenStreetMap</a> (OSMF).
-        intro_2_html: Puedes copiar, distribuir, tresmitir y adautar los nuesos datos
-          de mou llibre, mentanto deas reconocimientu a OpenStreetMap y a los sos
-          collaboradores. Si camudes o crees conteníu sobre los nuesos datos, namái
-          podrás distribuir el resultáu baxo la mesma llicencia. El <a href="https://opendatacommons.org/licenses/odbl/1.0/">códigu
-          llegal</a> completu t'esplica los tos drechos y obligaciones.
-        intro_3_1_html: La nuesa documentación úfrese baxo la llicencia <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Reconocimientu-CompartirIgual 2.0</a> (CC BY-SA 2.0).
         credit_title_html: Cómo dar reconocimientu a OpenStreetMap
         credit_1_html: Riquimos qu'uses el créditu &ldquo;&copy; Collaboradores d'OpenStreetMap&rdquo;.
-        credit_2_1_html: |-
-          Tamién tienes de dexar claro que los datos tan disponibles baxo la llicencia Open Database License (ODbL), y si utilices los nuesos mosaicos de mapa, que la cartografía tien llicencia CC BY-SA. Puedes facelo enllazando a <a href="https://www.openstreetmap.org/copyright">esta páxina de drechos d'autor</a>.
-          Alternativamente, y como requisitu si distribues OSM en forma de datos, pues nomar y enllazar direutamente a les llicencies. En medios onde los enllaces nun seyan posibles (por exemplu, obres imprentaes), suxerímoste dirixir a los llectores a openstreetmap.org (espandiendo 'OpenStreetMap' a esta dirección completa, seique), a opendatacommons.org y, si ye'l casu, a creativecommons.org.
-        credit_3_1_html: |-
-          Los mosaicos del mapa del &ldquo;estilu estándar&rdquo; de www.openstreetmap.org son una Obra Producida de la Fundación OpenStreetMap usando datos d'OpenStreetMap baxo llicencia Open Database License. Si tas usando estos mosaicos, usa la siguiente atribución:
-          &ldquo;Mapa base y datos d'OpenStreetMap y de la Fundación OpenStreetMap&rdquo;.
-        credit_4_html: |-
-          Nun mapa electrónicu navegable, los créditos tendríen d'apaecer na esquina del mapa.
-          Por casu:
         attribution_example:
           alt: Exemplu de cómo dar reconocimientu a OpenStreetMap nuna páxina web
           title: Exemplu de reconocimientu
         more_title_html: Pa saber más
-        more_1_html: |-
-          Llei más tocante a cómo utilizar los nuesos datos, y cómo danos créditu, na <a
-          href="https://osmfoundation.org/Licence">páxina de Llicencia de la OSMF</a>.
-        more_2_html: |-
-          Anque OpenStreetMap son datos abiertos, nun podemos ufrir una API de mapes de baldre pa desendolcadores d'aplicaciones pa terceros.
-          Llei la nuesa <a href="https://operations.osmfoundation.org/policies/api/">Política d'usu de la API</a> (n'inglés),
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Política d'usu del mosaicu</a> (n'inglés)
-          y <a href="https://operations.osmfoundation.org/policies/nominatim/">Política d'usu de Nominatim</a> (n'inglés tamién).
         contributors_title_html: Los nuesos collaboradores
         contributors_intro_html: 'Los nuesos collaboradores son miles de persones.
           Incluimos tamién datos con llicencia abierta d''axencies cartográfiques
           nacionales y d''otres fontes, ente elles:'
-        contributors_at_html: |-
-          <strong>Austria</strong>: Contien datos de
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (baxo
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> y
-          Land Tirol (baxo <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT con enmiendes</a>).
-        contributors_au_html: |-
-          <strong>Australia</strong>: Contien datos de barrios basaos en datos de Australian Bureau of
-          Statistics.
-        contributors_ca_html: |-
-          <strong>Canadá</strong>: Contien datos de GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada), y StatCan (Geography Division,
-          Statistics Canada).
-        contributors_fi_html: |-
-          <strong>Finlandia</strong>: Contien datos de la base de datos topográfica de la National Land Survey de Finlandia
-          y otros conxuntos de datos, baxo la <a href="http://www.maanmittauslaitos.fi/en/opendata-licence-version1">Llicencia NLSFI</a>.
-        contributors_fr_html: '<strong>Francia</strong>: Contien datos sacaos de Direction
-          Générale des Impôts.'
-        contributors_nl_html: |-
-          <strong>Paises Baxos</strong>: Contien datos &copy; AND, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: '<strong>Nueva Zelanda</strong>: Contien datos de la
-          fonte <a href="https://data.linz.govt.nz/">LINZ Data Service</a> con reutilización
-          autorizada baxo la llicencia <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>.'
-        contributors_si_html: |-
-          <strong>Eslovenia</strong>: Contien datos de la
-          <a href="http://www.gu.gov.si/en/">Autoridá Topográfica y Cartográfica</a> y del
-          <a href="http://www.mkgp.gov.si/en/">Ministeriu d'Agricultura, Silvicultura y Alimentación</a>
-          (información pública d'Eslovenia).
-        contributors_es_html: '<strong>España</strong>: Contien datos provenientes
-          del Institutu Xeográficu Nacional (<a href="http://www.ign.es/">IGN</a>)
-          y del Sistema Cartográficu Nacional (<a href="http://www.scne.es/">SCNE</a>),
-          llicenciaos pa la reutilización baxo <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>.'
-        contributors_za_html: |-
-          <strong>Sudáfrica</strong>: Contien datos sacaos de
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, State copyright reserved.
-        contributors_gb_html: |-
-          <strong>Reinu Uníu</strong>: Contien datos de Ordnance Survey © Crown copyright and database right
-           2010-19.
-        contributors_footer_1_html: |-
-          Pa más detalles d'estes, y otres fontes que s'usaron p'ayudar a
-          ameyorar OpenStreetMap, por favor, llei la <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">Páxina
-          de los collaboradores</a> na Wiki d'OpenStreetMap.
         contributors_footer_2_html: La inclusión de datos n'OpenStreetMap nun significa
           que'l fornidor de los datos orixinales sofite OpenStreetMap, ufra garantía
           dala o aceute dalguna responsabilidá.
@@ -1647,16 +1559,6 @@ ast:
           datos que vengan d'una fonte con drechos d'autor acutaos (p. ex. de Google
           Maps o mapes impresos) ensin el permisu esplícitu de los dueños de los drechos
           d'autor.
-        infringement_2_html: Si crees que s'amestó de mou inapropiáu material con
-          drechos d'autor a la base de datos d'OpenStreetMap o a esti sitiu, consulta'l
-          nuesu <a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure">procedimientu
-          de retirada de datos</a> o pidilo direutamente nel nuesu <a href="https://dmca.openstreetmap.org/">formulariu
-          en llinia</a>.
-        trademarks_title_html: <span id="trademarks"></span>Marques rexistraes
-        trademarks_1_html: OpenStreetMap, el logotipu de la lente y «State of the
-          Map» son marques rexistraes de la Fundación OpenStreetMap. Si tienes entrugues
-          tocante al usu de les marques, consulta la nuesa <a href="http://wiki.osmfoundation.org/wiki/Trademark_Policy">política
-          de marques rexistraes</a>.
     index:
       js_1: O tas usando un restolador ensin sofitu pa JavaScript, o tienes JavaScript
         desactiváu.
@@ -1728,11 +1630,6 @@ ast:
             una carretera que falta, o la so direición, lo meyor que pue facer ye
             xunise a la comunidá d'OpenStreetMap y amestar o reparar los datos vusté
             mesmu.
-        add_a_note:
-          instructions_html: |-
-            Namái faiga clic en <a class='icon note'></a> o nel mesmu iconu na vista del mapa.
-            Esto pondrá un marcador nel mapa, que puede mover
-            abasnando. Escriba'l so mensaxe, faiga clic en guardar, y otros mapeadores investigarán.
       other_concerns:
         title: Otres preocupaciones
     help:
@@ -2318,15 +2215,6 @@ ast:
       open_title: 'Nota ensin resolver #%{note_name}'
       closed_title: 'Nota resuelta #%{note_name}'
       hidden_title: 'Nota tapecida #%{note_name}'
-      opened_by_html: Creáu por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Creáu por un anónimu <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentariu de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Comentariu d'un anónimu <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Resuelto por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Resuelto por un anónimu <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reactivao por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reactivao por un anónimu <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Tapecío por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: Informar d'esta nota
       anonymous_warning: Esta nota incluye comentarios d'usuarios anónimos que tendríen
         de comprobase de mou independiente.
@@ -2396,16 +2284,6 @@ ast:
         gps: Traces GPS públiques
         overlays: Activar les superposiciones pa diagnosticar el mapa
         title: Capes
-      copyright: © <a href='%{copyright_url}'>collaboradores d'OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Faiga una donación</a>
-      terms: <a href='%{terms_url}' target='_blank'>Condiciones del sitiu web y de
-        la API</a>
-      thunderforest: Mosaicu cortesía de <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Mosaicos por cortesía de <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Estilu del mosaicu por <a href='%{hotosm_url}' target='_blank'>Equipu
-        Humanitariu d'OpenStreetMap</a> agospiáu por <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Francia</a>
     site:
       edit_tooltip: Editar el mapa
       edit_disabled_tooltip: Aumenta pa editar el mapa
index f65f129217729fca6dee36ebadb13e7d2aa5fc96..caeffb9506f6d4acf9994f2aa90efe05a348ef35 100644 (file)
@@ -166,16 +166,6 @@ az:
   browse:
     created: Yaradılıb
     closed: Bağlanıb
-    created_html: <abbr title='%{title}'>%{time} əvvəl</abbr> yaradılıb
-    closed_html: <abbr title='%{title}'>%{time} əvvəl</abbr> bağlanılıb
-    created_by_html: <abbr title='%{title}'>%{time} əvvəl</abbr> %{user} tərəfindən
-      yaradılıb
-    deleted_by_html: <abbr title='%{title}'>%{time} əvvəl</abbr>  %{user} tərəfindən
-      silinib
-    edited_by_html: <abbr title='%{title}'>%{time} əvvəl </abbr> %{user} tərəfindən
-      dəyişdirilib
-    closed_by_html: <abbr title='%{title}'>%{time} əvvəl </abbr> %{user} tərəfindən
-      bağlanılıb
     version: Versiya
     in_changeset: Dəyişikliklər
     anonymous: anonim
@@ -344,11 +334,6 @@ az:
       heading: '%{user} dostluqdan silək?'
       button: Dostluqdan sil
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="http://openstreetmap.org/">Daxili nəticələr</a>
-        osm_nominatim_html: <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> nəticələri
     search_osm_nominatim:
       prefix:
         aeroway:
@@ -946,26 +931,12 @@ az:
         mapping_link: kartoqrafiyalaşdırmağa başla
       legal_babble:
         title_html: Müəllif hüquqları və Lisenziyalar
-        intro_1_html: |-
-          OpenStreetMap <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) lisenziyası üzrə istifadə olunan <i>açıq məlumatlardan</i> ibarətdir.
         credit_title_html: OpenStreetMap-ə Necə istinad etmək olar
         attribution_example:
           alt: Nümunə üçün, veb-səhifədən OpenStreetMap-ə necə istinad vermək
           title: Müəllifin göstərilməsinin nümunəsi
         more_title_html: Daha ətraflı öyrən
         contributors_title_html: Kimlər bizim layihəyə töhfə verir
-        contributors_ca_html: <strong>Kanada</strong> GeoBase ®, GeoGratis (© Kanadanın
-          Təbii Ehtiyatlar Departamenti), CanVec (© Kanadanın Təbii Ehtiyatlar Departamenti)
-          və StatCan (Kanadanın Statistika şöbəsinin, Coğrafiya bölməsi) tərəfindən
-          məlumatlar.
-        contributors_fr_html: '<strong>Fransa</strong>: Baş Vergi İdarəsi tərəfindən
-          məlumatlar.'
-        contributors_nz_html: <strong>Yeni Zelandiya</strong> Yeni Zelandiyanın torpaq
-          resursları haqqında məlumatlardan. Crown Copyright reserved.
-        contributors_gb_html: <strong>Böyük Britaniya Krallığı</strong> Ordnance Survey
-          © Crown copyright tərəfindən məlumatlar. Verilənlər bazasına icazə 2010-12.
         infringement_title_html: Müəllif hüquqlarının pozulması
     index:
       shortlink: Qısa keçid
index 977788a30112a261b48d53b9a1077e1876ec8275..854f291984dce3078ce09deed549a65abf26dd98 100644 (file)
@@ -169,10 +169,6 @@ ba:
           ҡулланып ҡарағыҙ.
         needs_view: Ҡулланыусыға блоктан сыҡҡансы системаға инергә рөхсәт итергәме?
       user:
-        email_confirmation: Һеҙҙең адресығыҙ асыҡ күренмәйәсәк, тулыраҡ мәғлүмәт алыу
-          өсөн беҙҙең <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF privacy policy including section on email addresses"> конфиденциаллек
-          сәйәсәтен</a> ҡарағыҙ.
         new_email: (күрһәтелмәй)
   datetime:
     distance_in_words_ago:
@@ -256,14 +252,6 @@ ba:
   browse:
     created: Булдырылған
     closed: Ябыҡ
-    created_html: Яһалған <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Ябылған <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Яһалған <abbr title='%{title}'>%{time}</abbr> ҡулланыусы тарафынан
-      %{user}
-    deleted_by_html: Юйылған <abbr title='%{title}'>%{time}</abbr>ҡулланыусы тарафынан%{user}
-    edited_by_html: Төҙәтелгән <abbr title='%{title}'>%{time}</abbr> ҡулланыусы тарафынан
-      %{user}
-    closed_by_html: Ябылған <abbr title='%{title}'>%{time}</abbr>ҡулланыусы тарафынан%{user}
     version: Версия
     in_changeset: Төҙәтеүҙәр пакеты
     anonymous: Аноним
@@ -289,10 +277,6 @@ ba:
       relation: Мөнәсәбәттәр (%{count})
       relation_paginated: Мөнәсәбәттәр (%{x}-%{y} %{count}нан)
       comment: Комментарийҙар (%{count})
-      hidden_commented_by_html: ' %{user} <abbr title=''%{exact_time}''>%{when}тан
-        йәшерен комментарий, кирегә</abbr>'
-      commented_by_html: Ҡулланыусы комментарийы %{user} <abbr title='%{exact_time}'>%{when}
-        кирегә</abbr>
       changesetxml: Төҙәтеүҙәр пакетының XML-ы
       osmchangexml: osmChange XML
       feed:
@@ -526,15 +510,6 @@ ba:
       success: '%{name} дуҫтарҙан алып ташланды.'
       not_a_friend: '%{name} һеҙҙең дуҫ түгел.'
   geocoder:
-    search:
-      title:
-        latlon_html: |2-
-
-          <a href="http://openstreetmap.org/">эсендәге һөҙөмтәләр</a>
-        osm_nominatim_html: <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>нан сыҡҡан һөҙөмтәләр
-        osm_nominatim_reverse_html: <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>нан һөҙөмтәләр
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1011,23 +986,6 @@ ba:
       open_title: 'Эшкәртелмәгән мәҡәлә #%{note_name}'
       closed_title: 'Эшкәртелгән мәҡәләа #%{note_name}'
       hidden_title: 'Йәшерелгән яҙма #%{note_name}'
-      opened_by_html: Ҡулланыусы тарафынан булдырылған %{user} <abbr title='%{exact_time}'>%{when}
-        кирегә</abbr>
-      opened_by_anonymous_html: Аноним тарафынан булдырылған <abbr title='%{exact_time}'>%{when}
-        кирегә</abbr>
-      commented_by_html: Ҡулланыусы комментарийы %{user} <abbr title='%{exact_time}'>%{when}
-        кирегә</abbr>
-      commented_by_anonymous_html: Аноним комментарийы  <abbr title='%{exact_time}'>%{when}
-        кирегә</abbr>
-      closed_by_html: Ҡулланыусы тарафынан эшкәртелгән %{user} <abbr title='%{exact_time}'>%{when}
-        кирегә</abbr>
-      closed_by_anonymous_html: Аноним тарафынан рөхсәт ителгән <abbr title='%{exact_time}'>%{when}
-        кирегә</abbr>
-      reopened_by_html: Ҡулланыусы тарафынан ҡабаттан асылған %{user} <abbr title='%{exact_time}'>%{when}
-        кирегә</abbr>
-      reopened_by_anonymous_html: Аноним тарафынан ҡабаттан асылған <abbr title='%{exact_time}'>%{when}
-        кирегә</abbr>
-      hidden_by_html: Йәшерелгән %{user} <abbr title='%{exact_time}'>%{when} кирегә</abbr>
       report: Был яҙма тураһында хәбәр итеү
     new:
       title: Яңы мәҡәлә
index 7799d1f18949cec9498172343135d993391eacb3..8201827a5283e465fd7478bd3fd289a2e437b268 100644 (file)
@@ -18,7 +18,7 @@ be-Tarask:
       prompt: Абярыце файл
     submit:
       diary_comment:
-        create: Ð\97аÑ\85аваÑ\86Ñ\8c
+        create: Ð\9aамÑ\8dнÑ\82аÑ\80
       diary_entry:
         create: Апублікаваць
         update: Абнавіць
@@ -99,12 +99,14 @@ be-Tarask:
       diary_entry:
         user: Удзельнік
         title: Тэма
+        body: Тэкст
         latitude: Шырата
         longitude: Даўгата
         language_code: Мова
       doorkeeper/application:
         name: Назва
         redirect_uri: URI перанакіраваньняў
+        confidential: Канфідэнцыйная праграма?
         scopes: Дазволы
       friend:
         user: Удзельнік
@@ -158,49 +160,45 @@ be-Tarask:
         needs_view: Ці трэба ўдзельніку ўвайсьці ў сыстэму, перад тым як блякаваньне
           будзе зьнятае?
       user:
-        email_confirmation: Ваш адрас ня будзе паказвацца публічна, глядзіце нашыя
-          <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="правілы
-          OSMF адносна прыватнасьці, у тым ліку разьдзел пра адрасы электроннай пошты">правілы
-          адносна прыватнасьці</a> дзеля дадатковай інфармацыі
         new_email: (ніколі ня будзе паказаны публічна)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: каля 1 гадзіны таму
+        one: каля %{count} гадзіны таму
         other: каля %{count} гадзінаў таму
       about_x_months:
-        one: каля 1 месяца таму
+        one: каля %{count} месяца таму
         other: каля %{count} месяцаў таму
       about_x_years:
-        one: каля 1 году таму
+        one: каля %{count} году таму
         other: каля %{count} гадоў таму
       almost_x_years:
-        one: амаль 1 год таму
+        one: амаль %{count} год таму
         other: амаль %{count} гадоў таму
       half_a_minute: паўхвіліны таму
       less_than_x_seconds:
-        one: менш за 1 сэкунду таму
+        one: менш за %{count} сэкунду таму
         other: менш за %{count} сэкундаў таму
       less_than_x_minutes:
-        one: менш за 1 хвіліну таму
+        one: менш за %{count} хвіліну таму
         other: менш за %{count} хвілінаў таму
       over_x_years:
-        one: больш за 1 год таму
+        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})
@@ -277,24 +275,18 @@ be-Tarask:
   browse:
     created: Створана
     closed: Закрытае
-    created_html: Створана <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Закрыта <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Створана <abbr title='%{title}'>%{time}</abbr> удзельнікам %{user}
-    deleted_by_html: Выдалена <abbr title='%{title}'>%{time}</abbr> удзельнікам %{user}
-    edited_by_html: Зьменена <abbr title='%{title}'>%{time}</abbr> удзельнікам %{user}
-    closed_by_html: Закрыта <abbr title='%{title}'>%{time}</abbr> by %{user}
     version: Вэрсія
     in_changeset: Набор зьменаў
     anonymous: ананім
     no_comment: (без камэнтароў)
     part_of: Частка
     part_of_relations:
-      one: 1 сувязь
+      one: '%{count} сувязь'
       few: '%{count} сувязі'
       many: '%{count} сувязяў'
       other: '%{count} сувязяў'
     part_of_ways:
-      one: 1 лінія
+      one: '%{count} лінія'
       few: '%{count} лініі'
       many: '%{count} лініяў'
       other: '%{count} лініяў'
@@ -327,7 +319,7 @@ be-Tarask:
     relation:
       members: Удзельнікі
       members_count:
-        one: 1 удзельнік
+        one: '%{count} удзельнік'
         few: '%{count} удзельнікі'
         many: '%{count} удзельнікаў'
         other: '%{count} удзельнікаў'
@@ -356,6 +348,7 @@ be-Tarask:
         way: дарога
         relation: адносіны
         changeset: набор зьменаў
+        note: заўвага
     redacted:
       redaction: Рэдакцыя %{id}
       message_html: Вэрсія %{version} гэтага %{type} ня можа быць паказаная, бо яна
@@ -373,6 +366,9 @@ be-Tarask:
         key: Старонка вікі, якая апісвае тэг %{key}
         tag: Старонка вікі, якая апісвае тэг %{key}=%{value}
       wikipedia_link: Артыкул %{page} у Вікіпэдыі
+    query:
+      nearby: Аб’екты паблізу
+      enclosing: Навакольныя аб’екты
   changesets:
     changeset_paging_nav:
       showing_page: Старонка %{page}
@@ -487,11 +483,6 @@ be-Tarask:
       success: '%{name} быў выдалены з Вашага сьпісу сяброў.'
       not_a_friend: '%{name} не зьяўляецца Вашым сябрам.'
   geocoder:
-    search:
-      title:
-        latlon_html: Вынікі з <a href="https://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Вынікі з <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aeroway:
@@ -933,11 +924,6 @@ be-Tarask:
       failed_to_import: 'немагчыма імпартаваць. Адбылася памылка:'
       subject: '[OpenStreetMap] памылка імпарту GPX'
     gpx_success:
-      loaded_successfully:
-        one: пасьпяхова загружаны з %{trace_points} з 1 магчымага пункту.
-        few: пасьпяхова загружаныя %{trace_points} пункты з магчымых %{possible_points}.
-        many: пасьпяхова загружаныя %{trace_points} пунктаў з магчымых %{possible_points}.
-        other: пасьпяхова загружаныя %{trace_points} пунктаў з магчымых %{possible_points}.
       subject: '[OpenStreetMap] імпарт GPX адбыўся пасьпяхова'
     signup_confirm:
       subject: '[OpenStreetMap] Вітаем у OpenStreetMap'
@@ -1103,63 +1089,14 @@ be-Tarask:
         mapping_link: пачаць стварэньне мапы
       legal_babble:
         title_html: Аўтарскія правы і ліцэнзія
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> — <i>вольныя зьвесткі</i>, ліцэнзаваныя паводле <a
-          href="https://opendatacommons.org/licenses/odbl/">ліцэнзіі Адкрытых базаў зьвестак Адкрытых агульных зьвестак</a> (ODbL) <a
-          href="https://osmfoundation.org/">Фундацыяй OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: Вы можаце капіяваць, распаўсюджваць, перадаваць і зьмяняць нашыя
-          зьвесткі да той пары, пакуль вы спасылаецеся на OpenStreetMap і яе ўдзельнікаў.
-          Калі вы зьмяняеце ці выкарыстоўваеце нашыя зьвесткі, вы можаце распаўсюджваць
-          вынікі толькі на ўмовах такой жа ліцэнзіі. Поўны <a href="https://opendatacommons.org/licenses/odbl/1.0/">тэкст
-          ліцэнзіі</a> растлумачыць вам правы і адказнасьці.
         credit_title_html: Як спасылацца на OpenStreetMap
         credit_1_html: 'Карыстаючыся зьвесткамі OpenStreetMap, вы павінны выканаць
           дзьве ўмовы:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Згадаць OpenStreetMap, пазначыўшы нашую нататку пра аўтарскае права.</li>
-            <li>Выразна зазначыць, што зьвесткі даступныя пад ліцэнзіяй Open Database License.</li>
-          </ul>
-        credit_3_1_html: Для паведамленьня пра аўтарскія правы маем розныя патрабаваньні
-          ў залежнасьці ад таго, як вы карыстаецеся нашымі зьвесткамі. Напрыклад,
-          калі вы стварылі праглядальную мапу, друкаваную мапу ці статычную выяву,
-          будуць дзейнічаць розныя правілы. Дэтальнае апісаньне патрабаваньняў можна
-          знайсьці на <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Кіраўніцтве
-          атрыбуцыямі</a>.
         more_title_html: Даведацца болей
-        more_1_html: Даведайцеся болей пра выкарыстаньне нашых зьвестак і пра спасыланьне
-          на нас на <a href="https://osmfoundation.org/Licence">старонцы ліцэнзіі
-          OSMF</a>.
-        more_2_html: |-
-          Хоць OpenStreetMap ёсьць адкрытымі зьвесткамі, мы ня здольныя прадаставіць бяскоштны API мапаў для староньніх распрацоўнікаў. Глядзіце нашыя <a href="https://operations.osmfoundation.org/policies/api/">правілы карыстаньня API</a>, <a href="https://operations.osmfoundation.org/policies/tiles/">правілы карыстаньня частак мапаў</a>
-          і <a href="https://operations.osmfoundation.org/policies/nominatim/">правілы карыстаньня Nominatim</a>.
         contributors_title_html: Нашыя ўдзельнікі
         contributors_intro_html: 'Нашы аўтары — гэта тысячы асобаў. Мы таксама ўключаем
           зьвесткі з вольнай ліцэнзіяй ад нацыянальных картаграфічных службаў і зь
           іншых крыніц, сярод іх:'
-        contributors_at_html: |-
-          <strong>Аўстрыя</strong>: утрымлівае зьвесткі <a href="https://data.wien.gv.at/">гораду Вены</a> (на ўмовах
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>), а таксама земляў <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Форарльбэрг</a> і
-          Тыроль (на ўмовах <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT з дапаўненьнямі</a>).
-        contributors_au_html: |-
-          <strong>Аўстралія</strong>: Уключана ці распрацавана з выкарыстаньнем адміністрацыйных граніцаў &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a>
-          ліцэнзаваных Аўстралійскаю супольнасьцю паводле міжнароднай ліцэнзіі <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 (CC BY 4.0)</a>.
-        contributors_ca_html: |-
-          <strong>Канада</strong>: Утрымлівае зьвесткі
-          GeoBase&reg;, GeoGratis (&copy; Дэпартамэнта прыродных рэсурсаў
-          Канады), CanVec (&copy; Дэпартамэнта прыродных рэсурсаў
-          Канады), і StatCan (Статыстычнага падразьдзяленьня Канады).
-        contributors_fr_html: |-
-          <strong>Францыя</strong>: Утрымлівае зьвесткі
-          Галоўнага падатковага ўпраўленьня.
-        contributors_nz_html: '<strong>Новая Зэляндыя</strong>: утрымлівае зьвесткі
-          з <a href="https://data.linz.govt.nz/">LINZ Data Service</a> і ліцэнзаваныя
-          для паўторнага выкарыстаньня паводле <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>.'
-        contributors_gb_html: '<strong>Вялікабрытанія</strong>: утрымлівае зьвесткі
-          апытаньня Ordnance &copy; Каралеўскія аўтарскія правы і правы на базу зьвестак
-          2010—2019.'
         contributors_footer_2_html: |-
           Уключэньне зьвестак у OpenStreetMap не азначае, што пастаўшчыкі пачатковых зьвестак
           якім-небудзь чынам падтрымліваюць OpenStreetMap, прадстаўляюць гарантыі, ці
@@ -1335,7 +1272,7 @@ be-Tarask:
     trace:
       pending: ЧАКАЕ
       count_points:
-        one: 1 пункт
+        one: '%{count} пункт'
         other: '%{count} пункты'
       more: болей
       trace_details: Паказаць падрабязнасьці трэку
@@ -1615,7 +1552,6 @@ be-Tarask:
   notes:
     show:
       title: 'Нататка: %{id}'
-      commented_by_anonymous_html: Камэнтар ад ананіма <abbr title='%{exact_time}'>%{when}</abbr>
   javascripts:
     map:
       base:
index a5f137ca2d8d034d580e5a8332dc49feaa4d5e5a..e15f001bffdf1dc5e892868eb01baab29c84ed25 100644 (file)
@@ -321,14 +321,6 @@ be:
   browse:
     created: Створаны
     closed: Зачынены
-    created_html: Створаны <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Закрыты <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Створаны <abbr title='%{title}'>%{time}</abbr> карыстальнікам
-      %{user}
-    deleted_by_html: Выдалены <abbr title='%{title}'>%{time}</abbr> карыстальнікам
-      %{user}
-    edited_by_html: Зменены <abbr title='%{title}'>%{time}</abbr> карыстальнікам %{user}
-    closed_by_html: Закрыты <abbr title='%{title}'>%{time}</abbr> карыстальнікам %{user}
     version: Версія
     in_changeset: Пакет правак
     anonymous: ананімны
@@ -348,9 +340,6 @@ be:
       relation: Дачыненні (%{count})
       relation_paginated: Дачыненні (%{x}-%{y} з %{count})
       comment: Каментары (%{count})
-      hidden_commented_by_html: Схаваны каментарый ад %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Каментарый ад %{user} <abbr title='%{exact_time}'>%{when}
-        </abbr>
       changesetxml: XML пакета правак
       osmchangexml: osmChange XML
       feed:
@@ -571,13 +560,6 @@ be:
       success: '%{name} выдалены са спіса сяброў.'
       not_a_friend: '%{name} не з’яўляецца вашым сябрам.'
   geocoder:
-    search:
-      title:
-        latlon_html: Вынікі з <a href="http://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Вынікі з <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Вынікі з <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1158,9 +1140,6 @@ be:
       status: Статус
       reports: Скаргі
       last_updated: Апошняе змяненне
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> удзельнікам
-        %{user}
       link_to_reports: Глядзець скаргі
       reports_count:
         one: 1 Скарга
@@ -1311,12 +1290,6 @@ be:
       failed_to_import: 'збой імпарту. Адбылася памылка:'
       subject: '[OpenStreetMap] Збой імпарту GPX'
     gpx_success:
-      loaded_successfully:
-        one: паспяхова загружаны (%{trace_points} з магчымага 1 пункта).
-        few: паспяхова загружаны (%{trace_points} з магчымых %{possible_points} пунктаў).
-        many: паспяхова загружаны (%{trace_points} з магчымых %{possible_points} пунктаў).
-        other: паспяхова загружаны (%{trace_points} з магчымых %{possible_points}
-          пунктаў).
       subject: '[OpenStreetMap] Паспяховы імпарт GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Сардэчна запрашаем у OpenStreetMap'
@@ -1491,7 +1464,6 @@ be:
       image: 'Выява:'
       gravatar:
         gravatar: Выкарыстоўваць Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         disabled: Граватар быў адключаны.
         enabled: Паказ вашага Граватара быў уключаны.
       new image: Дадаць выяву
@@ -1557,7 +1529,6 @@ be:
   site:
     about:
       next: Далей
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
       used_by_html: '%{name} забяспечвае картаграфічнымі дадзенымі тысячы сайтаў,
         мабільных праграм і прыстасаванняў'
       lede_text: OpenStreetMap створаны супольнасцю картографаў, якія дадаюць і падтрымліваюць
@@ -1569,26 +1540,8 @@ be:
         палявыя карты для праверкі таго, што дадзеныя OSM з'яўляюцца дакладнымі і
         актуальнымі.
       community_driven_title: Развіваецца супольнасцю
-      community_driven_html: |-
-        Супольнасць OpenStreetMap - разнастайная, зацятая і штодня расце. Сярод нашых удзельнікаў ёсць картографы энтузіясты і прафесіяналы, інжынеры якія падтрымліваюць серверы OSM, спецыялісты, якія з гуманістычных прычын, дапамагаюць у картаграфаванні раёнаў, пацярпелых ад стыхійнага бедства, і многія іншыя.
-        Каб даведацца больш пра супольнасць, паглядзіце <a href='%{diary_path}'>дзённікі карыстальнікаў</a>,
-        <a href='http://blogs.openstreetmap.org/'>блогі супольнасці</a> і сайт <a href='http://www.osmfoundation.org/'>фонду OSM</a>.
       open_data_title: Адкрытыя даныя
-      open_data_html: "OpenStreetMap - гэта <i>адкрытыя дадзеныя</i>: вы можаце свабодна
-        выкарыстоўваць іх для любых мэтаў да тых часоў, пакуль вы спасылаецеся на
-        OpenStreetMap і яго ўдзельнікаў. Пры змене дадзеных або выкарыстанні ў  якасці
-        асновы для новых прадуктаў, вы можаце распаўсюджваць вынік толькі па той жа
-        ліцэнзіі. Глядзіце старонку <a href='%{copyright_path}'>аўтарскія правы і
-        \nліцэнзія</a>, каб атрымаць падрабязную інфармацыю."
       legal_title: Прававыя пытанні
-      legal_1_html: |-
-        Гэты сайт і многія іншыя звязаныя сэрвісы фармальна кіруюцца <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF) ад імя супольнасці.
-        Выкарыстанне сэрвісаў OSMF рэгулюецца <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Умовамі карыстання</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Палітыкай дазволенага карыстання</a>, <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Палітыкай прыватнасці</a>.
-      legal_2_html: |-
-        Калі ласка, <a href='https://osmfoundation.org/Contact'>звярніцеся да OSMF</a>, калі ў вас есць ліцэнзійныя, аўтарскія ці іншыя прававыя пытанні.
-        <br>
-        OpenStreetMap, лагатып павелічальнага шкла і State of the Map з'яўляюцца <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">зарэгістраванымі гандлёвымі маркамі OSMF</a>.
       partners_title: Партнёры
     copyright:
       foreign:
@@ -1605,96 +1558,18 @@ be:
         mapping_link: пачаць маляваць карту
       legal_babble:
         title_html: Аўтарскія правы і ліцэнзія
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> - гэта <i>адкрытыя дадзеныя</i>, што распаўсюджваюцца  па ліцэнзіі <a href="http://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL) сіламі <a
-          href="http://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: "Вы можаце капіраваць, распаўсюджваць, перадаваць і змяняць
-          нашыя  дадзеныя да той пары пакуль Вы спасылаецеся на OpenStreetMap і яе
-          ўдзельнікаў. Калі Вы змяняеце ці выкарыстоўваеце нашыя дадзеныя, Вы можаце
-          распаўсюджваць вынікі толькі на ўмовах такой жа ліцэнзіі. Поўны \n<a href=\"http://opendatacommons.org/licenses/odbl/1.0/\">тэкст
-          ліцэнзіі</a> растлумачыць Вам правы і абавязкі."
-        intro_3_1_html: "Наша дакументацыя распаўсюджваюцца на ўмовах <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">Ліцэнзіі
-          Creative \nCommons Attribution-ShareAlike 2.0</a> (CC-BY-SA 2.0)."
         credit_title_html: Як спасылацца на OpenStreetMap
         credit_1_html: |-
           Мы патрабуем, каб выкарыстоўвалася спасылка &ldquo;&copy; OpenStreetMap
           contributors&rdquo;.
-        credit_2_1_html: Вы павінны таксама даваць дакладна разумець, што дадзеныя
-          даступныя на ўмовах Open Database License, а ў выпадку, калі вы карыстаецеся
-          графічнымі картамі з нашага сервера, на іх распаўсюджваюцца ўмовы CC-BY-SA.
-          Вы можаце зрабіць гэта падаўшы спасылкі на <a href="http://www.openstreetmap.org/copyright">гэтую
-          старонку з тлумачэннем лiцэнзiйных патрабаванняў</a>. Ці  для выканання
-          нашых патрабаванняў пры распаўсюдзе дадзеных OSM вы можаце непасрэдна ўказваць
-          назву ліцэнзіі(й) і спасылкі на яе(іх) тэкст. Пры выкарыстанні носьбітамі,
-          дзе выкарыстанне гіпертэкставых спасылак немагчыма (напрыклад друкаваныя
-          матэрыялы), мы прапануем спасылацца непасрэдна на openstreetmap.org (або
-          пашыраючы "OpenStreetMap" да гэтага поўнага адраса), opendatacommons.org,
-          а калі трэба, і на creativecommons.org.
-        credit_4_html: "Для электронных карт, згадка пра крыніцу дадзеных павінна
-          знаходзіцца ў куце карты. \nНапрыклад:"
         attribution_example:
           alt: Прыклад таго, як трэба спасылацца на OpenStreetMap на старонцы
           title: Прыклад спасылкі
         more_title_html: Даведацца больш
-        more_1_html: |-
-          Даведайцеся больш аб выкарыстанні нашых дадзеных і аб тым, як паказваць нас як крыніцу паходжання дадзеных на <a
-          href="http://osmfoundation.org/Licence">старонцы OSMF Licence</a> і <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">адказах на прававыя пытанні</a>.
-        more_2_html: Хоць даныя OpenStreetMap з’яўляюцца адкрытымі данымі, мы не ў
-          стане прадастаўляць бясплатны картаграфічны API для іншых распрацоўшчыкаў.
-          Азнаёмцеся з нашымі <a href="https://operations.osmfoundation.org/policies/api/">Правіламі
-          выкарыстання API</a>, <a href="https://operations.osmfoundation.org/policies/tiles/">Правіламі
-          выкарыстання графічных карт</a> і <a href="https://operations.osmfoundation.org/policies/nominatim/">Правіламі
-          выкарыстання сэрвісу Nominatim</a>.
         contributors_title_html: Нашы ўдзельнікі
         contributors_intro_html: 'Нашымі ўдзельнікамі з''яўляюцца тысячы людзей. Мы
           таксама ўключаем дадзеныя ад нацыянальных картаграфічных агенцтваў, якія
           распаўсюджваюцца на ўмовах адкрытых ліцэнзій, сярод іх:'
-        contributors_at_html: "<strong>Аўстрыя</strong>: Змяшчае звесткі\n<a href=\"http://data.wien.gv.at/\">горада
-          Вены</a> на ўмовах\n<a href=\"http://creativecommons.org/licenses/by/3.0/at/deed.de\">CC
-          BY</a>, <a href=\"http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm\">зямлі
-          Форарльберг</a> і \nзямлі Тыроль (на ўмовах <a href=\"http://www.tirol.gv.at/applikationen/e-Government/data/nutzungsbedingungen/\">CC
-          BY AT з дадаткамі</a>)."
-        contributors_au_html: |-
-          <strong>Аўстралія</strong>: Змяшчае дадзеныя атрыманыя ад
-          <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA Australia Limited</a>
-          ліцэнзаваныя Commonwealth of Australia пад
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_ca_html: |-
-          <strong>Канада</strong>: Змяшчае звесткі
-          GeoBase&reg;, GeoGratis (&copy; Дэпартамента прыродных рэсурсаў
-          Канады), CanVec (&copy; Дэпартамента прыродных рэсурсаў
-          Канады), і StatCan (Статыстычнага падраздзялення Канады).
-        contributors_fi_html: "<strong>Фінляндыя</strong>: змяшчае дадзеныя з тапаграфічнай
-          базы дадзеных Нацыянальнай зямельнай службы Фінляндыі і іншыя наборы дадзеных
-          на ўмовах ліцэнзіі \n<a href=\"http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501\">NLSFI</a>."
-        contributors_fr_html: |-
-          <strong>Францыя</strong>: Змяшчае дадзеныя атрыманыя ад
-          Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Нідэрланды</strong>: Змяшчае даныя &copy; AND, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: '<strong>Новая Зеландыя</strong>: Змяшчае звесткі з
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> пад ліцэнзіяй
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.'
-        contributors_si_html: '<strong>Славенія</strong>: змяшчае дадзеныя <a href="http://www.gu.gov.si/en/">Геадэзічнай
-          управы</a> і <a href="http://www.mkgp.gov.si/en/">Міністэрства сельскай
-          гаспадаркі, лясной гаспадаркі і харчавання</a> (публічная інфармацыя Славеніі).'
-        contributors_es_html: |-
-          <strong>Іспанія</strong>: Змяшчае дадзеныя атрыманыя ад
-          Spanish National Geographic Institute (<a href="http://www.ign.es/">IGN</a>) і
-          National Cartographic System (<a href="http://www.scne.es/">SCNE</a>)
-          ліцэнзаваныя для паўторнага выкарыстання пад <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Паўднёвая Афрыка</strong>: Змяшчае дадзеныя з
-          <a href="http://www.ngi.gov.za/">Chief Directorate: National Geo-Spatial Information</a>, State copyright reserved.
-        contributors_gb_html: |-
-          <strong>Вялікабрытанія</strong>: Змяшчае звесткі Ordnance
-          Survey &copy; Crown copyright and database right
-          2010-19.
-        contributors_footer_1_html: Дадатковую інфармацыю аб гэтых і іншых крыніцах,
-          якія былі выкарыстаныя для паляпшэння карты OpenStreetMap, можна атрымаць
-          на старонцы <a href="http://wiki.openstreetmap.org/wiki/Contributors">Удзельнікі
-          </a> на Вікі OpenStreetMap.
         contributors_footer_2_html: |-
           Уключэнне дадзеных у OpenStreetMap не азначае, што пастаўшчыкі пачатковых дадзеных
           якім-небудзь чынам падтрымліваюць OpenStreetMap, прадстаўляюць гарантыі, ці
@@ -1703,16 +1578,6 @@ be:
         infringement_1_html: Удзельнікі супольнасці OSM павінны заўсёды памятаць пра
           тое, што забараняецца дадаваць дадзеныя з любых абароненых аўтарскім правам
           крыніц (напрыклад, з Google Maps або з друкаваных карт) без дазволу праваўладальнікаў.
-        infringement_2_html: Калі вы лічыце, што абаронены аўтарскім правам матэрыял
-          быў недарэчна дададзены ў базу дадзеных OpenStreetMap або да гэтага сайту,
-          азнаёмціся з нашым <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">парадкам
-          выдалення такіх дадзеных</a> або скарыстайцеся непасрэдна нашай <a href="https://dmca.openstreetmap.org/">старонкай
-          для онлайн зваротаў</a>.
-        trademarks_title_html: <span id="trademarks"></span>Таварныя знакі
-        trademarks_1_html: OpenStreetMap і лагатып з лупаю з'яўляюцца зарэгістраванымі
-          таварнымі знакамі фонду OpenStreetMap. Калі ў вас есць пытанні аб выкарыстанні
-          знакаў, калі ласка, адпраўце Вашыя пытанні <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">рабочай
-          групе па ліцэнзіі</a>.
     index:
       js_1: Вы карыстаецеся вандроўнікам без падтрымкі JavaScript.
       js_2: OpenStreetMap выкарыстоўвае JavaScript для адлюстравання карты на сайце.
@@ -1784,11 +1649,6 @@ be:
             дадзеных, напрыклад дарога не пазначана ці ваш адрас, лепшы спосаб гэта
             выправіць - далучыцца да супольнасці OpenStreetMap і дадаць або выправіць
             дадзеныя самастойна.
-        add_a_note:
-          instructions_html: "Проста націсніце <a class='icon note'></a> або падобны
-            значок на карце. \nУ выніку на карце з'явіцца маркер, які вы зможаце перамяшчаць
-            шляхам перацягвання. Дадайце ваша паведамленне, націсніце кнопку Захаваць
-            і іншыя ўдзельнікі змогуць гэта убачыць."
       other_concerns:
         title: Іншыя перасцярогі
     help:
@@ -2369,17 +2229,6 @@ be:
       open_title: 'Нявырашаная заўвага #%{note_name}'
       closed_title: 'Вырашаная заўвага #%{note_name}'
       hidden_title: 'Схаваная заўвага #%{note_name}'
-      opened_by_html: Створана %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Створана ананімным карыстальнікам <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Каментарый ад %{user} <abbr title='%{exact_time}'>%{when}
-        </abbr>
-      commented_by_anonymous_html: Ананімны каментарый <abbr title='%{exact_time}'>%{when}
-        </abbr>
-      closed_by_html: Вырашана ўдзельнікам %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Вырашана ананімным удзельнікам <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Паўторна актывавана ўдзельнікам %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Пераадкрыта ананімным удзельнікам <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Схавана ўдзельнікам %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: паскардзіцца на гэтую заўвагу
       anonymous_warning: Гэтая нататка змяшчае каментары ад ананімных карыстальнікаў,
         што павінны быць незалежна правераны.
@@ -2454,19 +2303,13 @@ be:
         gps: Агульныя GPS-сляды
         overlays: Уключыць накладкі для ліквідацыі памылак карты
         title: Слаі
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap contributors</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Зрабіць ахвяраванне</a>
-      terms: <a href='%{terms_url}' target='_blank'>Умовы выкарыстання сайта і API</a>
-      thunderforest: Тайлы прадастаўлены <a href="%{thunderforest_url}">Andy Allan</a>
-      hotosm: Афармленне тайлаў <a href="%{hotosm_url}">Humanitarian OpenStreetMap
-        Team</a>, хостынг ад <a href="%{osmfrance_url}">OpenStreetMap France</a>
     site:
       edit_tooltip: Рэдагаваць карту
       edit_disabled_tooltip: Наблізце, каб рэдагаваць карту
       createnote_tooltip: Дадаць заўвагу на карту
       createnote_disabled_tooltip: Наблізце, каб дадаць заўвагу на карту
       map_notes_zoom_in_tooltip: Наблізце, каб убачыць заўвагі на карце
-      map_data_zoom_in_tooltip: Ð\9fавÑ\8fлÑ\96Ñ\87Ñ\86е, ÐºÐ°Ð± Ñ\83баÑ\87Ñ\8bÑ\86Ñ\8c ÐºÐ°Ñ\80Ñ\82агÑ\80аÑ\84Ñ\96Ñ\87нÑ\8bÑ\8f Ð´Ð°Ð´Ð·ÐµÐ½Ñ\8bÑ\8f
+      map_data_zoom_in_tooltip: Павялічце, каб убачыць картаграфічныя даныя
       queryfeature_tooltip: Пошук аб’ектаў
       queryfeature_disabled_tooltip: Наблізіцеся для пошуку аб'ектаў
     changesets:
index 4ae7d83e119cba5077a71794f71c99d5825f43c3..399385932abff4d0d26c6c21394d6cb413ea9f02 100644 (file)
@@ -4,6 +4,7 @@
 # Author: BennyZ2304
 # Author: DCLXVI
 # Author: Danieldegroot2
+# Author: Dimitar
 # Author: Kareyac
 # Author: Lyubomirv
 # Author: MrPanyGoff
@@ -144,6 +145,7 @@ bg:
         home_lat: Географска ширина
         home_lon: Географска дължина
         languages: Предпочитани езици
+        preferred_editor: Предпочитан редактор
         pass_crypt: Парола
         pass_crypt_confirmation: Потвърди парола
     help:
@@ -206,7 +208,7 @@ bg:
       facebook: Facebook
       windowslive: Windows Live
       github: GitHub
-      wikipedia: Wikipedia
+      wikipedia: Уикипедия
   api:
     notes:
       comment:
@@ -235,6 +237,25 @@ bg:
       show:
         title: Изтриване на профила
         delete_account: Изтриване на профила
+        delete_introduction: 'Можете да изтриете профила си в OpenStreetMap, като
+          използвате бутона по-долу. Моля, обърнете внимание на следните подробности:'
+        delete_profile: Информацията от профила Ви, включително аватар, описание и
+          местоположение на дома Ви, ще бъде премахната.
+        delete_display_name: Вашето потребителско име ще бъде премахнато и ще може
+          да се използва отново от други потребители.
+        retain_caveats: 'Въпреки това част от информацията за вас ще бъде запазена
+          в OpenStreetMap, дори и след като профилът Ви бъде изтрит:'
+        retain_edits: Вашите редакции в базата данни на картата, ако има такива, ще
+          бъдат запазени.
+        retain_traces: Качените от Вас GPS следи, ако има такива, ще бъдат запазени.
+        retain_diary_entries: Вашите дневници и коментарите в дневниците, ако има
+          такива, ще бъдат запазени, но скрити от останалите потребители.
+        retain_notes: Вашите бележки към картата и коментарите към тях, ако има такива,
+          ще бъдат запазени, но скрити от останалите потребители.
+        retain_changeset_discussions: Обсъжданията на списъци от промени, ако има
+          такива, ще бъдат запазени.
+        retain_email: Вашият имейл адрес ще бъде запазен.
+        confirm_delete: Сигурни ли сте?
         cancel: Отказ
   accounts:
     edit:
@@ -253,7 +274,8 @@ bg:
         agreed: Приели сте новите условия за сътрудничество.
         not yet agreed: Все още не сте приели новите Условия за участие.
         link text: Какво е това?
-      save changes button: Съхраняване на промените
+      save changes button: Запазване на промените
+      delete_account: Изтриване на профила...
     go_public:
       heading: Обществено видимо редактиране
       make_edits_public_button: Всички мои промени да са публично достъпни
@@ -261,15 +283,13 @@ bg:
       success_confirm_needed: Сведенията за потребителя са успешно обновени. Проверете
         електронната си поща за писмо, с което да потвърдите новия адрес.
       success: Сведенията за потребителя са успешно обновени.
+    destroy:
+      success: Профилът е изтрит.
   browse:
     created: Създадена
     closed: Затворена
-    created_html: Създадена <abbr title="%{title}">%{time}</abbr>
-    closed_html: Затворена <abbr title="%{title}">%{time}</abbr>
-    created_by_html: Създадена <abbr title="%{title}">%{time}</abbr> от %{user}
-    deleted_by_html: Изтрита <abbr title='%{title}'>%{time}</abbr> от %{user}
-    edited_by_html: Променена <abbr title='%{title}'>%{time}</abbr> от %{user}
-    closed_by_html: Затворена <abbr title="%{title}">%{time}</abbr> от %{user}
+    closed_ago_html: Затворен %{time_ago}
+    created_ago_by_html: Създаден %{time_ago} от %{user}
     version: Версия
     in_changeset: Списък с промени
     anonymous: анонимен
@@ -289,8 +309,6 @@ bg:
       relation: Релации (%{count})
       relation_paginated: Релации(%{x}-%{y} от %{count})
       comment: Коментари (%{count})
-      hidden_commented_by_html: Скрит коментар от %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Коментар от %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: XML на списъка с промени
       osmchangexml: osmChange XML
       feed:
@@ -412,6 +430,7 @@ bg:
       nearby mapper: Картографи в близост
       friend: Приятел
     show:
+      edit_your_profile: Редактиране на профила
       my friends: Моите приятели
       no friends: Все още нямате добавени приятели.
       nearby users: Други потребители в близост
@@ -485,6 +504,9 @@ bg:
       comment: Коментар
       newer_comments: По-нови коментари
       older_comments: По-стари коментари
+  errors:
+    contact:
+      contact: контакт
   friendships:
     make_friend:
       heading: Добави %{user} като приятел?
@@ -498,13 +520,6 @@ bg:
       success: '%{name} беше премахнат от списъка с приятелите.'
       not_a_friend: '%{name} не е между вашите приятели.'
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="https://openstreetmap.org/">Вътрешни</a> резултати
-        osm_nominatim_html: Резултати от <a href="https://nominatim.openstreetmap.org">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Резултати от <a href="https://nominatim.openstreetmap.org">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -656,6 +671,7 @@ bg:
           residential: Жилищна сграда
           roof: Покрив
           school: Училище
+          shed: Навес
           static_caravan: Каравана
           temple: Храм
           train_station: Железопътна станция
@@ -880,6 +896,7 @@ bg:
           spring: Ручей
           stone: Камък
           tree: Дърво
+          tree_row: Редица дървета
           valley: Долина
           volcano: Вулкан
           water: Вода
@@ -1052,6 +1069,7 @@ bg:
           wilderness_hut: Горска хижа
           zoo: Зологическа градина
         tunnel:
+          building_passage: Преминаване през сграда
           "yes": Тунел
         waterway:
           canal: Канал
@@ -1090,11 +1108,10 @@ bg:
       status: Състояние
       reports: Доклади
       last_updated: Последна промяна
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> by %{user}
+      last_updated_time_ago_user_html: '%{time_ago} от %{user}'
       link_to_reports: Преглед на докладите
       reports_count:
-        one: 1 доклад
+        one: '%{count} доклад'
         other: '%{count} доклада'
       reported_item: Докладван елемент
       states:
@@ -1104,8 +1121,7 @@ bg:
     show:
       title: '%{status} Проблем #%{issue_id}'
       reports:
-        zero: Няма доклади
-        one: 1 доклад
+        one: '%{count} доклад'
         other: '%{count} доклада'
       report_created_at: Първоначално докладван на %{datetime}
       last_resolved_at: Последно решена на %{datetime}
@@ -1177,10 +1193,10 @@ bg:
     start_mapping: Картографиране
     edit: Променяне
     history: История
-    export: Ð\98знаÑ\81Ñ\8fне
+    export: Ð\95кÑ\81поÑ\80Ñ\82иÑ\80ане
     issues: Проблеми
     data: Данни
-    export_data: Ð\98знаÑ\81Ñ\8fне на данни
+    export_data: Ð\95кÑ\81поÑ\80Ñ\82иÑ\80ане на данни
     gps_traces: Следи от GPS
     gps_traces_tooltip: Управление на следи от GPS
     user_diaries: Потребителски дневници
@@ -1202,6 +1218,7 @@ bg:
     help: Помощ
     about: За проекта
     copyright: Авторски права
+    communities: Общности
     community: Общност
     make_a_donation:
       title: Подкрепете OpenStreetMap с парично дарение
@@ -1223,6 +1240,7 @@ bg:
       failed_to_import: 'не е внесен. Това е грешката:'
       subject: '[OpenStreetMap] Грешка при внасяне на GPX'
     gpx_success:
+      hi: Здравейте %{to_user},
       subject: '[OpenStreetMap] GPX импорта е успешен'
     signup_confirm:
       subject: '[OpenStreetMap] Добре дошли в OpenStreetMap'
@@ -1286,10 +1304,12 @@ bg:
         поща.
       button: Потвърждаване
       success: Промяната на електронна поща е потвърдена!
+      unknown_token: Този код за потвърждение е изтекъл или не съществува.
   messages:
     inbox:
       title: Входящи
       my_inbox: Входяща кутия
+      my_outbox: Изходяща кутия
       messages: Имате %{new_messages} и %{old_messages}
       new_messages:
         one: '%{count} ново съобщение'
@@ -1311,7 +1331,7 @@ bg:
     new:
       title: Изпращане на съобщение
       send_message_to_html: Изпращане ново съобщение на %{name}
-      back_to_inbox: Ð\9eбÑ\80аÑ\82но Ð² Ð¿Ð¾Ñ\89аÑ\82а
+      back_to_inbox: Ð\9eбÑ\80аÑ\82но ÐºÑ\8aм Ð²Ñ\85одÑ\8fÑ\89аÑ\82а Ð¿Ð¾Ñ\89а
     create:
       message_sent: Съобщението е изпратено
     no_such_message:
@@ -1319,7 +1339,9 @@ bg:
       heading: Няма такова съобщение
       body: Съжаляваме но няма съобщение със това id.
     outbox:
-      title: Изпратени
+      title: Изходящи
+      my_inbox: Входящи
+      my_outbox: Изходяща кутия
       messages:
         one: Изпратили сте %{count} съобщение
         other: Изпратили сте %{count} съобщения
@@ -1364,8 +1386,11 @@ bg:
   preferences:
     show:
       title: Предпочитания
+      preferred_editor: Предпочитан редактор
       preferred_languages: Предпочитани езици
+      edit_preferences: Редактиране на предпочитанията
     edit:
+      save: Запазване на предпочитанията
       cancel: Отказ
   profiles:
     edit:
@@ -1373,7 +1398,6 @@ bg:
       image: Изображение
       gravatar:
         gravatar: Използване на Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
       new image: Добавяне на изображение
       keep image: Запазване на текущото изображение
       delete image: Премахване на текущото изображение
@@ -1433,6 +1457,10 @@ bg:
   shared:
     markdown_help:
       headings: Заглавия
+      subheading: Подзаглавие
+      ordered: Подреден списък
+      first: Първи елемент
+      second: Втори елемент
       link: Препратка
       text: Текст
       image: Изображение
@@ -1443,11 +1471,14 @@ bg:
   site:
     about:
       next: Напред
-      copyright_html: <span>&copy;</span>сътрудници на<br>OpenStreetMap
       used_by_html: '%{name} осигурява картографски данни на хиляди страници, мобилни
         приложения и устройства'
+      lede_text: OpenStreetMap е създадена от общност от картографи, които предоставят
+        и поддържат данни за пътища, пътеки, кафенета, железопътни гари и много други
+        по целия свят.
       local_knowledge_title: Местно познание
       open_data_title: Отворени данни
+      open_data_open_data: отворени данни
       legal_title: Правни въпроси
       partners_title: Партньори
     copyright:
@@ -1468,15 +1499,7 @@ bg:
         credit_title_html: Как да кредитирате OpenStreetMap
         more_title_html: Открийте повече
         contributors_title_html: Нашите сътрудници
-        contributors_fr_html: |-
-          <strong>Франция</strong>: Съдържа данни от
-          Главната данъчна дирекция.
         infringement_title_html: Нарушаване на авторските права
-        trademarks_title_html: <span id="trademarks"></span>Търговски марки
-        trademarks_1_html: OpenStreetMap и логото с лупата са регистрирани търговски
-          марки на фондация OpenStreetMap. Ако имате въпроси относно използването
-          на тези знаци, моля изпратете Вашите въпроси на <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">работната
-          група по лиценза</a>.
     index:
       js_2: OpenStreetMap използва JavaScript за своята статична карта.
       permalink: Постоянна връзка
@@ -1488,16 +1511,16 @@ bg:
       anon_edits_link_text: Разберете защо е така.
       id_not_configured: iD не е настроен
     export:
-      title: Ð\98знаÑ\81Ñ\8fне
-      area_to_export: Ð\97она Ð·Ð° Ð¸Ð·Ð½Ð°Ñ\81Ñ\8fне
+      title: Ð\95кÑ\81поÑ\80Ñ\82иÑ\80ане
+      area_to_export: Ð\97она Ð·Ð° ÐµÐºÑ\81поÑ\80Ñ\82иÑ\80ане
       manually_select: Ръчно избиране на друга област
-      format_to_export: Ð¤Ð¾Ñ\80маÑ\82 Ð·Ð° Ð¸Ð·Ð½Ð°Ñ\81Ñ\8fне
+      format_to_export: Ð¤Ð¾Ñ\80маÑ\82 Ð·Ð° ÐµÐºÑ\81поÑ\80Ñ\82иÑ\80ане
       osm_xml_data: OpenStreetMap XML данни
       embeddable_html: HTML-код за вграждане
       licence: Лиценз
       too_large:
-        advice: 'Ð\90ко Ð¸Ð·Ð½Ð°Ñ\81Ñ\8fнеÑ\82о Ð¿Ð¾-гоÑ\80е Ð½Ðµ Ñ\81Ñ\80абоÑ\82и, Ð¼Ð¾Ð»Ñ\8f, Ð¸Ð·Ð¿Ð¾Ð»Ð·Ð²Ð°Ð¹Ñ\82е ÐµÐ´Ð¸Ð½ Ð¾Ñ\82 Ñ\81ледниÑ\82е
-          източници:'
+        advice: 'Ð\90ко ÐµÐºÑ\81поÑ\80Ñ\82иÑ\80анеÑ\82о Ð¿Ð¾-гоÑ\80е Ð½Ðµ Ñ\81Ñ\80абоÑ\82и, Ð¼Ð¾Ð»Ñ\8f, Ð¸Ð·Ð¿Ð¾Ð»Ð·Ð²Ð°Ð¹Ñ\82е ÐµÐ´Ð¸Ð½ Ð¾Ñ\82
+          следните източници:'
         planet:
           title: Planet OSM
         overpass:
@@ -1517,7 +1540,7 @@ bg:
       longitude: 'Геогр. дълж:'
       output: Изход
       paste_html: Копирайте HTML за вграждане в интернет страница
-      export_button: Ð\98знаÑ\81Ñ\8fне
+      export_button: Ð\95кÑ\81поÑ\80Ñ\82иÑ\80ане
     fixthemap:
       title: Докладвай проблем/Коригирай картата
       how_to_help:
@@ -1693,7 +1716,7 @@ bg:
     trace:
       pending: Обработва се
       count_points:
-        one: 1 точка
+        one: '%{count} точка'
         other: '%{count} точки'
       more: още
       view_map: Вижте на картата
@@ -1754,6 +1777,7 @@ bg:
     index:
       title: Мои данни за OAuth
       my_tokens: Упълномощени от мен приложения
+      list_tokens: 'Следните токени са издадени на приложения от ваше име:'
       application: Име на приложението
       issued_at: Упълномощено на
       revoke: Анулиране!
@@ -1862,19 +1886,19 @@ bg:
       time_future_html: Изтича след %{time}.
       block_duration:
         hours:
-          one: час
+          one: '%{count} час'
           other: '%{count} часа'
         days:
-          one: 1 ден
+          one: '%{count} ден'
           other: '%{count} дена'
         weeks:
-          one: 1 седмица
+          one: '%{count} седмица'
           other: '%{count} седмици'
         months:
-          one: месец
+          one: '%{count} месец'
           other: '%{count} месеца'
         years:
-          one: 1 година
+          one: '%{count} година'
           other: '%{count} години'
     show:
       created: 'Създадена:'
@@ -1912,16 +1936,6 @@ bg:
       open_title: Нерешена бележка № %{note_name}
       closed_title: Решена бележка № %{note_name}
       hidden_title: Скрита бележка № %{note_name}
-      opened_by_html: Създадена от %{user} <abbr title='%{exact_time}'> %{when}</abbr>
-      opened_by_anonymous_html: Създадена от анонимен <abbr title='%{exact_time}'>
-        %{when}</abbr>
-      commented_by_html: Коментар от %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Коментар от анонимен <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Решена от %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Решена от анонимен <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Повторно отворена от %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Повторно отворена от анонимен <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Скрита от %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: докладване на бележката
       anonymous_warning: Бележката е от анонимен потребител и съдържа твърдения, които
         трябва да бъдат проверени.
@@ -1977,9 +1991,6 @@ bg:
         gps: Публични следи от GPS
         overlays: Слоеве за отстраняване на грешки
         title: Слоеве
-      copyright: © <a href='%{copyright_url}'>Сътрудници на OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Направете дарение</a>
-      terms: <a href='%{terms_url}' target='_blank'>Условия на страницата и API</a>
     site:
       edit_tooltip: Променяне на картата
       edit_disabled_tooltip: Увеличете за редактиране на картата
index dc03e47a977cd271df206331878c3ad9d90fc770..89abb97ce8cb122ae13129efb05eda5d831a4864 100644 (file)
@@ -119,6 +119,7 @@ bn:
       diary_entry:
         user: ব্যবহারকারী
         title: বিষয়
+        body: মূলাংশ
         latitude: অক্ষাংশ
         longitude: দ্রাঘিমাংশ
         language_code: ভাষা
@@ -182,48 +183,45 @@ bn:
           শব্দার্থ বোঝেন না, তাই দয়া করে সাধারণ শব্দ ব্যবহার করার চেষ্টা করুন৷
         needs_view: এই ব্লকটি উঠে যাবার আগে ব্যবহারকারীকে কি লগ ইন করতে হবে?
       user:
-        email_confirmation: আপনার ইমেইল ঠিকানা সবার কাছে দৃশ্যমান হবে না, আরও তথ্য
-          জানতে <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="ইমেল
-          ঠিকানাগুলি অনুচ্ছেদসহ OSMF গোপনীয়তা নীতি">গোপনীয়তা নীতি</a> দেখুন।
         new_email: (কখনও সর্বজনীনভাবে প্রদর্শিত হয়নি)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: প্রায়  ঘণ্টা আগে
+        one: প্রায় %{count} ঘণ্টা আগে
         other: প্রায় %{count} ঘণ্টা আগে
       about_x_months:
-        one: প্রায়  মাস আগে
+        one: প্রায় %{count} মাস আগে
         other: প্রায় %{count} মাস আগে
       about_x_years:
-        one: প্রায়  বছর আগে
+        one: প্রায় %{count} বছর আগে
         other: প্রায় %{count} বছর আগে
       almost_x_years:
-        one: প্রায়  বছর আগে
+        one: প্রায় %{count} বছর আগে
         other: প্রায় %{count} বছর আগে
       half_a_minute: অর্ধ মিনিট আগে
       less_than_x_seconds:
-        one: ১ সেকেন্ডেরও কম সময় আগে
+        one: '%{count} সেকেন্ডেরও কম সময় আগে'
         other: '%{count} সেকেন্ডেরও কম সময় আগে'
       less_than_x_minutes:
-        one: এক মিনিটেরও কম সময় আগে
+        one: '%{count} মিনিটেরও কম সময় আগে'
         other: '%{count} মিনিটেরও কম সময় আগে'
       over_x_years:
-        one: ১ বছরেরও বেশী সময় আগে
+        one: '%{count} বছরেরও বেশী সময় আগে'
         other: '%{count} বছরেরও বেশী সময় আগে'
       x_seconds:
-        one: ১ সেকেন্ড আগে
+        one: '%{count} সেকেন্ড আগে'
         other: '%{count} সেকেন্ড আগে'
       x_minutes:
-        one: ১ মিনিট আগে
+        one: '%{count} মিনিট আগে'
         other: '%{count} মিনিট আগে'
       x_days:
-        one: ১ দিন আগে
+        one: '%{count} দিন আগে'
         other: '%{count} দিন আগে'
       x_months:
-        one: ১ মাস আগে
+        one: '%{count} মাস আগে'
         other: '%{count} মাস আগে'
       x_years:
-        one: ১ বছর আগে
+        one: '%{count} বছর আগে'
         other: '%{count} বছর আগে'
   editor:
     default: পূর্বনির্ধারিত (বর্তমানে %{name})
@@ -255,6 +253,8 @@ bn:
         reopened_at_by_html: '%{when} %{user} দ্বারা পুনর্সক্রিয়'
       rss:
         title: ওপেনস্ট্রিটম্যাপ টীকা
+        description_area: নোটের তালিকা, রিপোর্ট করা, মন্তব্য করা বা আপনার এলাকায়
+          বন্ধ করা [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
         description_item: নোট %{id}-এর জন্য একটি আরএসএস চারণ
         opened: নতুন নোট (%{place}-এর কাছে)
         commented: নতুন মন্তব্য (%{place}-এর কাছে)
@@ -319,6 +319,16 @@ bn:
       delete_account: অ্যাকাউন্ট অপসারণ করুন...
     go_public:
       heading: 'সম্পাদনা উন্মুক্ত:'
+      currently_not_public: বর্তমানে আপনার সম্পাদনাগুলি বেনামী এবং লোকেরা আপনাকে বার্তা
+        পাঠাতে বা আপনার অবস্থান দেখতে পারবে না৷ আপনি কী সম্পাদনা করেছেন তা দেখাতে
+        এবং ওয়েবসাইটের মাধ্যমে লোকেদের আপনার সাথে যোগাযোগ করার অনুমতি দিতে, নীচের
+        বোতামে ক্লিক করুন৷
+      only_public_can_edit: যেহেতু ০.৬ এপআই পরিবর্তন হয়েছে, শুধুমাত্র পাবলিক ব্যবহারকারীরা
+        মানচিত্র ডেটা সম্পাদনা করতে পারে৷
+      find_out_why: কারণ জানুন
+      email_not_revealed: আপনার ইমেল ঠিকানা সর্বজনীনভাবে প্রকাশ করা হবে না।
+      not_reversible: এই ক্রিয়াটি পাল্টানো যাবে না এবং সমস্ত নতুন ব্যবহারকারী এখন
+        ডিফল্টরূপে সর্বজনীন।
       make_edits_public_button: সমস্ত সম্পাদনাগুলি উন্মুক্ত করুন
     update:
       success_confirm_needed: ব্যবহারকারীর তথ্য সফলভাবে হালনাগাদ করা হয়েছে। আপনার
@@ -329,22 +339,22 @@ bn:
   browse:
     created: তৈরি হয়েছে
     closed: বন্ধ হয়েছে
-    created_html: <abbr title='%{title}'>%{time}</abbr> তৈরিকৃত
-    closed_html: <abbr title='%{title}'>%{time}</abbr> বন্ধকৃত
-    created_by_html: '%{user} কর্তৃক <abbr title=''%{title}''>%{time}</abbr> তৈরিকৃত'
-    deleted_by_html: '%{user} কর্তৃক <abbr title=''%{title}''>%{time}</abbr> অপসারিত'
-    edited_by_html: '%{user} কর্তৃক <abbr title=''%{title}''>%{time}</abbr> সম্পাদিত'
-    closed_by_html: '%{user} কর্তৃক <abbr title=''%{title}''>%{time}</abbr> বন্ধকৃত'
+    created_ago_html: '%{time_ago} তৈরি'
+    closed_ago_html: '%{time_ago} বন্ধকৃত'
+    created_ago_by_html: '%{user} কর্তৃক %{time_ago} তৈরিকৃত'
+    closed_ago_by_html: '%{user} কর্তৃক %{time_ago} বন্ধকৃত'
+    deleted_ago_by_html: '%{user} কর্তৃক %{time_ago} অপসারিত'
+    edited_ago_by_html: '%{user} কর্তৃক %{time_ago} সম্পাদিত'
     version: সংস্করণ
     in_changeset: পরিবর্তনসমূহ
     anonymous: নামহীন
     no_comment: (কোন মন্তব্য নেই)
     part_of: অংশ
     part_of_relations:
-      one: ১টি সম্পর্ক
+      one: '%{count}টি সম্পর্ক'
       other: '%{count}টি সম্পর্ক'
     part_of_ways:
-      one: ১টি রাস্তা
+      one: '%{count}টি রাস্তা'
       other: '%{count}টি রাস্তা'
     download_xml: XML ডাউনলোড করুন
     view_history: ইতিহাস দেখুন
@@ -360,10 +370,7 @@ bn:
       relation: সম্পর্ক (%{count}টি)
       relation_paginated: সম্পর্ক (%{count}টির %{x}-%{y})
       comment: মন্তব্য (%{count}টি)
-      hidden_commented_by_html: '%{user} কর্তৃক <abbr title=''%{exact_time}''>%{when}</abbr>
-        করা লুকানো মন্তব্য'
-      commented_by_html: '%{user} কর্তৃক <abbr title=''%{exact_time}''>%{when}</abbr>
-        করা মন্তব্য'
+      hidden_comment_by_html: '%{user} %{time_ago} মন্তব্যটি লুকিয়েছেন'
       changesetxml: পরিবর্তনধার্য এক্সএমএল
       osmchangexml: osmChange এক্সএমএল
       feed:
@@ -390,7 +397,7 @@ bn:
       history_title_html: 'সম্পর্ক ইতিহাস: %{name}'
       members: সদস্যবৃন্দ
       members_count:
-        one: ১টি সদস্য
+        one: '%{count}টি সদস্য'
         other: '%{count}টি সদস্য'
     relation_member:
       entry_role_html: '%{type} %{name} %{role} হিসাবে'
@@ -599,6 +606,8 @@ bn:
         create:
           notice: অ্যাপ্লিকেশন নিবন্ধিত।
   errors:
+    contact:
+      contact: যোগাযোগ
     forbidden:
       title: নিষিদ্ধ
     internal_server_error:
@@ -622,13 +631,6 @@ bn:
       success: আপনার বন্ধু থেকে %{name} কে বাদ দেয়া হয়েছে।
       not_a_friend: '%{name} আপনার বন্ধুদের একজন নন।'
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="https://openstreetmap.org/">অভ্যন্তরীণ</a> থেকে ফলাফলগুলি
-        osm_nominatim_html: <a href="https://nominatim.openstreetmap.org/">ওপেনস্ট্রিটম্যাপ
-          নমিনাতিম</a> থেকে ফলাফলগুলি
-        osm_nominatim_reverse_html: <a href="https://nominatim.openstreetmap.org/">ওপেনস্ট্রিটম্যাপ
-          Nominatim</a> থেকে ফলাফল
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1172,7 +1174,7 @@ bn:
           deli: যন্ত্রাংশ
           department_store: ডিপার্টমেন্টাল স্টোর
           discount: সস্তা সামগ্রীর দোকান
-          doityourself: নিজে-করো
+          doityourself: নিজে-করো দোকান
           dry_cleaning: কাপড় ধোয়ার দোকান
           electronics: বৈদ্যুতিক জিনিসের দোকান
           estate_agent: এস্টেট এজেন্ট
@@ -1190,7 +1192,7 @@ bn:
           hairdresser: নাপিত
           hardware: যন্ত্রাংশের দোকান
           hearing_aids: শ্রবণসহায়ক যন্ত্র
-          hifi: হাই-ফাই
+          hifi: হাই-ফাই দোকান
           houseware: ঘরোয়া জিনিসের দোকান
           ice_cream: আইসক্রিমের দোকান
           interior_decoration: ভিতরের সজ্জা
@@ -1295,11 +1297,10 @@ bn:
       status: স্থিতি
       reports: অভিযোগ
       last_updated: সর্বশেষ হালনাগাদ
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: '%{user} কর্তৃক <abbr title=''%{title}''>%{time}</abbr>'
+      last_updated_time_ago_user_html: '%{user} কর্তৃক %{time_ago}'
       link_to_reports: প্রতিবেদনসমূহ দেখুন
       reports_count:
-        one: ১টি প্রতিবেদন
+        one: '%{count}টি প্রতিবেদন'
         other: '%{count}টি প্রতিবেদন'
       states:
         open: খুলুন
@@ -1335,6 +1336,9 @@ bn:
       successful_report: আপনার অভিযোগ সফলভাবে নিবন্ধন হয়েছে
       provide_details: দয়া করে প্রয়োজনীয় তথ্য সন্নিবেশিত করুন
   layouts:
+    project_name:
+      title: ওপেনস্ট্রিটম্যাপ
+      h1: ওপেনস্ট্রিটম্যাপ
     logo:
       alt_text: ওপেনস্ট্রিটম্যাপ লোগো
     home: নিড় অবস্থানে যান
@@ -1364,6 +1368,7 @@ bn:
     help: সাহায্য
     about: পরিচিতি
     copyright: মেধাস্বত্ব
+    communities: সম্প্রদায়
     community: সম্প্রদায়
     community_blogs: সম্প্রদায়ের ব্লগ
     community_blogs_title: ওপেনস্ট্রিটম্যাপ সম্প্রদায়ের সদস্যগণের ব্লগ
@@ -1429,6 +1434,7 @@ bn:
       heading: আপনার ইমেইল দেখুন!
       introduction_1: আমরা আপনাকে একটি নিশ্চিতকরণ ইমেইল পাঠিয়েছি।
       button: নিশ্চিত করুন
+      click_here: এখানে ক্লিক করুন
     confirm_resend:
       failure: ব্যবহারকারী %{name}-কে পাওয়া যায়নি।
     confirm_email:
@@ -1437,6 +1443,7 @@ bn:
     inbox:
       title: ইনবক্স
       my_inbox: আমার ইনবক্স
+      my_outbox: আমার আউটবক্স
       messages: আপনার %{new_messages} ও %{old_messages} রয়েছে
       new_messages:
         one: '%{count}টি নতুন বার্তা'
@@ -1447,6 +1454,8 @@ bn:
       from: প্রেরক
       subject: বিষয়
       date: তারিখ
+      no_messages_yet_html: আপনার কাছে এখনো কোনো বার্তা নেই। কেন কিছু %{people_mapping_nearby_link}-এর
+        সাথে যোগাযোগ করবেন না?
       people_mapping_nearby: কাছাকাছি অবদানকারী
     message_summary:
       unread_button: অপঠিত হিসেবে চিহ্নিত করুন
@@ -1468,6 +1477,7 @@ bn:
     outbox:
       title: বহির্বাক্স
       my_inbox: আমার ইনবক্স
+      my_outbox: আমার আউটবক্স
       messages:
         one: আপনি %{count}টি বার্তা পাঠিয়েছেন
         other: আপনি %{count}টি বার্তা পাঠিয়েছেন
@@ -1519,7 +1529,6 @@ bn:
       image: চিত্র
       gravatar:
         gravatar: গ্র‍্যাভাটার ব্যবহার করুন
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: গ্র‍্যাভাটার কী?
       new image: চিত্র যোগ করুন
       delete image: বর্তমান ছবিটি অপসারণ করুন
@@ -1558,6 +1567,7 @@ bn:
       logout_button: প্রস্থান
   shared:
     markdown_help:
+      heading_html: '%{kramdown_link} দিয়ে পার্স করা হয়েছে'
       headings: শিরোনামগুলি
       heading: শিরোনাম
       subheading: উপশিরোনাম
@@ -1574,7 +1584,7 @@ bn:
   site:
     about:
       next: পরবর্তী
-      copyright_html: <span>&copy;</span>ওপেনস্ট্রিটম্যাপ<br>অবদানকারী
+      heading_html: '%{copyright}ওপেনস্ট্রিটম্যাপ %{br} অবদানকারীগণ'
       used_by_html: '%{name} হাজার হাজার ওয়েবসাইট, মোবাইল অ্যাপ্লিকেশন এবং হার্ডওয়্যার
         ডিভাইসের জন্য মানচিত্রের উপাত্ত সরবরাহ করে'
       lede_text: ওপেনস্ট্রিটম্যাপ মানচিত্রাঙ্কনকারীদের একটি সম্প্রদায় দ্বারা নির্মিত
@@ -1582,8 +1592,14 @@ bn:
         উপাত্ত যোগ ও রক্ষণাবেক্ষণ করে।
       local_knowledge_title: স্থানীয় অভিজ্ঞতা
       community_driven_title: সম্প্রদায় চালক
+      community_driven_community_blogs: সম্প্রদায়ের ব্লগ
+      community_driven_osm_foundation: ওএসএম ফাউন্ডেশন
       open_data_title: মুক্ত তথ্য
+      open_data_copyright_license: কপিরাইট ও লাইসেন্স পাতা
       legal_title: আইনগত
+      legal_1_1_openstreetmap_foundation: ওপেনস্ট্রিটম্যাপ ফাউন্ডেশন
+      legal_1_1_terms_of_use: ব্যবহারের শর্তাবলী
+      legal_1_1_privacy_policy: গোপনীয়তার নীতি
       partners_title: অংশীদার
     copyright:
       foreign:
@@ -1598,23 +1614,17 @@ bn:
         mapping_link: মানচিত্রকরণ শুরু করুন
       legal_babble:
         title_html: কপিরাইট ও লাইসেন্স
-        intro_1_html: |-
-          ওপেনস্ট্রিটম্যাপ<sup><a href="#trademarks">&reg;</a></sup> একটি <i>মুক্ত উপাত্ত</i> যা <a
-          href="https://osmfoundation.org/">ওপেনস্ট্রিটম্যাপ ফাউন্ডেশন কর্তৃক</a> (OSMF) <a
-          href="https://opendatacommons.org/licenses/odbl/">মুক্ত উপাত্ত কমন্স মুক্ত তথ্যভিত লাইসেন্সের</a> (ODbL) আওতায় লাইসেন্সকৃত।
-        intro_3_1_html: আমাদের নথিপত্র <a href="https://creativecommons.org/licenses/by-sa/2.0/deed.bn">ক্রিয়েটিভ
-          কমন্স অ্যাট্রিবিউশন-শেয়ারএলাইক ২.০</a> (সিসি বাই-এসএ ২.০) লাইসেন্সের অধীনে
-          লাইসেন্সকৃত।
+        introduction_2_legal_code: আইনি কোড
         credit_title_html: ওপেনস্ট্রিটম্যাপকে কীভাবে কৃতিত্ব দিবেন
         attribution_example:
           title: আরোপণ উদাহরণ
         more_title_html: আরও খুঁজা হচ্ছে
-        more_1_html: |-
-          আমাদের উপাত্ত ব্যবহার, ও আমাদেরকে কৃতিত্ব প্রদানের পদ্ধতি সম্পর্কে জানতে <a
-          href="http://osmfoundation.org/Licence">OSMF লাইসেন্সের পাতা</a> দেখুন।
         contributors_title_html: আমাদের অবদানকারীগণ
+        contributors_at_cc_by: সিসি বাই
+        contributors_ca_canada: কানাডা
+        contributors_fr_france: ফ্রান্স
+        contributors_si_slovenia: স্লোভেনিয়া
         infringement_title_html: কপিরাইট লঙ্ঘন
-        trademarks_title_html: <span id="trademarks"></span>ট্রেডমার্ক
     index:
       js_1: আপনি এমন একটি ব্রাউজার ব্যবহার করছেন যা জাভাস্ক্রিপ্ট সমর্থন করে না অথবা
         আপনি জাভাস্ক্রিপ্ট অক্ষম করেছেন।
@@ -1683,6 +1693,8 @@ bn:
         title: সংস্থার জন্য
       wiki:
         title: ওপেনস্ট্রিটম্যাপ উইকি
+    potlatch:
+      change_preferences: এখানে আপনার পছন্দ পরিবর্তন করুন
     any_questions:
       title: কোনও প্রশ্ন?
     sidebar:
@@ -1757,6 +1769,8 @@ bn:
       add_a_note:
         title: সম্পাদনার সময় নেই? একটি টীকা যোগ করুন!
         the_map: মানচিত্র
+    communities:
+      title: সম্প্রদায়
   traces:
     new:
       visibility_help: এটার মানে কি?
@@ -1803,7 +1817,7 @@ bn:
     trace:
       pending: অমিমাংসিত
       count_points:
-        one: ১ পয়েন্ট
+        one: '%{count} পয়েন্ট'
         other: '%{count} পয়েন্ট'
       more: আরও
       trace_details: অনুসরণের বিস্তারিত দেখুন
@@ -1868,6 +1882,7 @@ bn:
         নয়, কিন্তু অতিরিক্ত কিছু সরঞ্জাম এবং সার্ভারের জন্য কখনো প্রয়োজন হতে পারে।
       continue: নিবন্ধন করুন
       terms accepted: নতুন অবদানকারী শর্তাবলী গ্রহণ করার জন্য ধন্যবাদ!
+      privacy_policy: গোপনীয়তার নীতি
     terms:
       title: শর্তাবলী
       heading: শর্তাবলী
@@ -1880,6 +1895,7 @@ bn:
       read_tou: আমি ব্যবহারের শর্তাবলী পড়েছি এবং সম্মত
       consider_pd: উপরোক্ত ছাড়াও, আমি আমার অবদানগুলিকে পাবলিক ডোমেনে বলে মনে করি৷
       consider_pd_why: এটি কী?
+      informal_translations: অনানুষ্ঠানিক অনুবাদ
       continue: অব্যাহত রাখুন
       decline: প্রত্যাখ্যান করুন
       you need to accept or decline: অনুগ্রহ করে পড়ুন এবং তারপরে চালিয়ে যেতে নতুন
@@ -2001,6 +2017,11 @@ bn:
     revoke:
       revoke: প্রত্যাহার!
       flash: এই অবরোধ প্রত্যাহার করা হয়েছে।
+    helper:
+      block_duration:
+        hours:
+          one: '%{count} ঘণ্টা'
+          other: '%{count} ঘণ্টা'
     show:
       created: 'তৈরি হয়েছে:'
       duration: 'স্থিতিকাল:'
@@ -2022,32 +2043,13 @@ bn:
       open_title: 'অমীমাংসিত টীকা #%{note_name}'
       closed_title: 'মীমাংসিত টীকা #%{note_name}'
       hidden_title: 'লুকানো টীকা #%{note_name}'
-      opened_by_html: '%{user} কর্তৃক <abbr title=''%{exact_time}''>%{when}</abbr>
-        তৈরিকৃত'
-      opened_by_anonymous_html: বেনামী ব্যবহারকারী কর্তৃক <abbr title='%{exact_time}'>%{when}</abbr>
-        তৈরিকৃত
-      commented_by_html: '%{user} কর্তৃক <abbr title=''%{exact_time}''>%{when}</abbr>
-        করা মন্তব্য'
-      commented_by_anonymous_html: বেনামী ব্যবহারকারী কর্তৃক <abbr title='%{exact_time}'>%{when}</abbr>
-        করা মন্তব্য
-      closed_by_html: '%{user} কর্তৃক <abbr title=''%{exact_time}''>%{when}</abbr>
-        মীমাংসিত'
-      closed_by_anonymous_html: বেনামি ব্যবহারকারী দ্বারা <abbr title='%{exact_time}'>%{when}</abbr>
-        মীমাংসিত
-      reopened_by_html: '%{user} কর্তৃক <abbr title=''%{exact_time}''>%{when}</abbr>
-        পুনঃসক্রিয়কৃত'
-      reopened_by_anonymous_html: বেনামি ব্যবহারকারী দ্বারা <abbr title='%{exact_time}'>%{when}</abbr>
-        পুনঃসক্রিয়কৃত
-      hidden_by_html: '%{user} কর্তৃক <abbr title=''%{exact_time}''>%{when}</abbr>
-        লুক্কায়িত'
       report: এই নোট সম্পর্কে অভিযোগ জানান
       hide: লুকান
       resolve: মিমাংসা করুন
       reactivate: পুনঃসক্রিয়
       comment: মন্তব্য
       report_link_html: যদি এই নোটটিতে সংবেদনশীল তথ্য থাকে যা অপসারণ করা উচিত, তাহলে
-        %{link}। নোটের সাথে অন্যান্য সমস্ত সমস্যার জন্য, দয়া করে একটি মন্তব্যের মাধ্যমে
-        এটি নিজেই সমাধান করুন৷
+        %{link}।
     new:
       title: নতুন টীকা
       add: টীকাযুক্ত করুন
@@ -2063,7 +2065,9 @@ bn:
     map:
       layers:
         data: মানচিত্র উপাত্ত
-      terms: <a href='%{terms_url}' target='_blank'>ওয়েবসাইট ও এপিআই শর্তাবলী</a>
+      make_a_donation: দান করুন
+      website_and_api_terms: ওয়েবসাইট এবং API শর্তাবলী
+      andy_allan: অ্যান্ডি অ্যালান
     site:
       edit_tooltip: মানচিত্রটি সম্পাদনা করুন
     changesets:
index d7b191d789b1a8ed34c43a94f828e05119cac88d..92a9bdc84bd1499aeada8cd27c3e0a754a7be7ba 100644 (file)
@@ -187,11 +187,11 @@ br:
         many: war-dro %{count} bloaz zo
         other: war-dro %{count} bloaz zo
       almost_x_years:
-        one: bloaz zo bennak
-        two: war-dro %{count} vloaz zo
-        few: war-dro %{count} bloaz zo
-        many: war-dro %{count} bloaz zo
-        other: war-dro %{count} bloaz zo
+        one: tost bloaz zo bennak
+        two: tost %{count} vloaz zo
+        few: tost %{count} bloaz zo
+        many: tost %{count} bloaz zo
+        other: tost %{count} bloaz zo
       half_a_minute: un hanter vunutenn zo
       less_than_x_seconds:
         one: nebeutoc'h eget un eilenn zo
@@ -285,7 +285,12 @@ br:
     deletions:
       show:
         title: Dilemel ma c'hont
+        warning: Diwallit! Ma tilamit ho kont e vo kollet da viken.
         delete_account: Dilemel ar gont
+        retain_diary_entries: Hoc'h enmonedoù hag evezhiadennoù en deiz-levr, ma'z
+          eus anezho, a vo miret met kuzhet e vint.
+        retain_changeset_discussions: Ho kaozeadennoù, ma'z eus anezho, a vo miret.
+        retain_email: Ho chomlec'h postel a vo miret.
         confirm_delete: Sur oc'h?
         cancel: Nullañ
   accounts:
@@ -317,6 +322,7 @@ br:
       delete_account: Dilemel ar gont...
     go_public:
       heading: Aozañ foran
+      find_out_why: diskouez perak
       make_edits_public_button: Lakaat ma holl aozadennoù da vezañ foran
     update:
       success_confirm_needed: Hizivaet eo bet titouroù an implijer. Gwiriit ho posteloù
@@ -327,12 +333,12 @@ br:
   browse:
     created: Krouet
     closed: Serret
-    created_html: Krouet <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Serret <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Krouet <abbr title='%{title}'>%{time}</abbr> gant %{user}
-    deleted_by_html: Dilamet <abbr title='%{title}'>%{time}</abbr> gant %{user}
-    edited_by_html: Aozet <abbr title='%{title}'>%{time}</abbr> gant %{user}
-    closed_by_html: Serret <abbr title='%{title}'>%{time}</abbr> gant %{user}
+    created_ago_html: Krouet %{time_ago}
+    closed_ago_html: Serret %{time_ago}
+    created_ago_by_html: Bet krouet %{time_ago} gant %{user}
+    closed_ago_by_html: Bet serret %{time_ago} gant %{user}
+    deleted_ago_by_html: Bet dilamet %{time_ago} gant %{user}
+    edited_ago_by_html: Bet aozet %{time_ago} gant %{user}
     version: Stumm
     in_changeset: Hollad cheñchamantoù
     anonymous: dizanv
@@ -364,8 +370,8 @@ br:
       relation: Darempredoù (%{count})
       relation_paginated: Darempredoù (%{x}-%{y} diwar %{count})
       comment: Evezhiadennoù (%{count})
-      hidden_commented_by_html: Evezhiadenn kuzhet gant %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Evezhiadenn gant %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Kemennadenn kuzhet gant %{user} %{time_ago}
+      comment_by_html: Kemennadenn skrivet gant %{user} %{time_ago}
       changesetxml: Hollad cheñchamantoù XML
       osmchangexml: Cheñchoùosm XML
       feed:
@@ -420,6 +426,7 @@ br:
         changeset: hollad cheñchamantoù
         note: notenn
     timeout:
+      title: Diamzeret eo an teul
       sorry: Digarezit, ar roadennoù evit ar seurt %{type}  ha gant an id %{id} a
         zo re hir da adtapout.
       type:
@@ -631,11 +638,10 @@ br:
   geocoder:
     search:
       title:
-        latlon_html: Disoc'hoù diwar <a href="https://openstreetmap.org/">Diabarzh</a>
-        osm_nominatim_html: Disoc'hoù diwar <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Disoc'hoù diwar <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Disoc'hoù %{results_link}
+        latlon: Diabarzh
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -643,6 +649,7 @@ br:
           chair_lift: fungador
           drag_lift: Teleski
           gondola: Logell-fun
+          magic_carpet: Tapis-ruilh
           platter: Saver pladoù
           pylon: Peul
           station: Arsav logell-fun
@@ -673,6 +680,7 @@ br:
           bench: Skaoñ
           bicycle_parking: Parklec'h beloioù
           bicycle_rental: Lec'h feurmiñ beloioù
+          bicycle_repair_station: Atalier dresañ marc'hoù-houarn
           biergarten: Braeerezh en aer vras
           blood_bank: Bank gwad
           boat_rental: Lec'h feurmiñ bagoù
@@ -753,6 +761,7 @@ br:
           theatre: C'hoariva
           toilets: Privezioù
           townhall: Ti-kêr
+          training: Diazezadur pleustriñ
           university: Skol-veur
           vending_machine: Mekanik gwerzhañ
           veterinary: Surjianerezh evit al loened
@@ -793,7 +802,9 @@ br:
           construction: Savadur war sevel
           detached: Pennti
           dormitory: Kouskva
+          duplex: Ti duplex
           farm: Atant
+          farm_auxiliary: Eilti-feurm
           garage: Karrdi
           garages: Karrdioù
           greenhouse: Ti-gwer
@@ -812,6 +823,7 @@ br:
           roof: Toenn
           ruins: Savadur dismantret
           school: Savadur skol
+          service: Savadur servij
           shed: Lochenn
           stable: Marchosi
           static_caravan: Karavanenn
@@ -836,6 +848,7 @@ br:
           gardener: Liorzhour
           glaziery: Gweraerezh
           handicraft: Artizanerezh
+          hvac: Stal aerreizherioù
           painter: Liver
           photographer: Luc'hskeudenner
           plumber: Plomer
@@ -901,6 +914,7 @@ br:
           tertiary: Hent trede renk
           tertiary_link: Hent trede renk
           track: Roudenn
+          traffic_mirror: Melezour-hent
           traffic_signals: Gouleier
           trailhead: Lec'h loc'hañ
           trunk: Hent-tizh
@@ -919,6 +933,7 @@ br:
           bunker: Bunker
           cannon: Kanol istorel
           castle: Kastell
+          charcoal_pile: Krugell vengleuzerezh istorel
           church: Iliz
           city_gate: Porzh kêr
           citywalls: Murioù kêr
@@ -982,6 +997,7 @@ br:
         leisure:
           adult_gaming_centre: Kreizenn c'hoari evit oadourien
           amusement_arcade: Sal-c'hoari-video
+          bandstand: Kledour-seniñ
           beach_resort: Kêr-gouronkañ
           bird_hide: Bod evned
           bleachers: Derezioù
@@ -995,7 +1011,7 @@ br:
           fitness_station: ↓Atalier da embreger ar c'horf
           garden: Liorzh
           golf_course: Tachenn golf
-          horse_riding: Marc'hegezh
+          horse_riding: Kreizenn varc'hegezh
           ice_rink: Poull-ruzikat
           marina: Porzh-bageal
           miniature_golf: Golfig
@@ -1406,12 +1422,14 @@ br:
       status: Statud
       reports: Danevelloù
       last_updated: Hizivaet da ziwezhañ
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> by %{user}
+      last_updated_time_ago_user_html: '%{time_ago} gant %{user}'
       link_to_reports: Gwelet an danevelloù
       reports_count:
-        one: 1 Danevell
-        other: '%{count} Danevelloù'
+        one: 1 danevell
+        two: 2 zanevell
+        few: '%{count} danevell'
+        many: '%{count} danevell'
+        other: '%{count} danevell'
       reported_item: Elfenn disklêriet
       states:
         ignored: Lezet a-gostez
@@ -1420,9 +1438,11 @@ br:
     show:
       title: '%{status} Kudenn #%{issue_id}'
       reports:
-        zero: Danevell ebet
-        one: 1 rapport
-        other: '%{count} danevelloù'
+        one: 1 danevell
+        two: 2 zanevell
+        few: '%{count} danevell'
+        many: '%{count} danevell'
+        other: '%{count} danevell'
       report_created_at: Disklêriet evit ar wech kentañ %{datetime}
       last_resolved_at: Diskêriadur diwezhañ d'an %{datetime}
       last_updated_at: Diskêriadur diwezhañ d'an %{datetime} gant %{displayname}
@@ -1527,7 +1547,7 @@ br:
     donate: Skoazellit OpenStreetMap dre %{link} d'an Hardware Upgrade Fund.
     help: Skoazell
     about: Diwar-benn
-    copyright: Copyright & Aotre-implijout
+    copyright: Gwirioù oberour & Aotre-implijout
     communities: Kumuniezhioù
     community: Kumuniezh
     community_blogs: Blogoù ar gumuniezh
@@ -1544,6 +1564,8 @@ br:
       hi: Demat %{to_user},
       header: '%{from_user} en deus lezet un addispleg war hoc''h enmoned nevez e
         deizlevr OpenStreetMap gant an danvez %{subject} :'
+      header_html: '%{from_user} en deus lezet un evezhiadenn war hoc''h enmoned e
+        deizlevr OpenStreetMap gant an danvez %{subject} :'
       footer: Gallout a rit ivez lenn an addispleg war %{readurl}, lezel addisplegoù
         war %{commenturl} pe respont war %{replyurl}
       footer_html: Gallout a rit ivez lenn ar gemennadenn war %{readurl}, lezel addisplegoù
@@ -1573,10 +1595,6 @@ br:
       subject: '[OpenStreetMap] fazi e-pad an enporzhiadur GPX'
     gpx_success:
       hi: Demat %{to_user},
-      loaded_successfully:
-        one: karget ervat gant %{trace_points} diwar 1 poent posupl.
-        two: karget ervat gant %{trace_points}
-        other: karget ervat gant %{trace_points} diwar %{possible_points} poent posupl.
       subject: '[OpenStreetMap] Graet eo an enporzhiadenn GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Degemer mat en OpenStreetMap'
@@ -1611,8 +1629,12 @@ br:
           a sell ouzhoc''h'
         your_note: '%{commenter} en deus lezet un addispleg war unan eus ho notennoù
           kartenn tost da %{place}.'
+        your_note_html: '%{commenter} en deus lezet un addispleg war unan eus ho notennoù
+          kartenn tost da %{place}.'
         commented_note: '%{commenter} en deus lezet un addispleg war ur gartenn hoc''h
           eus addispleget. Emañ an notenn tost da %{place}.'
+        commented_note_html: '%{commenter} en deus lezet un evezhiadenn war ur gartenn
+          hoc''h eus addispleget. Emañ an notenn tost da %{place}.'
       closed:
         subject_own: '[OpenStreetMap] %{commenter} en deus diskoulmet unan eus ho
           notennoù'
@@ -1620,8 +1642,12 @@ br:
           a sell ouzhoc''h'
         your_note: '%{commenter} en deus diskoulmet unan eus ho notennoù kartenn tost
           da %{place}.'
+        your_note_html: '%{commenter} en deus diskoulmet unan eus ho notennoù kartenn
+          tost da %{place}.'
         commented_note: '%{commenter} en deus diskoulmet un notenn war ur gartenn
           hoc''h eus addispleget. Emañ an notenn tost da %{place}.'
+        commented_note_html: '%{commenter} en deus diskoulmet un notenn war ur gartenn
+          hoc''h eus addispleget. Emañ an notenn tost da %{place}.'
       reopened:
         subject_own: '[OpenStreetMap] %{commenter} en deus adweredekaet unan eus ho
           notennoù'
@@ -1629,9 +1655,14 @@ br:
           a sell ouzhoc''h'
         your_note: '%{commenter} en deus adweredekaet unan eus ho notennoù kartenn
           tost da %{place}.'
+        your_note_html: '%{commenter} en deus adweredekaet unan eus ho notennoù kartenn
+          tost da %{place}.'
         commented_note: '%{commenter} en deus adweredekaet un notenn war ur gartenn
           hoc''h eus addispleget. Emañ an notenn tost da %{place}.'
+        commented_note_html: '%{commenter} en deus adweredekaet un notenn war ur gartenn
+          hoc''h eus addispleget. Emañ an notenn tost da %{place}.'
       details: Munudoù ouzhpenn diwar-benn an notenn a c'hall bezañ kavet e %{url}.
+      details_html: Munudoù ouzhpenn diwar-benn an notenn a c'hall bezañ kavet e %{url}.
     changeset_comment_notification:
       hi: Demat %{to_user},
       greeting: Demat,
@@ -1642,6 +1673,8 @@ br:
           ho notennoù a sell ouzhoc''h'
         your_changeset: '%{commenter} en deus skrivet un evezhiadenn d''an/ar %{time}
           war unan eus ho hollad cheñchamantoù'
+        your_changeset_html: '%{commenter} en deus skrivet un evezhiadenn d''an/ar
+          %{time} war unan eus ho hollad cheñchamantoù'
         commented_changeset: '%{commenter} en deus skrivet un evezhiadenn d''an/ar
           %{time} war un hollad cheñchamantoù emaoc''h o sellet outañ hag a zo bet
           krouet gant %{changeset_author}'
@@ -1655,6 +1688,8 @@ br:
       details_html: Muioc'h a ditouroù war an holl cheñchamantoù e %{url}.
       unsubscribe: Evit digoumanantiñ diouzh hizivadurioù an holl gemmoù, gweladennit
         %{url} ha klikit war « Digoumanantiñ ».
+      unsubscribe_html: Evit digoumanantiñ diouzh hizivadurioù an holl gemmoù, gweladennit
+        %{url} ha klikit war "Digoumanantiñ".
   confirmations:
     confirm:
       heading: Taolit ur sell ouzh ho posteloù !
@@ -1667,6 +1702,8 @@ br:
       success: Kadarnaet eo ho kont, trugarez evit bezañ en em enskrivet !
       already active: Kadarnaet eo bet ar gont-mañ c'hoazh.
       unknown token: Diamzeret eo ar c'hod gwiriekaat pe n'eus ket anezhañ.
+      resend_html: M'ho peus ezhomm da adkas ur postel kadarnaat, %{reconfirm_link}.
+      click_here: Klikit amañ
     confirm_resend:
       failure: N'eo ket bet kavet an implijer %{name}.
     confirm_email:
@@ -1772,6 +1809,8 @@ br:
       title: Kemmañ ar penndibaboù
       save: Hizivaat ar penndibaboù
       cancel: Nullañ
+    update:
+      failure: N'haller ket hizivaat ar penndibaboù.
     update_success_flash:
       message: Hizivaet eo ar penndibaboù
   profiles:
@@ -1782,7 +1821,6 @@ br:
       image: Skeudenn
       gravatar:
         gravatar: Implijout Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Petra eo Gravatar?
         disabled: Diweredekaet eo bet Gravatar.
         enabled: Gweredekaet eo bet diskwel ho Kravatar.
@@ -1845,6 +1883,8 @@ br:
       heading: Kuitaat OpenStreetMap
       logout_button: Digevreañ
     suspended_flash:
+      suspended: Hon digarezit, stanket eo bet ho kont abalamour d'un obererezh arvarus.
+      contact_support_html: Kit e darempred gant %{support_link} ma faot deoc'h kaozeal.
       support: skor
   shared:
     markdown_help:
@@ -1866,7 +1906,7 @@ br:
   site:
     about:
       next: War-lerc'h
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>kenlabourerien
+      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ù
       lede_text: Savet eo OpenStreetMap gant ur gumuniezh gartennerien a-youl vat
@@ -1877,22 +1917,29 @@ br:
         dachenn. Implijout a ra ar genlabourerien skeudennoù tapet diwar nij, mekanikoù
         GPS ha kartennoù klasel abalamour da wiriañ ez eo reizh ha hizivaet OSM.
       community_driven_title: Renet gant ar gumuniezh
-      community_driven_html: |-
+      community_driven_1_html: |-
         Liesseurt hag entanet eo kumuniezh OpenStreetMap. O kreskiñ emañ bemdez. E-mesk hor c'henlabourerien ez eus kartennourien entanet, tud a-vicher eus ar GIS, ijinourien hag a laka servijerien OSM da vont en-dro, denegourien hag a sav kartennoù eus an takadoù gwastet gant gwallreuzioù ha kalz re all.
-        Evit gouzout hiroc'h diwar-benn ar gumuniezh, sellit ouzh <a href='http://blogs.openstreetmap.org/'>blogoù OpenStreetMap</a>, <a href='%{diary_path}'>deizlevrioù an implijerien</a>,<a href='http://blogs.openstreetmap.org/'>blogoù ar gumuniezh</a>, hag lec'hienn web <a href='http://www.osmfoundation.org
+        Evit gouzout hiroc'h diwar-benn ar gumuniezh, sellit ouzh %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link}, ha lec'hienn %{osm_foundation_link}.
+      community_driven_osm_blog: Blog OpenStreetMap
+      community_driven_user_diaries: deizlevrioù an implijer
+      community_driven_community_blogs: blogoù ar gumuniezh
+      community_driven_osm_foundation: Diazezadur OSM
       open_data_title: Roadennoù digor
-      open_data_html: 'OpenStreetMap zo <i>open data</i>: gallout a rit implijout
-        anezhañ evit forzh pseeurt pal keit ha ma roit kred da OpenStreetMap ha d''ar
-        re a labour warnañ. Ma cheñchit ar roadennoù pe ma harpit warno e doareoù
-        zo, e c''hallit skignañ an disoc''h dindan ar memes aotre-implij hepken. Sellit
-        ouzh <a href=''%{copyright_path}''>Aotre-eilañ ha pajenn an aotre-implij</a>
-        evit gouzout hiroc''h.'
-      legal_title: Lezennel
-      legal_1_html: |-
-        Al lec'hienn-mañ ha kalz servijoù liammet ouzhpenn a vez operataet gant <a href='https://osmfoundation.org/'>Diazezadur OpenStreetMap</a> (OSMF)
-        en anv ar gumuniezh. Implijout hor servijoù operataet gant OSMF a zo suj d'hon
-        <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Termoù Implij</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Politikerezh an implijoù degemeret</a> hag hon <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Folitikerezh prevezded</a>.
+      open_data_1_html: 'OpenStreetMap zo %{open_data}: gallout a rit implijout anezhañ
+        evit forzh pseeurt pal keit ha ma roit kred da OpenStreetMap ha d''ar re a
+        labour warnañ. Ma cheñchit ar roadennoù pe ma harpit warno e doareoù zo, e
+        c''hallit skignañ an disoc''h dindan ar memes aotre-implij hepken. Sellit
+        ouzh %{copyright_license_link} evit gouzout hiroc''h.'
+      open_data_open_data: roadennoù digor
+      open_data_copyright_license: Gwirioù oberour hag Aotre-implijout
+      legal_title: Titouroù gwirel
+      legal_1_1_html: |-
+        Al lec'hienn-mañ ha kalz servijoù liammet ouzhpenn a vez oberataet gant %{openstreetmap_foundation_link} (OSMF)
+        en anv ar gumuniezh. Implijout hor servijoù oberataet gant OSMF a zo suj d'hon %{terms_of_use_link}, hon %{aup_link} hag hor %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: Diazezadur OpenStreetMap
+      legal_1_1_terms_of_use: Termenoù implij
+      legal_1_1_privacy_policy: Politikerezh prevezded
+      legal_2_1_contact_the_osmf: mont e darempred gant diazezadur OSM
       partners_title: Kevelerien
     copyright:
       foreign:
@@ -1907,91 +1954,55 @@ br:
         native_link: Stumm brezhonek
         mapping_link: kregiñ da gemer perzh
       legal_babble:
-        title_html: Copyright hag aotre-implijout
-        intro_1_html: |-
-          OpenStreetMap <sup><a href="#trademarks">&reg;</a></sup>  zo <i>dindan un aotre-implijout digor</i>, href "htpps : //Open Data
-          Commons Open Database License</a> (ODbL)gant <sup><a href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: "Dieub oc'h da eilañ, da skignañ, da gas ha da azasaat hor c'hartennoù
-          hag hor roadennoù, gant ma root kred da OpenStreetMap ha d'e genlabourerien.
-          Ma kemmit pe ma implijit hor c'hartennoù pe hor roadennoù e labourioù all,ne
-          c'hallit ket skignañ ar re-se dindan un aotre-implijout all. En \n<a href=\"https://opendatacommons.org/licenses/odbl/1.0/\">legal\ncode</a>
-          e kavot munudoù ho kwirioù hag ho teverioù."
-        intro_3_1_html: |-
-          Emañ tammoù hor c'hartennoù hag hon teulioù dindan an aotre-implijout <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA 2.0).
+        title_html: Gwirioù oberour hag aotre-implijout
+        introduction_1_open_data: roadennoù digor
+        introduction_1_osm_foundation: Diazezadur OpenStreetMap
+        introduction_2_legal_code: testenn lezennel
+        introduction_3_creative_commons: Aotre-implijout Creative Commons Attribution-ShareAlike
+          2.0
         credit_title_html: Penaos reiñ kred da OpenStreetMap
         credit_1_html: 'Pa implijit titouroù OpenStreetMap e rankit ober an daou dra-mañ:'
-        credit_2_1_html: |-
-          Pa vez posupl e tle OpenStreetMap bezañ ur gourliamm war-du <a
-            href="http://www.openstreetmap.org/">http://www.openstreetmap.org/</a>
-            ha CC BY-SA war-du <a
-            href="https://creativecommons.org/licenses/by-sa/2.0/">http://creativecommons.org/licenses/by-sa/2.0/</a>.
-            Ma'z implijit ur skor ma ne c'haller ket krouiñ liammoù (da skouer :
-            un destenn moullet), ez aliomp ac'hanoc'h da gas ho lennerien da
-            www.openstreetmap.org (marteze en ur astenn
-            &lsquo;OpenStreetMap&rsquo; ar chomlec'h klok) ha da
-            www.creativecommons.org.
-        credit_4_html: |-
-          Evit ur gartenn elektronek a c'haller merdeiñ enni e tlefe ar c'hred dont war wel e korn ar gartenn.
-          Da skouer :
+        credit_4_1_this_copyright_page: ar bajenn gwirioù oberour-mañ
         attribution_example:
           alt: Skouer eus penaos deverkañ OpenStreetMap war ur bajenn web
           title: Skouer deverkadur
         more_title_html: Titouroù ouzhpenn
-        more_1_html: Ma fell deoc'h kaout muioc'h a ditouroù diwar-benn adimplij hor
-          roadennoù, lennit  <a href="https://osmfoundation.org/Licence"> Licence
-          OSMF Licence page</a> hag ar gumuniezh <a
-        more_2_html: "Daoust da OpenStreetMap bezañ un hollad roadennoù digor, n'omp
-          ket evit pourchas un API digoust evit an dredeourien.\n   Sellit ouzh hor
-          <a href=\"https://operations.osmfoundation.org/policies/api/\"></a> reolennoù
-          evit implijout an API</a>, \n  Sellit ouzh hor <a href=\"https://operations.osmfoundation<a
-          href=\"https://operations.osmfoundation.org/policies/tiles/\">reolennoù
-          evit implijout an teolennoù</a>, ha\n<a href=\"https://operations.osmfoundation.org/policies/nominatim/\">reolennoù
-          evit implijout Nominatin</a>"
+        more_1_1_osmf_licence_page: Pajenn aotre-implijout diazezadur OSM
         contributors_title_html: Hor c'henlabourerien
         contributors_intro_html: 'Miliadoù a hiniennoù a labour ganimp. Ebarzhiñ a
           reomp ivez roadennoù digor eus ajañsoù kartennañ hag eus mamennoù all, hag
           en o zouez :'
-        contributors_at_html: |-
-          <strong>Aostria</strong> : Ennañ roadennoù eus
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (dindan
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>.</li>
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> ha
-          Land Tirol (dindan <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT gant enkemmadoù</a>).
-        contributors_au_html: |-
-          <strong>Australia</strong>: Ennañ ar roadennoù diwar-benn an bannlevioù
-             diazezet war roadennoù Australian Bureau of Statistics.
-        contributors_ca_html: |-
-          <strong>Kanada</strong> : Ennañ roadennoù eus
-             GeoBase&reg;, GeoGratis (&copy; Department of Natural
-             Resources Canada), CanVec (&copy; Department of Natural
-             Resources Canada), ha StatCan (Geography Division,
-             Statistics Canada).
-        contributors_fi_html: |-
-          <strong>Finland</strong>: Ennañ ez eus roadennoù eus diaz roadennoù Ensellerezh Broadel Tiriad hag holladoù roadennoù all, dindan an
-          <a href="https://www.maanmittauslaitos.fi/en/NLS_opendata_licence_version1_20120501">aotre-implij NLSFI</a>.
-        contributors_fr_html: '<strong>Frañs</strong> : Ennañ roadennoù eus Renerezh
-          Hollek an Tailhoù.'
-        contributors_nl_html: |-
-          <strong>Netherlands</strong> : Contains &copy; AND data, 2007
-            (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Zeland-Nevez</strong> : Ennañ roadennoù eus
-             <a href="https://data.linz.govt.nz/">servij roadennoù LINZ</a> hag evit adimplijout, dindan aotre <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <Strong>Slovenia</strong>: zo enni roadennoù eus <a href="http://www.gu.gov.si/en/">Aotrouniezh steuñvidigezh ha Kartografiezh </a> hag eus <a href="http://www.mkgp.gov.si/en/">Ministrerezh al Labour-douar, ar C'hoadeier hag  ar Boued</a>
-          (titouroù foran eus Slovenia)
-        contributors_za_html: |-
-          <strong>Afrika ar Su</strong> : Ennañ roadennoù eus
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, State copyright reserved.
-        contributors_gb_html: |-
-          <strong>Rouantelezh-Unanet</strong> : Ennañ roadennoù eus Ordnance
-          Survey data &copy; Crown copyright and database right 2010-19.
-        contributors_footer_1_html: |-
-          ↓Evit muioc'h a vunudoù diwar-benn ar re-se, hag ar mammennoù all a zo bet implijet da sikour da wellaat OpenStreetMap, sellit ouzh ar <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">Bajenn Skoazellerien</a> e Wiki OpenStreetMap.
+        contributors_at_austria: Aostralia
+        contributors_at_stadt_wien: Kêr Vienna
+        contributors_at_cc_by: CC-BY
+        contributors_at_land_vorarlberg: Stad Vorarlberg
+        contributors_au_australia: Aostralia
+        contributors_au_geoscape_australia: Geoscape Aostralia
+        contributors_au_cc_licence: Creative Commons Attribution 4.0 International
+          licence (CC BY 4.0)
+        contributors_ca_credit_html: |-
+          %{canada}: Ennañ roadennoù eus
+          GeoBase&reg;, GeoGratis (&copy; Department of Natural
+          Resources Canada), CanVec (&copy; Department of Natural
+          Resources Canada), ha StatCan (Geography Division,
+          Statistics Canada).
+        contributors_ca_canada: Kanada
+        contributors_fi_finland: Finland
+        contributors_fi_nlsfi_license: Aotreegezh NLSFI
+        contributors_fr_credit_html: '%{france}: Ennañ roadennoù eus Renerezh Hollek
+          an Tailhoù.'
+        contributors_fr_france: Bro-C'hall
+        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_si_slovenia: Slovenia
+        contributors_es_spain: Spagn
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_south_africa: Suafrika
+        contributors_gb_united_kingdom: Rouantelezh Unanet
+        contributors_2_contributors_page: Pajenn ar genlabourerien
         contributors_footer_2_html: Enlakaat roadennoù e OpenStreetMap ne empleg ket
           ez aprou ar bourchaserien orin a endalc'had OpenStreetMap, na ne bourchasont,
           na ne waratomp pe na ne zegemeront ne vern pe atebegezh e vefe.
@@ -2000,16 +2011,6 @@ br:
           Degas a reomp da soñj da genlabourerien OSM ne zleont morse lakaat roadennoù a zeu
           eus mammennoù dindan wirioù (da sk. : Google Maps pe kartennoù moullet) hep aotre
           ezpleg ar re zo ar gwirioù-aozer ganto.
-        infringement_2_html: ma kredit ez eus bet ouzhpennet danvez dindan aotre-implijout
-          e gaou da diaz roadennoù OpenStreetMat pe d'al lec'hienn-mañ, roit an dra-se
-          da c'houzout d'hon <a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure">argerzh
-          dizober</a>, mar plij, pe skrivit war-eeun war hor <a href="https://dmca.openstreetmap.org/">furmskrid
-          enlinenn</a>.
-        trademarks_title_html: <span id="merkoù"></span>Merkoù
-        trademarks_1_html: Openstreet, al logo brasaer ha State of the Map zo merkoù
-          marilhet gant OpenStreetMap Foundation. M'ho pez goulennoù da sevel diwar-benn
-          implij ar merkoù-se, sellit ouzh <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Trademark
-          Policy</a>, mar plij.
     index:
       js_1: Pe emaoc'h oc'h implijout ur merdeer ha ne skor ket JavaScript, pe hoc'h
         eus diweredekaet JavaScript.
@@ -2082,12 +2083,10 @@ br:
           explanation_html: M'ho peus merzet ez eus ur gudenn gant roadennoù hor c'hartennoù,
             da skouer un hent diank pe ho chomlec'h, an doare d'ober gwellañ eo mont
             d'ar gumuniezh OpenStreetMap hag ouzhpennañ pe dresañ ar roadennoù hoc'h-unan.
-        add_a_note:
-          instructions_html: |-
-            Klikit war <a class='icon note'></a> pe war ar memes arlun war ar gartenn.
-            Evel-se e vo ouzhpennet ur merker d'ar gartenn, ha gallout a reoc'h riklañ anezhañ. Ouzhpennit ho kemennadenn, neuze klikit war enrollañ, ha studiet e vo gant ar gartennaouerien all.
       other_concerns:
         title: Prederioù all
+        copyright: Pajenn ar gwirioù oberour
+        working_group: Strollad labour diazezadur OSM
     help:
       title: Tapout sikour
       introduction: OpenStreetMap zo gantañ meur a zoare da c'houzout hiroc'h diwar-benn
@@ -2111,6 +2110,7 @@ br:
           un niver bras a demoù pe diwar-benn rolloù skignañ rannvroel.
       community:
         title: Forom ar gumuniezh
+        description: Ul lec'h boutin evit kaozeal diwar-benn OpenStreetMap.
       irc:
         title: IRC
         description: Flap etreoberiat e meur a yezh disheñvel ha diwar-benn danvezioù
@@ -2126,8 +2126,12 @@ br:
       wiki:
         title: Wiki OpenStreetMap
         description: Furchal er wiki evit gouzout traoù resis diwar-benn OpenStreetMap.
+    potlatch:
+      desktop_application_html: Kendalc'hit da ober gant Potlatch dre %{download_link}.
+      download: bellgargañ an arload-burev evit Mac ha Windows
     any_questions:
       title: Traoù da c'houlenn ?
+      get_help_here: Kaout skoazell amañ
     sidebar:
       search_results: Disoc'hoù enklask
       close: Serriñ
@@ -2224,19 +2228,38 @@ br:
         title: Geriaoueg diazez ar c'hartennaouiñ
         paragraph_1: E luc'haj dezhañ e-unan en deus OpenStreetMap. Setu amañ un nebeud
           gerioù-alc'hwez a c'hallo talvezout deoc'h.
+        an_editor_html: Un %{editor} zo ur programm pe ul lec'hienn web a c'hallit
+          implijout da aozañ ar gartenn.
+        a_node_html: Ur %{node} zo ur poent war ar gartenn, evel ur preti pe ur wezenn.
+        a_way_html: Ur %{way} zo ul linenn pe ur gorread, evel un hent, ur wazh-dour,
+          pe ur savadur.
+        a_tag_html: Un %{tag} zo ur roadenn diwar-benn ur skoulm pe un hent, evel
+          anv ur preti pe an tizh bevennet war un hent.
+        editor: aozer
+        node: skoulm
+        way: roudenn
+        tag: tikedenn
       rules:
         title: Reolennoù !
+        imports: Enporzhiadurioù
+        automated_edits: Kemmoù emgefre
       start_mapping: Kregiñ da gartennaouiñ
       add_a_note:
         title: N'ho peus ket amzer da aozañ ? Ouzhpennit un notenn !
         para_1: Ma fell deoc'h ober ur reizhadennig hepken ha ma n'ho peus ket amzer
           da gevreañ ha da zeskiñ penaos aozañ, ez eo aezet lakaat un notenn.
+        para_2_html: |-
+          Kit da %{map_link} ha klikit war war arlun notenn: %{note_icon}.
+          Evel-se e vo ouzhpennet ur merker d'ar gartenn, ha gallout a reoc'h riklañ anezhañ.
+          Ouzhpennit ho kemennadenn, neuze klikit war enrollañ, ha studiet e vo gant ar gartennourien all.
+        the_map: ar gartenn
     communities:
       title: Kumuniezhioù
       local_chapters:
         title: Kevrennoù lec'hel
       other_groups:
         title: Strolladoù all
+        communities_wiki: pajenn wiki ar c'humuniezhioù
   traces:
     visibility:
       private: Prevez (rannet ent dizanv hepken, poentoù hep urzh)
@@ -2298,7 +2321,7 @@ br:
     trace:
       pending: WAR C'HORTOZ
       count_points:
-        one: 1 poent
+        one: '%{count} poent'
         two: 2 boent
         few: '%{count} poent'
         many: '%{count} poent'
@@ -2319,6 +2342,11 @@ br:
       public_traces_from: Roudoù GPS foran gant %{user}
       description: Furchal ar roud GPS pellgarget nevez zo
       tagged_with: ' balizennet gant %{tags}'
+      empty_title: Netra da welet c'hoazh
+      empty_upload_html: '%{upload_link} pe lennit hiroc''h diwar-benn ar roudoù GPS
+        war %{wiki_link}.'
+      upload_new: Kas ur roud nevez
+      wiki_page: pajenn wiki
       upload_trace: Kas ur roud
       all_traces: An holl roudoù
       my_traces: Ma roudoù
@@ -2476,12 +2504,17 @@ br:
       title: Ma sevenidigezhioù aotreet
       application: Sevenidigezh
       permissions: Aotreoù
+      no_applications_html: N'ho peus ket aotreet goulenn %{oauth2} ebet c'hoazh.
     application:
       revoke: Nullañ ar moned
+      confirm_revoke: Nullañ ar moned evit ar goulenn-mañ?
   users:
     new:
       title: Kevreañ
       no_auto_account_create: Siwazh n'omp ket evit krouiñ ur gont evidoc'h ent emgefreek.
+      please_contact_support_html: Kit e darempred gant ar %{support_link}, mar plij,
+        evit ma krouo ur gont evidoc'h - klask a raimp plediñ gant ho koulenn kerkent
+        ha ma vo tu.
       support: skor
       about:
         header: Digoust hag aozadus
@@ -2495,6 +2528,9 @@ br:
       continue: En em enskrivañ
       terms accepted: Trugarez deoc'h evit bezañ asantet da ziferadennoù nevez ar
         c'henlabourer !
+      email_confirmation_help_html: Ho chomlec'h ne vo ket hewel d'an holl, sellit
+        ouzh %{privacy_policy_link} evit gouzout hiroc'h.
+      privacy_policy: reolennoù prevezded
     terms:
       title: Termenoù
       heading: Termenoù
@@ -2504,6 +2540,7 @@ br:
       consider_pd: Ouzhpenn an asant amañ a-us, ez anavezan emañ ma zegasadennoù en
         domani foran
       consider_pd_why: petra eo se ?
+      informal_translations: troidigezhioù diofisiel
       continue: Kenderc'hel
       decline: Nac'h
       you need to accept or decline: Lennit da gentañ Termenoù ar berzhidi nevez ha
@@ -2678,28 +2715,31 @@ br:
       time_past_html: Echuet da %{time}.
       block_duration:
         hours:
-          one: 1 eurvezh
+          one: '%{count} eurvezh'
+          two: 2 eurvezh
+          few: '%{count} eurvezh'
+          many: '%{count} eurvezh'
           other: '%{count} eurvezh'
         days:
-          one: un deiz
+          one: '%{count} deiz'
           two: '%{count} zeiz'
           few: '%{count} deiz'
           many: '%{count} deiz'
           other: '%{count} deiz'
         weeks:
-          one: ur sizhun
+          one: '%{count} sizhun'
           two: '%{count} sizhun'
           few: '%{count} sizhun'
           many: '%{count} sizhun'
           other: '%{count} sizhun'
         months:
-          one: ur miz
+          one: '%{count} miz'
           two: '%{count} viz'
           few: '%{count} miz'
           many: '%{count} miz'
           other: '%{count} miz'
         years:
-          one: ur bloaz
+          one: '%{count} bloaz'
           two: '%{count} vloaz'
           few: '%{count} bloaz'
           many: '%{count} bloaz'
@@ -2757,22 +2797,16 @@ br:
       open_title: 'Neket bet diskoulmet an notenn #%{note_name}'
       closed_title: 'Notenn diskoulmet #%{note_name}'
       hidden_title: 'Notenn kuzhet #%{note_name}'
-      opened_by_html: Krouet gant %{user} <abbr title='%{exact_time}'>%{when} 'zo</abbr>
-      opened_by_anonymous_html: Krouet gant un den dianav <abbr title='%{exact_time}'>%{when}
-        'zo</abbr>
-      commented_by_html: Evezhiadenn gant %{user} <abbr title='%{exact_time}'>%{when}
-        'zo</abbr>
-      commented_by_anonymous_html: Evezhiadenn gant un den dizanv <abbr title='%{exact_time}'>%{when}
-        'zo</abbr>
-      closed_by_html: Diskoulmet gant %{user} <abbr title='%{exact_time}'>%{when}
-        'zo</abbr>
-      closed_by_anonymous_html: Diskoulmet gant un den dizanv <abbr title='%{exact_time}'>%{when}
-        'zo</abbr>
-      reopened_by_html: Adenaouet gant %{user} <abbr title='%{exact_time}'>%{when}
-        'zo</abbr>
-      reopened_by_anonymous_html: Adenaouet gant un den dizanv <abbr title='%{exact_time}'>%{when}
-        'zo</abbr>
-      hidden_by_html: Kuzhet gant %{user} <abbr title='%{exact_time}'>%{when} 'zo</abbr>
+      event_opened_by_html: Bet krouet gant %{user} %{time_ago}
+      event_opened_by_anonymous_html: Bet krouet gant un implijer dizanv %{time_ago}
+      event_commented_by_html: Kemennadenn skrivet gant %{user} %{time_ago}
+      event_commented_by_anonymous_html: Kemennadenn skrivet gant un implijer dizanv
+        %{time_ago}
+      event_closed_by_html: Diskoulmet gant %{user} %{time_ago}
+      event_closed_by_anonymous_html: Diskoulmet gant un implijer/ez dianav %{time_ago}
+      event_reopened_by_html: Adweredekaet gant %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Adweredekaet gant un implijer/ez dianav %{time_ago}
+      event_hidden_by_html: Bet kuzhet gant %{user} %{time_ago}
       report: danevelliñ an notenn-mañ
       anonymous_warning: En notenn-mañ ez eus evezhiadennoù gant implijerien dianav
         hag a zlefe bezañ gwiriekaet unan-ha-unan.
@@ -2787,7 +2821,7 @@ br:
         d'ar gartennaouerien all evit ma vo renket. Lakait ar merker el lec'h mat
         ha skrivit un notenn da zisplegañ ar gudenn.
       advice: Foran eo ho notenn ha ne c'hall ket bezañ implijet evit hizivaat ar
-        gartenn. Setu perak eo abarat ebarzhiñ titouroù personel pe titouroù o tont
+        gartenn. Setu perak eo arabat ebarzhiñ titouroù personel pe titouroù o tont
         eus kartennoù gwarezet na endalc'hioù rolloù.
       add: Ouzhpennañ un notenn
   javascripts:
@@ -2804,6 +2838,7 @@ br:
       custom_dimensions: Lakaat mentoù personelaet
       format: 'Furmad :'
       scale: 'Skeuliad :'
+      image_dimensions: Ar skeudenn a vo lakaet e stumm standard %{width} × %{height}
       download: Pellgargañ
       short_url: URL berr
       include_marker: Lakaat ur merker
@@ -2826,13 +2861,13 @@ br:
       locate:
         title: Diskouez al lec'h m'emaon
         metersPopup:
-          one: Emaoc'h dindan ur metr diouzh ar poent-mañ
+          one: Emaoc'h dindan %{count} metr diouzh ar poent-mañ
           two: Emaoc'h dindan %{count} vetr diouzh ar poent-mañ
           few: Emaoc'h dindan %{count} metr diouzh ar poent-mañ
           many: Emaoc'h dindan %{count} metr diouzh ar poent-mañ
           other: Emaoc'h dindan %{count} metr diouzh ar poent-mañ
         feetPopup:
-          one: Emaoc'h dindan un troad diouzh ar poent-mañ
+          one: Emaoc'h dindan %{count} troad diouzh ar poent-mañ
           two: Emaoc'h dindan %{count} droad diouzh ar poent-mañ
           few: Emaoc'h dindan %{count} troad diouzh ar poent-mañ
           many: Emaoc'h dindan %{count} troad diouzh ar poent-mañ
@@ -2851,12 +2886,12 @@ br:
         gps: Roudoù GPS foran
         overlays: Gweredekaat an adwiskadoù evit dresañ ar gartenn
         title: Gwiskadoù
-      copyright: © <a href='%{copyright_url}'>Kenlabourerien OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Grit un donezon</a>
-      terms: <a href='%{terms_url}' target='_blank'>Termenoù al lec'hienn Web hag
-        an API</a>
-      thunderforest: Priorelezh karrelloù <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
+      openstreetmap_contributors: Kenlabourerien OpenStreetMap
+      make_a_donation: Ober un donezon
+      website_and_api_terms: Termenoù-implij al lec'hien hag an API
+      osm_france: OpenStreetMap Frañs
+      andy_allan: Andy Allan
+      memomaps: MeMoMaps
     site:
       edit_tooltip: Kemmañ ar gartenn
       edit_disabled_tooltip: Zoumañ da zegas kemmoù war ar gartenn
@@ -2868,7 +2903,7 @@ br:
       queryfeature_disabled_tooltip: Zoumañ evit an arc'hweladurioù enklask
     changesets:
       show:
-        comment: Evezhiadenn
+        comment: Embann
         subscribe: Koumanantiñ
         unsubscribe: Digoumanantiñ
         hide_comment: kuzhat
index 5db03add341b4f249df7645d12038328339ddea2..613f458ecb211fdd8c9127b7aeca7929c2dfe064 100644 (file)
@@ -186,9 +186,6 @@ bs:
   browse:
     created: Napravljeno
     closed: Zatvoreno
-    created_html: Kreirano <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Zatvoreno <abbr title='%{title}'>%{time}</abbr>
-    edited_by_html: Izmijenio/-la %{user} <abbr title='%{title}'>%{time}</abbr>
     version: Verzija
     in_changeset: Skup izmjena
     anonymous: anonimno
@@ -208,10 +205,6 @@ bs:
       relation: Relacije (%{count})
       relation_paginated: Relacije (%{x}-%{y} of %{count})
       comment: Komentari (%{count})
-      hidden_commented_by_html: Skriveni komentar korisnika %{user} <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
-      commented_by_html: Komentar korisnika %{user} <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
       changesetxml: XML seta promjena
       osmchangexml: osmChange XML
       feed:
@@ -390,11 +383,6 @@ bs:
       success: '%{name} je uklonjen iz prijatelja.'
       not_a_friend: '%{name} nije jedan od Vaših prijatelja.'
   geocoder:
-    search:
-      title:
-        latlon_html: Rezultati sa <a href="http://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Rezultati sa <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -919,9 +907,6 @@ bs:
       failed_to_import: 'Import nije uspio. Evo greške:'
       subject: '[OpenStreetMap] GPX Import nije uspio'
     gpx_success:
-      loaded_successfully: |-
-        uspješno učitano sa %{trace_points} od mogućih
-        %{possible_points} tačaka.
       subject: '[OpenStreetMap] GPX Import uspješan'
     signup_confirm:
       subject: '[OpenStreetMap] Dobrodošli na OpenStreetMap'
@@ -1101,72 +1086,18 @@ bs:
         mapping_link: počnite sa ucrtavanjem
       legal_babble:
         title_html: Autorska prava i dozvola
-        intro_1_html: |2-
-             OpenStreetMap su <i>otvoreni podaci</i>, licencirani pod <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License dozvolom</a> (ODbL).
-        intro_2_html: Slobodni ste kopirati, distribuirati, prenositi i adaptirati
-          naše podatke sve dok navodite OpenStreetMap i njegove doprinosioce kao izvor.
-          Ako izmijenite ili nadogradite naše podatke, možete distribuirati rezultate
-          samo pod istom licencom. Puni <a href="http://opendatacommons.org/licenses/odbl/1.0/">pravni
-          tekst</a> objašnjava Vaša prava i odgovornosti.
-        intro_3_1_html: |-
-          Kartografija u našim dijelovima karte, i naša dokumentacija, su licencirani pod <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> licencom (CC-BY-SA).
         credit_title_html: Kako navesti zasluge OpenStreetMap projekta kao izvora
         credit_1_html: |-
           Tražimo da koristite navedete zasluge &ldquo;&copy; OpenStreetMap
           contributors&rdquo;.
-        credit_2_1_html: Gdje je moguće, OpenStreetMap treba biti kao hyperlink na
-          <a href="http://www.openstreetmap.org/">http://www.openstreetmap.org/</a>and
-          CC BY-SA to <a href="http://creativecommons.org/licenses/by-sa/2.0/">http://creativecommons.org/licenses/by-sa/2.0/</a>.
-          Ako koristite medij gdje linkovi nisu mogući (npr. tiskane karte), predlažemo
-          da uputite vaše čitatelje na www.openstreetmap.org (proširenjem na &lsquo;OpenStreetMap&rsquo;
-          za ovo punu adresu) i na www.creativecommons.org.
-        credit_4_html: 'Za pretraživu elektronsku kartu, navođenje zasluge se treba
-          pojaviti u uglu karte. Naprimjer:'
         attribution_example:
           alt: Primjer kako se navodi zasluga projekta OpenStreetMap na web stranici
           title: Primjer navođenja zasluge
         more_title_html: Više o
-        more_1_html: Čitajte više o korištenju naših podataka na <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Legal
-          FAQ</a>.
-        more_2_html: |-
-          Iako su OpenStreetMap podaci otvoreni, mi ne možemo ponuditi besplatni API karte za druge developere (third party).
-          Vidjeti naše <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">Politika korištenja API</a>,
-          <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Politika korištenja dijelova karte</a>
-          i <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Politika korištenja usluge Nominatim</a>.
         contributors_title_html: Naši korisnici - doprinosioci
         contributors_intro_html: 'Naši doprinosioci su hiljade osoba. Mi takođe uključujemo
           podatke sa otvorenom dozvolom iz nacionalnih kartografskih agencija i drugih
           izvora, među njima:'
-        contributors_at_html: |-
-          <strong>Austrija</strong>: Sadrži podatke sa <a href="http://data.wien.gv.at/">Stadt Wien</a> (under
-          <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> i
-          Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT sa amandmanima</a>).
-        contributors_ca_html: '<strong>Kanada</strong>: Sadrži podatke iz GeoBase&reg;,
-          GeoGratis (&copy; Department of Natural Resources Canada), CanVec (&copy;
-          Department of Natural Resources Canada), i StatCan (Geography Division,
-          Statistics Canada).'
-        contributors_fr_html: '<strong>Francuska</strong>: Sadrži podatke sa Direction
-          Générale des Impôts.'
-        contributors_nl_html: |-
-          <strong>Holandija</strong>: Sadrži &copy; AND data, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Novi Zeland</strong>: Sadrži podatke izvorno iz
-             Land Information New Zealand. Crown Copyright reserved.
-        contributors_za_html: |-
-          <strong>Južna Afrika</strong>: Sadrži podatke sa <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, State copyright reserved.
-        contributors_gb_html: |-
-          <strong>Velika Britanija</strong>: Sadrži podatke Ordnance
-             Survey data &copy; Crown copyright and database right
-             2010.
-        contributors_footer_1_html: |-
-          Za dalje detalje o ovome, i drugim izvorima koji su korišteni da bi poboljšali OpenStreetMap, molimo pogledajte <a
-          href="http://wiki.openstreetmap.org/wiki/Contributors">Stranica doprinosilaca</a> na Wiki OpenStreetMap.
         contributors_footer_2_html: '  Uvrštenje podataka u OpenStreetMap ne podrazumjeva
           da se izvorni davatelj podataka podržava OpenStreetMap, pruža bilo kakvu
           garanciju, ili prihvata bilo kakve obaveze.'
@@ -1174,10 +1105,6 @@ bs:
         infringement_1_html: OSM doprinosioci se podsjećaju da nikada ne dodaju podatke
           sa bilo kojeg izvora koji zadržava autorska prava (npr. Google Maps ili
           printane karte) bez eksplicitne dozvole od strane autora.
-        infringement_2_html: Ako vjerujete da je zaštićeni materijal bio dodan bazi
-          podataka OpenStreetMapa ili ovoj veb-stranici, molimo da pogledate našu
-          <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">proceduru
-          skidanja</a> ili uložite prigovor direktno na našu <a href="https://dmca.openstreetmap.org/">stranicu</a>.
     index:
       js_1: Koristite internet preglednik koji ne podržava JavaScript, ili ste onemogućili
         JavaScript.
@@ -1704,7 +1631,6 @@ bs:
       layers:
         header: Slojevi karte
         title: Slojevi
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Donirajte</a>
     site:
       edit_tooltip: Urediti kartu
       edit_disabled_tooltip: Uvećati za uređivanje karte
index 1dffc259cf4eac8c36604ad6421f4abbbb95999f..7d910de9fca0887d69389396cc074f28d69052b9 100644 (file)
@@ -203,49 +203,46 @@ ca:
           que intenteu utilitzar termes comuns.
         needs_view: L'usuari necessita connectar-se abans que aquest blocatge se suprimeixi?
       user:
-        email_confirmation: La vostra adreça no es mostrarà públicament (vegeu la
-          nostra <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="OSMF
-          privacy policy including section on email addresses"></a>política de privadesa</a>
-          per a més informació)
         new_email: (no es mostrarà mai públicament)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: fa 1 hora aproximadament
-        other: 'fa %{count} hores aproximadament '
+        one: fa %{count} hora aproximadament
+        other: fa %{count} hores aproximadament
       about_x_months:
-        one: fa 1 mes aproximadament
+        one: fa %{count} mes aproximadament
         other: fa %{count} mesos aproximadament
       about_x_years:
-        one: fa 1 any aproximadament
+        one: fa %{count} any aproximadament
         other: ' fa %{count} anys aproximadament'
       almost_x_years:
-        one: fa gairebé 1 any
+        one: fa gairebé %{count} any
         other: gairebé fa gairebé %{count} anys
       half_a_minute: fa mig minut
       less_than_x_seconds:
-        one: fa menys d'1 segon
+        one: fa menys d'%{count} segon
         other: fa menys de %{count} segons
       less_than_x_minutes:
-        one: fa menys d'1 minut
+        one: fa menys d'%{count} minut
         other: fa menys de %{count} minuts
       over_x_years:
-        one: fa més d'1 any
+        one: fa més d'%{count} any
         other: fa més de %{count} anys
       x_seconds:
-        one: fa 1 segon
+        one: fa %{count} segon
         other: fa %{count} segons
       x_minutes:
-        one: fa 1 minut
+        one: fa %{count} minut
         other: fa %{count} minuts
       x_days:
-        one: fa 1 dia
+        one: fa %{count} dia
         other: fa %{count} dies
       x_months:
-        one: fa 1 mes
+        one: fa %{count} mes
         other: fa %{count} mesos
       x_years:
-        other: un=fa 1 any
+        one: fa %{count} any
+        other: fa %{count} anys
   editor:
     default: Predeterminat (actualment %{name})
     id:
@@ -339,7 +336,17 @@ ca:
       delete_account: Suprimeix el compte...
     go_public:
       heading: Edició pública
-      find_out_why_html: (%{link}).
+      currently_not_public: Actualment, les vostres edicions són anònimes i ningú
+        pot veure els vostres missatges o veure la vostra ubicació. Per a veure què
+        heu editat i permetre el contacte a través del lloc web, feu clic al botó
+        de sota.
+      only_public_can_edit: Des del canvi a l'API 0.6, només els usuaris públics poden
+        editar les dades dels mapes.
+      find_out_why: esbrineu per què
+      email_not_revealed: La vostra adreça de correu electrònic no es revelarà en
+        fer-se públic.
+      not_reversible: Aquesta acció no es pot revertir i tots els usuaris nous ara
+        són públics per defecte.
       make_edits_public_button: Fes totes les meves modificacions públiques
     update:
       success_confirm_needed: Informació de l'usuari ha actualitzat correctament.
@@ -351,22 +358,22 @@ ca:
   browse:
     created: Creat
     closed: Tancat
-    created_html: Creat a <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Tancat a <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Creat a <abbr title='%{title}'>%{time}</abbr> per %{user}
-    deleted_by_html: Eliminat a <abbr title='%{title}'>%{time}</abbr> per %{user}
-    edited_by_html: Editat a <abbr title='%{title}'>%{time}</abbr> per  %{user}
-    closed_by_html: Tancat a <abbr title='%{title}'>%{time} </abbr> per  %{user}
+    created_ago_html: Creat %{time_ago}
+    closed_ago_html: Tancat %{time_ago}
+    created_ago_by_html: Creat %{time_ago} per %{user}
+    closed_ago_by_html: Tancat %{time_ago} per %{user}
+    deleted_ago_by_html: Eliminat %{time_ago} per %{user}
+    edited_ago_by_html: Editat %{time_ago} per %{user}
     version: Versió
     in_changeset: Conjunt de canvis
     anonymous: anònim
     no_comment: (cap comentari)
     part_of: Part de
     part_of_relations:
-      one: 1 relació
+      one: '%{count} relació'
       other: '%{count} relacions'
     part_of_ways:
-      one: 1 via
+      one: '%{count} via'
       other: '%{count} vies'
     download_xml: Baixa l’XML
     view_history: Mostra l’historial
@@ -382,8 +389,8 @@ ca:
       relation: Relacions (%{count})
       relation_paginated: Relacions (%{x}-%{y} de %{count})
       comment: Comentaris(%{count})
-      hidden_commented_by_html: Comentari ocult de l'usuari %{user} a <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentari de %{user} <abbr title='%{exact_time}'> a %{when}</abbr>
+      hidden_comment_by_html: Comentari ocult de %{user} %{time_ago}
+      comment_by_html: Comentari de %{user} %{time_ago}
       changesetxml: XML del conjunt de canvis
       osmchangexml: XML en format osmChange
       feed:
@@ -411,7 +418,7 @@ ca:
       history_title_html: 'Historial de la relació: %{name}'
       members: Membres
       members_count:
-        one: 1 membre
+        one: '%{count} membre'
         other: '%{count} membres'
     relation_member:
       entry_role_html: '%{type} %{name} com a %{role}'
@@ -621,12 +628,21 @@ ca:
     contact:
       contact_url_title: Diferents canals de contacte explicats
       contact: contacta
+      contact_the_community_html: No dubteu a %{contact_link} la comunitat d'OpenStreetMap
+        si heu trobat un enllaç trencat / error. Anoteu l'URL exacte de la vostra
+        sol·licitud.
     forbidden:
       title: Prohibit
+      description: L'operació que heu sol·licitat al servidor OpenStreetMap només
+        és disponible per als administradors (HTTP 403)
     internal_server_error:
       title: Error de l'aplicació
+      description: El servidor d'OpenStreetMap s'ha trobat amb una condició inesperada
+        que li ha impedit complir la sol·licitud (HTTP 500)
     not_found:
       title: No s'ha trobat el fitxer
+      description: No s'ha pogut trobar cap operació de fitxer/directori/API amb aquest
+        nom al servidor d'OpenStreetMap (HTTP 404)
   friendships:
     make_friend:
       heading: Voleu afegir %{user} com un amic?
@@ -644,11 +660,10 @@ ca:
   geocoder:
     search:
       title:
-        latlon_html: Resultats <a href="http://openstreetmap.org/">interns</a>
-        osm_nominatim_html: Resultats d’<a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultats d’<a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Resultats de %{results_link}
+        latlon: Fonts internes
+        osm_nominatim: Nominatim de l’OpenStreetMap
+        osm_nominatim_reverse: Nominatim de l’OpenStreetMap
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1441,11 +1456,10 @@ ca:
       status: Estat
       reports: Denúncies
       last_updated: Darrera actualització
-      last_updated_time_html: <abbr title='%{title}'> %{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> per %{user}
+      last_updated_time_ago_user_html: '%{time_ago} per %{user}'
       link_to_reports: Veure les denúncies
       reports_count:
-        one: 1 Informe
+        one: '%{count} Informe'
         other: '%{count} Informes'
       reported_item: Element denunciat
       states:
@@ -1617,10 +1631,6 @@ ca:
       subject: '[OpenStreetMap] Error d''importació de GPX'
     gpx_success:
       hi: Hola %{to_user},
-      loaded_successfully:
-        one: carregat correctament amb %{trace_points} d'un total d'un punt possible.
-        other: carregat correctament amb %{trace_points} d'un total de %{possible_points}
-          punts possibles.
       subject: '[OpenStreetMap] Importació de GPX correcta'
     signup_confirm:
       subject: '[OpenStreetMap] OpenStreetMap us dona la benvinguda'
@@ -1721,6 +1731,7 @@ ca:
       success: Heu confirmat el vostre compte, gràcies per registrar-vos!
       already active: Aquest compte ja ha estat confirmat.
       unknown token: Aquest codi de confirmació ha expirat o no existeix.
+      click_here: cliqueu aquí
     confirm_resend:
       failure: L'usuari %{name} no s'ha trobat.
     confirm_email:
@@ -1843,7 +1854,6 @@ ca:
       image: Imatge
       gravatar:
         gravatar: Usa Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Què és Gravatar?
         disabled: S'ha inhabilitat Gravatar.
         enabled: S'ha habilitat que es mostri el vostre Gravatar.
@@ -1927,7 +1937,7 @@ ca:
   site:
     about:
       next: Següent
-      copyright_html: © Col·laboradors/es<br>d’OpenStreetMap
+      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'
       lede_text: OpenStreetMap està fet per una comunitat de cartògrafs que aporten
@@ -1938,28 +1948,35 @@ ca:
         usen imatges aèries, dispositius GPS i mapes de paper per tal de verificar
         que OSM és correcte i està actualitzat.
       community_driven_title: Impulsat per la comunitat
-      community_driven_html: |-
+      community_driven_1_html: |-
         La comunitat d'OpenStreetMap és diversa, apassionada i creix cada dia. Entre els nostres contribuïdors hi ha cartògrafs entusiastes, professionals de GIS, enginyers que gestionen els servidors d'OSM, voluntaris que cartografien les zones afectades per desastres i molta més gent.
-        Si voleu conèixer més sobre la comunitat, visiteu els <a href='%{diary_path}'>diaris d'usuari</a>, els <a href='http://blogs.openstreetmap.org/'>blogs de la comunitat</a>, i la pàgina web de la <a href='http://www.osmfoundation.org/'>Fundació OSM</a>.
+        Si voleu conèixer més sobre la comunitat, visiteu el %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link} i la pàgina web de la %{osm_foundation_link}.
+      community_driven_osm_blog: Bloc d'OpenStreetMap
+      community_driven_user_diaries: dietaris dels usuaris
+      community_driven_community_blogs: blogs de la comunitat
+      community_driven_osm_foundation: Fundació OSM
       open_data_title: Dades obertes
-      open_data_html: 'OpenStreetMap són <i>dades lliures</i>: sou lliures d''usar-lo
-        per a qualsevol propòsit, sempre que especifiqueu que són obra d''OpenStreetMap
+      open_data_1_html: 'OpenStreetMap són %{open_data}: sou lliures d''usar-lo per
+        a qualsevol propòsit, sempre que especifiqueu que són obra d''OpenStreetMap
         i els seus col·laboradors. Si modifiqueu o amplieu les dades de determinades
         maneres, només podreu distribuir el resultat sota la mateixa llicència. Vegeu
-        la <a href=''%{copyright_path}''>pàgina de copyright i llicència</a> per a
-        més detalls.'
+        la %{copyright_license_link} per a més detalls.'
+      open_data_open_data: dades obertes
+      open_data_copyright_license: pàgina de copyright i llicència
       legal_title: Avisos legals
-      legal_1_html: "Aquest lloc web i molts altres serveis relacionats són operats
-        formalment per la \n<a href=\"http://osmfoundation.org/\">Fundació OpenStreetMap</a>
-        (OSMF) en nom de la comunitat. L'ús de tots els serveis operats per l'OSMF
-        es troba subjecte a les nostres <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">,
-        </a> <a href=\"http://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\npolítiques
-        d'ús acceptable</a> i a les nostres <a href=\"http://wiki.osmfoundation.org/wiki/Privacy_Policy\">polítiques
-        de privadesa</a>"
-      legal_2_html: |-
-        <a href="https://osmfoundation.org/Contact">Contacta</a> amb l'OSMF si tens dubtes de llicència, drets de còpia o altres qüestions legals.
-
-        OpenStreetMap, el logo i Estat del Mapa són <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">marques registrades de l'OSMF</a>.<br><br>
+      legal_1_1_html: "Aquest lloc web i molts altres serveis relacionats són operats
+        formalment per la \n%{openstreetmap_foundation_link} (OSMF) en nom de la comunitat.
+        L'ús de tots els serveis operats per l'OSMF es troba subjecte a les nostres
+        %{terms_of_use_link}, %{aup_link} i a les nostres %{privacy_policy_link}."
+      legal_1_1_openstreetmap_foundation: Fundació OpenStreetMap
+      legal_1_1_terms_of_use: condicions d’ús
+      legal_1_1_aup: polítiques d'ús acceptable
+      legal_1_1_privacy_policy: polítiques de privadesa
+      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_registered_trademarks: marca registrada de l'OSMF
       partners_title: Socis
     copyright:
       foreign:
@@ -1976,90 +1993,68 @@ ca:
         mapping_link: Comença a cartografiar
       legal_babble:
         title_html: Drets d'autor i llicència
-        intro_1_html: |-
-          L'OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> són <i>dades obertes</i>, publicades sota la <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) per la <a
-          href="http://osmfoundation.org/">Fundació OpenStreetMap</a> (OSMF).
-        intro_2_html: "Sou lliure de copiar, distribuir, comunicar públicament i fer
-          obres derivades de les nostres dades, sempre que especifiqueu que són obra
-          d'OpenStreetMap i els seus col·laboradors. Si modifiqueu o amplieu les\nnostres
-          dades, només podreu distribuir l'obra \nresultant amb la mateixa llicència.
-          El\n<a href=\"http://opendatacommons.org/licenses/odbl/1.0/\">codi legal</a>
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} són %{open_data}, sota la llicència
+          %{odc_odbl_link} (ODbL) per la %{osm_foundation_link} (OSMF).
+        introduction_1_open_data: dades obertes
+        introduction_1_osm_foundation: Fundació OpenStreetMap
+        introduction_2_html: "Sou lliure de copiar, distribuir, transmetre i adaptar
+          les nostres dades, sempre que especifiqueu que són obra d'OpenStreetMap
+          i els seus col·laboradors. Si modifiqueu o amplieu les\nnostres dades, només
+          podreu distribuir l'obra \nresultant amb la mateixa llicència. El %{legal_code_link}
           complet explica detalladament els vostres drets i responsabilitats."
-        intro_3_1_html: La nostra documentació és disponible sota llicència <a href="http://creativecommons.org/licenses/by-sa/2.0/">Text
-          de la llicència de Creative Commons Reconeixement-Compartir Igual 2.0</a>(CC-BY-SA).
+        introduction_2_legal_code: codi legal
         credit_title_html: Com atribuir autoria a OpenStreetMap
         credit_1_html: 'Allà on utilitzeu les dades de l''OpenStreetMap, cal que feu
           les dues coses següents:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Doneu crèdit a OpenStreetMap mostrant-ne l'avís de copyright.</li>
-            <li>Deixeu clar que les dades són disponibles sota l'Open Database License.</li>
-          </ul>
-        credit_3_1_html: Per a l'avís de copyright, tenim diferents requisits sobre
+        credit_2_1: Doneu reconeixement a OpenstreetMap mostrant l'avís de copyright.
+        credit_3_html: Per a l'avís de copyright, tenim diferents requisits sobre
           com cal mostrar-lo depenent de com feu servir les nostres dades. Per exemple,
           s'apliquen diferents regles depenent de si heu creat un mapa navegable,
           un mapa imprès o una imatge estàtica. Per a més detalls, podeu consultar
-          les <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">directrius
-          d'atribució</a>.
-        credit_4_html: |-
+          les %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: directrius d'atribució
+        credit_4_1_html: |-
           Per tal de fer patent que les dades es troben sota l'Open
-          Database License, podeu enllaçar <a href="https://www.openstreetmap.org/copyright">aquesta pàgina de copyright</a>. Alternativament, i com a requisit si esteu distribuint l'OSM en un formulari de dades, podeu anomenar i enllaçar directament les llicències. En aquells llocs on els enllaços no siguin possibles (p. ex., en material imprès), us suggerim que dirigiu als lectors a openstreetmap.org (possible estenent 'OpenStreetMap' a aquesta adreça sencera) i a opendatacommons.org. En aquest exemple, l'atribució apareix a la cantonada del mapa.
+          Database License, podeu enllaçar %{this_copyright_page_link}. Alternativament, i com a requisit si esteu distribuint l'OSM en un formulari de dades, podeu anomenar i enllaçar directament les llicències. En aquells llocs on els enllaços no siguin possibles (p. ex., en material imprès), us suggerim que dirigiu als lectors a openstreetmap.org (possiblement estenent 'OpenStreetMap' a aquesta adreça sencera) i a opendatacommons.org. En aquest exemple, l'atribució apareix a la cantonada del mapa.
+        credit_4_1_this_copyright_page: aquesta pàgina de copyright
         attribution_example:
           alt: Exemple de com atribuir l'autoria a OpenStreetMap en una pàgina web
           title: Exemple d'atribució d'autoria
         more_title_html: Saber-ne més
-        more_1_html: |-
-          Per a més informació sobre com utilitzar les nostres dades i com atribuir-ne l'autoria, visiteu la <a
-          href="http://osmfoundation.org/Licence">pàgina de llicència de la OSMF</a>.
-        more_2_html: Encara que les dades d'OpenStreetMap són dades obertes, no podem
-          oferir una API gratuïta a tercers. Vegeu la <a href="https://operations.osmfoundation.org/policies/api/">política
-          d'ús de l'API</a>, la <a href="https://operations.osmfoundation.org/policies/tiles/">política
-          d'ús de les tessel·les</a> i la <a href="https://operations.osmfoundation.org/policies/nominatim/">política
-          d'ús de Nominatim</a>.
+        more_1_1_html: Llegiu més sobre com usar les nostres dades i donar-nos reconeixament
+          a la %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: Pàgina de llicència de l'OSMF
+        more_2_1_html: |-
+          Tot i que OpenStreetMap són dades obertes, no podem proporcionar
+          una API gratuïta als mapes per a tercers.
+          Vegeu la %{api_usage_policy_link}, %{tile_usage_policy_link} i %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Política d'ús de l'API
+        more_2_1_tile_usage_policy: Política d'ús de les tessel·les
+        more_2_1_nominatim_usage_policy: Política d'ús de Nominatim
         contributors_title_html: Els nostres col·laboradors
         contributors_intro_html: 'Els nostres col·laboradors són milers de persones.
           També incloem dades amb llicència oberta de les agències públiques de cartografia
           i d''altres fonts, entre elles:'
-        contributors_at_html: '<strong>Àustria</strong>: conté dades de <a href="http://data.wien.gv.at/">Stadt
-          Wien</a> (sota <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC
-          BY</a>), el <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land
-          Voralberg</a> i el Land Tirol (sota <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC
-          BY AT amb correccions</a>).'
-        contributors_au_html: '<strong>Austràlia</strong>: Conté dades de <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA
-          Autralia Limited</a> publicades per Commonwealth of Australia sota els termes
-          de <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.'
-        contributors_ca_html: '<strong>Canadà</strong>: conté dades de GeoBase ®,
-          GeoGratis (© Departament de Recursos Naturals del Canadà), CanVec (© Departament
-          de Recursos Naturals del Canadà) i StatCan (Divisió de Geografia, Institut
-          d''Estadística del Canadà).'
-        contributors_fi_html: '<strong>Finlàndia</strong>: Conté dades de la base
-          de dades topogràfica del National Land Survey of Finland i d''altres bases
-          de dades sota la <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">llicència
-          NLSFI</a>.'
-        contributors_fr_html: |-
-          <strong>França</strong>: conté dades de la
-          Direction Générale des Impôts.
-        contributors_nl_html: '<strong>Països Baixos</strong>: Conté &copy; dades
-          d''Automotive Navigation Data (AND), 2007 (<a href="http://www.and.com">www.and.com</a>)'
-        contributors_nz_html: '<strong>Nova Zelanda</strong>: Conté dades de <a href="https://data.linz.govt.nz/">
-          LINZ Data Service</a> amb permís per a reutilització sota <a href="https://creativecommons.org/licenses/by/4.0/"></a>.'
-        contributors_si_html: '<strong>Eslovènia</strong>: Conté dades de l''<a href="http://www.gu.gov.si/en/">Autoritat
-          de Topografia i Cartografia</a> i del <a href="http://www.mkgp.gov.si/en/">Ministeri
-          d''Agricultura, Silvicultura i Alimentació</a> (informació pública d''Eslovènia).'
-        contributors_es_html: |-
-          <strong>Espanya</strong>: Conté dades de l'Institut Geogràfic Nacional espanyol(<a href="http://www.ign.es/">IGN</a>) i del Sistema Cartogràfic Nacional (<a href="http://www.scne.es/">SCNE</a>)
-          amb llicència per a reutilització sota <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Sud-àfrica</strong>: conté dades del
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, drets d'autor reservats per l'estat.
-        contributors_gb_html: '<strong>Regne Unit</strong>: Conté dades de l''Ordnance
-          Survey &copy; Drets d''autor de la Corona i de la base de dades 2010-19.'
-        contributors_footer_1_html: |-
-          Per a més detalls sobre aquesta i d'altres fonts que han estat utilitzades per millorar els mapes de l'OpenStreetMap, visiteu la pàgina dedicada als <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">Col·laboradors</a> del wiki d'OSM.
+        contributors_at_austria: Àustria
+        contributors_at_cc_by: CC BY
+        contributors_au_australia: Austràlia
+        contributors_ca_canada: Canadà
+        contributors_fi_finland: Finlàndia
+        contributors_fr_france: França
+        contributors_nl_netherlands: Països Baixos
+        contributors_nz_new_zealand: Nova Zelanda
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_slovenia: Eslovènia
+        contributors_es_spain: Espanya
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_south_africa: Sud-àfrica
+        contributors_gb_united_kingdom: Regne Unit
+        contributors_2_html: Per a més detalls sobre aquestes i altres fonts que s'han
+          usat per ajudar a millorar OpenStreetMap, vegeu %{contributors_page_link}
+          a la wiki d'OpenStreetMap.
+        contributors_2_contributors_page: Pàgina dels col·laboradors
         contributors_footer_2_html: La inclusió de dades a l'OpenStreetMap no implica
           que el proveïdor original de les dades dona suport a l'OpenStreetMap, proporciona
           cap garantia o accepta cap responsabilitat.
@@ -2068,16 +2063,12 @@ ca:
           d'afegir dades de cap font amb drets d'autor registrats (com Google Maps
           o mapes impresos per exemple) sense tenir una autorització explícita dels
           titulars dels drets d'autor.
-        infringement_2_html: Si penseu que hi ha material protegit per drets d'autor
-          que ha estat afegit a la base de dades d'OpenStreetMap o a aquest web, si
-          us plau aneu a la pàgina web dedicada al <a href="http://wiki.osmfoundation.org/wiki/License/Takedown_procedure">Procediment
-          per eliminar dades protegides pels drets d'autor</a> o empleneu aquest <a
-          href="https://dmca.openstreetmap.org/">formulari en línia</a>.
-        trademarks_title_html: <span id="trademarks"></span>Marques registrades
-        trademarks_1_html: OpenStreetMap, el logotip de la lupa i «State of the Map»
-          són marques registrades de la Fundació OpenStreetMap. Si teniu preguntes
-          sobre l’ús de les marques, consulteu la <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">política
-          de marques registrades</a>.
+        infringement_2_1_takedown_procedure: procediment de retirada
+        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
+          l'ús de les marques, vegeu %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Polítiques de marca registrada
     index:
       js_1: O bé esteu utilitzant un navegador no compatible amb JavaScript o bé teniu
         JavaScript deshabilitat.
@@ -2109,6 +2100,8 @@ ca:
       map_image: Imatge de mapa (mostra una capa estàndard)
       embeddable_html: HTML incrustable
       licence: Llicència
+      licence_details_html: Les dades d'OpenStreetMap estan sota la llicència %{odbl_link}
+        (ODbL).
       too_large:
         advice: 'Si l''exportació anterior falla, proveu-ho amb alguna de les fonts
           incloses a la llista següent:'
@@ -2152,12 +2145,10 @@ ca:
             carretera que falta o bé la vostra adreça, la millor forma d'arreglar-ho
             és unint-vos a la comunitat d'OpenStreetMap i afegir o bé corregir les
             dades vós mateix.
-        add_a_note:
-          instructions_html: Feu clic a <a class='icon note'></a> o a la mateixa icona
-            sobre el mapa. Això afegirà un marcador al mapa, que podeu desplaçar arrossegant-lo.
-            Afegiu el vostre missatge, deseu-lo i els altres usuaris ho investigaran.
       other_concerns:
         title: Altres qüestions
+        copyright: pàgina de copyright
+        working_group: Grup de treball de l'OSMF
     help:
       title: Com obtenir ajuda
       introduction: OpenStreetMap té diversos recursos per conèixer el projecte, per
@@ -2201,8 +2192,19 @@ ca:
       removed: El vostre editor d'OpenStreetMap per defecte és el Potlatch. Atès que
         s'ha discontinuat l'Adobe Flash Player, el Potlach deixarà d'estar disponible
         des del navegador web.
+      download: baixant l'aplicació d'escriptori per a Mac i Windows
+      id_editor_html: Alternativament, podeu establir iD com al vostre editor per
+        defecte, el qual s'executa en el vostre navegador de web com Potlatch feia
+        anteriorment. %{change_preferences_link}.
+      change_preferences: Canvieu aquí les vostres preferències
     any_questions:
       title: Alguna pregunta?
+      paragraph_1_html: |-
+        OpenStreetMap té diversos recursos per aprendre sobre el projecte, preguntant i responent
+        preguntes, i debatent col·laborativament i documentant temes de mapatge.
+        %{help_link}. Esteu en una organització que fa plans per OpenStreetMap? %{welcome_mat_link}.
+      get_help_here: Obteniu ajuda aquí
+      welcome_mat: Feu un cop d'ull al Material de benvinguda
     sidebar:
       search_results: Resultats de la cerca
       close: Tanca
@@ -2295,16 +2297,36 @@ ca:
         que cal saber
       whats_on_the_map:
         title: Què hi ha al mapa
+        on_the_map_html: |-
+          OpenStreetMap és un lloc per mapejar coses que són %{real_and_current} -
+          inclou milions d'edificis, carreteres i altres detalls sobre llocs. Podeu mapejar qualsevol mena de cosa del món real que us interessi.
+        real_and_current: reals i actuals
+        off_the_map_html: El que %{doesnt} inclou són dades subjectives com ara rànquings,
+          objectes històrics o hipotètics, i dades de fonts amb drets d'autor. A no
+          ser que tingueu permís, no copieu de mapes en línia o en paper.
+        doesnt: "no"
       basic_terms:
         title: Condicions bàsiques per editar el mapa
         paragraph_1: L'OpenStreetMap té un argot propi. Aquí tens unes quantes paraules
           clau que et poden venir bé.
+        an_editor_html: Un %{editor} és un programa o lloc web que podeu usar per
+          editar el mapa.
+        a_node_html: Un %{node} és un punt al mapa, com ara un únic restaurant o un
+          arbre.
+        a_way_html: Una %{way} és una línia o una àrea, com ara una carretera, un
+          rierol, un llac o un edifici.
+        a_tag_html: Una %{tag} etiqueta és una dada sobre un node o via, com ara el
+          nom d'un restaurant o el límit de velocitat d'una carretera.
         editor: editor
         node: node
         way: via
         tag: etiqueta
       rules:
         title: Normes
+        para_1_html: |-
+          OpenStreetMap té poques regles formals, però esperem que tots els participants col·laboreu i us comuniqueu amb la comunitat. Si esteu considerant
+          qualsevol altra activitat que no sigui l'edició manual, llegiu i seguiu les directrius sobre
+          %{imports_link} i %{automated_edits_link}.
         imports: Importacions
         automated_edits: Edicions automatitzades
       start_mapping: Comença a editar el mapa
@@ -2312,15 +2334,26 @@ ca:
         title: No tens temps per editar? Escriu una nota
         para_1: Si només voleu fer una petita modificació, però no disposeu del temps
           per registrar-vos i aprendre a editar, deixeu una nota al mapa.
+        para_2_html: |-
+          Només cal que us dirigiu al %{map_link} i cliqueu la icona de la nota: %{note_icon}.
+          Això afegirà un marcador al mapa que podeu moure arrossegant-lo. Afegiu el missatge, cliqueu el botó de desar, i altres usuaris ho investigaran.
         the_map: el mapa
     communities:
       title: Comunitats
+      lede_text: "Persones d'arreu del món contribueixen o utilitzen OpenStreetMap.\nSi
+        bé moltes hi participen individualment, d'altres han format comunitats.\nAquests
+        grups tenen diferents mides i representen àrees des de ciutats petites fins
+        a grans regions de diversos països. \nTambé poden ser formals o informals."
       local_chapters:
         title: Capítols locals
+        about_text: |-
+          Els capítols locals són grups a nivell de país o regió que han fet el pas formal d'establir entitats legals sense ànim de lucre. Representen l'àrea del mapa i els mapejadors de la zona quan tracten amb el govern local, les empreses i els mitjans de comunicació. També han format una afiliació
+          amb la Fundació OpenStreetMap (OSMF), donant-los un enllaç a l'òrgan de govern legal i de copyright.
         list_text: 'Les comunitats següents s''estableixen formalment com a capítols
           locals:'
       other_groups:
         title: Altres grups
+        communities_wiki: Pàgina wiki de les comunitats
   traces:
     visibility:
       private: Privat (només compartit com a punts anònims no ordenats)
@@ -2361,7 +2394,7 @@ ca:
       tags: Etiquetes
     show:
       title: S'està mostrant la traça %{name}
-      heading: S'està mostrant la traça %{name}
+      heading: Visualització de la traça %{name}
       pending: PENDENT
       filename: 'Nom del fitxer:'
       download: baixada
@@ -2387,7 +2420,7 @@ ca:
     trace:
       pending: PENDENT
       count_points:
-        one: 1 punt
+        one: '%{count} punt'
         other: '%{count} punts'
       more: més
       trace_details: Mostra els detalls de la traça
@@ -2594,6 +2627,7 @@ ca:
         servidors o eines extres sí que en poden demanar una.
       continue: Registreu-vos-hi
       terms accepted: Gràcies per acceptar els nous termes de col·laboració.
+      privacy_policy: política de privadesa
     terms:
       title: Termes
       heading: Termes
@@ -2609,6 +2643,8 @@ ca:
       consider_pd: A més de tot l'anterior, accepto que les meves contribucions siguin
         de domini públic
       consider_pd_why: què és això?
+      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
@@ -2783,19 +2819,19 @@ ca:
       time_past_html: Va acabar a %{time}.
       block_duration:
         hours:
-          one: 1 hora
+          one: '%{count} hora'
           other: '%{count} hores'
         days:
-          one: 1 dia
+          one: '%{count} dia'
           other: '%{count} dies'
         weeks:
-          one: 1 setmana
+          one: '%{count} setmana'
           other: '%{count} setmanes'
         months:
-          one: 1 mes
+          one: '%{count} mes'
           other: '%{count} mesos'
         years:
-          one: 1 any
+          one: '%{count} any'
           other: '%{count} anys'
     blocks_on:
       title: Blocs en %{name}
@@ -2850,15 +2886,14 @@ ca:
       open_title: 'Nota no resolta: #%{note_name}'
       closed_title: 'Nota resolta #%{note_name}'
       hidden_title: 'Nota oculta #%{note_name}'
-      opened_by_html: Creat per %{user} a <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Creat per un anònim a <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentari de %{user} a <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Comentari d'un anònim a <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Resolt per %{user} a <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Resolt per un anònim a <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reactivat per %{user} a <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reactivat per un anònim a <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Ocultat per %{user} a <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Creat per %{user} %{time_ago}
+      event_opened_by_anonymous_html: Creat per un anònim %{time_ago}
+      event_commented_by_html: Comentari de %{user} %{time_ago}
+      event_commented_by_anonymous_html: Comentari d'un anònim %{time_ago}
+      event_closed_by_html: Resolt per %{user} %{time_ago}
+      event_closed_by_anonymous_html: Resolt per un anònim %{time_ago}
+      event_reopened_by_html: Reactivat per %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Reactivat per un anònim %{time_ago}
       report: informa d'aquesta nota
       anonymous_warning: Aquesta nota inclou comentaris d'usuaris anònims que haurien
         de ser verificats independentment.
@@ -2934,17 +2969,10 @@ ca:
         gps: Traces GPS públiques
         overlays: Activa capes extra per als problemes del mapa
         title: Capes del mapa
-      copyright: © <a href='%{copyright_url}'>Col·laboradors d'OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Feu un donatiu</a>
-      terms: <a href='%{terms_url}' target='_blank'>Termes del lloc web i l'API</a>
-      cyclosm: Estil de les tessel·les fet per <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        hostatjat per <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap França</a>
-      thunderforest: Tessel·les cortesia d' <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Tessel·les cortesia de <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: L'estil de les tessel·les fet per <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> hostatjat per <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        França</a>
+      openstreetmap_contributors: Els col·laboradors de l'OpenStreetMap
+      make_a_donation: Feu una donació
+      website_and_api_terms: Condicions del lloc web i de l'API
+      hotosm_name: Equip humanitari de l'OpenStreetMap
     site:
       edit_tooltip: Modifica el mapa
       edit_disabled_tooltip: Augmenteu el zoom per modificar el mapa
@@ -2972,9 +3000,14 @@ ca:
         graphhopper_bicycle: Bicicleta  (GraphHopper)
         graphhopper_car: Cotxe (GraphHopper)
         graphhopper_foot: A peu (GraphHopper)
+        fossgis_valhalla_bicycle: Bicicleta (Valhalla)
+        fossgis_valhalla_car: Cotxe (Valhalla)
+        fossgis_valhalla_foot: A peu (Valhalla)
       descend: Desnivell negatiu
       directions: Indicacions
       distance: Distància
+      distance_m: '%{distance}m'
+      distance_km: '%{distance}km'
       errors:
         no_route: No s'ha pogut establir una ruta entre aquests dos punts.
         no_place: No hem pogut trobar «%{place}».
index 15fd9ea244fa6c3cbc5e59632b94145773ddb746..4399db093ac2d0674f9ba7bcf98380175df2e107 100644 (file)
@@ -185,16 +185,6 @@ ce:
   browse:
     created: Кхоьллина
     closed: ДӀачӀагӀа
-    created_html: Кхоьллина <abbr title='%{title}'>%{time} хьалха</abbr>
-    closed_html: ДӀачӀаьгӀна <abbr title='%{title}'>%{time} хьалха</abbr>
-    created_by_html: Кхоьллина <abbr title='%{title}'>%{time} хьалха</abbr> декъашхочо
-      %{user}
-    deleted_by_html: ДӀаяьккхина <abbr title='%{title}'>%{time} хьалха</abbr> декъашхочо
-      %{user}
-    edited_by_html: Хийцам бина <abbr title='%{title}'>%{time} хьалха</abbr> декъашхочо
-      %{user}
-    closed_by_html: ДӀачӀаьгӀна <abbr title='%{title}'>%{time} хьалха</abbr> декъашхочо
-      %{user}
     version: Верси
     in_changeset: Нисдарш
     anonymous: цӀе хьулйина
@@ -214,10 +204,6 @@ ce:
       relation: Хилар (%{count})
       relation_paginated: Хилар (%{x}-%{y} чуьра %{count})
       comment: Комменташ (%{count})
-      hidden_commented_by_html: Къайла комменташ %{user} <abbr title='%{exact_time}'>%{when}
-        хьалха</abbr>
-      commented_by_html: Декъашхочун комменташ %{user} <abbr title='%{exact_time}'>%{when}
-        хьалха</abbr>
       changesetxml: Нисдарийн XML
       osmchangexml: osmChange XML
       feed:
@@ -403,13 +389,6 @@ ce:
       newer_comments: Керла комменташ
       older_comments: Шира комменташ
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="http://openstreetmap.org/">Чоьхьара хилам</a>
-        osm_nominatim_html: Хиламаш бела <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> чура
-        osm_nominatim_reverse_html: Хиламаш <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -987,22 +966,6 @@ ce:
       open_title: 'Кечйина йоцу билгало #%{note_name}'
       closed_title: 'Кечйина билгало #%{note_name}'
       hidden_title: 'Къайлайаьккхина билгало #%{note_name}'
-      opened_by_html: Кхоьллина декъашхочо %{user} <abbr title='%{exact_time}'>%{when}
-        хьалха</abbr>
-      opened_by_anonymous_html: Кхоьллина цӀе хьулйина декъашхочо <abbr title='%{exact_time}'>%{when}
-        хьалха</abbr>
-      commented_by_html: Декъашхочун коммент %{user} <abbr title='%{exact_time}'>%{when}
-        хьалха</abbr>
-      commented_by_anonymous_html: Коммент цӀе хьулйина декъашхочун <abbr title='%{exact_time}'>%{when}
-        хьалха</abbr>
-      closed_by_html: Кечйина %{user} <abbr title='%{exact_time}'>%{when} хьалха</abbr>
-      closed_by_anonymous_html: Кечйина цӀе хьулйина декъашхочо <abbr title='%{exact_time}'>%{when}
-        хьалха</abbr>
-      reopened_by_html: Кечйина %{user} <abbr title='%{exact_time}'>%{when} хьалха</abbr>
-      reopened_by_anonymous_html: Кечйина цӀе хьулйина декъашхочо <abbr title='%{exact_time}'>%{when}
-        хьалха</abbr>
-      hidden_by_html: Къайлайаьккхина %{user} <abbr title='%{exact_time}'>%{when}
-        хьалха</abbr>
       report: Хаамбе хӀокху билгалонах
       hide: Къайлайаккха
       resolve: Кечъян
@@ -1035,7 +998,6 @@ ce:
         notes: Билгалонаш
         data: Картан хаамаш
         title: Чкъор
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap декъашхой</a>
     site:
       edit_tooltip: Нисде карта
       edit_disabled_tooltip: Хийцамашбан гергадаладе карта
index 063402a5bfc6fda4a553823542f780638604b6c2..b395cddbfd4980d9944f8b78bfa575d397eacd0c 100644 (file)
@@ -208,49 +208,69 @@ cs:
         needs_view: Potřebuje se uživatel příhlásit před tím, než bude tento blok
           vymazán?
       user:
-        email_confirmation: Vaše adresa se nezobrazuje veřejně, více informací získáte
-          v našich <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="Pravidla
-          ochrany osobních údajů OSMF, včetně části o e-mailových adresách">pravidlech
-          ochrany osobních údajů</a>.
         new_email: (nikde se veřejně nezobrazuje)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: asi před 1 hodinou
+        one: asi před hodinou
+        few: asi před %{count} hodinami
+        many: asi před %{count} hodiny
         other: asi před %{count} hodinami
       about_x_months:
         one: asi před měsícem
+        few: asi před %{count} měsíci
+        many: asi před %{count} měsíce
         other: asi před %{count} měsíci
       about_x_years:
         one: asi před rokem
-        other: asi před %{count} roky
+        few: asi před %{count} lety
+        many: asi před %{count} roku
+        other: asi před %{count} lety
       almost_x_years:
         one: skoro před rokem
-        other: skoro před %{count} roky
+        few: skoro před %{count} lety
+        many: skoro před %{count} roku
+        other: skoro před %{count} lety
       half_a_minute: před půl minutou
       less_than_x_seconds:
-        one: před méně než vteřinou
-        other: před méně než %{count} vteřinami
+        one: před méně než sekundou
+        few: před méně než %{count} sekundami
+        many: před méně než %{count} sekundy
+        other: před méně než %{count} sekundami
       less_than_x_minutes:
         one: před méně než minutou
+        few: před méně než %{count} minutami
+        many: před méně než %{count} minuty
         other: před méně než %{count} minutami
       over_x_years:
-        one: více než před rokem
+        one: před více než před rokem
+        few: před více než %{count} lety
+        many: před více než %{count} roku
         other: před více než %{count} lety
       x_seconds:
         one: před sekundou
+        few: před %{count} sekundami
+        many: před %{count} sekundy
         other: před %{count} sekundami
       x_minutes:
         one: před minutou
+        few: před %{count} minutami
+        many: před %{count} minuty
         other: před %{count} minutami
       x_days:
-        one: den nazpět
+        one: před %{count} dnem
+        few: před %{count} dny
+        many: před %{count} dne
         other: před %{count} dny
       x_months:
         one: před měsícem
+        few: před %{count} měsíci
+        many: před %{count} měsíce
         other: před %{count} měsíci
       x_years:
         one: před rokem
+        few: před %{count} lety
+        many: před %{count} roku
         other: před %{count} lety
   editor:
     default: Výchozí (aktuálně %{name})
@@ -366,26 +386,26 @@ cs:
   browse:
     created: Vytvořeno
     closed: Uzavřeno
-    created_html: Vytvořeno <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Uzavřeno <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Vytvořeno <abbr title='%{title}'>%{time}</abbr> uživatelem %{user}
-    deleted_by_html: Smazáno <abbr title='%{title}'>%{time}</abbr> uživatelem %{user}
-    edited_by_html: Upraveno <abbr title='%{title}'>%{time}</abbr> uživatelem %{user}
-    closed_by_html: Uzavřeno <abbr title='%{title}'>%{time}</abbr> uživatelem %{user}
+    created_ago_html: Vytvořeno %{time_ago}
+    closed_ago_html: Uzavřeno %{time_ago}
+    created_ago_by_html: Vytvořeno %{time_ago} uživatelem %{user}
+    closed_ago_by_html: Uzavřeno %{time_ago} uživatelem %{user}
+    deleted_ago_by_html: Smazáno %{time_ago} uživatelem %{user}
+    edited_ago_by_html: Upraveno %{time_ago} uživatelem %{user}
     version: Verze
     in_changeset: Sada změn
     anonymous: anonym
     no_comment: (bez komentáře)
     part_of: Součást
     part_of_relations:
-      one: 1 relace
+      one: '%{count} relace'
       few: '%{count} relace'
-      many: '%{count} relací'
+      many: '%{count} relace'
       other: '%{count} relací'
     part_of_ways:
-      one: 1 cesta
+      one: '%{count} cesta'
       few: '%{count} cesty'
-      many: '%{count} cest'
+      many: '%{count} cesty'
       other: '%{count} cest'
     download_xml: Stáhnout XML
     view_history: Zobrazit historii
@@ -401,8 +421,8 @@ cs:
       relation: Relace (%{count})
       relation_paginated: Relace (%{x}–%{y} z %{count})
       comment: Komentáře (%{count})
-      hidden_commented_by_html: Skrytý komentář od %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Komentář od %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Skrytý komentář od uživatele %{user} %{time_ago}
+      comment_by_html: Komentář od uživatele %{user} %{time_ago}
       changesetxml: Sada změn XML
       osmchangexml: osmChange XML
       feed:
@@ -432,9 +452,9 @@ cs:
       history_title_html: 'Historie relace: %{name}'
       members: Prvky
       members_count:
-        one: 1 prvek
+        one: '%{count} prvek'
         few: '%{count} prvky'
-        many: '%{count} prvků'
+        many: '%{count} prvku'
         other: '%{count} prvků'
     relation_member:
       entry_role_html: '%{type} %{name} jako %{role}'
@@ -645,7 +665,7 @@ cs:
       contact: kontaktovat
       contact_the_community_html: Neváhejte %{contact_link} komunitu OpenStreetMap,
         pokud jste našli nefunkční odkaz / chybu. Poznamenejte si přesnou adresu URL
-        vaší žádosti.
+        vašeho požadavku.
     forbidden:
       title: Zakázáno
       description: Operace, kterou jste požadovali na serveru OpenStreetMap, je dostupná
@@ -675,11 +695,10 @@ cs:
   geocoder:
     search:
       title:
-        latlon_html: Výsledky z <a href="https://openstreetmap.org/">interní databáze</a>
-        osm_nominatim_html: Výsledky z <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Výsledky z <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Výsledky z %{results_link}
+        latlon: Interní
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1472,11 +1491,12 @@ cs:
       status: Stav
       reports: Hlášení
       last_updated: Poslední změna
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> od %{user}
+      last_updated_time_ago_user_html: '%{time_ago} uživatelem %{user}'
       link_to_reports: Zobrazit hlášení
       reports_count:
-        one: 1 Hlášení
+        one: '%{count} Hlášení'
+        few: '%{count} Hlášení'
+        many: '%{count} Hlášení'
         other: '%{count} Hlášení'
       reported_item: Hlášená položka
       states:
@@ -1486,8 +1506,9 @@ cs:
     show:
       title: '%{status} Problém #%{issue_id}'
       reports:
-        zero: žádné
-        one: 1 hlášení
+        one: '%{count} hlášení'
+        few: '%{count} hlášení'
+        many: '%{count} hlášení'
         other: '%{count} hlášení'
       report_created_at: První hlášení v %{datetime}
       last_resolved_at: Naposledy vyřešeno v %{datetime}
@@ -1648,9 +1669,11 @@ cs:
       subject: '[OpenStreetMap] Neúspěšný import GPX'
     gpx_success:
       hi: Ahoj %{to_user},
-      loaded_successfully:
-        one: se úspěšně nahrál s %{trace_points} z možného 1 bodu.
-        other: se úspěšně nahrál s %{trace_points} z možných %{possible_points} bodů.
+      loaded:
+        one: úspěšně načteno s %{trace_points} z možného %{count} bodu.
+        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ů.
       subject: '[OpenStreetMap] Úspěšný import GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Vítejte v OpenStreetMap'
@@ -1751,6 +1774,8 @@ cs:
       success: Účet potvrzen, děkujeme za registraci!
       already active: Tento uživatelský účet už byl potvrzen.
       unknown token: Zadaný potvrzovací kód vypršel nebo neexistuje.
+      resend_html: Pokud potřebujete, abychom znovu poslali potvrzovací e-mail, %{reconfirm_link}.
+      click_here: klikněte zde
     confirm_resend:
       failure: Uživatel %{name} nebyl nalezen.
     confirm_email:
@@ -1942,6 +1967,7 @@ cs:
       support: podporu
   shared:
     markdown_help:
+      heading_html: Analyzováno pomocí %{kramdown_link}
       headings: Nadpisy
       heading: Nadpis
       subheading: Podnadpis
@@ -1960,7 +1986,7 @@ cs:
   site:
     about:
       next: Další
-      copyright_html: <span>&copy;</span>přispěvatelé<br>OpenStreetMap
+      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í'
       lede_text: OpenStreetMap tvoří komunita uživatelů, kteří přidávají a udržují
@@ -1971,26 +1997,33 @@ cs:
         využívají letecké snímky, GPS přístroje a klasické mapy, aby ověřili, že OSM
         je přesné a aktuální.
       community_driven_title: Řízeno komunitou
-      community_driven_html: |-
+      community_driven_1_html: |-
         Komunita OpenStreetMap je různorodá, vášnivá a každý den se rozrůstá. Mezi našimi přispěvateli najdete amatérské kreslíře map, profesionály z oblasti GIS, techniky spravující servery OSM, humanitární pracovníky mapující oblasti zasažené neštěstím a mnohé další.
-        Pokud se chcete o komunitě dozvědět více, prohlédněte si <a href='https://blog.openstreetmap.org'>blog OpenStreetMap</a>, <a href='%{diary_path}'>uživatelské deníky</a>, <a href='https://blogs.openstreetmap.org/'>komunitní blogy</a> a webovou stránku <a href='https://www.osmfoundation.org/'>nadace OSM Foundation</a>.
+        Pokud se chcete o komunitě dozvědět více, prohlédněte si %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link} a webovou stránku %{osm_foundation_link}.
+      community_driven_osm_blog: Blog OpenStreetMap
+      community_driven_user_diaries: deníky uživatelů
+      community_driven_community_blogs: komunitní blogy
+      community_driven_osm_foundation: Nadace OSM
       open_data_title: Otevřená data
-      open_data_html: 'OpenStreetMap tvoří <i>otevřená data</i>: smíte je užívat pro
-        libovolný účel, pokud uvádíte autorství OpenStreetMap a jeho přispěvatelů.
-        Pokud data měníte nebo rozšiřujete jistými způsoby, smíte výsledek šířit jen
-        pod stejnou licencí. Podrobnosti najdete na stránce <a href=''%{copyright_path}''>Autorská
-        práva a licence</a>.'
+      open_data_1_html: 'OpenStreetMap tvoří %{open_data}: smíte je užívat pro libovolný
+        účel, pokud uvádíte autorství OpenStreetMap a jeho přispěvatelů. Pokud data
+        měníte nebo rozšiřujete jistými způsoby, smíte výsledek šířit jen pod stejnou
+        licencí. Podrobnosti najdete na stránce %{copyright_license_link}.'
+      open_data_open_data: otevřená data
+      open_data_copyright_license: Autorská práva a licence
       legal_title: Právní informace
-      legal_1_html: Tento web a mnoho dalších souvisejících služeb za komunitu oficiálně
-        provozuje <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a>
-        (OSMF). Použití všech služeb provozovaných OSMF podléhá našim <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Podmínkám
-        užití</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Pravidlům
-        přijatelného užití</a> a našim <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Pravidlům
-        ochrany osobních údajů</a>.
-      legal_2_html: |-
-        Pokud máte problémy či dotazy týkající se licencování, autorských práv či jiných právních záležitostí, <a href='https://osmfoundation.org/Contact'>kontaktujte prosím OSMF</a>.
-        <br>
-        OpenStreetMap, logo s lupou a State of the Map jsou <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">registrované ochranné známky OSMF</a>.
+      legal_1_1_html: Tento web a mnoho dalších souvisejících služeb za komunitu oficiálně
+        provozuje %{openstreetmap_foundation_link} (OSMF). Použití všech služeb provozovaných
+        OSMF podléhá našim %{terms_of_use_link}, %{aup_link} a našim %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: Nadace OpenStreetMap
+      legal_1_1_terms_of_use: Podmínkám užití
+      legal_1_1_aup: Pravidlům přijatelného užití
+      legal_1_1_privacy_policy: Pravidlům ochrany osobních údajů
+      legal_2_1_html: Pokud máte dotazy týkající se licencování, autorských práv či
+        jiných právních záležitostí, %{contact_the_osmf_link}.
+      legal_2_1_contact_the_osmf: kontaktujte OSMF
+      legal_2_2_html: OpenStreetMap, logo s lupou a State of the Map jsou %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: zapsané ochranné známky OSMF
       partners_title: Partneři
     copyright:
       foreign:
@@ -2007,100 +2040,124 @@ cs:
         mapping_link: začít mapovat
       legal_babble:
         title_html: Autorská práva a licence
-        intro_1_html: OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> jsou
-          <i>svobodná data</i>, která za podmínek <a href="https://opendatacommons.org/licenses/odbl/">Open
-          Data Commons Open Database License</a> (ODbL) nabízí nadace <a href="https://osmfoundation.org/">OpenStreetMap
-          Foundation</a> (OSMF).
-        intro_2_html: Smíte kopírovat, distribuovat, sdělovat veřejnosti a upravovat
-          naše data, pokud jako zdroj uvedete OpenStreetMap a jeho přispěvatele. Pokud
-          naše data budete upravovat nebo je použijete ve svém díle, musíte výsledek
-          šířit pod stejnou licencí. Vaše práva a povinnosti jsou vysvětleny v plném
-          <a href="https://opendatacommons.org/licenses/odbl/1.0/">licenčním ujednání</a>.
-        intro_3_1_html: |-
-          Naše dokumentace je pod licencí
-          <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0).
+        introduction_1_html: OpenStreetMap%{registered_trademark_link} jsou %{open_data},
+          která za podmínek %{odc_odbl_link} (ODbL) nabízí %{osm_foundation_link}
+          (OSMF).
+        introduction_1_open_data: otevřená data
+        introduction_1_odc_odbl: Open Data Commons Open Database License
+        introduction_1_osm_foundation: Nadace OpenStreetMap
+        introduction_2_html: Smíte kopírovat, distribuovat, sdělovat veřejnosti a
+          upravovat naše data, pokud jako zdroj uvedete OpenStreetMap a jeho přispěvatele.
+          Pokud naše data budete upravovat nebo je použijete ve svém díle, musíte
+          výsledek šířit pod stejnou licencí. Vaše práva a povinnosti jsou vysvětleny
+          v plném %{legal_code_link}.
+        introduction_2_legal_code: licenčním ujednání
+        introduction_3_html: Naše dokumentace je licencována pod licencí %{creative_commons_link}
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Uveďte autora-Zachovejte
+          licenci 2.0
+        introduction_3_creative_commons_url: https://creativecommons.org/licenses/by-sa/2.0/deed.cs
         credit_title_html: Jak uvádět OpenStreetMap
         credit_1_html: 'Pokud používáte data OpenStreetMap, máte povinnost učinit
           následující dvě věci:'
-        credit_2_1_html: |-
-          <ul>
-           <li>Uvést jako původ OpenStreetMap uvedením naší informace o autorských právech.</li>
-           <li>Jasně uvést, že data jsou dostupná za podmínek Open Database License.</li>
-          </ul>
-        credit_3_1_html: |-
+        credit_2_1: Uvést jako zdroj OpenStreetMap zobrazením naší informace o autorských
+          právech.
+        credit_2_2: Jasně uvést, že data jsou dostupná za podmínek Open Database License.
+        credit_3_html: |-
           Co se týká uvedení autorských práv, liší se naše požadavky podle toho,
           jak naše data používáte. Různá pravidla například platí, když tvoříte
           interaktivní mapu, tištěnou mapu nebo statický obrázek. Podrobné
           informace k požadavkům naleznete
-          v <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Pokynech
-          k uvádění původu</a>.
-        credit_4_html: |-
+          v %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Pokynech pro uvádění původu
+        credit_4_1_html: |-
           Aby bylo zřejmé, že jsou data dostupná za podmínek Open
           Database License, můžete odkázat na
-          <a href="https://www.openstreetmap.org/copyright">tuto stránku
-          k autorským právům</a>. Jinou možností – a povinností v případě,
+          %{this_copyright_page_link}. Jinou možností – a povinností v případě,
           že OSM šíříte v datové podobě, můžete uvést a odkázat přímo
           na licenci. Ve formě, ve které odkazování není možné (např.
           v tištěných dílech), navrhujeme, abyste čtenáře nasměřovali
           na openstreetmap.org (např. rozšířením „OpenStreetMap“ na
           tuto celou adresu) a opendatacommons.org.
           V tomto příkladu se informace o zdroji objevuje v rohu mapy.
+        credit_4_1_this_copyright_page: tuto stránku k autorským právům
         attribution_example:
           alt: Příklad, jak uvádět autorství OpenStreetMap na webové stránce
           title: Příklad uvedení autorství
         more_title_html: Další informace
-        more_1_html: O používání našich dat a způsobu uvádění autorství se můžete
-          dočíst více na <a href="https://osmfoundation.org/Licence">licenční stránce
-          OSMF</a>.
-        more_2_html: |-
-          Přestože OpenStreetMap tvoří svobodná data, nemůžeme zdarma poskytovat třetím stranám mapové API.
-          Vizte naše <a href="https://operations.osmfoundation.org/policies/api/">Pravidla použití API</a>, <a href="https://operations.osmfoundation.org/policies/tiles/">Pravidla použití dlaždic</a> a <a href="https://operations.osmfoundation.org/policies/nominatim/">Pravidla použití Nominatimu</a>.
+        more_1_1_html: O používání našich dat a způsobu uvádění autorství se můžete
+          dočíst více na %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: licenční stránce OSMF
+        more_2_1_html: |-
+          Přestože jsou OpenStreetMap otevřená data, nemůžeme třetím stranám poskytovat
+          bezplatné mapové API.
+          Vizte naše %{api_usage_policy_link}, %{tile_usage_policy_link} a %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Pravidla použití API
+        more_2_1_tile_usage_policy: Pravidla použití dlaždic
+        more_2_1_nominatim_usage_policy: Pravidla použití Nominatimu
         contributors_title_html: Naši přispěvatelé
         contributors_intro_html: 'Našimi přispěvateli jsou tisíce jednotlivců. Také
           zahrnujeme svobodně licencovaná data z národních zeměměřických úřadů a dalších
           zdrojů, mimo jiné:'
-        contributors_at_html: '<strong>Rakousko</strong>: Obsahuje data od <a href="https://data.wien.gv.at/">města
-          Vídně</a> pod <a href="https://creativecommons.org/licenses/by/3.0/at/deed.cs">CC
-          BY</a>), <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">země
-          Vorarlbersko</a> a země Tyrolsko (pod <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC
-          BY AT s dodatky</a>).'
-        contributors_au_html: '<strong>Austrálie</strong>: Zahrnuje nebo využívá Administrative
-          Boundaries © <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape
-          Australia</a>, které Commonwealth of Australia poskytuje za podmínek <a
-          href="https://creativecommons.org/licenses/by/4.0/deed.cs">licence Creative
-          Commons Uveďte původ 4.0 Mezinárodní (CC BY 4.0)</a>.'
-        contributors_ca_html: '<strong>Kanada</strong>: Obsahuje data z GeoBase&reg;,
-          GeoGratis (&copy; Department of Natural Resources Canada), CanVec (&copy;
-          Department of Natural Resources Canada) a StatCan (Geography Division, Statistics
-          Canada).'
-        contributors_fi_html: '<strong>Finsko</strong>: Obsahuje data z topografické
-          databáze a dalších zdrojů finského národního zeměměřického úřadu (Maanmittauslaitos)
-          dostupná pod <a href="https://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">licencí
-          NLSFI</a>.'
-        contributors_fr_html: '<strong>Francie</strong>: Obsahuje data pocházející
-          z Direction Générale des Impôts.'
-        contributors_nl_html: '<strong>Nizozemsko</strong>: Obsahuje &copy; AND data,
-          2007 (<a href="https://www.and.com">www.and.com</a>)'
-        contributors_nz_html: '<strong>Nový Zéland</strong>: Obsahuje data ze zdroje
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> pod licencí <a
-          href="https://creativecommons.org/licenses/by/4.0/">CC 4.0</a>.'
-        contributors_si_html: '<strong>Slovinsko</strong>: Obsahuje data <a href="http://www.gu.gov.si/">Zeměměřického
-          a mapovacího úřadu</a> a <a href="http://www.mkgp.gov.si/">Ministerstva
-          zemědělství, lesnictví a potravin</a> (veřejné informace o Slovinsku).'
-        contributors_es_html: '<strong>Španělsko</strong>: Obsahuje data od španělského
-          Národního geografického institutu (<a href="http://www.ign.es/">IGN</a>
-          a Národního kartografického systému (<a href="http://www.scne.es/">SCNE</a>),
-          licencovaná pod <a href="https://creativecommons.org/licenses/by/4.0/deed.cs">CC
-          BY 4.0</a>.'
-        contributors_za_html: |-
-          <strong>Jihoafrická republika</strong>: Obsahuje data pocházející z <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, State copyright reserved.
-        contributors_gb_html: '<strong>Spojené království</strong>: Obsahuje data
-          Ordnance Survey &copy; Crown copyright a právo k databázi 2010–19.'
-        contributors_footer_1_html: |-
-          Další podrobnosti o těchto a dalších zdrojích, které se používaly pro vylepšení OpenStreetMap, najdete na <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">stránce Contributors</a> na wiki OpenStreetMap.
+        contributors_at_credit_html: '%{austria}: Obsahuje data od %{stadt_wien_link}
+          (pod %{cc_by_link}), %{land_vorarlberg_link} a země Tyrolsko (pod %{cc_by_at_with_amendments_link}).'
+        contributors_at_austria: Rakousko
+        contributors_at_stadt_wien: města Vídně
+        contributors_at_cc_by: CC BY
+        contributors_at_land_vorarlberg: země Vorarlbersko
+        contributors_at_cc_by_at_with_amendments: CC BY AT s dodatky
+        contributors_au_credit_html: '%{australia}: Zahrnuje nebo využívá Administrative
+          Boundaries © %{geoscape_australia_link}, které Commonwealth of Australia
+          poskytuje za podmínek %{cc_licence_link}.'
+        contributors_au_australia: Austrálie
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: licence Creative Commons Uveďte původ 4.0 Mezinárodní
+          (CC BY 4.0)
+        contributors_au_cc_licence_url: https://creativecommons.org/licenses/by/4.0/deed.cs
+        contributors_ca_credit_html: '%{canada}: Obsahuje data z GeoBase&reg;, GeoGratis
+          (&copy; Department of Natural Resources Canada), CanVec (&copy; Department
+          of Natural Resources Canada) a StatCan (Geography Division, Statistics Canada).'
+        contributors_ca_canada: Kanada
+        contributors_fi_credit_html: '%{finland}: Obsahuje data z topografické databáze
+          a dalších zdrojů finského národního zeměměřického úřadu (Maanmittauslaitos)
+          dostupná pod %{nlsfi_license_link}.'
+        contributors_fi_finland: Finsko
+        contributors_fi_nlsfi_license: licencí NLSFI
+        contributors_fr_credit_html: '%{france}: Obsahuje data pocházející z Direction
+          Générale des Impôts.'
+        contributors_fr_france: Francie
+        contributors_nl_credit_html: '%{netherlands}: Obsahuje data &copy; AND, 2007
+          (%{and_link})'
+        contributors_nl_netherlands: Nizozemsko
+        contributors_nz_credit_html: '%{new_zealand}: Obsahuje data získaná z %{linz_data_service_link}
+          a licencovaná pro opětovné použití pod licencí %{cc_by_link}.'
+        contributors_nz_new_zealand: Nový Zéland
+        contributors_nz_linz_data_service: datové služby LINZ
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_nz_cc_by_url: https://creativecommons.org/licenses/by/4.0/deed.cs
+        contributors_si_credit_html: '%{slovenia}: Obsahuje data ze %{gu_link} a %{mkgp_link}
+          (veřejné informace Slovinska).'
+        contributors_si_slovenia: Slovinsko
+        contributors_si_gu: Zeměměřického a mapovacího úřadu
+        contributors_si_mkgp: Ministerstva zemědělství, lesnictví a výživy
+        contributors_es_credit_html: '%{spain}: Obsahuje data pocházející ze španělského
+          Národního geografického institutu (%{ign_link}) a Národního kartografického
+          systému (%{scne_link}) licencovaná pro opětovné použití pod licencí %{cc_by_link}.'
+        contributors_es_spain: Španělsko
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_es_cc_by_url: https://creativecommons.org/licenses/by/4.0/deed.cs
+        contributors_za_credit_html: '%{south_africa}: Obsahuje data pocházející z
+          %{ngi_link}, State copyright reserved.'
+        contributors_za_south_africa: Jihoafrická republika
+        contributors_za_ngi: 'Chief Directorate: National Geo-Spatial Information'
+        contributors_gb_credit_html: '%{united_kingdom}: Obsahuje data Ordnance Survey
+          &copy; Crown copyright a právo k databázi 2010–2023.'
+        contributors_gb_united_kingdom: Spojené království
+        contributors_2_html: Další podrobnosti o těchto a dalších zdrojích, které
+          se používaly pro vylepšení OpenStreetMap, najdete na %{contributors_page_link}
+          na wiki OpenStreetMap.
+        contributors_2_contributors_page: stránce Contributors
         contributors_footer_2_html: Zahrnutí dat do OpenStreetMap neznamená, že původní
           poskytovatel dat podporuje OpenStreetMap, nabízí jakoukoli záruku nebo přijímá
           jakoukoli zodpovědnost.
@@ -2108,16 +2165,17 @@ cs:
         infringement_1_html: Přispěvatelům OSM připomínáme, že by nikdy neměli přidávat
           data ze zdrojů chráněných autorským právem (např. Google Maps či tištěné
           mapy) bez výslovného svolení držitelů práv.
-        infringement_2_html: Pokud si myslíte, že byl do databáze OpenStreetMap nebo
-          na tento server neoprávněně vložen autorskoprávně chráněný obsah, postupujte
-          podle našeho <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">postupu
-          pro odstranění</a> nebo přímo podejte výzvu pomocí <a href="https://dmca.openstreetmap.org/">on-line
-          formuláře</a>.
-        trademarks_title_html: <span id="trademarks"></span>Ochranné známky
-        trademarks_1_html: OpenStreetMap, jeho logo s lupou a State of the Map jsou
+        infringement_2_1_html: Pokud si myslíte, že byl do databáze OpenStreetMap
+          nebo na tento server neoprávněně vložen autorskoprávně chráněný obsah, postupujte
+          podle našeho %{takedown_procedure_link} nebo přímo podejte výzvu pomocí
+          %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: postupu pro odstranění
+        infringement_2_1_online_filing_page: on-line formuláře
+        trademarks_title: Ochranné známky
+        trademarks_1_1_html: OpenStreetMap, jeho logo s lupou a State of the Map jsou
           zapsané ochranné známky OpenStreetMap Foundation. Pokud máte dotazy ohledně
-          vašeho používání těchto známek, zašlete své dotazy <a href="https://wiki.osmfoundation.org/wiki/Licensing_Working_Group">pracovní
-          skupině pro licencování</a>.
+          vašeho používání těchto známek, vizte naše %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Pravidla k ochranným známkám
     index:
       js_1: Buď používáte prohlížeč bez podpory JavaScriptu, nebo máte JavaScript
         zakázaný.
@@ -2190,11 +2248,16 @@ cs:
             dat, např. chybějící silnice nebo vaše adresa, nejlepším řešením je připojit
             se ke komunitě OpenStreetMap a přidat nebo opravit data vlastnoručně.
         add_a_note:
-          instructions_html: |-
-            Stačí kliknout na <a class='icon note'></a> nebo na stejnou ikonku na zobrazené mapě.
+          instructions_1_html: |-
+            Stačí kliknout na %{note_icon} nebo na stejnou ikonku na zobrazené mapě.
             Tím do mapy přidáte značku, kterou můžete přesunout tažením myší. Přidejte svou zprávu a klikněte na uložit a ostatní uživatelé se na to podívají.
       other_concerns:
         title: Jiné problémy
+        concerns_html: Pokud máte pochyby o používání našich dat nebo jejich obsahu,
+          na naší %{copyright_link} naleznete více právních informací, případně kontaktujte
+          příslušnou %{working_group_link}.
+        copyright: stránce o autorských právech
+        working_group: pracovní skupinu OSMF
     help:
       title: Nápověda
       introduction: OpenStreetMap nabízí několik zdrojů pro informace o projektu,
@@ -2237,6 +2300,11 @@ cs:
       removed: Jako preferovaný editor pro OpenStreetMap máte nastaven Potlatch. Protože
         byl ale Adobe Flash Player ukončen, Potlatch již pro použití ve webovém prohlížeči
         není dostupný.
+      desktop_application_html: Potlatch můžete stále používat %{download_link}.
+      download: stažením desktopové aplikace pro Mac a Windows
+      id_editor_html: Nebo si můžete jako preferovaný editor nastavit iD, které běží
+        ve webovém prohlížeči tak, jak dříve fungoval Potlatch. %{change_preferences_link}.
+      change_preferences: Preference můžete změnit zde
     any_questions:
       title: Nějaké dotazy?
       paragraph_1_html: |-
@@ -2386,16 +2454,20 @@ cs:
         Tyto skupiny existují v mnoha velikostech a zastupují území od malých městeček po velké regiony zahrnující několik zemí.
         Mohou být formální i neformální.
       local_chapters:
-        title: Místní pobočky
+        title: Lokální zastoupení
         about_text: |-
-          Místní pobočky jsou skupiny na úrovni země či regionu, které podstoupily formální
-          proces založení neziskové právnické osoby. Reprezentují mapu dané oblasti a její
-          tvůrce při jednání s místní správou, firmami a médii. Také navázaly vztahy
+          Lokální zastoupení jsou skupiny na úrovni země či regionu, které podstoupily formální proces založení neziskové právnické osoby. Reprezentují mapu dané oblasti a její tvůrce při jednání s místní správou, firmami a médii. Také navázaly vztahy
           s nadací OpenStreetMap Foundation (OSMF), čímž získaly kontakt na právně a
           autorskoprávně zodpovědnou organizaci.
-        list_text: 'Následující komunity jsou formálně vedeny jako Místní pobočky:'
+        list_text: 'Následující komunity jsou formálně vedeny jako lokální zastoupení:'
       other_groups:
         title: Další skupiny
+        other_groups_html: |-
+          Skupiny není potřeba formálně organizovat do stejné míry jako lokální zastoupení.
+          A mnoho skupin velmi úspěšně působí jako neformální sdružení lidí či
+          komunitní skupina. Kdokoli může založit takovou skupinu nebo se připojit.
+          Více informací najdete na %{communities_wiki_link}.
+        communities_wiki: wiki stránce pro komunity
   traces:
     visibility:
       private: Soukromá (veřejně dostupná jedině jako anonymní, neuspořádané body)
@@ -2464,8 +2536,9 @@ cs:
     trace:
       pending: ZPRACOVÁVÁ SE
       count_points:
-        one: 1 bod
+        one: '%{count} bod'
         few: '%{count} body'
+        many: '%{count} bodu'
         other: '%{count} bodů'
       more: více
       trace_details: Zobrazit podrobnosti stopy
@@ -2484,8 +2557,7 @@ cs:
       description: Procházení nedávno nahraných GPS stop
       tagged_with: se štítky %{tags}
       empty_title: Tady zatím nic není
-      empty_upload_html: '%{upload_link} nebo si přečtěte více o sledování GPS na
-        %{wiki_link}.'
+      empty_upload_html: '%{upload_link} nebo si přečtěte více o GPS stopách na %{wiki_link}.'
       upload_new: Nahrajte novou stopu
       wiki_page: wiki stránce
       wiki_page_url: https://wiki.openstreetmap.org/wiki/Cs:Beginners_Guide_1.2
@@ -2680,6 +2752,11 @@ cs:
         další nástroje nebo servery je mohou přesto potřebovat.
       continue: Zaregistrovat se
       terms accepted: Děkujeme za odsouhlasení nových podmínek pro přispěvatele!
+      email_confirmation_help_html: Vaše adresa se nezobrazuje veřejně, více informací
+        získáte v našich %{privacy_policy_link}.
+      privacy_policy: pravidlech ochrany osobních údajů
+      privacy_policy_title: Pravidla ochrany osobních údajů OSMF, včetně části o e-mailových
+        adresách
     terms:
       title: Podmínky
       heading: Podmínky
@@ -2696,6 +2773,10 @@ cs:
       read_tou: Přečetl jsem si Podmínky užití a souhlasím s nimi
       consider_pd: Navíc k výše uvedenému považuji své příspěvky za volné dílo.
       consider_pd_why: co to znamená?
+      guidance_info_html: 'Informace, které pomohou tyto podmínky pochopit: %{readable_summary_link}
+        a nějaké %{informal_translations_link}'
+      readable_summary: lidsky čitelné shrnutí
+      informal_translations: neoficiální překlady
       continue: Pokračovat
       declined: http://wiki.openstreetmap.org/wiki/CS:Contributor_Terms_Declined?uselang=cs
       decline: Nesouhlasím
@@ -2869,23 +2950,29 @@ cs:
       time_past_html: Ukončeno %{time}.
       block_duration:
         hours:
-          one: 1 hodina
-          other: '%{count} hodiny'
+          one: '%{count} hodina'
+          few: '%{count} hodiny'
+          many: '%{count} hodiny'
+          other: '%{count} hodin'
         days:
-          one: 1 den
+          one: '%{count} den'
           few: '%{count} dny'
+          many: '%{count} dne'
           other: '%{count} dnů'
         weeks:
-          one: 1 týden
+          one: '%{count} týden'
           few: '%{count} týdny'
+          many: '%{count} týdne'
           other: '%{count} týdnů'
         months:
-          one: 1 měsíc
+          one: '%{count} měsíc'
           few: '%{count} měsíce'
+          many: '%{count} měsíce'
           other: '%{count} měsíců'
         years:
-          one: 1 rok
+          one: '%{count} rok'
           few: '%{count} roky'
+          many: '%{count} roku'
           other: '%{count} let'
     blocks_on:
       title: Zablokování uživatele %{name}
@@ -2940,18 +3027,15 @@ cs:
       open_title: 'Nevyřešená poznámka #%{note_name}'
       closed_title: 'Vyřešená poznámka #%{note_name}'
       hidden_title: 'Skrytá poznámka #%{note_name}'
-      opened_by_html: Vytvořil %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Vytvořil anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: <abbr title='%{exact_time}'>%{when}</abbr> okomentoval %{user}
-      commented_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> okomentoval
-        anonym
-      closed_by_html: Vyřešeno od %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Vyřešil anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Znovu aktivoval <abbr title='%{exact_time}'>%{when}</abbr>
-        uživatel %{user}
-      reopened_by_anonymous_html: Znovu aktivoval <abbr title='%{exact_time}'>%{when}</abbr>
-        anonym
-      hidden_by_html: Skryl <abbr title='%{exact_time}'>%{when}</abbr> uživatel %{user}
+      event_opened_by_html: Vytvořeno uživatelem %{user} %{time_ago}
+      event_opened_by_anonymous_html: Vytvořeno anonymním uživatelem %{time_ago}
+      event_commented_by_html: Komentář od uživatele %{user} %{time_ago}
+      event_commented_by_anonymous_html: Komentář od anonymního uživatele %{time_ago}
+      event_closed_by_html: Vyřešeno uživatelem %{user} %{time_ago}
+      event_closed_by_anonymous_html: Vyřešeno anonymním uživatelem %{time_ago}
+      event_reopened_by_html: Znovu aktivováno uživatelem %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Znovu aktivováno anonymním uživatelem %{time_ago}
+      event_hidden_by_html: Skryto uživatelem %{user} %{time_ago}
       report: nahlásit tuto poznámku
       anonymous_warning: Tato poznámka zahrnuje komentáře anonymních uživatelů, které
         by se měly nezávisle ověřit.
@@ -3009,13 +3093,15 @@ cs:
       locate:
         title: Ukázat moji polohu
         metersPopup:
-          one: Od tohoto bodu jste vzdáleni metr
-          few: Od tohoto bodu jste vzdáleni %{count} metry
-          other: Od tohoto bodu jste vzdáleni %{count} metrů
+          one: Od tohoto bodu jste méně než %{count} metr
+          few: Od tohoto bodu jste méně než %{count} metry
+          many: Od tohoto bodu jste méně než %{count} metru
+          other: Od tohoto bodu jste méně než %{count} metrů
         feetPopup:
-          one: Od tohoto bodu jste vzdáleni jednu stopu
-          few: Od tohoto bodu jste vzdáleni %{count} stopy
-          other: Od tohoto bodu jste vzdáleni %{count} stop
+          one: Od tohoto bodu jste méně než %{count} stopu
+          few: Od tohoto bodu jste méně než %{count} stopy
+          many: Od tohoto bodu jste méně než %{count} stopy
+          other: Od tohoto bodu jste méně než %{count} stop
       base:
         standard: Standardní
         cyclosm: CyclOSM
@@ -3030,17 +3116,17 @@ cs:
         gps: Veřejné GPS stopy
         overlays: Zapnout vrstvy pro ladění mapy
         title: Vrstvy
-      copyright: © <a href='%{copyright_url}'>přispěvatelé OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Poskytněte dar</a>
-      terms: <a href='%{terms_url}' target='_blank'>Pravidla webu a API</a>
-      cyclosm: Styl dlaždic <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a> provozuje
-        <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap Francie</a>
-      thunderforest: Dlaždice díky <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allanovi</a>
-      opnvkarte: Dlaždice se svolením <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Styl dlaždic <a href='%{hotosm_url}' target='_blank'>Humanitárního týmu
-        OpenStreetMap</a> provozuje <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Francie</a>
+      openstreetmap_contributors: Přispěvatelé OpenStreetMap
+      make_a_donation: Pošlete příspěvek
+      website_and_api_terms: Podmínky webu a API
+      cyclosm_credit: Styl dlaždic od %{cyclosm_link} hostuje %{osm_france_link}
+      osm_france: OpenStreetMap Francie
+      thunderforest_credit: Dlaždice laskavostí %{thunderforest_link}
+      andy_allan: Andyho Allana
+      opnvkarte_credit: Dlaždice s laskavým svolením %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Styl dlaždic od %{hotosm_link} hostuje %{osm_france_link}
+      hotosm_name: Humanitárního týmu OpenStreetMap
     site:
       edit_tooltip: Upravit mapu
       edit_disabled_tooltip: Pro editaci mapy přejděte na větší měřítko
index 6c7aee7f18158c0fdee67ae0847ac14c106e6501..4cd41f1db2c288abd1327adc0cd21a82063b9d12 100644 (file)
@@ -207,12 +207,6 @@ cy:
   browse:
     created: Crëwyd
     closed: Wedi cau
-    created_html: Crewyd <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Caewyd <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Crewyd <abbr title='%{title}'>%{time}</abbr> gan %{user}
-    deleted_by_html: Dilewyd <abbr title='%{title}'>%{time}</abbr> gan %{user}
-    edited_by_html: Golygwyd <abbr title='%{title}'>%{time}</abbr> gan %{user}
-    closed_by_html: Caewyd <abbr title='%{title}'>%{time}</abbr> gan %{user}
     version: Fersiwn
     in_changeset: Set-newid
     anonymous: dienw
@@ -232,8 +226,6 @@ cy:
       relation: Perthynas %{count}
       relation_paginated: Perthynas (%{x}-%{y} o %{count})
       comment: Sylwadau (%{count})
-      hidden_commented_by_html: Sylw cudd gan %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Sylw gan %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Set-newid XML
       osmchangexml: osmChange XML
       feed:
@@ -443,13 +435,6 @@ cy:
       success: Tynnwyd %{name} o'ch cyfeillion.
       not_a_friend: Nid yw %{name} yn un o'ch cyfeillion.
   geocoder:
-    search:
-      title:
-        latlon_html: Canlyniadau o <a href="http://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Canlyniadau o <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Canlyniadau o <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -464,7 +449,7 @@ cy:
           aerodrome: Maesawyr
           airstrip: Llain Codi
           apron: Ffedog
-          gate: Giat
+          gate: Gât Maes Awyr
           hangar: Hangar
           helipad: Pad Hofrennydd
           holding_position: Man aros
@@ -472,7 +457,9 @@ cy:
           runway: Rhedfa Awyr
           taxiway: Safle tacsi
           terminal: Terfynell
+          windsock: Hosan wynt
         amenity:
+          animal_boarding: Lletya Anifeiliaid
           animal_shelter: Cysgod Anifeiliaid
           arts_centre: Canolfan Grefftau
           atm: Peiriant Codi Arian
@@ -482,6 +469,7 @@ cy:
           bench: Mainc
           bicycle_parking: Man Cadw Beic
           bicycle_rental: Man Llogi Beic
+          bicycle_repair_station: Gorsaf Atgyweirio Beiciau
           biergarten: Gardd Gwrw
           blood_bank: Banc Gwaed
           boat_rental: Llogi Cychod
@@ -500,6 +488,7 @@ cy:
           clock: Cloc
           college: Coleg
           community_centre: Canolfan Cymunedol
+          conference_centre: Canolfan Gynadledda
           courthouse: Llys
           crematorium: Amlosgfa
           dentist: Deintydd
@@ -507,12 +496,13 @@ cy:
           drinking_water: Dŵr Yfed
           driving_school: Ysgol Yrru
           embassy: Llysgenhadaeth
+          events_venue: Lleoliad Digwyddiadau
           fast_food: Bwyd Parod
           ferry_terminal: Terfynell Fferi
           fire_station: Gorsaf Dân
           food_court: Cwrt Fwydydd
           fountain: Ffynnon
-          fuel: Tanwydd
+          fuel: Gorsaf Betrol
           gambling: Gamblo
           grave_yard: Mynwent
           grit_bin: Bin Gro Mân
@@ -523,6 +513,8 @@ cy:
           kindergarten: Meithrinfa
           language_school: Ysgol Iaith
           library: Llyfrgell
+          loading_dock: Doc Llwytho
+          love_hotel: Gwesty Cariad
           marketplace: Marchnad
           monastery: Mynachdy
           motorcycle_parking: Man Parcio Beiciau Modur
@@ -747,8 +739,10 @@ cy:
           breakwater: Morglawdd
           bridge: Pont
           bunker_silo: Byncar
+          cairn: Carnedd
           chimney: Simne
           crane: Craen
+          cross: Croes
           dolphin: Man Angori
           dyke: Morglawdd
           embankment: Arglawdd
@@ -895,6 +889,7 @@ cy:
           alcohol: Siop Drwyddedig
           antiques: Hynafolion
           art: Siop Gelf
+          bag: Siop Bagiau
           bakery: Becws
           beauty: Siop Harddwch
           beverages: Siop Ddiodau
@@ -908,6 +903,7 @@ cy:
           car_repair: Trwsio Ceir
           carpet: Siop Garpedi
           charity: Siop Elusen
+          cheese: Siop Gaws
           chemist: Fferyllfa
           chocolate: Siocled
           clothes: Siop Ddillad
@@ -933,6 +929,7 @@ cy:
           funeral_directors: Trefnwyr Angladdau
           furniture: Dodrefn
           garden_centre: Canolfan Gardd
+          gas: Storfa Nwy
           general: Siop Gyffredinol
           gift: Siop Anrhegion
           greengrocer: Siop Lysiau
@@ -972,6 +969,7 @@ cy:
           tyres: Siop Teiars
           vacant: Siop Wag
           video: Siop Fideos
+          video_games: Siop Gemau Fideo
           wine: Siop Win
           "yes": Siop
         tourism:
@@ -981,6 +979,7 @@ cy:
           attraction: Atyniad
           bed_and_breakfast: Gweldy a Brecwast
           cabin: Caban
+          camp_pitch: Gwersyll
           camp_site: Man Gwersylla
           caravan_site: Parc Carafanau
           chalet: Chalet
@@ -1043,8 +1042,6 @@ cy:
       status: Statws
       reports: Adroddiadau
       last_updated: Diweddariad Diwethaf
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> gan %{user}
       link_to_reports: Gweld yr Adroddiadau
       reports_count:
         one: 1 Report
@@ -1157,6 +1154,8 @@ cy:
       body: Ymddiheuriad, nid oes neges gyda'r id yno.
     outbox:
       title: Allanflwch
+      my_inbox: Fy Mewnflwch
+      my_outbox: Fy Mlwch Allan
       messages:
         one: Mae gennych %{count} neges wedi ei anfon
         other: Mae gennych %{count} neges wedi eu hanfon
@@ -1188,9 +1187,20 @@ cy:
       heading: Ailosod Cyfinair ar gyfer %{user}
       reset: Ailosod Cyfrinair
       flash changed: Mae'ch cyfrinair wedi'i newid.
+  preferences:
+    show:
+      title: Dewisiadau
+    edit:
+      cancel: Canslo
   profiles:
     edit:
-      image: 'Delwedd:'
+      title: Golygu Proffil
+      save: Diweddaru Proffil
+      cancel: Canslo
+      image: Delwedd
+      gravatar:
+        gravatar: Defnyddio Gravatar
+        what_is_gravatar: Beth yw Gravatar?
       new image: Ychwanegu delwedd
       keep image: Cadw'r ddelwedd bresennol
       delete image: Tynnu'r ddelwedd bresennol
@@ -1230,7 +1240,6 @@ cy:
   site:
     about:
       next: Nesaf
-      copyright_html: <span>&copy;</span>cyfrannwyr<br>OpenStreetMap
       local_knowledge_title: Gwybodaeth Leol
       open_data_title: Data Agored
       legal_title: Cyfreithiol
@@ -1247,22 +1256,27 @@ cy:
         mapping_link: dechrau mapio
       legal_babble:
         title_html: Hawlfraint a Thrwydded
-        intro_1_html: |-
-          Mae OpenStreetMap yn <i>data agored</i>, dan drwydded <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL).
-        intro_3_1_html: |-
-          Trwyddedir ein dofenaeth ar drwydded
-          <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0).
         credit_title_html: Sut i gydnabod OpenStreetMap
         attribution_example:
           title: Enghraifft o gydnabyddiaeth
         more_title_html: Darganfod rhagor
         contributors_title_html: Ein cyfrannwyr
-        contributors_gb_html: '<strong>Y Deyrnas Gyfunol</strong>: Cynhwysir data
-          a thestun gan yr Arolwg Ordnans; hawlfraint y Goron a hawl cronfa ddata
-          2010-19.'
+        contributors_at_cc_by: CC BY
+        contributors_au_australia: Awstralia
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_ca_canada: Canada
+        contributors_fi_finland: Y Ffindir
+        contributors_fi_nlsfi_license: Trwydded NLSFI
+        contributors_fr_france: Ffrainc
+        contributors_nl_netherlands: Iseldiroedd
+        contributors_nz_new_zealand: Seland Newydd
+        contributors_si_slovenia: Slofenia
+        contributors_es_spain: Sbaen
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_south_africa: De Affrica
+        contributors_gb_united_kingdom: Deyrnas Unedig
+        contributors_2_contributors_page: Tudalen gyfranwyr
         infringement_title_html: Torrwyd yr hawlfraint
     index:
       permalink: Dolen barhaol
@@ -1598,16 +1612,6 @@ cy:
       open_title: '#%{note_name} heb ei ddatrus'
       closed_title: '#%{note_name} wedi''i ddatrus'
       hidden_title: Nodyn cudd %{note_name}
-      opened_by_html: Crëwyd gan %{user} <abbr title='%{exact_time}'>%{when} yn ôl</abbr>
-      opened_by_anonymous_html: Crëwyd yn ddienw <abbr title='%{exact_time}'>%{when}
-        yn ôl</abbr>
-      commented_by_html: Sylw gan %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Sylw dienw <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Wedi'i ddatrus gan %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Wedi ei ddatrus gan <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Gwnaed yn weithredol gan %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Gwnaed yn weithredol gan olygydd dienw <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Cuddwyd gan %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: Adroddwch am y nodyn hwn
       hide: Cuddio
       resolve: Datrys
@@ -1650,8 +1654,6 @@ cy:
         notes: Nodiadau Map
         data: Data Map
         title: Haenau
-      copyright: © <a href='%{copyright_url}'>cyfranwyr OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Rhoi Cyfraniad</a>
     site:
       edit_tooltip: Golygu'r map
       edit_disabled_tooltip: Chwyddwch mewn i olygu'r map
index 0db261c1a4001b921866e95bd421e5d886fd774b..3efcb4596003c6dfcf9c9acb1951dd5fa280f3f5 100644 (file)
@@ -114,7 +114,7 @@ da:
         url: Hovedapplikations-URL (påkrævet)
         callback_url: Callback URL
         support_url: Support URL
-        allow_read_prefs: læse deres brugeralternativer
+        allow_read_prefs: læse deres brugerpræferencer
         allow_write_prefs: ændre deres brugeralternativer
         allow_write_diary: oprette blogindlæg, kommentarer og indgå venskaber
         allow_write_api: ændre kortet
@@ -168,7 +168,7 @@ da:
         email_confirmation: E-mail-bekræftelse
         new_email: Ny e-mailadresse
         active: Aktiv
-        display_name: offentligt synlige brugernavn
+        display_name: Offentligt brugernavn
         description: Profilbeskrivelse
         home_lat: Breddegrad
         home_lon: Længdegrad
@@ -192,48 +192,45 @@ da:
           muligt.
         needs_view: Skal brugeren logge på, før denne blokering vil blive fjernet?
       user:
-        email_confirmation: Din adresse vises ikke offentligt. Se vores href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF privacy policy including section on email addresses">privatlivspolitik</a>
-          for yderligere information.
         new_email: (vises aldrig offentligt)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: omkring 1 time siden
+        one: omkring %{count} time siden
         other: omkring %{count} timer siden
       about_x_months:
-        one: omkring 1 måned siden
+        one: omkring %{count} måned siden
         other: omkring %{count} måneder siden
       about_x_years:
-        one: omkring 1 år siden
+        one: omkring %{count} år siden
         other: omkring %{count} år siden
       almost_x_years:
-        one: næsten 1 år siden
+        one: næsten %{count} år siden
         other: næsten %{count} år siden
       half_a_minute: for et halvt minut siden
       less_than_x_seconds:
-        one: mindre end 1 sekund siden
+        one: mindre end %{count} sekund siden
         other: mindre end %{count} sekunder siden
       less_than_x_minutes:
-        one: mindre end et minut siden
+        one: mindre end %{count} minut siden
         other: mindre end %{count} minutter siden
       over_x_years:
-        one: over 1 år siden
+        one: over %{count} år siden
         other: over %{count} år siden
       x_seconds:
-        one: 1 sekund siden
+        one: '%{count} sekund siden'
         other: '%{count} sekunder siden'
       x_minutes:
-        one: 1 minut siden
+        one: '%{count} minut siden'
         other: '%{count} minutter siden'
       x_days:
-        one: 1 dag siden
+        one: '%{count} dag siden'
         other: '%{count} dage siden'
       x_months:
-        one: 1 måned siden
+        one: '%{count} måned siden'
         other: '%{count} måneder siden'
       x_years:
-        one: 1 år siden
+        one: '%{count} år siden'
         other: '%{count} år siden'
   editor:
     default: Standard (nuværende %{name})
@@ -329,6 +326,16 @@ da:
       delete_account: Slet konto
     go_public:
       heading: Offentlig redigering
+      currently_not_public: I øjeblikket er dine redigeringer anonyme og folk kan
+        ikke sende dig beskeder eller se din lokation. For at synliggøre hvad du redigerede
+        og tillade at folk kontakter dig gennem websiden, tryk på knappen nedenfor.
+      only_public_can_edit: Siden overgangen til 0.6-API'et kan kun offentlige brugere
+        redigere kort-data.
+      find_out_why: find ud af hvorfor
+      email_not_revealed: Din email-adresse bliver ikke synlig af at din bruger bliver
+        offentlig.
+      not_reversible: Denne handling kan ikke omgøres, og alle nye brugere er nu som
+        udgangspunkt offentlige.
       make_edits_public_button: Gør alle mine rettelser offentlige
     update:
       success_confirm_needed: Brugeroplysningerne blev opdateret. Tjek din e-mail
@@ -339,22 +346,22 @@ da:
   browse:
     created: Oprettet
     closed: Lukket
-    created_html: Oprettet <abbr title='%{title}'>%{time} siden</abbr>
-    closed_html: Lukket <abbr title='%{title}'>%{time} siden</abbr>
-    created_by_html: Oprettet <abbr title='%{title}'>%{time} siden</abbr> af %{user}
-    deleted_by_html: Slettet <abbr title='%{title}'>%{time}</abbr> af %{user}
-    edited_by_html: Redigeret <abbr title='%{title}'>%{time} siden</abbr> af %{user}
-    closed_by_html: Lukket <abbr title='%{title}'>%{time} siden</abbr> af %{user}
+    created_ago_html: Oprettet %{time_ago}
+    closed_ago_html: Lukket %{time_ago}
+    created_ago_by_html: Oprettet %{time_ago} af %{user}
+    closed_ago_by_html: Lukket %{time_ago} af %{user}
+    deleted_ago_by_html: Slettet %{time_ago} af %{user}
+    edited_ago_by_html: Redigeret %{time_ago} af %{user}
     version: Version
     in_changeset: Ændringssæt
     anonymous: anonym
     no_comment: (ingen kommentar)
     part_of: Del af
     part_of_relations:
-      one: 1 relation
+      one: '%{count} relation'
       other: '%{count} relationer'
     part_of_ways:
-      one: 1 vej
+      one: '%{count} vej'
       other: '%{count} veje'
     download_xml: Hent XML
     view_history: Se historik
@@ -370,9 +377,8 @@ da:
       relation: Relationer (%{count})
       relation_paginated: Relationer (%{x}-%{y} af %{count})
       comment: Kommentarer (%{count})
-      hidden_commented_by_html: Skjult kommentar fra %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentar fra %{user} <abbr title='%{exact_time}'>%{when}
-        siden</abbr>
+      hidden_comment_by_html: Skjult kommentar fra %{user} %{time_ago}
+      comment_by_html: Kommentar fra %{user} %{time_ago}
       changesetxml: XML for ændringssæt
       osmchangexml: XML for osmChange
       feed:
@@ -400,7 +406,7 @@ da:
       history_title_html: 'Relationshistorik: %{name}'
       members: Medlemmer
       members_count:
-        one: 1 medlem
+        one: '%{count} medlem'
         other: '%{count} medlemmer'
     relation_member:
       entry_role_html: '%{type} %{name} som %{role}'
@@ -511,7 +517,7 @@ da:
       nearby mapper: Bruger i nærheden
       friend: Ven
     show:
-      title: Min kontrolpanel
+      title: Mit kontrolpanel
       no_home_location_html: '%{edit_profile_link} og definer hvor du bor for at se
         brugere i nærheden.'
       edit_your_profile: Rediger din profil
@@ -642,11 +648,10 @@ da:
   geocoder:
     search:
       title:
-        latlon_html: Resultater fra <a href="https://openstreetmap.org/">interne</a>
-        osm_nominatim_html: Resultater fra <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultater fra <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Resultater fra %{results_link}
+        latlon: Internt
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -813,7 +818,7 @@ da:
           detached: Parcelhus
           dormitory: Kollegium
           duplex: Dobbelthus
-          farm: Gård
+          farm: Stuehus
           farm_auxiliary: Landbrugsbygning
           garage: Garage
           garages: Garager
@@ -837,7 +842,7 @@ da:
           semidetached_house: Rækkehus
           service: Servicebygning
           shed: Skur
-          stable: Stald
+          stable: Hestestald
           static_caravan: Husvogn
           temple: Tempelbygning
           terrace: Rækkehus
@@ -1027,7 +1032,7 @@ da:
           fitness_station: Udendørs fitness udstyr
           garden: Have
           golf_course: Golfbane
-          horse_riding: Ridning
+          horse_riding: Ridecenter
           ice_rink: Skøjtebane
           marina: Bådehavn
           miniature_golf: Minigolf
@@ -1125,7 +1130,7 @@ da:
           forest: Skov
           geyser: Gejser
           glacier: Gletsjer
-          grassland: Græsslette
+          grassland: Overdrev eller græshede
           heath: Hede
           hill: Bakke
           hot_spring: Varm kilde
@@ -1271,7 +1276,7 @@ da:
           coffee: Kaffeforhandler
           computer: Computerforretning
           confectionery: Slikbutik
-          convenience: Kiosk
+          convenience: Minimarked
           copyshop: Kopibutik
           cosmetics: Kosmetikforretning
           craft: Hobbyforhandler
@@ -1439,11 +1444,10 @@ da:
       status: Status
       reports: Rapporter
       last_updated: Sidst opdateret
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> af %{user}
+      last_updated_time_ago_user_html: '%{time_ago} af %{user}'
       link_to_reports: Vis rapporter
       reports_count:
-        one: 1 rapport
+        one: '%{count} rapport'
         other: '%{count} rapporter'
       reported_item: Rapporteret element
       states:
@@ -1453,8 +1457,7 @@ da:
     show:
       title: '%{status} Sag #%{issue_id}'
       reports:
-        zero: Ingen rapporter
-        one: 1 rapport
+        one: '%{count} rapport'
         other: '%{count} rapporter'
       report_created_at: Rapporteret første gang %{datetime}
       last_resolved_at: Sidst løst %{datetime}
@@ -1615,9 +1618,9 @@ da:
       subject: '[OpenStreetMap] GPX-importering mislykkedes'
     gpx_success:
       hi: Hej %{to_user},
-      loaded_successfully:
-        one: indlæst med %{trace_points} ud af 1 muligt punkt.
-        other: indlæst med %{trace_points} ud af %{possible_points} mulige punkter.
+      loaded:
+        one: indlæst med %{trace_points} ud af %{count} muligt punkt.
+        other: indlæst med %{trace_points} ud af %{count} mulige punkter.
       subject: '[OpenStreetMap] GPX-importering lykkedes'
     signup_confirm:
       subject: '[OpenStreetMap] Velkommen til OpenStreetMap'
@@ -1718,6 +1721,8 @@ da:
       success: Din konto er bekræftet, tak for din registrering!
       already active: Denne konto er allerede blevet bekræftet.
       unknown token: Den bekræftelseskode er udløbet eller eksisterer ikke.
+      resend_html: Hvis du har brug for at vi gensender bekræftelsesmeddelelsen, %{reconfirm_link}.
+      click_here: klik her
     confirm_resend:
       failure: Bruger %{name} ikke fundet.
     confirm_email:
@@ -1821,18 +1826,18 @@ da:
       flash token bad: Kunne ikke finde denne nøgle, prøv at kontrollere URL'en?
   preferences:
     show:
-      title: Mine alternativer
+      title: Mine præferencer
       preferred_editor: Foretrukken editor
       preferred_languages: Foretrukne sprog
-      edit_preferences: Rediger alternativer
+      edit_preferences: Rediger præferencer
     edit:
-      title: Rediger alternativer
-      save: Opdater alternativer
+      title: Rediger præferencer
+      save: Opdater præferencer
       cancel: Annuller
     update:
-      failure: Kunne ikke opdatere alternativer.
+      failure: Kunne ikke opdatere præferencer.
     update_success_flash:
-      message: Alternativer opdateret.
+      message: Præferencer opdateret.
   profiles:
     edit:
       title: Rediger profil
@@ -1841,7 +1846,6 @@ da:
       image: Billede
       gravatar:
         gravatar: Brug Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Hvad er Gravatar?
         disabled: Gravatar er blevet deaktiveret.
         enabled: Visning af din Gravatar er blevet aktiveret.
@@ -1908,6 +1912,7 @@ da:
       support: supporten
   shared:
     markdown_help:
+      heading_html: Parset med %{kramdown_link}
       headings: Overskrifter
       heading: Overskrift
       subheading: Underoverskrift
@@ -1926,7 +1931,7 @@ da:
   site:
     about:
       next: Næste
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>bidragsydere
+      heading_html: '%{copyright}OpenStreetMap-%{br}bidragsydere'
       used_by_html: '%{name} leverer kortdata til tusindvis af websteder, mobile apps
         og hardware-enheder'
       lede_text: OpenStreetMap er bygget af et fællesskab af kortlæggere, der bidrager
@@ -1937,28 +1942,39 @@ da:
         bruger luftfotografier, GPS-enheder og lavteknologiske feltkort til at kontrollere
         at OSM er præcist og ajourført.
       community_driven_title: Drevet af fællesskabet
-      community_driven_html: "OpenStreetMap-fællesskabet er alsidigt, passioneret,
-        og vokser hver dag.\nVores bidragsydere omfatter entusiastiske kortlæggere,
-        GIS-fagfolk, ingeniører der\ndriver OSM-servere, humanister der kortlægger
-        katastroferamte områder,\nog mange flere.\nLær mere om fællesskabet ved at
-        se nærmere på\n<a href='https://blog.openstreetmap.org'>OpenStreetMap-bloggen</a>,
-        \n<a href='%{diary_path}'>brugerblogs</a>,\n<a href='https://blogs.openstreetmap.org/'>fællesskabsblogs</a>,
-        og\n <a href='https://www.osmfoundation.org/'>hjemmesiden for OSM Foundation</a>."
+      community_driven_1_html: |-
+        OpenStreetMap-fællesskabet er alsidigt, passioneret, og vokser hver dag.
+        Vores bidragsydere omfatter entusiastiske kortlæggere, GIS-fagfolk, ingeniører der
+        driver OSM-servere, humanister der kortlægger katastroferamte områder,
+        og mange flere.
+        Lær mere om fællesskabet ved at se nærmere på %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link}, og %{osm_foundation_link}-hjemmesiden.
+      community_driven_osm_blog: OpenStreetMap-bloggen
+      community_driven_user_diaries: brugerblogs
+      community_driven_community_blogs: fællesskabsblogs
+      community_driven_osm_foundation: OSM Foundation
       open_data_title: Åbne Data
-      open_data_html: |-
-        OpenStreetMap er <i>åbne data</i>: du må bruge dem til ethvert formål,
+      open_data_1_html: |-
+        OpenStreetMap er %{open_data}: du må bruge dem til ethvert formål,
         så længe du nævner OpenStreetMap og dets bidragsydere. Hvis du ændrer eller
         bygger oven på data på bestemte måder, må du kun distribuere resultatet under
-        den samme licens. Se siden om <a href='%{copyright_path}'>ophavsret og licens</a> for detaljer.
+        den samme licens. Se %{copyright_license_link} for detaljer.
+      open_data_open_data: åbne data
+      open_data_copyright_license: siden om ophavsret og licens
       legal_title: Juridisk
-      legal_1_html: |-
-        Dette websted og mange andre relaterede tjenester er formelt drevet af
-        <a href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) på vegne af fællesskabet. Brug af samtlige OSMF-drevne tjenester er underlagt vores <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Brugsvilkår, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Politikker for acceptabel brug</a> og vores <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privatlivs-poltik</a>.
-      legal_2_html: "Du bedes <a href=\"https://osmfoundation.org/Contact\">kontakte
-        OSMF</a> \nhvis du har spørgsmål om licensering, ophavsret eller andre juridiske
-        spørgsmål og problemstillinger.\n<br>\nOpenStreetMap, forstørrelsesglas-logoet
-        og \"State of the Map\" er <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">varemærker
-        registreret af OSMF</a>."
+      legal_1_1_html: Dette websted og mange andre relaterede tjenester er formelt
+        drevet af %{openstreetmap_foundation_link} (OSMF) på vegne af fællesskabet.
+        Brug af samtlige OSMF-drevne tjenester er underlagt vores %{terms_of_use_link},
+        %{aup_link} og vores %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: OpenStreetMap Foundation
+      legal_1_1_terms_of_use: Brugsvilkår
+      legal_1_1_aup: Politikker for acceptabel brug
+      legal_1_1_privacy_policy: Privatlivs-poltik
+      legal_2_1_html: Du bedes %{contact_the_osmf_link} hvis du har spørgsmål om licensering,
+        ophavsret eller andre juridiske spørgsmål og problemstillinger.
+      legal_2_1_contact_the_osmf: kontakte OSMF
+      legal_2_2_html: OpenStreetMap, forstørrelsesglas-logoet og "State of the Map"
+        er %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: varemærker registreret af OSMF
       partners_title: Partnere
     copyright:
       foreign:
@@ -1975,109 +1991,114 @@ da:
         mapping_link: begynde kortlægningen
       legal_babble:
         title_html: Ophavsret og licens
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> er <i>åbne data</i>, licenseret under <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) af <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: "Du kan frit kopiere, distribuere, overføre og tilpasse vores
-          data, \nså længe du angiver OpenStreetMap og dets\nbidragsydere som kilde.
-          Hvis du ændrer eller bygger på vores\ndata, må du kun distribuere resultatet
-          under den samme licens. Den\nfulde <a\nhref=\"https://opendatacommons.org/licenses/odbl/1.0/\">juridiske
-          tekst</a>\nforklarer dine rettigheder og pligter."
-        intro_3_1_html: Vores dokumentation er licenseret under <a href="https://creativecommons.org/licenses/by-sa/2.0/deed.da">Creative
-          Commons Kreditering-Deling på samme vilkår 2.0</a> (CC BY-SA 2.0).
+        introduction_1_html: OpenStreetMap%{registered_trademark_link} er %{open_data},
+          licenseret under %{odc_odbl_link} (ODbL) af %{osm_foundation_link} (OSMF).
+        introduction_1_open_data: åbne data
+        introduction_1_odc_odbl: Open Data Commons Open Database License
+        introduction_1_osm_foundation: OpenStreetMap Foundation
+        introduction_2_html: "Du kan frit kopiere, distribuere, overføre og tilpasse
+          vores data, \nså længe du angiver OpenStreetMap og dets\nbidragsydere som
+          kilde. Hvis du ændrer eller bygger på vores\ndata, må du kun distribuere
+          resultatet under den samme licens. Den\nfulde %{legal_code_link} forklarer
+          dine rettigheder og pligter."
+        introduction_2_legal_code: juridiske tekst
+        introduction_3_html: Vores dokumentation er licenseret under %{creative_commons_link}-licensen
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Kreditering-Deling på samme
+          vilkår 2.0
         credit_title_html: Kildeangivelse og OpenStreetMap
         credit_1_html: 'Når du bruger OpenStreetMap-data, er du forpligtet til at
           gøre følgende to ting:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Giv OpenStreetMap kredit ved at vise vores ophavsretsmeddelelse.</li>
-            <li>Gør det klart, at dataene er tilgængelige under Open Database License.</li>
-          </ul>
-        credit_3_1_html: Vi har forskellige krav til ophavsretsmeddelelsen om, hvordan
+        credit_2_1: Giv OpenStreetMap kredit ved at vise vores ophavsretsmeddelelse.
+        credit_2_2: Gør det klart, at dataene er tilgængelige under Open Database
+          License.
+        credit_3_html: Vi har forskellige krav til ophavsretsmeddelelsen om, hvordan
           den skal vises, afhængigt af hvordan du bruger vores data. For eksempel
           gælder der forskellige regler for, hvordan ophavsretsmeddelelsen skal vises,
           afhængigt af, om du har oprettet et kort, der er interaktivt, et trykt kort
-          eller et statisk billede. Alle oplysninger om krav kan findes i <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Retningslinjer
-          for kildeangivelse</a>.
-        credit_4_html: For at gøre det klart, at dataene er tilgængelige under Open
-          Database License, kan du linke til <a href="https://www.openstreetmap.org/copyright">denne
-          copyright-side</a>.Alternativt, og som et krav, hvis du distribuerer OSM
-          i dataform, kan du navngive og linke direkte til licensen/licenserne. I
-          medier, hvor links ikke er mulige (f.eks. trykte værker), foreslår vi, at
-          du henviser dine læsere til openstreetmap.org (evt. ved at udvide "OpenStreetMap"
-          til denne fulde adresse) og til opendatacommons.org. I dette eksempel vises
-          kreditten i hjørnet af kortet.
+          eller et statisk billede. Alle oplysninger om krav kan findes i %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Retningslinjer for kildeangivelse
+        credit_4_1_html: For at gøre det klart, at dataene er tilgængelige under Open
+          Database License, kan du linke til %{this_copyright_page_link}. Alternativt,
+          og som et krav, hvis du distribuerer OSM i dataform, kan du nævne og linke
+          direkte til licensen/licenserne. I medier, hvor links ikke er mulige (f.eks.
+          trykte værker), foreslår vi, at du henviser dine læsere til openstreetmap.org
+          (evt. ved at udvide "OpenStreetMap" til denne fulde adresse) og til opendatacommons.org.
+          I dette eksempel vises kreditten i hjørnet af kortet.
+        credit_4_1_this_copyright_page: denne copyright-side
         attribution_example:
           alt: Eksempel på hvordan man angiver OpenStreetMap som kilde for en webside
           title: Eksempel på kildeangivelse
         more_title_html: Læs mere
-        more_1_html: |-
-          Læs mere om brug af vores data, og hvordan du krediterer os, på <a
-          href="https://osmfoundation.org/Licence">OSMF Licens-siden</a>.
-        more_2_html: |-
-          Selvom OpenStreetMap er åbne data, kan vi ikke levere et
-          gratis kort-API til tredjeparter.
-
-          Se vores <a href="https://operations.osmfoundation.org/policies/api/">Politik for brug af API</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Politik for brug af kort-fliser</a>
-          og <a href="https://operations.osmfoundation.org/policies/nominatim/">Politik for brug af Nominatim</a>.
+        more_1_1_html: Læs mere om brug af vores data, og hvordan du krediterer os,
+          på %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: OSMF Licens-siden
+        more_2_1_html: "Selvom OpenStreetMap er åbne data, kan vi ikke levere et gratis
+          kort-API til tredjeparter.\nSe vores \n%{api_usage_policy_link}, %{tile_usage_policy_link}
+          og %{nominatim_usage_policy_link}."
+        more_2_1_api_usage_policy: Politik for brug af API
+        more_2_1_tile_usage_policy: Politik for brug af kort-fliser
+        more_2_1_nominatim_usage_policy: Politik for brug af Nominatim
         contributors_title_html: Vores bidragsydere
         contributors_intro_html: |-
           Vores bidragsydere er tusinder af individer. Vi medtager også
           åbent licenseret data fra nationale kortlægningsagenturer
           og andre kilder, blandt dem:
-        contributors_at_html: |-
-          <strong>Østrig</strong>: Indeholder data fra
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (under
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Delstaten Vorarlberg</a> og
-          Delstaten Tyrol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT med tilføjelser</a>).
-        contributors_au_html: |-
-          <strong>Australien</strong>: Indeholder eller er udviklet med administrative grænser ("Administrative Boundaries") &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a>
-          licenseret af Commonwealth of Australia under
-          <a href="https://creativecommons.org/licenses/by/4.0/deed.da">Creative Commons Kreditering 4.0 International licence (CC BY 4.0)</a>.
-        contributors_ca_html: |-
-          <strong>Canada</strong>: Indeholder data fra
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada) og StatCan (Geography Division,
-          Statistics Canada).
-        contributors_fi_html: '<strong>Finland</strong>: Indeholder data fra National
-          Land Survey af Finlands topografiske database og andre datasæt under <a
-          href="https://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1">NLSFI-licensen</a>.'
-        contributors_fr_html: |-
-          <strong>Frankrig</strong>: Indeholder data fra
-          Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Holland</strong>: Indeholder &copy; AND data, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: "<strong>New Zealand</strong>: Indeholder data fra\n<a
-          href=\"https://data.linz.govt.nz/\">LINZ Data Service</a> som er \nlicenseret
-          til anvendelse under\n<a href=\"https://creativecommons.org/licenses/by/4.0/\">CC
-          BY 4.0</a>."
-        contributors_si_html: |-
-          <strong>Slovenien</strong>: Indeholder data fra
-          <a href="http://www.gu.gov.si/en/">Opmålings- og Kortlægnings-myndigheden</a> og
-          <a href="http://www.mkgp.gov.si/en/">Ministeriet for Landbrug, Skovbrug og Fødevarer</a>
-          (offentlig information Slovenien).
-        contributors_es_html: |-
-          <strong>Spanien</strong>: Indeholder data fra Spanish National Geographic Institute (<a href="http://www.ign.es/">IGN</a>) og
-          National Cartographic System (<a href="http://www.scne.es/">SCNE</a>)
-          licenseret for videre brug under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Syd Afrika</strong>: Indeholder data fra
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, State copyright reserveret.
-        contributors_gb_html: |-
-          <strong>Storbritannien</strong>: indeholder Ordnance
-          Survey data &copy; Crown copyright and database right
-          2010-19.
-        contributors_footer_1_html: |-
-          For yderligere oplysninger om disse og andre kilder, der er blevet brugt for at hjælpe med at forbedre OpenStreetMap, se venligst <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">siden med bidragsydere</a> på OpenStreetMap Wiki.
+        contributors_at_credit_html: '%{austria}: Indeholder data fra %{stadt_wien_link}
+          (under %{cc_by_link}), %{land_vorarlberg_link} og Land Tirol (under %{cc_by_at_with_amendments_link}).'
+        contributors_at_austria: Østrig
+        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 med tillæg
+        contributors_au_credit_html: '%{australia}: Indeholder eller er udviklet med
+          administrative grænser ("Administrative Boundaries") &copy; %{geoscape_australia_link}
+          licenseret af Commonwealth of Australia under %{cc_licence_link}.'
+        contributors_au_australia: Australien
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: Creative Commons Kreditering 4.0 International
+          licence (CC BY 4.0)
+        contributors_ca_credit_html: |-
+          %{canada}: Indeholder data fra GeoBase&reg;, GeoGratis (&copy; Department of Natural Resources Canada), CanVec (&copy; Department of Natural
+          Resources Canada) og StatCan (Geography Division, Statistics Canada).
+        contributors_ca_canada: Canada
+        contributors_fi_credit_html: '%{finland}: Indeholder data fra National Land
+          Survey af Finlands topografiske database og andre datasæt under %{nlsfi_license_link}.'
+        contributors_fi_finland: Finland
+        contributors_fi_nlsfi_license: NLSFI-licensen
+        contributors_fr_credit_html: '%{france}: Indeholder data fra Direction Générale
+          des Impôts.'
+        contributors_fr_france: Frankrig
+        contributors_nl_credit_html: '%{netherlands}: Indeholder &copy; AND data,
+          2007 (%{and_link}).'
+        contributors_nl_netherlands: Holland
+        contributors_nz_credit_html: '%{new_zealand}: Indeholder data fra %{linz_data_service_link}
+          som er licenseret til anvendelse under %{cc_by_link}.'
+        contributors_nz_new_zealand: New Zealand
+        contributors_nz_linz_data_service: LINZ Data Service
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_credit_html: '%{slovenia}: Indeholder data fra %{gu_link}
+          og %{mkgp_link} (offentlig information Slovenien).'
+        contributors_si_slovenia: Slovenien
+        contributors_si_gu: Opmålings- og Kortlægnings-myndigheden
+        contributors_si_mkgp: Ministeriet for Landbrug, Skovbrug og Fødevarer
+        contributors_es_credit_html: '%{spain}: Indeholder data fra Spanish National
+          Geographic Institute (%{ign_link}) og National Cartographic System (%{scne_link})
+          licenseret for videre brug under %{cc_by_link}.'
+        contributors_es_spain: Spain
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: Indeholder data fra %{ngi_link},
+          State copyright reserveret.'
+        contributors_za_south_africa: Syd Afrika
+        contributors_za_ngi: 'Chief Directorate: National Geo-Spatial Information'
+        contributors_gb_credit_html: '%{united_kingdom}: indeholder Ordnance Survey
+          data &copy; Crown copyright and database right 2010-2023.'
+        contributors_gb_united_kingdom: Storbritannien
+        contributors_2_html: For yderligere oplysninger om disse og andre kilder,
+          der er blevet brugt til at hjælpe med at forbedre OpenStreetMap, se venligst
+          %{contributors_page_link} på OpenStreetMap Wiki.
+        contributors_2_contributors_page: siden med bidragsydere
         contributors_footer_2_html: |-
           Optagelse af data i OpenStreetMap indebærer ikke at den oprindelige
           dataudbyder siger god for OpenStreetMap, giver nogen garanti eller
@@ -2087,15 +2108,17 @@ da:
           OSM-bidragsydere bliver mindet om aldrig at tilføje data fra nogen
           ophavsretligt beskyttede kilder (f.eks. Google Maps eller trykte kort) uden
           eksplicit tilladelse fra ophavsret-indehaverne.
-        infringement_2_html: |-
-          Hvis du mener, at ophavsretligt beskyttet materiale uberettiget er
-           føjet til OpenStreetMap databasen eller dette websted, bedes du følge
-           vores <a hrefs="http://www.osmfoundation.org/wiki/License/Takedown_procedure">procedure til fjernelse a materiale</a> eller udfyld formular direkte på vores
-          <a href="https://dmca.openstreetmap.org/">on-line side</a>.
-        trademarks_title_html: <span id="trademarks"></span>Varemærker
-        trademarks_1_html: OpenStreetMap, forstørrelsesglas-logoet og "State of the
-          Map" er registrerede varemærker til OpenStreetMap Foundation. Hvis du har
-          spørgsmål om din brug af mærkerne, så se <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Varemærkepolitikken</a>.
+        infringement_2_1_html: Hvis du mener, at ophavsretligt beskyttet materiale
+          uberettiget er føjet til OpenStreetMap-databasen eller dette websted, bedes
+          du følge vores %{takedown_procedure_link} eller klage direkte via vores
+          %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: procedure til fjernelse a materiale
+        infringement_2_1_online_filing_page: on-line formular
+        trademarks_title: Varemærker
+        trademarks_1_1_html: OpenStreetMap, forstørrelsesglas-logoet og "State of
+          the Map" er varemærker registreret til OpenStreetMap Foundation. Hvis du
+          har spørgsmål om din brug af mærkerne, så se %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Varemærkepolitikken
     index:
       js_1: Du bruger enten en browser som ikke understøtter Javascript, eller du
         har deaktiveret Javascript.
@@ -2126,6 +2149,8 @@ da:
       map_image: Kort billede (viser standard lag)
       embeddable_html: HTML der kan indlejres
       licence: Licens
+      licence_details_html: OpenStreetMap-data er licenseret under %{odbl_link} (ODbL).
+      odbl: Open Data Commons Open Database License
       too_large:
         advice: 'Hvis ovenstående eksport mislykkes, kan du overveje at bruge en af
           de kilder, der er anført nedenfor:'
@@ -2169,11 +2194,16 @@ da:
             noget ved det, at deltage i OpenStreetMap-fællesskabet, og tilføje eller
             reparere data selv.
         add_a_note:
-          instructions_html: |-
-            Bare klik på <a class='icon note'></a> eller det samme ikon på kortvisningen.
+          instructions_1_html: |-
+            Bare klik på %{note_icon} eller det samme ikon på kortvisningen.
             Dette vil tilføje en markør som du kan trække rundt på kortet. Tilføj din besked, klik på gem og andre brugere vil undersøge sagen.
       other_concerns:
         title: Andre bekymringer
+        concerns_html: Hvis du har bekymringer omkring hvordan vores data anvendes
+          eller om indholdet, sǻ se venligst vores %{copyright_link} for mere juridisk
+          information, eller kontakt den relevante %{working_group_link}.
+        copyright: ophavsret-siden
+        working_group: OSMF-arbejdsgruppe (working group)
     help:
       title: Få hjælp
       introduction: OpenStreetMap har flere ressourcer til at lære om projektet, stille
@@ -2216,8 +2246,20 @@ da:
     potlatch:
       removed: Din foretrukne OpenStreetMap-editor er sat til Potlatch. Da Adobe Flash
         Player er blevet trukket tilbage, er Potlatch ikke længere tilgængelig i browseren.
+      desktop_application_html: Du kan stadig anvende Potlatch ved at %{download_link}.
+      download: downloade desktop-applikationen til Mac og Windows
+      id_editor_html: Alternativt kan du sætte din standardeditor til iD, som kører
+        i browseren ligesom Potlatch før gjorde. %{change_preferences_link}.
+      change_preferences: Ændr dine præferencer her
     any_questions:
       title: Spørgsmål?
+      paragraph_1_html: |-
+        OpenStreetMap har flere ressourcer der kan lære dig om projektet, stille og besvare spørgsmål og i fællesskab diskutere og dokumentere emner omkring kortlægning.
+        %{help_link}.
+        Er du del af en organisation der har planer med OpenStreetMap?
+        %{welcome_mat_link}.
+      get_help_here: Få hjælp her
+      welcome_mat: Få flere svar på Velkomstsiden
     sidebar:
       search_results: Søgeresultater
       close: Luk
@@ -2309,17 +2351,48 @@ da:
         Her er en guide med de vigtigste informationer til at komme hurtigt i gang.
       whats_on_the_map:
         title: Hvad kortet indholder
+        on_the_map_html: |-
+          OpenStreetMap indeholder elementer, der %{real_and_current} findes -
+          f.eks. er der millioner af bygninger, veje og andre detaljer om steder. Du kan kortlægge enhver detalje fra den virkelige verden som du interesserer dig for.
+        real_and_current: konkret og aktuelt
+        off_the_map_html: Kortet indeholder %{doesnt} subjektive informationer såsom
+          anmeldelser, ting der ikke længere eksisterer, fiktive ting og ophavsretsligt
+          beskyttede data. Kopier aldrig informationer fra andre online- eller papirkort
+          med mindre der forelægger en særlig tilladelse.
+        doesnt: ikke
       basic_terms:
         title: Grundlæggende begreber
         paragraph_1: Her er nogen få begreber som er nyttige at forstå for at bidrage
           til OpenStreetMap.
+        an_editor_html: En %{editor} er et program eller en hjemmeside der kan bruges
+          til at redigere kortet.
+        a_node_html: Et %{node} er et sted på kortet, f.eks. en enkelt restaurant
+          eller et træ.
+        a_way_html: En %{way} er en linje eller et areal, f.eks. en vej, en å eller
+          en bygning.
+        a_tag_html: En %{tag} er en lille bid information om et punkt eller en vej,
+          f.eks. navnet på en restaurant eller hastighedsbegrænsningen på en gade.
+        editor: editor
+        node: punkt
+        way: vej
+        tag: egenskab
       rules:
         title: Regler!
+        para_1_html: OpenStreetMap har få formelle regler men vi forventer at alle
+          deltagere samarbejder med, og kommunikerer med, fællesskabet. Hvis du overvejer
+          andre aktiviteter end manuel redigering, så vær venlig at læse og følge
+          retningslinjerne for %{imports_link} og %{automated_edits_link}.
+        imports: Importering
+        automated_edits: Automatiske Redigeringer
       start_mapping: Begynd at kortlægge
       add_a_note:
         title: Ikke tid til redigering? Tilføj en bemærkning!
         para_1: Hvis du bare vil have en lille detalje rettet, men ikke har tid til
           at registrere dig og gøre det selv, så kan du let tilføje en bemærkning.
+        para_2_html: |-
+          Bare gå ind på %{map_link} og klik på bemærknings-ikonet: %{note_icon}.
+          Dette vil tilføje en markør som du kan trække rundt på kortet. Tilføj din besked, klik på gem og andre brugere vil undersøge sagen.
+        the_map: kortet
     communities:
       title: Fællesskaber
       lede_text: |-
@@ -2336,6 +2409,12 @@ da:
         list_text: 'De følgende fællesskaber er formelt etableret som lokalafdelinger:'
       other_groups:
         title: Andre grupper
+        other_groups_html: Det er ikke nødvendigt formelt at oprette en gruppe på
+          samme måde som med lokalafdelinger. Mange grupper eksisterer fint som helt
+          uformelle samlinger af mennesker eller fællesskabsgrupper med lidt mere
+          faste rammer. Enhver kan oprette eller blive medlem af sådanne. Læs mere
+          på %{communities_wiki_link}.
+        communities_wiki: wiki-siden for fællesskaber
   traces:
     visibility:
       private: Privat (kun delt som anonyme punkter uden rækkefølge og tidsstempler)
@@ -2398,7 +2477,7 @@ da:
     trace:
       pending: VENTENDE
       count_points:
-        one: 1 punkt
+        one: '%{count} punkt'
         other: '%{count} punkter'
       more: detaljer
       trace_details: Vis spordetaljer
@@ -2412,10 +2491,15 @@ da:
       in: i
     index:
       public_traces: Offentlige GPS-spor
-      my_gps_traces: Mine GPS-søgninger
+      my_gps_traces: Mine GPS-spor
       public_traces_from: Offentlige GPS-spor fra %{user}
       description: Gennemse de seneste overførsler af GPS-spor
       tagged_with: ' med egenskaberne %{tags}'
+      empty_title: Ingenting her endnu
+      empty_upload_html: '%{upload_link} eller lær mere om kortlægning vha. GPS på
+        %{wiki_link}.'
+      upload_new: Overfør et nyt GPS-spor
+      wiki_page: wiki-siden
       upload_trace: Overfør et spor
       all_traces: Alle GPS-spor
       my_traces: Mine spor
@@ -2466,7 +2550,7 @@ da:
         %{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 brugeralternativer.
+      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.
@@ -2487,7 +2571,7 @@ da:
     permissions:
       missing: Du har ikke givet applikationen adgang til denne facilitet
     scopes:
-      read_prefs: Læse brugeralternativer
+      read_prefs: Læse brugerpræferencer
       write_prefs: Ændre brugeralternativer
       write_diary: Udgiv brugerblogs, kommenter og få venner
       write_api: Ændre kortet
@@ -2514,7 +2598,7 @@ da:
       confirm: Er du sikker?
       requests: 'Anmoder brugeren om følgende tilladelser:'
     index:
-      title: Mine OAuth detaljer
+      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
@@ -2539,7 +2623,7 @@ da:
       flash: Annulerede klient programmets registrering
   oauth2_applications:
     index:
-      title: Mine klient-applikationer
+      title: Mine klientapplikationer
       no_applications_html: Har du en applikation, du gerne vil registrere til brug
         med os ved hjælp af %{oauth2} standarden? Du skal registrere din applikation,
         før det kan foretage OAuth-anmodninger til denne tjeneste.
@@ -2596,6 +2680,10 @@ da:
       support: supporten
       about:
         header: Fri og redigerbar
+        paragraph_1: Til forskel fra andre kort, er OpenStreetMap skabt af folk som
+          dig, og er gratis for enhver både at rette, opdatere, downloade og anvende.
+        paragraph_2: Opret en konto for at kunne bidrage. Vi sender dig en e-mail
+          for at bekræfte kontoen.
       display name description: Dit offentligt synlige brugernavn. Du kan ændre dette
         senere i indstillingerne.
       external auth: 'Tredjeparts-godkendelse:'
@@ -2604,6 +2692,10 @@ da:
         men nogle ekstra værktøjer eller servere, har muligvis stadig brug for en.
       continue: Opret konto
       terms accepted: Tak for at du accepterede de nye vilkår for bidragsydere!
+      email_confirmation_help_html: Din adresse vises ikke offentligt. Se vores %{privacy_policy_link}
+        for flere oplysninger.
+      privacy_policy: privatlivs-politik
+      privacy_policy_title: OSMF privatlivs-politik inklusiv afsnit om e-mailadresser
     terms:
       title: Vilkår
       heading: Vilkår
@@ -2621,6 +2713,10 @@ da:
         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å
       you need to accept or decline: Læs og godkend eller afvis de nye vilkår for
@@ -2649,8 +2745,8 @@ da:
       my profile: Min profil
       my settings: Mine indstillinger
       my comments: Mine kommentarer
-      my_preferences: Mine alternativer
-      my_dashboard: Min kontrolpanel
+      my_preferences: Mine præferencer
+      my_dashboard: Mit kontrolpanel
       blocks on me: Mine blokeringer
       blocks by me: Blokeringer udført af mig
       edit_profile: Rediger profil
@@ -2801,19 +2897,19 @@ da:
       time_past_html: Sluttede %{time}.
       block_duration:
         hours:
-          one: 1 time
+          one: '%{count} time'
           other: '%{count} timer'
         days:
-          one: 1 dag
+          one: '%{count} dag'
           other: '%{count} dage'
         weeks:
-          one: 1 uge
+          one: '%{count} uge'
           other: '%{count} uger'
         months:
-          one: 1 måned
+          one: '%{count} måned'
           other: '%{count} måneder'
         years:
-          one: 1 år
+          one: '%{count} år'
           other: '%{count} år'
     blocks_on:
       title: Blokeringer af %{name}
@@ -2868,15 +2964,15 @@ da:
       open_title: 'Uløst bemærkning #%{note_name}'
       closed_title: 'Løst bemærkning #%{note_name}'
       hidden_title: 'Skjult bemærkning #%{note_name}'
-      opened_by_html: Oprettet af %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Oprettet af anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentar fra %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Kommentar fra anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Løst af %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Løst af anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Genaktiveret af %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Genaktiveret af anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Skjult af %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Oprettet af %{user} %{time_ago}
+      event_opened_by_anonymous_html: Oprettet af anonym %{time_ago}
+      event_commented_by_html: Kommentar fra %{user} %{time_ago}
+      event_commented_by_anonymous_html: Kommentar fra anonym %{time_ago}
+      event_closed_by_html: Løst af %{user} %{time_ago}
+      event_closed_by_anonymous_html: Løst af anonym %{time_ago}
+      event_reopened_by_html: Genaktiveret af %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Genaktiveret af anonym %{time_ago}
+      event_hidden_by_html: Skjult af %{user} %{time_ago}
       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.
@@ -2936,10 +3032,10 @@ da:
       locate:
         title: Vis min placering
         metersPopup:
-          one: Du er indenfor en meter fra dette punkt
+          one: Du er indenfor %{count} meter fra dette punkt
           other: Du er indenfor %{count} meter fra dette punkt
         feetPopup:
-          one: Du er indenfor en fod fra dette punkt
+          one: Du er indenfor %{count} fod fra dette punkt
           other: Du er indenfor %{count} fod fra dette punkt
       base:
         standard: Standard
@@ -2955,17 +3051,17 @@ da:
         gps: Offentlige GPS-spor
         overlays: Aktiver overlejringer til fejlfinding af kortet
         title: Lag
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap-bidragsydere</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Giv et bidrag</a>
-      terms: <a href='%{terms_url}' target='_blank'>Hjemmeside og API-vilkår</a>
-      cyclosm: Kort-fliser af <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        hosted af <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap Frankrig</a>
-      thunderforest: Kort-fliser venligst leveret af <a href='%{thunderforest_url}'
-        target='_blank'>Andy Allan</a>
-      opnvkarte: Kort-fliser venligst leveret af <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Kort-fliser af <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> hosted af <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Frankrig</a>
+      openstreetmap_contributors: OpenStreetMap-bidragsydere
+      make_a_donation: Donér
+      website_and_api_terms: Hjemmeside og API-vilkår
+      cyclosm_credit: Kortflise-stil af %{cyclosm_link} hostet af %{osm_france_link}
+      osm_france: OpenStreetMap Frankrig
+      thunderforest_credit: Kortfliser stillet til rådighed af %{thunderforest_link}
+      andy_allan: Andy Allan
+      opnvkarte_credit: Kortfliser stillet til rådighed af %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Kortflise-stil af %{hotosm_link} hostet af %{osm_france_link}
+      hotosm_name: Humanitarian OpenStreetMap Team
     site:
       edit_tooltip: Rediger kortet
       edit_disabled_tooltip: Zoom ind for at redigere kortet
index 3e9004af2db4d79bdddc30eb7295000aa23f16d1..b658894fd01a83deeaf7bcf1a22b421831fbd8ab 100644 (file)
@@ -1,6 +1,7 @@
 # Messages for German (Deutsch)
 # Exported from translatewiki.net
 # Export driver: phpyaml
+# Author: Abcdefg
 # Author: Al
 # Author: Alefar
 # Author: Als-Holder
@@ -33,6 +34,7 @@
 # Author: Farad
 # Author: Felix3qH4
 # Author: Ferdinand0101
+# Author: Fitoschido
 # Author: Fujnky
 # Author: Gebu
 # Author: Geitost
@@ -59,6 +61,7 @@
 # Author: Killarnee
 # Author: Kjon
 # Author: Lonvia
+# Author: MGChecker
 # Author: Malenki
 # Author: Manfredbrandl
 # Author: Markobr
@@ -93,6 +96,7 @@
 # Author: The Evil IP address
 # Author: ThePiscin
 # Author: Thomas Bohn
+# Author: Timonade
 # Author: Umherirrender
 # Author: Unkn0wnCat
 # Author: Vrifox
@@ -258,9 +262,6 @@ de:
           und verwende bitte Formulierungen, die für Laien verständlich sind.
         needs_view: Muss der Benutzer sich anmelden, damit die Sperre aufgehoben wird?
       user:
-        email_confirmation: Deine E-Mail-Adresse wird nicht öffentlich gezeigt. Für
-          weitere Informationen konsultiere unsere <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF-Datenschutzerklärung inklusive des Abschnitts über E-Mail-Adressen">Datenschutzerklärung</a>.
         new_email: (niemals öffentlich dargestellt)
   datetime:
     distance_in_words_ago:
@@ -274,8 +275,8 @@ de:
         one: vor etwa einem Jahr
         other: vor etwa %{count} Jahren
       almost_x_years:
-        one: vor beinahe einem Jahr
-        other: vor beinahe %{count} Jahren
+        one: vor fast einem Jahr
+        other: vor fast %{count} Jahren
       half_a_minute: vor einer halben Minute
       less_than_x_seconds:
         one: vor weniger als einer Sekunde
@@ -400,6 +401,17 @@ de:
       delete_account: Konto löschen …
     go_public:
       heading: Karte bearbeiten (public editing)
+      currently_not_public: Derzeit sind deine Bearbeitungen anonym und andere können
+        weder deine Nachrichten noch deinen Standort sehen. Um öffentlich deine Bearbeitungen
+        zu zeigen und anderen die Möglichkeit zu geben, dich über die Website zu kontaktieren,
+        klicke die Taste unten.
+      only_public_can_edit: Seit der API Version 0.6 können nur öffentliche Mitglieder
+        Kartendaten bearbeiten.
+      find_out_why: finde heraus wieso
+      email_not_revealed: Deine Emailadressen werden beim öffentlich werden nicht
+        mit veröffentlicht.
+      not_reversible: Dies kann nicht rückgängig gemacht werden und alle neuen Mitglieder
+        sind jetzt standardmäßig öffentlich.
       make_edits_public_button: Alle meine Bearbeitungen öffentlich machen
     update:
       success_confirm_needed: Deine Änderungen wurden gespeichert. Du erhältst nun
@@ -410,12 +422,12 @@ de:
   browse:
     created: Erstellt
     closed: Geschlossen
-    created_html: Erstellt <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Geschlossen <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Erstellt <abbr title='%{title}'>%{time}</abbr> von %{user}
-    deleted_by_html: Gelöscht <abbr title='%{title}'>%{time}</abbr> von %{user}
-    edited_by_html: Bearbeitet <abbr title='%{title}'>%{time}</abbr> von %{user}
-    closed_by_html: Geschlossen <abbr title='%{title}'>%{time}</abbr> von %{user}
+    created_ago_html: Erstellt %{time_ago}
+    closed_ago_html: Geschlossen %{time_ago}
+    created_ago_by_html: Erstellt %{time_ago} von %{user}
+    closed_ago_by_html: Geschlossen %{time_ago} von %{user}
+    deleted_ago_by_html: Gelöscht %{time_ago} von %{user}
+    edited_ago_by_html: Bearbeitet %{time_ago} von %{user}
     version: Version
     in_changeset: Änderungssatz
     anonymous: anonym
@@ -441,9 +453,8 @@ de:
       relation: Relationen (%{count})
       relation_paginated: Relationen (%{x}–%{y} von %{count})
       comment: Kommentare (%{count})
-      hidden_commented_by_html: Versteckter Diskussionsbeitrag von %{user} <abbr title='%{exact_time}'>
-        %{when}</abbr>
-      commented_by_html: Kommentar von %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Versteckter Kommentar von %{user} %{time_ago}
+      comment_by_html: Kommentar von %{user} %{time_ago}
       changesetxml: Änderungssatz-XML
       osmchangexml: osmChange-XML
       feed:
@@ -714,11 +725,8 @@ de:
   geocoder:
     search:
       title:
-        latlon_html: Suchergebnisse von <a href="https://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Ergebnisse von <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Ergebnisse von <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Ergebnisse von %{results_link}
+        latlon: Intern
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1511,8 +1519,7 @@ de:
       status: Status
       reports: Meldungen
       last_updated: Zuletzt aktualisiert
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> von %{user}
+      last_updated_time_ago_user_html: '%{time_ago} von %{user}'
       link_to_reports: Meldungen ansehen
       reports_count:
         one: Eine Meldung
@@ -1691,10 +1698,9 @@ de:
       subject: '[OpenStreetMap] GPX-Import Fehler'
     gpx_success:
       hi: Hallo %{to_user},
-      loaded_successfully:
-        one: mit %{trace_points} von 1 möglichem Punkt erfolgreich geladen.
-        other: mit %{trace_points} von %{possible_points} möglichen Punkten erfolgreich
-          geladen.
+      loaded:
+        one: mit %{trace_points} von einem möglichen Punkt erfolgreich geladen.
+        other: mit %{trace_points} von %{count} möglichen Punkten erfolgreich geladen.
       subject: '[OpenStreetMap] GPX-Import erfolgreich'
     signup_confirm:
       subject: '[OpenStreetMap] Willkommen bei OpenStreetMap'
@@ -1802,6 +1808,8 @@ de:
       success: Dein Benutzerkonto wurde bestätigt, danke fürs Registrieren!
       already active: Dieses Benutzerkonto wurde bereits bestätigt.
       unknown token: Dieser Bestätigungscode ist abgelaufen oder nicht vorhanden.
+      resend_html: Wenn du eine neue Bestätigungsemail brauchst, %{reconfirm_link}.
+      click_here: klicke hier
     confirm_resend:
       failure: Benutzer %{name} konnte nicht gefunden werden.
     confirm_email:
@@ -1928,7 +1936,6 @@ de:
       image: Bild
       gravatar:
         gravatar: Gravatar verwenden
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Was ist Gravatar?
         disabled: Gravatar wurde deaktiviert.
         enabled: Die Anzeige deines Gravatars wurde aktiviert.
@@ -1995,6 +2002,7 @@ de:
       support: Support
   shared:
     markdown_help:
+      heading_html: Geparst mit %{kramdown_link}
       headings: Überschriften
       heading: Überschrift
       subheading: Zwischenüberschrift
@@ -2013,7 +2021,7 @@ de:
   site:
     about:
       next: Nächste
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>Mitwirkende
+      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'
       lede_text: |-
@@ -2025,34 +2033,42 @@ de:
         Luftbilder, GPS-Geräte und Feldkarten zur Verifizierung, sodass OSM
         korrekt und aktuell ist.
       community_driven_title: Gemeinschaftsbetrieben
-      community_driven_html: |-
-        Die OpenStreetMap-Gemeinschaft ist vielfältig, leidenschaftlich und wächst täglich.
-        Unsere Mitwirkenden sind begeisterte Mapper, GIS-Profis, Ingenieure, die die OSM-Server
-        betreiben, und viele mehr.
-        Um mehr über die Gemeinschaft zu erfahren, lies unseren
-        <a href='https://blog.openstreetmap.org'>OpenStreetMap-Blog</a>,
-        die <a href='%{diary_path}'>Benutzertagebücher</a>,
-        <a href='https://blogs.openstreetmap.org/'>Community-Blogs</a> und die Webseite der
-        <a href='https://www.osmfoundation.org/'>OSM-Stiftung</a>.
+      community_driven_1_html: |-
+        Die OpenStreetMap-Gemeinschaft ist vielfältig, leidenschaftlich und wächst jeden Tag.
+        Unsere Mitwirkenden sind begeisterte Kartierer, GIS-Fachleute, Ingenieure
+        die die OSM-Server betreiben, humanitäre Helfer, die von Katastrophen betroffene Gebiete kartieren,
+        und vieles mehr.
+        Um mehr über die Gemeinschaft zu erfahren, besuchen Sie den %{osm_blog_link},
+        %{user_diaries_link}, %{community_blogs_link}, und die
+        Website der %{osm_foundation_link}.
+      community_driven_osm_blog: OpenStreetMap Blog
+      community_driven_user_diaries: Benutzertagebücher
+      community_driven_community_blogs: Community-Blogs
+      community_driven_osm_foundation: OSM-Stiftung
       open_data_title: Open Data
-      open_data_html: |-
-        OpenStreetMap ist „<i>Open Data</i>“: Du kannst es für jeden Zweck verwenden,
-        solange du OpenStreetMap und seine Mitwirkenden erwähnst. Falls du die Daten
-        abänderst oder auf bestimmte Art einbaust, darfst du das Ergebnis nur unter
-        der gleichen Lizenz verbreiten. Siehe die
-        <a href='%{copyright_path}'>Urheberrechts- und Lizenzseite</a> für Einzelheiten.
+      open_data_1_html: |-
+        OpenStreetMap ist %{open_data}: Es steht Ihnen frei, es für jeden Zweck zu verwenden
+        solange Sie OpenStreetMap und seine Mitwirkenden nennen. Wenn Sie die Daten
+        oder auf den Daten in bestimmter Weise aufbauen, dürfen Sie das Ergebnis nur
+        unter der gleichen Lizenz weitergeben. Siehe den %{copyright_license_link} für weitere Details.
+      open_data_open_data: offene Daten
+      open_data_copyright_license: Copyright und Lizenz Seite
       legal_title: Rechtliche Hinweise
-      legal_1_html: |-
-        Diese Webseite und viele damit in Zusammenhang stehende Dienste werden
-        von der <a href='https://osmfoundation.org/'>OpenStreetMap-Stiftung</a> (OSMF)
-        für die OSM-Gemeinschaft betrieben. Die Verwendung aller von OSMF betriebenen Dienste wird durch unsere
-        „<a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Acceptable Use Policies</a>“
-        und unsere <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Datenschutzrichtlinie</a> geregelt.
-      legal_2_html: |-
-        Bitte <a href='https://osmfoundation.org/Contact'>kontaktiere die OSMF</a>,
-        falls du Lizenz-, Urheberrechts- oder andere rechtliche Fragen hast.
-        <br>
-        OpenStreetMap, das Lupenlogo und „State of the Map“ sind <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">eingetragene Warenzeichen der OSMF</a>.
+      legal_1_1_html: |-
+        Diese Website und viele andere damit zusammenhängende Dienste werden formell von der
+        %{openstreetmap_foundation_link} (OSMF)
+        im Namen der Gemeinschaft betrieben. Die Nutzung aller von der OSMF betriebenen Dienste unterliegt
+        unseren %{terms_of_use_link}, %{aup_link} und unserer %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: OpenStreetMap Stiftung
+      legal_1_1_terms_of_use: Nutzungsbedingungen
+      legal_1_1_aup: Richtlinien für die akzeptable Nutzung
+      legal_1_1_privacy_policy: Datenschutzrichtlinie
+      legal_2_1_html: |-
+        Bitte %{contact_the_osmf_link}
+        wenn Sie lizenzrechtliche, urheberrechtliche oder andere rechtliche Fragen haben.
+      legal_2_1_contact_the_osmf: OSMF kontaktieren
+      legal_2_2_html: OpenStreetMap, das Lupenlogo und State of the Map sind %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: eingetragenes Markenzeichen der OSMF
       partners_title: Partner
     copyright:
       foreign:
@@ -2070,102 +2086,49 @@ de:
         mapping_link: mit dem Kartieren anfangen
       legal_babble:
         title_html: Urheberrecht und Lizenz
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> sind <i>„Open Data“</i>, die gemäß der
-          <a href="https://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database Lizenz</a>
-          (ODbL) durch die <a href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) verfügbar sind.
-        intro_2_html: |-
-          Es steht dir frei unsere Daten zu kopieren, weiterzugeben,
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} sind %{open_data} (open data), lizenziert unter der
+          %{odc_odbl_link} (ODbL) von der %{osm_foundation_link} (OSMF).
+        introduction_1_open_data: offene Daten
+        introduction_1_osm_foundation: OpenStreetMap Stiftung
+        introduction_2_html: |-
+          Es steht dir frei, unsere Daten zu kopieren, weiterzugeben,
           zu übermitteln sowie anzupassen, sofern du OpenStreetMap
-          und die Mitwirkenden als Quelle angibst. Für den Fall, dass
-          du auf Basis unserer Daten Anpassungen vornimmst, oder sie
+          und seine Mitwirkenden als Quelle angibst. Für den Fall, dass
+          du auf Basis unserer Daten Anpassungen vornimmst oder sie
           als Grundlage für weitere Bearbeitungen verwendest, kannst
-          du das Ergebnis auch nur gemäß der selben Lizenz weitergeben.
-          Der vollständige Lizenztext ist unter
-          <a href="https://opendatacommons.org/licenses/odbl/1.0/">Lizenz</a>
-          einsehbar und erläutert deine Rechte und Pflichten.
-        intro_3_1_html: Unsere Dokumentation ist unter der ''Creative-Commons''-Lizenz
-          <a href="https://creativecommons.org/licenses/by-sa/2.0/">„Namensnennung
-          – Weitergabe unter gleichen Bedingungen“ 2.0</a> (CC BY-SA 2.0) verfügbar.
+          du das Ergebnis auch nur unter derselben Lizenz weitergeben.
+          Der vollständige %{legal_code_link} erläutert deine Rechte und Pflichten.
+        introduction_2_legal_code: Lizenztext
         credit_title_html: Wie auf die Urheberschaft von OpenStreetMap hinzuweisen
           ist
         credit_1_html: 'Wenn du OpenStreetMap-Daten verwendest, musst du die folgenden
           zwei Bedingungen erfüllen:'
-        credit_2_1_html: "<ul>\n<li>Nenne OpenStreetMap, indem du unseren Urheberrechtshinweis
-          anzeigst.</li> \n<li> Mache deutlich, dass die Daten unter der Open-Database-Lizenz
-          verfügbar sind.</li> \n</ul>"
-        credit_3_1_html: Für den Urheberrechtshinweis haben wir unterschiedliche Anforderungen,
-          wie dieser angezeigt werden muss, je nachdem, wie du unsere Daten verwendest.
-          Beispielsweise gelten unterschiedliche Regeln für die Anzeige des Urheberrechtsvermerks,
-          je nachdem, ob du eine blätterbare Karte, eine gedruckte Karte oder ein
-          statisches Bild erstellt hast. Ausführliche Informationen zu den Anforderungen
-          findest du in den <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Richtlinien
-          zur Namensnennung</a>.
-        credit_4_html: |-
-          Du musst auch klarstellen, dass die Daten unter der Open-Database-Lizenz
-          verfügbar sind. Du kannst dies tun, indem du auf <a href="https://www.openstreetmap.org/copyright">diese Urheberrechtsseite</a> verlinkst.
-          Ersatzweise kannst du bzw. musst du, falls du OSM in Datenform weitergibst, die Lizenz(en) direkt verlinken und benennen. In Medien, in denen keine Links möglich sind (z. B. in gedruckten Werken), empfehlen wir dir, deine Leser direkt auf openstreetmap.org zu verweisen (möglicherweise mit dem Erweitern von „OpenStreetMap“ zur vollen Adresse), auf opendatacommons.org und, sofern zutreffend, auf creativecommons.org.
+        credit_3_attribution_guidelines: Richtlinien für Namensnennungen
         attribution_example:
           alt: Beispiel, wie man auf OpenStreetMap auf einer Webseite hinweist
           title: Namensnennung-Beispiel
         more_title_html: Weitere Informationen
-        more_1_html: |-
-          Mehr Informationen dazu, wie unsere Daten verwendet werden können und wie man auf unsere Urheberschaft hinweist,
-          kann man auf unserer <a href="https://osmfoundation.org/Licence">OSMF-Lizenzseite</a> nachlesen.
-        more_2_html: |-
-          Obwohl OpenStreetMap „Open Data“ ist, können wir keine
-          unentgeltliche Karten-API für Drittparteien bereitstellen.
-          Siehe unsere <a href="https://operations.osmfoundation.org/policies/api/">API-Verwendungsrichtlinie</a>,
-          die <a href="https://operations.osmfoundation.org/policies/tiles/">Kachelverwendungsrichtlinie</a>
-          und die <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim-Verwendungsrichtlinie</a>.
         contributors_title_html: Unsere Mitwirkenden
         contributors_intro_html: 'Unsere Mitwirkenden sind tausende einzelne Menschen.
           Wir beziehen auch offen lizenzierte Daten von nationalen Kartenagenturen
           und anderen Quellen ein, darunter:'
-        contributors_at_html: '<strong>Österreich</strong>: Enthält Daten der <a href="https://data.wien.gv.at/">Stadt
-          Wien</a> (lizenziert gemäß <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC
-          BY AT</a>), des <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Landes
-          Vorarlberg</a> und des Landes Tirol (<a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">lizenziert
-          gemäß CC BY AT samt Erweiterungen zur Lizenz</a>).'
-        contributors_au_html: |-
-          <strong>Australien</strong>: Eingebunden oder entwickelt unter Verwendung von administrativen Grenzen &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a>
-          lizenziert durch den Commonwealth of Australia unter
-          <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International Lizenz (CC BY 4.0)</a>.
-        contributors_ca_html: '<strong>Kanada</strong>: Enthält Daten von GeoBase&reg;,
-          GeoGratis (&copy; <i>Department of Natural Resources Canada</i>), CanVec
-          (&copy; <i>Department of Natural Resources Canada</i>) und StatCan (<i>Geography
-          Division, Statistics Canada</i>).'
-        contributors_fi_html: |-
-          <strong>Finnland</strong>: Enthält Daten von der
-          topografischen Datenbank der National Land Survey of Finland
-          und andere Datensätze, unter der
-          <a href="https://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI-Lizenz</a>.
-        contributors_fr_html: '<strong>Frankreich</strong>: Enthält Daten der <i>Direction
-          Générale des Impôts</i>.'
-        contributors_nl_html: '<strong>Niederlande</strong>: Enthält, &copy; AND-Daten,
-          2007 (<a href="https://www.and.com">www.and.com</a>)'
-        contributors_nz_html: "<strong>Neuseeland</strong>: Enthält Daten aus <i>Land
-          Information New Zealand</i>\nund ist zur Wiederverwendung unter \n<a href=\"https://creativecommons.org/licenses/by/4.0/\">CC
-          BY 4.0</a> lizenziert."
-        contributors_si_html: |-
-          <strong>Slowenien</strong>: Enthält Daten aus der
-          <a href="http://www.gu.gov.si/en/">Vermessungs- und Kartierungsbehörde</a> sowie dem
-          <a href="http://www.mkgp.gov.si/en/">Ministerium für Landwirtschaft, Forsten und Ernährung</a>
-          (öffentliche Informationen von Slowenien).
-        contributors_es_html: |-
-          <strong>Spanien</strong>: Enthält Daten des
-          spanischen nationalen geografischen Instituts (<a href="http://www.ign.es/">IGN</a>) und
-          nationalen kartografischen Systems (<a href="http://www.scne.es/">SCNE</a>),
-          lizenziert zur Weiterverwendung unter <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: '<strong>Südafrika</strong>: Enthält Daten von <i><a
-          href="http://www.ngi.gov.za/">Chief Directorate: National Geo-Spatial Information</a></i>,
-          Staatliches Urheberrecht vorbehalten.'
-        contributors_gb_html: '<strong>Vereinigtes Königreich</strong>: Enthält Daten
-          des <i>Ordnance Survey</i> &copy; Urheber- und Datenbankrecht 2010-19.'
-        contributors_footer_1_html: Weitere Informationen sowie andere Datenquellen,
-          die zur Verbesserung von OpenStreetMap genutzt wurden, sind auf <a  href="https://wiki.openstreetmap.org/wiki/Contributors">der
-          Seite über die Mitwirkenden</a> im Wiki von OpenStreetMap zu finden.
+        contributors_at_austria: Österreich
+        contributors_at_stadt_wien: Stadt Wien
+        contributors_at_cc_by: CC BY
+        contributors_at_land_vorarlberg: Land Vorarlberg
+        contributors_au_australia: Australien
+        contributors_ca_canada: Kanada
+        contributors_fi_finland: Finnland
+        contributors_fr_france: Frankreich
+        contributors_nl_netherlands: Niederlande
+        contributors_nz_new_zealand: Neuseeland
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_slovenia: Slowenien
+        contributors_es_spain: Spanien
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_south_africa: Südafrika
+        contributors_gb_united_kingdom: Vereinigtes Königreich
         contributors_footer_2_html: Die Einbeziehung von Daten bei OpenStreetMap bedeutet
           nicht, dass der ursprüngliche Datenlieferant OpenStreetMap unterstützt,
           Gewährleistung dafür gibt oder die Haftung dafür übernimmt.
@@ -2174,16 +2137,8 @@ de:
           hin, dass keinesfalls Daten aus urheberrechtlich geschützten Quellen verwendet
           werden dürfen (z. B. Google Maps oder gedruckte Kartenwerke), ohne vorher
           die ausdrückliche Erlaubnis des Rechteinhabers erhalten zu haben.
-        infringement_2_html: |-
-          Sofern du denkst, dass urheberrechtlich geschütztes Material unerlaubterweise zur
-          OpenStreetMap-Datenbank oder dieser Webseite hinzugefügt wurde, informiere dich
-          bitte über unser <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">Verfahren
-          zum Entfernen von Inhalten</a> oder melde dies direkt mit unserem
-          <a href="https://dmca.openstreetmap.org/">Onlineformular</a>.
-        trademarks_title_html: <span id="trademarks"></span>Markenzeichen
-        trademarks_1_html: OpenStreetMap, das Lupenlogo und „State of the Map“ sind
-          eingetragene Warenzeichen der OpenStreetMap Foundation. Falls du Fragen
-          über deine Verwendung der Marken hast, lies bitte unsere <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Markenrichtlinie</a>.
+        trademarks_title: Warenzeichen
+        trademarks_1_1_trademark_policy: Richtlinie für Warenzeichen
     index:
       js_1: Dein Browser unterstützt kein JavaScript oder du hast es deaktiviert.
       js_2: OpenStreetMap nutzt JavaScript für die Kartendarstellung.
@@ -2255,11 +2210,6 @@ de:
           explanation_html: |-
             Falls du bei unseren Kartendaten ein Problem bemerkt hast wie das Fehlen einer Straße oder deiner Adresse,
             ist der beste Weg zum Weitermachen der Beitritt zur OpenStreetMap-Gemeinschaft und das Beheben der Daten durch dich selbst.
-        add_a_note:
-          instructions_html: |-
-            Klicke einfach auf <a class='icon note'></a> oder auf das gleiche Symbol in der Kartenanzeige.
-            Dies fügt eine Markierung der Karte hinzu, die du durch Ziehen verschieben kannst.
-            Schreibe deine Nachricht, klicke auf „Speichern“ und andere Mapper werden den Fehler untersuchen.
       other_concerns:
         title: Andere Anliegen
     help:
@@ -2306,8 +2256,10 @@ de:
       removed: Deine Standard OpenStreetMap Editor ist Potlatch. Da die Entwicklung
         des Adobe Flash Player eingestellt wurde, ist Potlatch nicht mehr für die
         Nutzung im Browser verfügbar.
+      change_preferences: Einstellungen hier ändern
     any_questions:
       title: Fragen?
+      get_help_here: Hilfe hier erhalten
     sidebar:
       search_results: Suchergebnisse
       close: Schließen
@@ -2403,8 +2355,14 @@ de:
         title: Grundbegriffe fürs Mapping
         paragraph_1: OpenStreetMap nutzt ein paar spezifische Begriffe. Hier sind
           ein paar davon, die nützlich sein dürften.
+        editor: Bearbeiter
+        node: Knoten
+        way: Weg
+        tag: Etikett
       rules:
         title: Regeln!
+        imports: Importe
+        automated_edits: Automatisierte Bearbeitungen
       start_mapping: Beginne mit dem Bearbeiten der Karte
       add_a_note:
         title: Keine Zeit? Dann füge einen Hinweis ein!
@@ -2514,6 +2472,10 @@ de:
       public_traces_from: Öffentliche GPS-Tracks von %{user}
       description: Letzte GPS-Track-Uploads durchsuchen
       tagged_with: ' gekennzeichnet mit %{tags}'
+      empty_title: Noch nichts vorhanden
+      empty_upload_html: '%{upload_link} oder erfahren Sie mehr über GPS-Tracks auf
+        der %{wiki_link}.'
+      wiki_page: Wiki-Seite
       upload_trace: Lade einen Track hoch
       all_traces: Alle Tracks
       my_traces: Meine Tracks
@@ -2723,6 +2685,8 @@ de:
         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
+      readable_summary: menschenlesbare Zusammenfassung
+      informal_translations: informelle Übersetzung
       continue: Weiter
       declined: https://wiki.openstreetmap.org/wiki/DE:Contributor_Terms_Declined
       decline: Ablehnen
@@ -2980,15 +2944,15 @@ de:
       open_title: Ungelöster Hinweis Nr. %{note_name}
       closed_title: Erledigter Hinweis Nr. %{note_name}
       hidden_title: Versteckter Hinweis Nr. %{note_name}
-      opened_by_html: Erstellt von %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Erstellt von Anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentar von %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Kommentar von Anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Erledigt von %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Erledigt von Anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reaktiviert von %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reaktiviert von Anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Versteckt von %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Erstellt von %{user} %{time_ago}
+      event_opened_by_anonymous_html: Erstellt von anonym %{time_ago}
+      event_commented_by_html: Kommentar von %{user} %{time_ago}
+      event_commented_by_anonymous_html: Kommentar von anonym %{time_ago}
+      event_closed_by_html: Erledigt von %{user} %{time_ago}
+      event_closed_by_anonymous_html: Gelöst von anonym %{time_ago}
+      event_reopened_by_html: Reaktiviert von %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Reaktiviert durch anonym %{time_ago}
+      event_hidden_by_html: Versteckt von %{user} %{time_ago}
       report: diesen Hinweis melden
       anonymous_warning: Dieser Hinweis enthält Kommentare von anonymen Benutzern,
         die unabhängig geprüft werden sollten.
@@ -3068,20 +3032,13 @@ de:
         gps: Öffentliche GPS-Tracks
         overlays: Overlays zur Fehlersuche aktivieren
         title: Ebenen
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap-Mitwirkende</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Spenden</a>
-      terms: <a href='%{terms_url}' target='_blank'>Nutzungsbedingungen von Webseite
-        und API</a>
-      cyclosm: Kachelstil von <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        bereitgestellt von <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Frankreich</a>
-      thunderforest: Kacheln mit freundlicher Genehmigung von <a href='%{thunderforest_url}'
-        target='_blank'>Andy Allan</a>
-      opnvkarte: Kacheln mit freundlicher Genehmigung von <a href='%{memomaps_url}'
-        target='_blank'>MeMoMaps</a>
-      hotosm: Kachelstil von <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> bereitgestellt von <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Frankreich</a>
+      openstreetmap_contributors: OpenStreetMap Mitwirkende
+      make_a_donation: Spenden
+      website_and_api_terms: Website und API-Bedingungen
+      osm_france: OpenStreetMap Frankreich
+      andy_allan: Andy Allan
+      memomaps: MeMoMaps
+      hotosm_name: Humanitäres OpenStreetMap Team
     site:
       edit_tooltip: Karte bearbeiten
       edit_disabled_tooltip: Zum Bearbeiten muss eine höhere Zoomstufe gewählt werden
index 136ffcdc1376dada5dff2ddfb0ee7cd40e53ab20..65cafe9b3c2e19418519d535f266be910c3d8d04 100644 (file)
@@ -5,6 +5,7 @@
 # Author: Asmen
 # Author: Erdemaslancan
 # Author: Gorizon
+# Author: Gravitystorm
 # Author: Gırd
 # Author: Kumkumuk
 # Author: Marmase
@@ -181,13 +182,6 @@ diq:
   browse:
     created: Vıraziya
     closed: Kerd kip
-    created_html: <abbr title='%{title}'>%{time}</abbr> de vıraziyayo
-    closed_html: <abbr title='%{title}'>%{time}</abbr> de kılid biyo
-    created_by_html: <abbr title='%{title}'>%{time}</abbr> de terefê %{user} ra vıraziyayo
-    deleted_by_html: <abbr title='%{title}'>%{time}</abbr> de terefê %{user} ra esteriyayo
-    edited_by_html: <abbr title='%{title}'>%{time}</abbr> de terefê %{user} ra vurniyayo
-    closed_by_html: <abbr title='%{title}'>%{time}</abbr> de terefê %{user} ra kılid
-      biyo
     version: Versiyon
     in_changeset: Qeydê Vurnayışan
     anonymous: anonim
@@ -354,11 +348,6 @@ diq:
     remove_friend:
       button: Embazan ra vec
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="http://openstreetmap.org/">OSM</a> ra neticey
-        osm_nominatim_html: <a href="http://nominatim.openstreetmap.org/">OSM Nominatim</a>
-          ra neticey
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1028,12 +1017,8 @@ diq:
       created from: 'Vıraşten ra:'
       status: 'Weziyet:'
       role:
-        administrator: |-
-          Na karber administratora<br>
-          No karber administratoro
-        moderator: |-
-          Na karber Moderatora<br>
-          No karber Moderatoro
+        administrator: No karber administratoro
+        moderator: No karber Moderatoro
         grant:
           administrator: Hesabê adminisrator de gırdi
           moderator: Hesabê moderator de gırdi
@@ -1125,7 +1110,6 @@ diq:
     show:
       title: 'Not: %{id}'
       description: Şınasnayış
-      hidden_by_html: '%{user} <abbr title=''%{exact_time}''>%{when}</abbr> bınımnê'
       report: Nê noti rapor ke
       hide: Bınımne
       comment: Mışewre
index cef1264b19db024a186a7781937476acfd548100..044224188bde7d1ffcae4cf233a5114e4c241d4c 100644 (file)
@@ -179,12 +179,6 @@ dsb:
   browse:
     created: Napórany
     closed: Zacynjony
-    created_html: Napórany <abbr title='%{title}'>pśed %{time}</abbr>
-    closed_html: Zacynjony <abbr title='%{title}'>pśed %{time}</abbr>
-    created_by_html: Napórany <abbr title='%{title}'>pśed %{time}</abbr> wót %{user}
-    deleted_by_html: Wulašowany <abbr title='%{title}'>pśed %{time}</abbr> wót %{user}
-    edited_by_html: Wobźěłany <abbr title='%{title}'>pśed %{time}</abbr> wót %{user}
-    closed_by_html: Zacynjony <abbr title='%{title}'>pśed %{time}</abbr> wót %{user}
     version: Wersija
     in_changeset: Sajźba změnow
     anonymous: anonymny
@@ -396,13 +390,6 @@ dsb:
       success: '%{name} jo se z twójich pśijaśelow wótpórał.'
       not_a_friend: '%{name} njejo twój pśijaśel.'
   geocoder:
-    search:
-      title:
-        latlon_html: Wuslědki z <a href="http://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Wuslědki z <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Wuslědki z <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -926,8 +913,6 @@ dsb:
       failed_to_import: 'njejo se dał importěrowaś. How jo zmólka:'
       subject: '[OpenStreetMap] GPX-import jo se njeraźił'
     gpx_success:
-      loaded_successfully: jo se %{trace_points} z %{possible_points} móžnych dypkow
-        zacytało.
       subject: '[OpenStreetMap] GPX-import wuspěšny'
     signup_confirm:
       subject: '[OpenStreetMap] Witaj do OpenStreetMap'
@@ -1122,7 +1107,6 @@ dsb:
   site:
     about:
       next: Pśiducy
-      copyright_html: <span>&copy; </span>sobustatkujuce<br>OpenStreetMap
       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
@@ -1133,16 +1117,7 @@ dsb:
         wužywaju wobraze z powětša, GPS-graty a pólne kórty, aby pśeglědali, aby OSM
         dokładny a aktualny był.
       community_driven_title: Wót zgromaźeństwa spěchowany
-      community_driven_html: |-
-        Zgromaźeństwo OpenStreetMap jo wjelerake, zagórity a rosćo kuždy źeń.
-        Naše sobustatkujuce su zagórite kartěrowarjo, GIS-profije, inženjery, kótarež gónje OSM-serwery, pomogarje, kótarež kartěruju strona katastrofo a wjele wěcej.
-        Aby wěcej wó zgromaźeństwje zgónił, glej <a href='%{diary_path}'>wužywarske dnjowniki</a>, <a href='http://blogs.openstreetmap.org/'>blogi zgromaźeństwa</a> a websedło załožby <a href='http://www.osmfoundation.org/'>OSM Foundation</a>
       open_data_title: Zjawne daty
-      open_data_html: 'OpenStreetMap wopśimujo <i>zjawne daty</i>: Móžoš je za kuždy
-        zaměr wužywaś, joli až naspomnjejoš OpenStreetMap a jogo sobustatkujuce. Jolic
-        změnijoš daty na wěsty nałog abo napórajoš, móžoš wuslědk jano pód teju samskeju
-        licencu rozdźěliś. Glej <a href=''%{copyright_path}''>bok awtorskego pšawa
-        a licence</a> za drobnosći.'
       partners_title: Partnarje
     copyright:
       foreign:
@@ -1158,77 +1133,16 @@ dsb:
         mapping_link: kartěrowanje zachopiś
       legal_babble:
         title_html: Awtorske pšawo a licenca
-        intro_1_html: |-
-          OpenStreetMap su <i>zjawne daty</i>, licencěrowane pód licencu <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database</a> (ODbL).
-        intro_2_html: Móžoš naše daty kopěrowaś, rozdźěliś, pśenjasć a pśiměriś, tak
-          dłujko ako  naspomnjejoš OpenStreetMap a jich sobustatkujucych. Jolic změnijoš
-          naše kórty abo daty abo zepěraš se na nje, móžoš wuslědk jano pód teju sameju
-          licencu rozdźěliś. Dopołny <a href="http://opendatacommons.org/licenses/odbl/1.0/">pšawniski
-          code</a> wujasnjujo twóje pšawa a zagronitosći.
-        intro_3_1_html: Kartografija w našych kórtowych kachlach a naša dokumentacija
-          stej pód licencu <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC-BY-SA) licencěrowanej.
         credit_title_html: Kak naspomnjeś awtorstwo OpenStreetMap
         credit_1_html: Pominamy se, až  pódawaš sobustatkujucych &ldquo;&copy; OpenStreetMap&rdquo;.
-        credit_2_1_html: Musyš teke wujasniś, až daty stoje pód licencu Open Database,
-          a, jolic naše kórtowe kachle se wužywaju, až kartografija licencěrujo se
-          pód CC-BY-SA. Móžoš to cyniś, z tym až wótkazujoš do <a href="http://www.openstreetmap.org/copyright">toś
-          togo boka awtorskego pšawa</a>. Alternatiwnje, a ako pótrěbnosć, jolic rozdźělujoš
-          OSM w datowem formje, móžoš direktnje k licencam pomjenjowaś a wótkazaś.
-          W medijach, źož wótkaze njejsu móžno (na pś. wuśišćane źěła), naraźujomy
-          śi, twójich cytarjow na openstreetmap.org (snaź z tym až rozšyrjujoš 'OpenStreetMap'
-          k toś tej połnej adresy), na opendatacommons.org a, jolic to jo relewantne,
-          na creativecommons.org dopomnjeś.
-        credit_4_html: 'Za pśepytujobnu elektronisku kórtu by měło se źěkowanje w
-          rožku kórty pokazaś. Na pśikład:'
         attribution_example:
           alt: Pśikład, kak pokazujo se na webboku na OpenStreetMap
           title: Pśipokazański pśikład
         more_title_html: Dalšne informacije
-        more_1_html: Cytaj wěcej wó wužywanju našych datow a kak dajo se nas pśipóznaś
-          pód <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Ceste pšawniske
-          pšašenja</a>.
-        more_2_html: "Lěcrownož OpenStreetMap wobstoj ze zjawnych datow, njamóžomy
-          dermotny kórtowy API za wuwijarjow tśeśich póbitowaś. \nGlědaj naše <a href=\"http://wiki.openstreetmap.org/wiki/API_usage_policy\">pšawidła
-          za wužywanje API</a>, <a href=\"http://wiki.openstreetmap.org/wiki/Tile_usage_policy\">Pšawidła
-          za wužywanje kachlow</a> a <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy\">Pšawidła
-          za wužywanje Nominatim</a>."
         contributors_title_html: Naše sobustatkujuce
         contributors_intro_html: 'Naše sobustatkujuce su towzynty wósobow. Zapśimujomy
           teke daty wótwórjoneje licence z narodnych kartěrowańskich pśedewześow a
           drugich žrědłow, mjaz nimi:'
-        contributors_at_html: '<strong>Awstriska</strong>: Wopśimujo daty z <a href="http://data.wien.gv.at/">Stadt
-          Wien</a> (pód <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC
-          BY</a>), <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land
-          Vorarlberg</a> a  Land Tirol (pod <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY
-          AT ze změnami</a>).'
-        contributors_au_html: '<strong>Awstralska</strong>: Wopśimujo pśedměsćańske
-          daty na zakłaźe datow awstralskego  amta za statistiku (Australian Bureau
-          of Statistics).'
-        contributors_ca_html: '<strong>Kanada</strong>: Wopśimujo daty z GeoBase&reg;,
-          GeoGratis (&copy; Department of Natural Resources Canada), CanVec (&copy;
-          Department of Natural Resources Canada), a StatCan (Geography Division,
-          Statistics Canada).'
-        contributors_fi_html: '<strong>Finska</strong>: Wopśimujo daty z topografiskeje
-          datoweje banki National Land Survey of Finland a drugich datowych sajźbow,
-          pód <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI-licencu</'
-        contributors_fr_html: '<strong>Francojska</strong>: Wopśimujo daty z Direction
-          Générale des Impôts.'
-        contributors_nl_html: '<strong>Nižozemska</strong>: Wopsimujo daty &copy;
-          AND, 2007   (<a href="http://www.and.com">www.and.com</a>)'
-        contributors_nz_html: '<strong>Nowoseelandska</strong>: Wopśimujo daty ze
-          žrědłow wót Land Information New Zealand. Awtorske pšawo wuměnjone.'
-        contributors_za_html: '<strong>Pódpołdnjowa Afrika</strong>: Wopśimujo daty
-          z  <a href="http://www.ngi.gov.za/">Chief Directorate:  National Geo-Spatial
-          Information</a>, Statne awtorske pšawo wuměnjone.'
-        contributors_gb_html: '<strong>Zjadnośone kralojstwo</strong>: Wopśimujo daty
-          z Ordnance Survey (Amtske rozměrjenje kraja) &copy; Awtorske pšawo a pšawo
-          za datowe banki 2010-2012.'
-        contributors_footer_1_html: Za dalšne drobnostki za to a druge žrědła, kótarež
-          su se wužyli, aby OpenStreetMap pólěpšyli, glědaj pšošym <a href="http://wiki.openstreetmap.org/wiki/Contributors">bok
-          sobustatkujucych</a> na wikiju OpenStreetMap.
         contributors_footer_2_html: Zapśimowanje datow do OpenStreetMap njegroni,
           až póbitowaŕ originalnych datow pśipóznawa OpenStreetMap, dawa někaku garantiju
           abo pśewzejo rukowanje.
@@ -1236,11 +1150,6 @@ dsb:
         infringement_1_html: Sobustatkujucych OSM napominamy, až njedodawaju nigda
           daty ze žrědłow, kótarež su pśez awtorske pšawo šćitane (na pś. z Google
           Maps abo z wuśišćanych kórtow) bźez wurazneje dowólnosći awtorow.
-        infringement_2_html: Joli měniš, aý awtorskopšawniski šćitany material jo
-          se datowej bance OpenStreetMap abo toś tomu sedłoju bźez dowólnosći pśidał,
-          póśěguj se pšosym na našo <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">póstupowanje
-          za wótwónoźowanje wopśimjeśa</a>abo daj to direktnje na našom <a href="https://dmca.openstreetmap.org/">formularnem
-          boku</a> k wěsći.
     index:
       js_1: Pak wužywaš wobglědowak, kótaryž njepódpěra JavaScript, pak sy znjemóžnił
         JavaScript.
@@ -1312,11 +1221,6 @@ dsb:
           explanation_html: Jolic sy problem z našymi kórtowymi datami zawuputnuł,
             na pśikład droga abo twója adresa felujo, jo nejlěpša wašnja, z tym pókšacowaś,
             se zgromaźeństwoju OpenStreetMap pśizamknuś a sam daty pśidaś abo korigěrowaś.
-        add_a_note:
-          instructions_html: |-
-            Klikni jadnorje na <a class='icon note'></a> abo na ten samski symbol w zwobraznjenju kórty.
-            To pśidajo kórśe marku, kótaruž móžoš pśez śěgnjenje pśesunuś.
-            Pśidaj swóju powěsć, klikni pon na Składowaś a druge kartěrowarje budu pó tom slěźiś.
       other_concerns:
         title: Druge nastupnosći
     help:
@@ -1797,20 +1701,6 @@ dsb:
       open_title: 'Njedocynjona pokazka #%{note_name}'
       closed_title: 'Docynjona pokazka #%{note_name}'
       hidden_title: 'Schowana pokazka #%{note_name}'
-      opened_by_html: Napórany wót %{user} <abbr title='%{exact_time}'>pśed %{when}</abbr>
-      opened_by_anonymous_html: Napórany wót anonymnego <abbr title='%{exact_time}'>pśed
-        %{when}</abbr>
-      commented_by_html: Komentar wót %{user} <abbr title='%{exact_time}'>pśed %{when}</abbr>
-      commented_by_anonymous_html: Komentar wót anonymnego <abbr title='%{exact_time}'>pśed
-        %{when}</abbr>
-      closed_by_html: Docynjony wót %{user} <abbr title='%{exact_time}'>pśed %{when}</abbr>
-      closed_by_anonymous_html: Docynjony wót anonymnego <abbr title='%{exact_time}'>pśed
-        %{when}</abbr>
-      reopened_by_html: Reaktiwěrowany wót %{user} <abbr title='%{exact_time}'>pśed
-        %{when}</abbr>
-      reopened_by_anonymous_html: Reaktiwěrowany wót anonymnego <abbr title='%{exact_time}'>pśed
-        %{when}</abbr>
-      hidden_by_html: Schowany wót %{user} <abbr title='%{exact_time}'>pśed %{when}</abbr>
       anonymous_warning: Toś ta pokazka wopśimujo komentary wót anonymnych wužywarjow,
         kótarež by měli se njewótwisnje pśeglědaś.
       hide: Schowaś
@@ -1865,8 +1755,6 @@ dsb:
         data: Kórtowe daty
         overlays: Waršty za pytanje za zmólkami na kórśe zmóžniś
         title: Rowniny
-      copyright: © <a href='%{copyright_url}'>Sobustatkujuce OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Pósćiś</a>
     site:
       edit_tooltip: Kórtu wobźěłaś
       edit_disabled_tooltip: Za wobźěłowanje kórty  powětšyś
index aadc89cd5d308e37a88a41ddd1d8271ffe2f3b06..1b4c98ae9d5dd10d954c865ee5cd4c1c8cfde26f 100644 (file)
@@ -1,6 +1,7 @@
 # Messages for Greek (Ελληνικά)
 # Exported from translatewiki.net
 # Export driver: phpyaml
+# Author: AProdromou
 # Author: Aitolos
 # Author: Alexstam
 # Author: Auslaender
@@ -196,49 +197,45 @@ el:
           γι' αυτό προσπαθήστε να χρησιμοποιήσετε απλούς και κατανοητούς όρους.
         needs_view: Πρέπει ο χρήστης να συνδεθεί προτού εκκαθαριστεί αυτή η φραγή;
       user:
-        email_confirmation: Η διεύθυνση σας δεν προβάλλεται δημόσια,  για περισσότερες
-          πληροφορίες δείτε την <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF privacy policy including section on email addresses">πολιτική
-          ιδιωτικότητας</a> μας.
         new_email: (να μην εμφανίζεται ποτέ δημόσια)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: περίπου μία ώρα πριν
+        one: περίπου %{count} ώρα πριν
         other: περίπου %{count} ώρες πριν
       about_x_months:
-        one: περίπου έναν μήνα πριν
+        one: περίπου %{count} μήνα πριν
         other: περίπου %{count} μήνες πριν
       about_x_years:
-        one: περίπου έναν χρόνο πριν
+        one: περίπου %{count} χρόνο πριν
         other: περίπου %{count} χρόνια πριν
       almost_x_years:
-        one: σχεδόν ένα χρόνο πριν
+        one: σχεδόν %{count} χρόνο πριν
         other: σχεδόν %{count} χρόνια πριν
       half_a_minute: πριν μισό λεπτό
       less_than_x_seconds:
-        one: λιγότερο από ένα δευτερόλεπτο πριν
+        one: λιγότερο από %{count} δευτερόλεπτο πριν
         other: λιγότερο από %{count} δευτερόλεπτα πριν
       less_than_x_minutes:
-        one: λιγότερο από ένα λεπτό πριν
+        one: λιγότερο από %{count} λεπτό πριν
         other: λιγότερο από %{count} λεπτά πριν
       over_x_years:
-        one: πάνω από έναν χρόνο πριν
+        one: πάνω από %{count} χρόνο πριν
         other: πάνω από %{count} χρόνια πριν
       x_seconds:
-        one: ένα δευτερόλεπτο πριν
+        one: '%{count} δευτερόλεπτο πριν'
         other: '%{count} δευτερόλεπτα πριν'
       x_minutes:
-        one: ένα λεπτό πριν
+        one: '%{count} λεπτό πριν'
         other: '%{count} λεπτά πριν'
       x_days:
-        one: μία ημέρα πριν
+        one: '%{count} ημέρα πριν'
         other: '%{count} ημέρες πριν'
       x_months:
-        one: ένα μήνα πριν
+        one: '%{count} μήνα πριν'
         other: '%{count} μήνες πριν'
       x_years:
-        one: ένα χρόνο πριν
+        one: '%{count} χρόνο πριν'
         other: '%{count} χρόνια πριν'
   editor:
     default: Προεπιλογή (τώρα είναι %{name})
@@ -340,10 +337,10 @@ el:
       heading: Δημόσια επεξεργασία
       only_public_can_edit: Από την αλλαγή του API 0.6, μόνο οι δημόσιοι χρήστες μπορούν
         να επεξεργάζονται τα δεδομένα χάρτη.
-      find_out_why_html: (%{link}).
       find_out_why: μάθετε γιατί
-      find_out_why_url: https://wiki.openstreetmap.org/wiki/Anonymous_edits
       email_not_revealed: Η διεύθυνση email σας δεν θα αποκαλυφθεί αν γίνει δημόσια.
+      not_reversible: Αυτή η ενέργεια δεν μπορεί να αντιστραφεί και όλοι οι νέοι χρήστες
+        είναι πλέον δημόσιοι από προεπιλογή.
       make_edits_public_button: Να γίνουν όλες οι επεξεργασίες μου δημόσιες
     update:
       success_confirm_needed: Οι πληροφορίες του χρήστη ενημερώθηκαν επιτυχώς. Ελέγξτε
@@ -355,22 +352,22 @@ el:
   browse:
     created: Δημιουργήθηκε
     closed: Έκλεισε
-    created_html: Δημιουργήθηκε <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Έκλεισε <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Δημιουργήθηκε <abbr title='%{title}'>%{time}</abbr> από τον %{user}
-    deleted_by_html: Διεγράφη <abbr title='%{title}'>%{time}</abbr> από τον %{user}
-    edited_by_html: Τροποποιήθηκε <abbr title='%{title}'>%{time}</abbr> από τον %{user}
-    closed_by_html: Έκλεισε <abbr title='%{title}'>%{time}</abbr> από τον %{user}
+    created_ago_html: Δημιουργήθηκε %{time_ago}
+    closed_ago_html: Έκλεισε %{time_ago}
+    created_ago_by_html: Δημιουργήθηκε %{time_ago} από %{user}
+    closed_ago_by_html: Έκλεισε %{time_ago} από %{user}
+    deleted_ago_by_html: Διαγράφηκε %{time_ago} από %{user}
+    edited_ago_by_html: Επεξεργάστηκε %{time_ago} από %{user}
     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: Προβολή ιστορικού
@@ -386,8 +383,8 @@ el:
       relation: Σχέσεις (%{count})
       relation_paginated: Σχέσεις (%{x}-%{y} από %{count})
       comment: Σχόλια (%{count})
-      hidden_commented_by_html: Κρυμμένο σχόλιο του %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Σχόλιο από τον χρήστη %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Κρυφό σχόλιο από %{user} %{time_ago}
+      comment_by_html: Σχόλιο από %{user} %{time_ago}
       changesetxml: Ομάδας αλλαγών XML
       osmchangexml: osmChange XML
       feed:
@@ -415,7 +412,7 @@ el:
       history_title_html: 'Ιστορικό σχέσης: %{name}'
       members: Μέλη
       members_count:
-        one: 1 μέλος
+        one: '%{count} μέλος'
         other: '%{count} μέλη'
     relation_member:
       entry_role_html: '%{type} %{name} ως %{role}'
@@ -624,6 +621,24 @@ el:
       applications:
         create:
           notice: Η εφαρμογή καταχωρήθηκε.
+  errors:
+    contact:
+      contact: επικοινωνία
+      contact_the_community_html: Μη διστάσετε να %{contact_link} με την κοινότητα
+        του OpenStreetMap εάν έχετε βρει έναν κατεστραμμένο σύνδεσμο / σφάλμα. Σημειώστε
+        την ακριβή διεύθυνση URL του αιτήματός σας.
+    forbidden:
+      title: Απαγορευμένο
+      description: Η λειτουργία που ζητήσατε στο διακομιστή OpenStreetMap είναι διαθέσιμη
+        μόνο σε διαχειριστές (HTTP 403)
+    internal_server_error:
+      title: Σφάλμα εφαρμογής
+      description: Ο διακομιστής OpenStreetMap αντιμετώπισε μια απροσδόκητη συνθήκη
+        που τον εμπόδισε να εκπληρώσει το αίτημα (HTTP 500)
+    not_found:
+      title: Το αρχείο δε βρέθηκε
+      description: Δεν ήταν δυνατή η εύρεση αρχείου/καταλόγου/λειτουργίας API με αυτό
+        το όνομα στο διακομιστή OpenStreetMap (HTTP 404)
   friendships:
     make_friend:
       heading: Προσθήκη του %{user} ως φίλου;
@@ -641,12 +656,9 @@ el:
   geocoder:
     search:
       title:
-        latlon_html: Αποτελέσματα από την <a href="https://openstreetmap.org/">εσωτερική</a>
-          βάση δεδομένων
-        osm_nominatim_html: Αποτελέσματα από το <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Αποτελέσματα από το <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Αποτελέσματα από %{results_link}
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1438,11 +1450,10 @@ el:
       status: Κατάσταση
       reports: Αναφορές
       last_updated: Τελευταία ενημέρωση
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> από τον %{user}
+      last_updated_time_ago_user_html: '%{time_ago} από %{user}'
       link_to_reports: Προβολή αναφορών
       reports_count:
-        one: 1 Αναφορά
+        one: '%{count} Αναφορά'
         other: '%{count} Αναφορές'
       reported_item: Αναφερόμενο στοιχείο
       states:
@@ -1615,9 +1626,6 @@ el:
       subject: '[OpenStreetMap] Η εισαγωγή GPX απέτυχε'
     gpx_success:
       hi: Γεια σας %{to_user},
-      loaded_successfully:
-        one: φόρτωσε επιτυχώς με %{trace_points} από 1 πιθανό σημείο.
-        other: φόρτωσε επιτυχώς με %{trace_points} από πιθανά %{possible_points} σημεία.
       subject: '[OpenStreetMap] Η εισαγωγή GPX πέτυχε'
     signup_confirm:
       subject: '[OpenStreetMap] Καλώς ήλθατε στο OpenStreetMap'
@@ -1728,6 +1736,8 @@ el:
       success: Επιβεβαιώθηκε ο λογαριασμός σας, ευχαριστούμε για την εγγραφή σας!
       already active: Αυτός ο λογαριασμός έχει ήδη επιβεβαιωθεί.
       unknown token: Ο κωδικός επιβεβαίωσης έληξε ή δεν υπάρχει.
+      resend_html: Εάν θέλετε να στείλουμε ξανά το email επιβεβαίωσης, %{reconfirm_link}.
+      click_here: κάντε κλικ εδώ
     confirm_resend:
       failure: Ο χρήστης %{name} δεν βρέθηκε.
     confirm_email:
@@ -1855,7 +1865,6 @@ el:
       image: Εικόνα
       gravatar:
         gravatar: Χρήση Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Τί είναι το Gravatar;
         disabled: 'Το Gravatar έχει απενεργοποιηθεί:'
         enabled: Έχει ενεργοποιηθεί η εμφάνιση του Gravatar σας.
@@ -1923,6 +1932,7 @@ el:
       support: υποστήριξη
   shared:
     markdown_help:
+      heading_html: Αναλύθηκε με %{kramdown_link}
       headings: Επικεφαλίδες
       heading: Καφαλίδα
       subheading: Υποκεφαλίδα
@@ -1941,7 +1951,7 @@ el:
   site:
     about:
       next: Επόμενη
-      copyright_html: Συνεισφέροντες του <span>&copy;</span>OpenStreetMap<br>
+      heading_html: '%{copyright}OpenStreetMap %{br} συνεισφέροντες'
       used_by_html: Το %{name} προσφέρει δεδομένα χάρτη σε χιλιάδες ιστότοπους, εφαρμογές
         κινητού και συσκευές υλισμικού
       lede_text: Το OpenStreetMap αναπτύσσεται από μια κοινότητα χαρτογράφων που συνεισφέρουν
@@ -1952,32 +1962,18 @@ el:
         χρησιμοποιούν αεροφωτογραφίες, συσκευές GPS και τοπικούς χάρτες χαμηλής τεχνολογίας
         για να σιγουρευτούν πως το OSM είναι ακριβής και ενημερωμένο.
       community_driven_title: Βασίζεται στην κοινότητα
-      community_driven_html: |-
-        Η κοινότητα του OpenStreetMap είναι ποικίλη, παθιασμένη, και μεγαλώνει κάθε μέρα.
-        Στους συνεισφέροντες μας περιλαμβάνονται ενθουσιώδεις χαρτογράφοι, επαγγελματίες GIS, μηχανικοί που τρέχουν τους εξυπηρετητές OSM, ανθρωπιστές που χαρτογραφούν κατεστραμμένες-πληγείσες περιοχές και πολλούς περισσότερους.
-        Για να μάθετε περισσότερα για την κοινότητα, ανατρέξτε στα <a href="%{diary_path}">ημερολόγια χρηστών</a>, τα
-        <a href="https://blogs.openstreetmap.org/">ιστολόγια της κοινότητας</a> και
-        την ιστοσελίδα του <a href="https://www.osmfoundation.org/">Ιδρύματος OSM</a>.
+      community_driven_osm_blog: Ιστολόγιο OpenStreetMap
+      community_driven_user_diaries: ημερολόγια χρηστών
+      community_driven_community_blogs: ιστολόγια κοινότητας
+      community_driven_osm_foundation: Ίδρυμα OSM
       open_data_title: Ανοικτά Δεδομένα
-      open_data_html: 'Το OpenStreetMap είναι βάση <i>ανοικτών δεδομένων</i>: είστε
-        ελεύθεροι να την χρησιμοποιήστε για οποιονδήποτε σκοπό, εφόσον μνημονεύετε
-        το OpenStreetMap και τους συνεισφέροντές του. Εάν προσαρμόσετε ή αξιοποιήσετε
-        αυτά τα δεδομένα με συγκεκριμένους τρόπους, πρέπει να διανείμετε το αποτέλεσμα
-        μόνο υπό την ίδια άδεια χρήσης. Δείτε τη σελίδα <a href=''%{copyright_path}''>Πνευματικά
-        Δικαιώματα και Άδεια Χρήσης</a> για λεπτομέρειες.'
+      open_data_open_data: ανοιχτά δεδομένα
       legal_title: Νομικό
-      legal_1_html: Αυτός ο ιστότοπος και πολλές άλλες σχετικές υπηρεσίες λειτουργούν
-        επίσημα από το <a href='https://osmfoundation.org/'>Ίδρυμα OpenStreetMap</a>
-        (OSMF) εκ μέρους της κοινότητας. Η χρήση όλων των υπηρεσιών του OSMF  υπόκειται
-        στους <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Όρους Χρήσης</a>,
-        στην <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Πολιτική
-        Αποδεκτής Χρήσης</a> και στην <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Πολιτική
-        Απορρήτου</a> μας.
-      legal_2_html: |-
-        Παρακαλούμε <a href='https://osmfoundation.org/Contact'>επικοινωνήστε με το OSMF</a>
-        αν έχετε ερωτήματα για άδειες χρήσης, πνευματικά δικαιώματα ή άλλα νομικά θέματα.
-        <br>
-        Το OpenStreetMap, το λογότυπο με το μεγεθυντικό φακό και το «State of the Map» είναι <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">κατατεθέντα σήματα του OSMF</a>.
+      legal_1_1_openstreetmap_foundation: Ίδρυμα OpenStreetMap
+      legal_1_1_terms_of_use: Όροι Χρήσης
+      legal_1_1_aup: Αποδεκτές Πολιτικές Χρήσης
+      legal_1_1_privacy_policy: Πολιτική Απορρήτου
+      legal_2_1_contact_the_osmf: επικοινωνήστε με το OSMF
       partners_title: Συνεργάτες
     copyright:
       foreign:
@@ -1994,106 +1990,44 @@ el:
         mapping_link: αρχίστε τη χαρτογράφηση
       legal_babble:
         title_html: Πνευματικά δικαιώματα και άδεια χρήσης
-        intro_1_html: |-
-          Το OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> είναι βάση <i>ανοικτών δεδομένων</i> αδειοδοτημένα υπό την <a href="https://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL) από το <a
-          href="https://osmfoundation.org/">Ίδρυμα OpenStreetMap</a> (OSMF).
-        intro_2_html: Είστε ελεύθεροι να αντιγράψετε, να διανείμετε, μεταδώσετε και
-          προσαρμόσετε τα δεδομένα μας εφόσον κάνετε αναφορά στο OpenStreetMap και
-          στους συνεισφέροντές του. Εάν τροποποιήσετε ή αξιοποιήσετε τα δεδομένα μας,
-          μπορείτε να διανείμετε το αποτέλεσμα μόνο σύμφωνα με την ίδια άδεια. Ο πλήρης
-          <a href="https://opendatacommons.org/licenses/odbl/1.0/">νομικός κώδικας</a>
-          εξηγεί τα δικαιώματα και τις υποχρεώσεις.
-        intro_3_1_html: |-
-          Η τεκμηρίωση μας, αδειοδοτείται υπό την άδεια <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0).
+        introduction_1_open_data: ανοιχτά δεδομένα
+        introduction_1_osm_foundation: Ίδρυμα OpenStreetMap
+        introduction_2_legal_code: νομικός κώδικας
         credit_title_html: Πως να κάνετε αναφορά στο OpenStreetMap
         credit_1_html: 'Όπου χρησιμοποιήσετε δεδομένα του OpenStreetMap, χρειάζεται
           από σας να κάνετε τα παρακάτω πράγματα:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Δώστε πίστωση στο OpenStreetMap εμφανίζοντας τη σημείωση πνευματικών δικαιωμάτων μας.</li>
-            <li>Διευκρινίστε ότι τα δεδομένα είναι διαθέσιμα υπό την Άδεια Ανοιχτής Βάσης Δεδομένων.</li>
-          </ul>
-        credit_3_1_html: |-
-          Για τη σημείωση πνευματικών δικαιωμάτων, έχουμε διαφορετικές απαιτήσεις σχετικά με το πώς θα πρέπει να γίνεται η διαδικασία.
-          Εμφανίζεται ανάλογα με τον τρόπο που χρησιμοποιείτε τα δεδομένα μας. Για παράδειγμα, διαφορετικοί
-          κανόνες ισχύουν σχετικά με τον τρόπο εμφάνισης της ειδοποίησης πνευματικών δικαιωμάτων, ανάλογα με το αν έχετε
-          δημιουργήσει έναν χάρτη με δυνατότητα περιήγησης, έναν εκτυπωμένο χάρτη ή μια στατική εικόνα. Πλήρεις λεπτομέρειες για τις απαιτήσεις μπορούν να βρεθούν στο
-          <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Attribution
-          Guidelines</a>.
-        credit_4_html: "Για να καταστεί σαφές ότι τα δεδομένα είναι διαθέσιμα στην
-          Ανοιχτή\nΆδεια βάσης δεδομένων, μπορείτε να συνδεθείτε \n<a href=\"https://www.openstreetmap.org/copyright\">this
-          copyright page</a>.\nΑλλιώς, και ως απαίτηση εάν διανέμετε OSM σε μια\nφόρμα
-          δεδομένων, μπορείτε να ονομάσετε και να συνδέσετε απευθείας τις άδειες.
-          Στα ΜΜΕ όπου δεν είναι δυνατοί οι σύνδεσμοι (π.χ. έντυπα έργα), σας προτείνουμε
-          να\nκατευθύνετε τους αναγνώστες σας στο openstreetmap.org (ίσως επεκτείνοντας\n'OpenStreetMap'
-          σε αυτήν την πλήρη διεύθυνση) και στο opendatacommons.org.\nΣε αυτό το παράδειγμα,
-          η πίστωση εμφανίζεται στη γωνία του χάρτη."
         attribution_example:
           alt: Παράδειγμα του πως αναφέρεται το OpenStreetMap σε μια ιστοσελίδα
           title: Παράδειγμα αναφοράς δημιουργού
         more_title_html: Μαθαίνοντας περισσότερα
-        more_1_html: |-
-          Διαβάστε περισσότερα σχετικά με τη χρήση των δεδομένων μας και πώς να μας μνημονεύσετε στην
-          <a href="https://osmfoundation.org/Licence">σελίδα Άδειας OSMF</a>.
-        more_2_html: |-
-          Παρόλο που το OpenStreetMap αποτελείται από ανοικτά δεδομένα, δεν μπορούμε να προσφέρουμε ένα
-          δωρεάν API χαρτών για τρίτους προγραμματιστές.
-          Δείτε τις πολιτικές χρήσης μας για <a href="https://operations.osmfoundation.org/policies/api">το API</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles">τα πλακίδια </a>
-          και για <a href="https://operations.osmfoundation.org/policies/nominatim">το Nominatim</a>.
+        more_2_1_api_usage_policy: Πολιτική Χρήσης API
+        more_2_1_tile_usage_policy: Πολιτική Χρήσης Πλακιδίων
+        more_2_1_nominatim_usage_policy: Πολιτική Χρήσης Nominatim
         contributors_title_html: Οι συνεισφέροντές μας
         contributors_intro_html: 'Οι συνεισφέροντες μας είναι χιλιάδες άτομα. Επίσης
           έχουμε περιλάβει δεδομένα ανοικτής άδειας από εθνικές υπηρεσίες χαρτογράφησης
           και άλλες πηγές, μεταξύ αυτών:'
-        contributors_at_html: |-
-          <strong>Αυστρία</strong>: Περιέχει δεδομένα από τα
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (υπό  <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> και
-          Land Tirol (υπό <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT με τροποποιήσεις</a>).
-        contributors_au_html: |-
-          <strong>Αυστραλία</strong>: Ενσωματώνει ή αναπτυγμένο χρησιμοποιώντας Διοικητικά Όρια του &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a>
-          με άδεια από την Κοινοπολιτεία της Αυστραλίας υπό
-          <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International licence (CC BY 4.0)</a>.
-        contributors_ca_html: |-
-          <strong>Καναδάς</strong>: Περιέχει δεδομένα από τα
-          GeoBase®, GeoGratis (© Τμήμα Φυσικών
-          Πόρων Καναδά), CanVec (© Τμήμα Φυσικών
-          Πόρων Καναδά) και StatCan (Γεωγραφική Διαίρεση,
-          Στατιστική Υπηρεσία Καναδά).
-        contributors_fi_html: "<strong>Φινλανδία</strong>: Περιέχει δεδομένα από το
-          National Land Survey of Finland's Topographic Database\nκαι άλλα datasets,
-          υπό την \n<a href=\"https://www.maanmittauslaitos.fi/en/opendata-licence-version1\">NLSFI
-          Άδεια</a>."
-        contributors_fr_html: '<strong>Γαλλία</strong>: Περιέχει δεδομένα που προέρχονται
-          από το Direction Générale des Impôts.'
-        contributors_nl_html: '<strong>Ολλανδία</strong>: Περιέχει δεδομένα που προέρχονται
-          από το AND &copy; 2007 (<a href="https://www.and.com">www.and.com</a>)'
-        contributors_nz_html: |-
-          <strong>Νέα Ζηλανδία</strong>: Περιέχει δεδομένα που πηγάζουν <a href="https://data.linz.govt.nz/">Υπηρεσία Δεδομένων LINZ </a> και
-          είναι αδειοδοτημένα για επαναχρησιμοποίηση υπό την άδεια
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Σλοβενία</strong>: Περιέχει δεδομένα από την
-          <a href="http://www.gu.gov.si/en/">Αρχή Τοπογραφίας και Χαρτογράφησης</a> και το <a href="http://www.mkgp.gov.si/en/">Υπουργείο Γεωργίας, Δασών και Τροφίμων</a>
-          (δημόσιες πληροφορίες της Σλοβενίας).
-        contributors_es_html: |-
-          <strong>Ισπανία</strong>: Περιέχει δεδομένα από το
-          εθνικό γεωγραφικό ινστιτούτο Ισπανίας (<a href="http://www.ign.es/">IGN</a>) και το
-          Εθνικό σύστημα χαρτογράφησης (<a href="http://www.scne.es/">SCNE</a>)
-          αδειοδοτημένο για χρήση υπό <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Νότια Αφρική</strong>: Περιέχει δεδομένα που προέρχονται από το
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, Πνευματικό δικαίωμα χώρας κατοχυρωμένο.
-        contributors_gb_html: |-
-          <strong>Ηνωμένο Βασίλειο</strong>: Περιέχει δεδομένα
-          της Ordnance Survey &copy; Crown πνευματικά δικαιώματα και δικαιώματα βάσης δεδομένων
-          2010-19.
-        contributors_footer_1_html: |-
-          Για περισσότερες λεπτομέρειες σχετικά με αυτές, και άλλες πηγές που χρησιμοποιήθηκαν
-          για να βελτιώσουν το OpenStreetMap, παρακαλούμε δείτε τη σελίδα <a href="https://wiki.openstreetmap.org/wiki/Contributors">Συνεισφέροντες</a> στο OpenStreetMap Wiki.
+        contributors_at_austria: Αυστρία
+        contributors_at_cc_by: CC BY
+        contributors_au_australia: Αυστραλία
+        contributors_ca_canada: Καναδάς
+        contributors_fi_finland: Φινλανδία
+        contributors_fi_nlsfi_license: Άδεια NLSFI
+        contributors_fr_france: Γαλλία
+        contributors_nl_netherlands: Κάτω Χώρες
+        contributors_nz_new_zealand: Νέα Ζηλανδία
+        contributors_nz_linz_data_service: Υπηρεσία Δεδομένων LINZ
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_rs_serbia: Σερβία
+        contributors_rs_open_data_portal: Εθνική Πύλη Ανοικτών Δεδομένων
+        contributors_si_slovenia: Σλοβενία
+        contributors_si_mkgp: Υπουργείο Γεωργίας, Δασών και Τροφίμων
+        contributors_es_spain: Ισπανία
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_south_africa: Νότια Αφρική
+        contributors_gb_united_kingdom: Ηνωμένο Βασίλειο
+        contributors_2_contributors_page: Σελίδα συνεισφερόντων
         contributors_footer_2_html: Η συμπερίληψη δεδομένων στο OpenStreetMap δεν
           συνεπάγεται ότι ο αρχικός πάροχος δεδομένων εγκρίνει το OpenStreetMap, παρέχει
           οποιαδήποτε εγγύηση ή αποδέχεται καμία ευθύνη.
@@ -2101,17 +2035,6 @@ el:
         infringement_1_html: Υπενθυμίζουμε στους συνεισφέροντες του OSM να μην προσθέτουν
           δεδομένα από πηγές με πνευματικά δικαιώματα (π.χ. Google Maps η έντυπους
           χάρτες) χωρίς την προηγούμενη άδεια από τους ιδιοκτήτες των δικαιωμάτων.
-        infringement_2_html: Εάν πιστεύετε ότι προστέθηκε παράνομα υλικό που προστατεύεται
-          από πνευματικά δικαιώματα στη βάση δεδομένων του OpenStreetMap ή σε αυτόν
-          τον ιστότοπο, παρακαλούμε απευθυνθείτε στη <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">διαδικασία
-          απομάκρυνσης</a> ή καταθέστε άμεσα μια αίτηση στην <a href="https://dmca.openstreetmap.org/">on-line
-          σελίδα αιτήσεων</a>.
-        trademarks_title_html: <span id="trademarks"></span>Εμπορικά σήματα
-        trademarks_1_html: Το OpenStreetMap, το λογότυπο με το μεγεθυντικό φακό και
-          το «State of the Map» είναι σήματα κατατεθέντα του Ιδρύματος OpenStreetMap.
-          Αν έχετε ερωτήσεις σχετικά με τη χρήση των σημάτων, παρακαλούμε επισκεφθείτε
-          το <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Πολιτική
-          Εμπορικών Σημάτων</a>.
     index:
       js_1: Είτε χρησιμοποιείτε πρόγραμμα περιήγησης που δεν υποστηρίζει JavaScript
         ή έχετε απενεργοποιήσει την JavaScript.
@@ -2145,7 +2068,6 @@ el:
       licence_details_html: Τα δεδομένα OpenStreetMap αδειοδοτούνται με %{odbl_link}
         (ODbL).
       odbl: Άδεια χρήσης Open Data Commons Open Database
-      odbl_url: https://opendatacommons.org/licenses/odbl/1.0/
       too_large:
         advice: 'Αν η εξαγωγή αποτυγχάνει, παρακαλούμε δοκιμάστε μία από τις πηγές
           που αναφέρονται παρακάτω:'
@@ -2190,10 +2112,10 @@ el:
             τρόπος να προχωρήσετε είναι να ενταχθείτε στην κοινότητα του OpenStreetMap
             και να προσθέσετε ή να επισκευάσετε τα δεδομένα από μόνοι σας.
         add_a_note:
-          instructions_html: |-
-            Απλά κάντε κλικ στο <a class='icon note'></a> ή στο ίδιο εικονίδιο στην οθόνη του χάρτη.
-            Î\88Ï\84Ï\83ι Î¸Î± Ï\80Ï\81οÏ\83Ï\84εθεί Î´ÎµÎ¯ÎºÏ\84ηÏ\82 Ï\83Ï\84ον Ï\87άÏ\81Ï\84η, Ï\84ον Î¿Ï\80οίο Î¼Ï\80οÏ\81είÏ\84ε Î½Î± Î¼ÎµÏ\84ακινήÏ\83εÏ\84ε Ï\83Ï\8dÏ\81ονÏ\84αÏ\82 Ï\84ον.
-            Προσθέστε το μήνυμά σας και στη συνέχεια, κάντε κλικ στο κουμπί αποθήκευσης, ώστε να μπορούν άλλοι χαρτογράφοι να ερευνήσουν το πρόβλημα.
+          instructions_1_html: Απλώς κάντε κλικ στο %{note_icon} ή στο ίδιο εικονίδιο
+            στην εμφάνιση του χάρτη. Αυτό θα προσθέσει ένα δείκτη στο χάρτη, τον οποίο
+            Î¼Ï\80οÏ\81είÏ\84ε Î½Î± Î¼ÎµÏ\84ακινήÏ\83εÏ\84ε Ï\83Ï\8dÏ\81ονÏ\84αÏ\82. Î Ï\81οÏ\83θέÏ\83Ï\84ε Ï\84ο Î¼Î®Î½Ï\85μά Ï\83αÏ\82, ÎºÎ¬Î½Ï\84ε ÎºÎ»Î¹Îº
+            στην αποθήκευση και άλλοι χαρτογράφοι θα το ερευνήσουν.
       other_concerns:
         title: Άλλες ανησυχίες
     help:
@@ -2240,10 +2162,20 @@ el:
       removed: Ο προεπιλεγμένος σας επεξεργαστής του OpenStreetMap έχει τεθεί ως Potlatch.
         Επειδή το Adobe Flash Player έχει αποσυρθεί, ο Potlatch δεν είναι πια διαθέσιμος
         για χρήση σε πρόγραμμα περιήγησης ιστού.
+      desktop_application_html: Μπορείτε να χρησιμοποιήσετε ακόμα το Potlatch από
+        %{download_link}.
+      download: λήψη της εφαρμογής επιφάνειας εργασίας για Mac και Windows
+      id_editor_html: Εναλλακτικά, μπορείτε να ορίσετε το προεπιλεγμένο πρόγραμμα
+        επεξεργασίας σε iD, το οποίο εκτελείται στο πρόγραμμα περιήγησής σας όπως
+        έκανε στο παρελθόν το Potlatch. %{change_preferences_link}.
+      change_preferences: Αλλάξτε τις προτιμήσεις σας εδώ
     any_questions:
       title: Ερωτήσεις;
+      paragraph_1_html: |-
+        Το OpenStreetMap διαθέτει αρκετές πηγές για να μάθετε για το έργο, να ρωτάτε και να απαντάτε
+        ερωτήσεις, και συλλογικά να συζητάτε και να τεκμηριώνετε θέματα χαρτογράφησης. %{help_link}. Είστε με έναν οργανισμό που κάνει σχέδια για το OpenStreetMap; %{welcome_mat_link}.
       get_help_here: Λάβετε βοήθεια εδώ
-      welcome_mat_url: https://welcome.openstreetmap.org/
+      welcome_mat: Δείτε το Χαλάκι Καλωσορίσματος
     sidebar:
       search_results: Αποτελέσματα Αναζήτησης
       close: Κλείσιμο
@@ -2336,33 +2268,52 @@ el:
         που πρέπει να ξέρετε.
       whats_on_the_map:
         title: Τι είναι στον Χάρτη
+        on_the_map_html: Το OpenStreetMap είναι ένα μέρος για τη χαρτογράφηση πραγμάτων
+          που είναι %{real_and_current} - περιλαμβάνει εκατομμύρια κτίρια, δρόμους
+          και άλλες λεπτομέρειες σχετικά με μέρη. Μπορείτε να χαρτογραφήσετε οποιαδήποτε
+          χαρακτηριστικά του πραγματικού κόσμου σας ενδιαφέρουν.
+        real_and_current: πραγματικά και τρέχοντα
+        off_the_map_html: Αυτό που %{doesnt} περιλαμβάνει είναι δεδομένα με γνώμη
+          όπως αξιολογήσεις, ιστορικά ή υποθετικά χαρακτηριστικά, καθώς και δεδομένα
+          από πηγές που προστατεύονται από πνευματικά δικαιώματα. Εκτός αν έχετε ειδική
+          άδεια, μην αντιγράφετε από διαδικτυακούς ή έντυπους χάρτες.
+        doesnt: δεν
       basic_terms:
         title: Βασικοί όροι για τη Χαρτογράφηση
         paragraph_1: Η κοινότητα OpenStreetMap έχει δικό της γλωσσάρι. Παρακάτω είναι
           μερικές λέξεις που μπορεί να σας φανούν χρήσιμες.
-        an_editor_html: Î¤Î¿ %{editor} είναι ένα πρόγραμμα ή ένας ιστότοπος που μπορείτε
+        an_editor_html: Î\9f %{editor} είναι ένα πρόγραμμα ή ένας ιστότοπος που μπορείτε
           να χρησιμοποιήσετε για να επεξεργαστείτε τον χάρτη.
-        a_node_html: Î¤Î¿ %{node} ÎµÎ¯Î½Î±Î¹ Î­Î½Î± Ï\83ημείο Ï\83Ï\84ον χάρτη, όπως ένα μεμονωμένο εστιατόριο
+        a_node_html: Î\9f %{node} ÎµÎ¯Î½Î±Î¹ Î­Î½Î± Ï\83ημείο Ï\83Ï\84ο χάρτη, όπως ένα μεμονωμένο εστιατόριο
           ή ένα δέντρο.
-        a_way_html: Î¤Î¿ %{way} είναι μια γραμμή ή περιοχή, όπως δρόμος, ρέμα, λίμνη
+        a_way_html: Î\9cια %{way} είναι μια γραμμή ή περιοχή, όπως δρόμος, ρέμα, λίμνη
           ή κτίριο.
-        a_tag_html: Οι %{tag} είναι δεδομένα που σχετίζονται με κόμβους ή διαδρομές,
-          όπως τα ονόματα εστιατορίων ή τα όρια ταχύτητας διάφορων δρόμων.
+        a_tag_html: Η %{tag} είναι δεδομένα που σχετίζονται με κόμβους ή διαδρομές,
+          όπως το όνομα ενός εστιατορίου ή το όριο ταχύτητας του δρόμου.
+        editor: επεξεργαστής
         node: κόμβος
         way: διαδρομή
         tag: ετικέτα
       rules:
         title: Κανόνες!
+        para_1_html: Το OpenStreetMap έχει λίγους επίσημους κανόνες, αλλά αναμένουμε
+          από όλους τους συμμετέχοντες να συνεργαστούν με και να επικοινωνήσουν με
+          την κοινότητα. Εάν σκέφτεστε οποιεσδήποτε άλλες δραστηριότητες εκτός από
+          την επεξεργασία με το χέρι, παρακαλούμε διαβάστε και ακολουθήστε τις οδηγίες
+          για %{imports_link} και %{automated_edits_link}.
         imports: Εισαγωγές
-        imports_url: https://wiki.openstreetmap.org/wiki/Import/Guidelines
-        automated_edits_url: https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct
+        automated_edits: Αυτοματοποιημένες Επεξεργασίες
       start_mapping: Ξεκινήστε τη Χαρτογράφηση
       add_a_note:
         title: Δεν έχετε χρόνο για χαρτογράφηση; Προσθέστε μια σημείωση!
         para_1: Εάν θέλετε κάτι μικρό να διορθωθεί και δεν έχετε χρόνο να εγγραφείτε
           και να μάθετε πως να επεξεργάζεστε τον χάρτη, είναι εύκολο να προσθέσετε
-          σημειώσεις.
-        the_map: ο χάρτης
+          μια σημείωση.
+        para_2_html: 'Απλώς μεταβείτε %{map_link} και κάντε κλικ στο εικονίδιο σημείωσης:
+          %{note_icon}. Αυτό θα προσθέσει ένα δείκτη στο χάρτη, τον οποίο μπορείτε
+          να μετακινήσετε σύροντας. Προσθέστε το μήνυμά σας, μετά κάντε κλικ στην
+          αποθήκευση και άλλοι χαρτογράφοι θα το ερευνήσουν.'
+        the_map: στο χάρτη
     communities:
       title: Κοινότητες
       lede_text: "Άνθρωποι από όλο τον κόσμο συνεισφέρουν ή χρησιμοποιούν το OpenStreetMap.\nΕνώ
@@ -2380,6 +2331,7 @@ el:
         list_text: 'Οι ακόλουθες κοινότητες έχουν συσταθεί επίσημα ως Τοπικά Παραρτήματα:'
       other_groups:
         title: Άλλες Ομάδες
+        communities_wiki: Wiki σελίδα κοινοτήτων
   traces:
     visibility:
       private: Προσωπικό (διαμοιρασμός μόνο σαν ανώνυμος, μη χρονοσημασμένα σημεία)
@@ -2444,7 +2396,7 @@ el:
     trace:
       pending: ΕΚΚΡΕΜΕΙ
       count_points:
-        one: 1 σημείο
+        one: '%{count} σημείο'
         other: '%{count} σημεία'
       more: περισσότερα
       trace_details: Προβολή λεπτομερειών ίχνους
@@ -2462,11 +2414,11 @@ el:
       public_traces_from: Δημόσια ίχνη GPS από τον %{user}
       description: Προβολή πρόσφατων μεταφορτωμένων ιχνών GPS
       tagged_with: χαρακτηρίστηκαν με %{tags}
+      empty_title: Τίποτα εδώ ακόμα
       empty_upload_html: '%{upload_link} ή μάθετε περισσότερα για την ανίχνευση GPS
         στο %{wiki_link}.'
       upload_new: Μεταφόρτωση νέας διαδρομής
       wiki_page: σελίδα wiki
-      wiki_page_url: https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2
       upload_trace: Αποστολή ίχνους
       all_traces: Όλα τα ίχνη
       my_traces: Τα ίχνη μου
@@ -2665,6 +2617,9 @@ el:
         μερικά ειδικά εργαλεία αλλιώς ο διακομιστής μπορεί να χρειάζεται ένα.
       continue: Εγγραφή
       terms accepted: Ευχαριστούμε για την αποδοχή των νέων όρων συνεισφοράς!
+      email_confirmation_help_html: Η διεύθυνσή σας δεν εμφανίζεται δημόσια, ανατρέξτε
+        στην %{privacy_policy_link} για περισσότερες πληροφορίες.
+      privacy_policy: πολιτική απορρήτου
     terms:
       title: Όροι
       heading: Όροι
@@ -2682,6 +2637,7 @@ el:
       consider_pd: Και επιπρόσθετα στην παραπάνω συμφωνία, καταστώ τις συνεισφορές
         μου στο κοινό κτήμα (για ελεύθερη χρήση)
       consider_pd_why: τι είναι αυτό;
+      informal_translations: ανεπίσημες μεταφράσεις
       continue: Συνέχεια
       decline: Διαφωνώ
       you need to accept or decline: Παρακαλούμε διαβάστε και αποδεχτείτε ή απορρίψτε
@@ -2864,19 +2820,19 @@ el:
       time_past_html: Τελείωσε %{time}.
       block_duration:
         hours:
-          one: 1 ώρα
+          one: '%{count} ώρα'
           other: '%{count} ώρες'
         days:
-          one: 1 ημέρα
+          one: '%{count} ημέρα'
           other: '%{count} ημέρες'
         weeks:
-          one: 1 εβδομάδα
+          one: '%{count} εβδομάδα'
           other: '%{count} εβδομάδες'
         months:
-          one: 1 μήνας
+          one: '%{count} μήνας'
           other: '%{count} μήνες'
         years:
-          one: 1 χρόνος
+          one: '%{count} χρόνος'
           other: '%{count} χρόνια'
     blocks_on:
       title: Φραγές στον %{name}
@@ -2931,15 +2887,15 @@ el:
       open_title: 'Ανοικτή σημείωση #%{note_name}'
       closed_title: 'Επιλυμένη σημείωση #%{note_name}'
       hidden_title: 'Κρυφή σημείωση #%{note_name}'
-      opened_by_html: Δημιουργήθηκε από τον %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Δημιουργήθηκε από ανώνυμο χρήστη <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Σχόλιο από τον %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Σχόλιο από ανώνυμο χρήστη <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Επιλύθηκε από τον %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Επιλύθηκε από ανώνυμο χρήστη <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Επανενεργοποιήθηκε από τον %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Επανενεργοποιήθηκε από ανώνυμο χρήστη <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Έγινε κρυφό από τον %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Δημιουργήθηκε από %{user} %{time_ago}
+      event_opened_by_anonymous_html: Δημιουργήθηκε από ανώνυμο %{time_ago}
+      event_commented_by_html: Σχολιάστηκε από %{user} %{time_ago}
+      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: Αυτό η σημείωση περιλαμβάνει σχόλια από ανώνυμους χρήστες
         που πρέπει να επαληθεύονται ανεξάρτητα.
@@ -2999,11 +2955,11 @@ el:
       locate:
         title: Προβολή της Τοποθεσίας μου
         metersPopup:
-          one: Είστε εντός ενός μέτρου από το σημείο
-          other: Î\95ίÏ\83Ï\84ε Î¼ÎµÏ\84αξÏ\8d %{count} μέτρων από το σημείο
+          one: Είστε εντός %{count} μέτρου από το σημείο
+          other: Î\95ίÏ\83Ï\84ε ÎµÎ½Ï\84Ï\8cÏ\82 %{count} μέτρων από το σημείο
         feetPopup:
-          one: Είστε εντός ενός ποδός από το σημείο
-          other: Î\95ίÏ\83Ï\84ε Î¼ÎµÏ\84αξÏ\8d %{count} ποδιών από το σημείο
+          one: Είστε εντός %{count} ποδός από το σημείο
+          other: Î\95ίÏ\83Ï\84ε ÎµÎ½Ï\84Ï\8cÏ\82 %{count} ποδιών από το σημείο
       base:
         standard: Κανονικός
         cyclosm: CyclOSM
@@ -3018,18 +2974,13 @@ el:
         gps: Δημόσια ίχνη GPS
         overlays: Ενεργοποίηση επικαλύψεων για την αντιμετώπιση προβλημάτων του χάρτη
         title: Στρώματα
-      copyright: © <a href='%{copyright_url}'>Συνεισφέροντες του OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Κάνετε Δωρεά</a>
-      terms: <a href='%{terms_url}' target='_blank'>Όροι ιστότοπου και API</a>
-      cyclosm: Στυλ πλακιδίων από το <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        φιλοξενούνται από το <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Γαλλίας</a>
-      thunderforest: Ευγενική χορηγεία πλακιδίων από τον <a href='%{thunderforest_url}'
-        target='_blank'>Andy Allan</a>
-      opnvkarte: Ευγενική χορηγία πλακιδίων από <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Στύλ πλακιδίων από την <a href='%{hotosm_url}' target='_blank'>Ομάδα
-        Humanitarian OpenStreetMap</a> φιλοξενείται από <a href='%{osmfrance_url}'
-        target='_blank'>OpenStreetMap Γαλλίας</a>
+      openstreetmap_contributors: Συνεισφέροντες OpenStreetMap
+      make_a_donation: Κάντε μια δωρεά
+      website_and_api_terms: Όροι ιστότοπου και API
+      osm_france: OpenStreetMap Γαλλίας
+      andy_allan: Andy Allan
+      memomaps: MeMoMaps
+      hotosm_name: Humanitarian OpenStreetMap Team
     site:
       edit_tooltip: Επεξεργασία του χάρτη
       edit_disabled_tooltip: Κάντε μεγέθυνση για να επεξεργαστείτε το χάρτη
index 8c835dd897530691585cc748c91e8499772643de..29940265560c5afecc54423b9471492a3a38963b 100644 (file)
@@ -280,12 +280,6 @@ en-GB:
   browse:
     created: Created
     closed: Closed
-    created_html: Created <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Closed <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Created <abbr title='%{title}'>%{time}</abbr> by %{user}
-    deleted_by_html: Deleted <abbr title='%{title}'>%{time}</abbr> by %{user}
-    edited_by_html: Edited <abbr title='%{title}'>%{time}</abbr> by %{user}
-    closed_by_html: Closed <abbr title='%{title}'>%{time}</abbr> by %{user}
     version: Version
     in_changeset: Changeset
     anonymous: anonymous
@@ -305,8 +299,6 @@ en-GB:
       relation: Relations (%{count})
       relation_paginated: Relations (%{x}-%{y} of %{count})
       comment: Comments (%{count})
-      hidden_commented_by_html: Hidden comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Changeset XML
       osmchangexml: osmChange XML
       feed:
@@ -528,13 +520,6 @@ en-GB:
       success: '%{name} was removed from your friends.'
       not_a_friend: '%{name} is not one of your friends.'
   geocoder:
-    search:
-      title:
-        latlon_html: Results from <a href="https://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1194,10 +1179,6 @@ en-GB:
       failed_to_import: 'failed to import. Here is the error:'
       subject: '[OpenStreetMap] GPX Import failure'
     gpx_success:
-      loaded_successfully:
-        one: loaded successfully with %{trace_points} out of a possible 1 point.
-        other: loaded successfully with %{trace_points} out of a possible %{possible_points}
-          points.
       subject: '[OpenStreetMap] GPX Import success'
     signup_confirm:
       subject: '[OpenStreetMap] Welcome to OpenStreetMap'
@@ -1368,7 +1349,6 @@ en-GB:
       image: Image
       gravatar:
         gravatar: Use Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         disabled: Gravatar has been disabled.
         enabled: Display of your Gravatar has been enabled.
       new image: Add an image
@@ -1426,7 +1406,6 @@ en-GB:
   site:
     about:
       next: Next
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
       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.
@@ -1436,24 +1415,8 @@ en-GB:
         aerial imagery, GPS devices, and low-tech field maps to verify that OSM
         is accurate and up to date.
       community_driven_title: Community Driven
-      community_driven_html: |-
-        OpenStreetMap's community is diverse, passionate, and growing every day. Our contributors include enthusiast mappers, GIS professionals, engineers running the OSM servers, humanitarians mapping disaster-affected areas, and many more.
-        To learn more about the community, see the <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>, <a href='%{diary_path}'>user diaries</a>, <a href='https://blogs.openstreetmap.org/'>community blogs</a>, and the <a href='https://www.osmfoundation.org/'>OSM Foundation</a> website.
       open_data_title: Open Data
-      open_data_html: |-
-        OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
-        as long as you credit OpenStreetMap and its contributors. If you alter or
-        build upon the data in certain ways, you may distribute the result only
-        under the same licence. See the <a href='%{copyright_path}'>Copyright and
-        Licence page</a> for details.
       legal_title: Legal
-      legal_1_html: "This site and many other related services are formally operated
-        by the  \n<a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a>
-        (OSMF) \non behalf of the community. Use of all OSMF operated services is
-        subject \nto our <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">Terms
-        of Use</a>, <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nAcceptable
-        Use Policies</a> and our <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">Privacy
-        Policy</a>."
       partners_title: Partners
     copyright:
       foreign:
@@ -1470,86 +1433,16 @@ en-GB:
         mapping_link: start mapping
       legal_babble:
         title_html: Copyright and Licence
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> is <i>open data</i>, licensed under the <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) by the  <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: You are free to copy, distribute,  transmit and adapt our data,
-          as long as you credit OpenStreetMap and its contributors. If you alter or
-          build upon our data, you may distribute the result only under the same licence.
-          The full <a href="https://opendatacommons.org/licenses/odbl/1.0/">legal
-          code</a> explains your rights and responsibilities.
-        intro_3_1_html: "Our documentation is licensed under the \n<a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">Creative\nCommons
-          Attribution-ShareAlike 2.0</a> licence (CC BY-SA 2.0)."
         credit_title_html: How to credit OpenStreetMap
-        credit_4_html: |-
-          To make clear that the data is available under the Open
-          Database License, you may link to
-          <a href="https://www.openstreetmap.org/copyright">this copyright page</a>.
-          Alternatively, and as a requirement if you are distributing OSM in a
-          data form, you can name and link directly to the licence(s). In media
-          where links are not possible (e.g. printed works), we suggest you
-          direct your readers to openstreetmap.org (perhaps by expanding
-          'OpenStreetMap' to this full address) and to opendatacommons.org.
-          In this example, the credit appears in the corner of the map.
         attribution_example:
           alt: Example of how to attribute OpenStreetMap on a webpage
           title: Attribution example
         more_title_html: Finding out more
-        more_1_html: |-
-          Read more about using our data, and how to credit us, at the <a
-          href="https://osmfoundation.org/Licence">OSMF Licence page</a>.
-        more_2_html: |-
-          Although OpenStreetMap is open data, we cannot provide a
-          free-of-charge map API for third-parties.
-          See our <a href="https://operations.osmfoundation.org/policies/api/">API Usage Policy</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Tile Usage Policy</a>
-          and <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim Usage Policy</a>.
         contributors_title_html: Our contributors
         contributors_intro_html: |-
           Our contributors are thousands of individuals. We also include
           openly-licenced data from national mapping agencies
           and other sources, among them:
-        contributors_at_html: |-
-          <strong>Austria</strong>: Contains data from
-          <a href="http://data.wien.gv.at/">Stadt Wien</a> (under
-          <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
-          Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
-        contributors_ca_html: |-
-          <strong>Canada</strong>: Contains data from
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada), and StatCan (Geography Division,
-          Statistics Canada).
-        contributors_fi_html: |-
-          <strong>Finland</strong>: Contains data from the
-          National Land Survey of Finland's Topographic Database
-          and other datasets, under the
-          <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI Licence</a>.
-        contributors_fr_html: '<strong>France</strong>: Contains data sourced from
-          Direction Générale des Impôts.'
-        contributors_nl_html: '<strong>Netherlands</strong>: Contains &copy; AND data,
-          2007 (<a href="http://www.and.com">www.and.com</a>)'
-        contributors_nz_html: |-
-          <strong>New Zealand</strong>: Contains data sourced from the
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> and
-          licensed for reuse under
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Slovenia</strong>: Contains data from the
-          <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> and
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
-          (public information of Slovenia).
-        contributors_za_html: '<strong>South Africa</strong>: Contains data sourced
-          from <a href="http://www.ngi.gov.za/">Chief Directorate: National Geo-Spatial
-          Information</a>, State copyright reserved.'
-        contributors_gb_html: '<strong>United Kingdom</strong>: Contains Ordnance
-          Survey data &copy; Crown copyright and database right 2010-19.'
-        contributors_footer_1_html: For further details of these, and other sources
-          that have been used to help improve OpenStreetMap, please see the <a href="https://wiki.openstreetmap.org/wiki/Contributors">Contributors
-          page</a> on the OpenStreetMap Wiki.
         contributors_footer_2_html: Inclusion of data in OpenStreetMap does not imply
           that the original data provider endorses OpenStreetMap, provides any warranty,
           or accepts any liability.
@@ -1557,11 +1450,6 @@ en-GB:
         infringement_1_html: OSM contributors are reminded never to add data from
           any copyrighted sources (e.g. Google Maps or printed maps) without explicit
           permission from the copyright holders.
-        trademarks_title_html: <span id="trademarks"></span>Trademarks
-        trademarks_1_html: OpenStreetMap, the magnifying glass logo, and State of
-          the Map are registered trademarks of the OpenStreetMap Foundation. If you
-          have questions about your use of the marks, please see our <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Trademark
-          Policy</a>.
     index:
       js_1: You are either using a browser that does not support JavaScript, or you
         have disabled JavaScript.
@@ -1631,11 +1519,6 @@ en-GB:
           explanation_html: If you have noticed a problem with our map data, for example
             a road is missing or your address, the best way to proceed is to join
             the OpenStreetMap community and add or repair the data yourself.
-        add_a_note:
-          instructions_html: Just click <a class='icon note'></a> or the same icon
-            on the map display. This will add a marker to the map, which you can move
-            by dragging. Add your message, then click save, and other mappers will
-            investigate.
       other_concerns:
         title: Other concerns
     help:
@@ -2178,15 +2061,6 @@ en-GB:
       open_title: 'Unresolved note #%{note_name}'
       closed_title: 'Resolved note #%{note_name}'
       hidden_title: 'Hidden note #%{note_name}'
-      opened_by_html: Created by %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Created by anonymous <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Comment from anonymous <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Resolved by %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Resolved by anonymous <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reactivated by %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reactivated by anonymous <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Hidden by %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       anonymous_warning: This note includes comments from anonymous users which should
         be independently verified.
       hide: Hide
@@ -2247,8 +2121,6 @@ en-GB:
         gps: Public GPS Traces
         overlays: Enable overlays for troubleshooting the map
         title: Layers
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap contributors</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Make a Donation</a>
     site:
       edit_tooltip: Edit the map
       edit_disabled_tooltip: Zoom in to edit the map
index 7643c33bd8a50fb1077defabeafc8427850b9eeb..8025b617f097a89bcefd0926173f25b6e4ec12eb 100644 (file)
@@ -154,46 +154,45 @@ en:
         reason: The reason why the user is being blocked. Please be as calm and as reasonable as possible, giving as much detail as you can about the situation, remembering that the message will be publicly visible. Bear in mind that not all users understand the community jargon, so please try to use layman's terms.
         needs_view: Does the user need to log in before this block will be cleared?
       user:
-        email_confirmation: 'Your address is not displayed publicly, see our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="OSMF privacy policy including section on email addresses">privacy policy</a> for more information.'
         new_email: "(never displayed publicly)"
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: about 1 hour ago
+        one: about %{count} hour ago
         other: about %{count} hours ago
       about_x_months:
-        one: about 1 month ago
+        one: about %{count} month ago
         other: about %{count} months ago
       about_x_years:
-        one: about 1 year ago
+        one: about %{count} year ago
         other: about %{count} years ago
       almost_x_years:
-        one: almost 1 year ago
+        one: almost %{count} year ago
         other: almost %{count} years ago
       half_a_minute: half a minute ago
       less_than_x_seconds:
-        one: less than 1 second ago
+        one: less than %{count} second ago
         other: less than %{count} seconds ago
       less_than_x_minutes:
-        one: less than a minute ago
+        one: less than %{count} minute ago
         other: less than %{count} minutes ago
       over_x_years:
-        one: over 1 year ago
+        one: over %{count} year ago
         other: over %{count} years ago
       x_seconds:
-        one: 1 second ago
+        one: "%{count} second ago"
         other: "%{count} seconds ago"
       x_minutes:
-        one: 1 minute ago
+        one: "%{count} minute ago"
         other: "%{count} minutes ago"
       x_days:
-        one: 1 day ago
+        one: "%{count} day ago"
         other: "%{count} days ago"
       x_months:
-        one: 1 month ago
+        one: "%{count} month ago"
         other: "%{count} months ago"
       x_years:
-        one: 1 year ago
+        one: "%{count} year ago"
         other: "%{count} years ago"
   printable_name:
     with_id: "%{id}"
@@ -300,22 +299,22 @@ en:
   browse:
     created: "Created"
     closed: "Closed"
-    created_html: "Created <abbr title='%{title}'>%{time}</abbr>"
-    closed_html: "Closed <abbr title='%{title}'>%{time}</abbr>"
-    created_by_html: "Created <abbr title='%{title}'>%{time}</abbr> by %{user}"
-    deleted_by_html: "Deleted <abbr title='%{title}'>%{time}</abbr> by %{user}"
-    edited_by_html: "Edited <abbr title='%{title}'>%{time}</abbr> by %{user}"
-    closed_by_html: "Closed <abbr title='%{title}'>%{time}</abbr> by %{user}"
+    created_ago_html: "Created %{time_ago}"
+    closed_ago_html: "Closed %{time_ago}"
+    created_ago_by_html: "Created %{time_ago} by %{user}"
+    closed_ago_by_html: "Closed %{time_ago} by %{user}"
+    deleted_ago_by_html: "Deleted %{time_ago} by %{user}"
+    edited_ago_by_html: "Edited %{time_ago} by %{user}"
     version: "Version"
     in_changeset: "Changeset"
     anonymous: "anonymous"
     no_comment: "(no comment)"
     part_of: "Part of"
     part_of_relations:
-      one: 1 relation
+      one: "%{count} relation"
       other: "%{count} relations"
     part_of_ways:
-      one: 1 way
+      one: "%{count} way"
       other: "%{count} ways"
     download_xml: "Download XML"
     view_history: "View History"
@@ -333,8 +332,8 @@ en:
       relation: "Relations (%{count})"
       relation_paginated: "Relations (%{x}-%{y} of %{count})"
       comment: "Comments (%{count})"
-      hidden_commented_by_html: "Hidden comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
-      commented_by_html: "Comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
+      hidden_comment_by_html: "Hidden comment from %{user} %{time_ago}"
+      comment_by_html: "Comment from %{user} %{time_ago}"
       changesetxml: "Changeset XML"
       osmchangexml: "osmChange XML"
       feed:
@@ -360,7 +359,7 @@ en:
       history_title_html: "Relation History: %{name}"
       members: "Members"
       members_count:
-        one: 1 member
+        one: "%{count} member"
         other: "%{count} members"
     relation_member:
       entry_html: "%{type} %{name}"
@@ -591,9 +590,13 @@ en:
   geocoder:
     search:
       title:
-        latlon_html: 'Results from <a href="https://openstreetmap.org/">Internal</a>'
-        osm_nominatim_html: 'Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
-        osm_nominatim_reverse_html: 'Results from <a href="https://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>'
+        results_from_html: 'Results from %{results_link}'
+        latlon: Internal
+        latlon_url: https://openstreetmap.org/
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_url: https://nominatim.openstreetmap.org/
+        osm_nominatim_reverse: OpenStreetMap Nominatim
+        osm_nominatim_reverse_url: https://nominatim.openstreetmap.org/
     search_osm_nominatim:
       prefix_format: "%{name}"
       prefix:
@@ -1387,11 +1390,10 @@ en:
       status: Status
       reports: Reports
       last_updated: Last Updated
-      last_updated_time_html: "<abbr title='%{title}'>%{time}</abbr>"
-      last_updated_time_user_html: "<abbr title='%{title}'>%{time}</abbr> by %{user}"
+      last_updated_time_ago_user_html: "%{time_ago} by %{user}"
       link_to_reports: View Reports
       reports_count:
-        one: "1 Report"
+        one: "%{count} Report"
         other: "%{count} Reports"
       reported_item: Reported Item
       states:
@@ -1402,7 +1404,7 @@ en:
       title: "%{status} Issue #%{issue_id}"
       reports:
         zero: No reports
-        one: 1 report
+        one: "%{count} report"
         other: "%{count} reports"
       report_created_at: "First reported at %{datetime}"
       last_resolved_at: "Last resolved at %{datetime}"
@@ -1552,9 +1554,9 @@ en:
       subject: "[OpenStreetMap] GPX Import failure"
     gpx_success:
       hi: "Hi %{to_user},"
-      loaded_successfully:
-        one: loaded successfully with %{trace_points} out of a possible 1 point.
-        other: loaded successfully with %{trace_points} out of a possible %{possible_points} points.
+      loaded:
+        one: "loaded successfully with %{trace_points} out of a possible %{count} point."
+        other: "loaded successfully with %{trace_points} out of a possible %{count} points."
       subject: "[OpenStreetMap] GPX Import success"
     signup_confirm:
       subject: "[OpenStreetMap] Welcome to OpenStreetMap"
@@ -1825,7 +1827,8 @@ en:
   site:
     about:
       next: Next
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
+      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"
       lede_text: |
         OpenStreetMap is built by a community of mappers that contribute and maintain data
@@ -1836,35 +1839,52 @@ en:
         aerial imagery, GPS devices, and low-tech field maps to verify that OSM
         is accurate and up to date.
       community_driven_title: Community Driven
-      community_driven_html: |
+      community_driven_1_html: |
         OpenStreetMap's community is diverse, passionate, and growing every day.
         Our contributors include enthusiast mappers, GIS professionals, engineers
         running the OSM servers, humanitarians mapping disaster-affected areas,
         and many more.
-        To learn more about the community, see the
-        <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>,
-        <a href='%{diary_path}'>user diaries</a>,
-        <a href='https://blogs.openstreetmap.org/'>community blogs</a>, and
-        the <a href='https://www.osmfoundation.org/'>OSM Foundation</a> website.
+        To learn more about the community, see the %{osm_blog_link},
+        %{user_diaries_link}, %{community_blogs_link}, and the
+        %{osm_foundation_link} website.
+      community_driven_osm_blog: OpenStreetMap Blog
+      community_driven_osm_blog_url: https://blog.openstreetmap.org
+      community_driven_user_diaries: user diaries
+      community_driven_community_blogs: community blogs
+      community_driven_community_blogs_url: https://blogs.openstreetmap.org/
+      community_driven_osm_foundation: OSM Foundation
+      community_driven_osm_foundation_url: https://www.osmfoundation.org/
       open_data_title: Open Data
-      open_data_html: |
-        OpenStreetMap is <i>open data</i>: you are free to use it for any purpose
+      open_data_1_html: |
+        OpenStreetMap is %{open_data}: you are free to use it for any purpose
         as long as you credit OpenStreetMap and its contributors. If you alter or
         build upon the data in certain ways, you may distribute the result only
-        under the same licence. See the <a href='%{copyright_path}'>Copyright and
-        License page</a> for details.
+        under the same licence. See the %{copyright_license_link} for details.
+      open_data_open_data: open data
+      open_data_copyright_license: Copyright and License page
       legal_title: Legal
-      legal_1_html: |
+      legal_1_1_html: |
         This site and many other related services are formally operated by the
-        <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
+        %{openstreetmap_foundation_link} (OSMF)
         on behalf of the community. Use of all OSMF operated services is subject
-        to our <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Terms of Use</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Acceptable Use Policies</a> and our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privacy Policy</a>.
-      legal_2_html: |
-        Please <a href='https://osmfoundation.org/Contact'>contact the OSMF</a>
+        to our %{terms_of_use_link}, %{aup_link} and our %{privacy_policy_link}.
+      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_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_2_1_html: |
+        Please %{contact_the_osmf_link}
         if you have licensing, copyright or other legal questions.
-        <br>
-        OpenStreetMap, the magnifying glass logo and State of the Map are <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">registered trademarks of the OSMF</a>.
+      legal_2_1_contact_the_osmf: contact the OSMF
+      legal_2_1_contact_the_osmf_url: https://osmfoundation.org/Contact
+      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
       partners_title: Partners
     copyright:
       foreign:
@@ -1878,122 +1898,166 @@ en:
         mapping_link: start mapping
       legal_babble:
         title_html: Copyright and License
-        intro_1_html: |
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> is <i>open data</i>, licensed under the <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) by the  <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: |
+        introduction_1_html: |
+          OpenStreetMap%{registered_trademark_link} is %{open_data}, licensed under the
+          %{odc_odbl_link} (ODbL) by the %{osm_foundation_link} (OSMF).
+        introduction_1_registered_trademark_html: "&reg;"
+        introduction_1_open_data: open data
+        introduction_1_odc_odbl: Open Data Commons Open Database License
+        introduction_1_odc_odbl_url: https://opendatacommons.org/licenses/odbl/
+        introduction_1_osm_foundation: OpenStreetMap Foundation
+        introduction_1_osm_foundation_url: https://osmfoundation.org/
+        introduction_2_html: |
           You are free to copy, distribute, transmit and adapt our data,
           as long as you credit OpenStreetMap and its
           contributors. If you alter or build upon our data, you
           may distribute the result only under the same licence. The
-          full <a href="https://opendatacommons.org/licenses/odbl/1.0/">legal
-          code</a> explains your rights and responsibilities.
-        intro_3_1_html: |
-          Our documentation is licensed under the
-          <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA 2.0).
+          full %{legal_code_link} explains your rights and responsibilities.
+        introduction_2_legal_code: legal code
+        introduction_2_legal_code_url: https://opendatacommons.org/licenses/odbl/1.0/
+        introduction_3_html: |
+          Our documentation is licensed under the %{creative_commons_link} license (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Attribution-ShareAlike 2.0
+        introduction_3_creative_commons_url: https://creativecommons.org/licenses/by-sa/2.0/
         credit_title_html: How to credit OpenStreetMap
         credit_1_html: |
           Where you use OpenStreetMap data, you are required to do the following two things:
-        credit_2_1_html: |
-          <ul>
-            <li>Provide credit to OpenStreetMap by displaying our copyright notice.</li>
-            <li>Make clear that the data is available under the Open Database License.</li>
-          </ul>
-        credit_3_1_html: |
+        credit_2_1: Provide credit to OpenStreetMap by displaying our copyright notice.
+        credit_2_2: Make clear that the data is available under the Open Database License.
+        credit_3_html: |
          For the copyright notice, we have different requirements on how this should be
          displayed, depending on how you are using our data. For example, different
          rules apply on how to show the copyright notice depending on whether you have
          created a browsable map, a printed map or a static image. Full details on the
-         requirements can be found in the
-         <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Attribution
-         Guidelines</a>.
-        credit_4_html: |
+         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_4_1_html: |
           To make clear that the data is available under the Open
-          Database License, you may link to
-          <a href="https://www.openstreetmap.org/copyright">this copyright page</a>.
+          Database License, you may link to %{this_copyright_page_link}.
           Alternatively, and as a requirement if you are distributing OSM in a
           data form, you can name and link directly to the license(s). In media
           where links are not possible (e.g. printed works), we suggest you
           direct your readers to openstreetmap.org (perhaps by expanding
           'OpenStreetMap' to this full address) and to opendatacommons.org.
           In this example, the credit appears in the corner of the map.
+        credit_4_1_this_copyright_page: this copyright page
         attribution_example:
           alt: Example of how to attribute OpenStreetMap on a webpage
           title: Attribution example
         more_title_html: Finding out more
-        more_1_html: |
-          Read more about using our data, and how to credit us, at the <a
-          href="https://osmfoundation.org/Licence">OSMF Licence page</a>.
-        more_2_html: |
+        more_1_1_html: Read more about using our data, and how to credit us, at the %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: OSMF Licence page
+        more_1_1_osmf_licence_page_url: https://osmfoundation.org/Licence
+        more_2_1_html: |
           Although OpenStreetMap is open data, we cannot provide a
           free-of-charge map API for third-parties.
-          See our <a href="https://operations.osmfoundation.org/policies/api/">API Usage Policy</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Tile Usage Policy</a>
-          and <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim Usage Policy</a>.
+          See our %{api_usage_policy_link}, %{tile_usage_policy_link} and %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: API Usage Policy
+        more_2_1_api_usage_policy_url: https://operations.osmfoundation.org/policies/api/
+        more_2_1_tile_usage_policy: Tile Usage Policy
+        more_2_1_tile_usage_policy_url: https://operations.osmfoundation.org/policies/tiles/
+        more_2_1_nominatim_usage_policy: Nominatim Usage Policy
+        more_2_1_nominatim_usage_policy_url: https://operations.osmfoundation.org/policies/nominatim/
         contributors_title_html: Our contributors
         contributors_intro_html: |
           Our contributors are thousands of individuals. We also include
           openly-licensed data from national mapping agencies
           and other sources, among them:
-        contributors_at_html: |
-          <strong>Austria</strong>: Contains data from
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (under
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
-          Land Tirol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
-        contributors_au_html: |
-          <strong>Australia</strong>: Incorporates or developed using Administrative Boundaries &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a>
-          licensed by the Commonwealth of Australia under
-          <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International licence (CC BY 4.0)</a>.
-        contributors_ca_html: |
-          <strong>Canada</strong>: Contains data from
+        contributors_at_credit_html: |
+          %{austria}: Contains data from %{stadt_wien_link} (under %{cc_by_link}), %{land_vorarlberg_link}
+          and Land Tirol (under %{cc_by_at_with_amendments_link}).
+        contributors_at_austria: Austria
+        contributors_at_stadt_wien: Stadt Wien
+        contributors_at_stadt_wien_url: https://data.wien.gv.at/
+        contributors_at_cc_by: CC BY
+        contributors_at_cc_by_url: https://creativecommons.org/licenses/by/3.0/at/deed.de
+        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_au_credit_html: |
+          %{australia}: Incorporates or developed using Administrative Boundaries &copy; %{geoscape_australia_link}
+          licensed by the Commonwealth of Australia under %{cc_licence_link}.
+        contributors_au_australia: Australia
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_geoscape_australia_url: https://geoscape.com.au/legal/data-copyright-and-disclaimer/
+        contributors_au_cc_licence: Creative Commons Attribution 4.0 International licence (CC BY 4.0)
+        contributors_au_cc_licence_url: https://creativecommons.org/licenses/by/4.0/
+        contributors_ca_credit_html: |
+          %{canada}: Contains data from
           GeoBase&reg;, GeoGratis (&copy; Department of Natural
           Resources Canada), CanVec (&copy; Department of Natural
           Resources Canada), and StatCan (Geography Division,
           Statistics Canada).
-        contributors_fi_html: |
-          <strong>Finland</strong>: Contains data from the
+        contributors_ca_canada: Canada
+        contributors_fi_credit_html: |
+          %{finland}: Contains data from the
           National Land Survey of Finland's Topographic Database
-          and other datasets, under the
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI License</a>.
-        contributors_fr_html: |
-          <strong>France</strong>: Contains data sourced from
+          and other datasets, under the %{nlsfi_license_link}.
+        contributors_fi_finland: Finland
+        contributors_fi_nlsfi_license: NLSFI License
+        contributors_fi_nlsfi_license_url: https://www.maanmittauslaitos.fi/en/opendata-licence-version1
+        contributors_fr_credit_html: |
+          %{france}: Contains data sourced from
           Direction Générale des Impôts.
-        contributors_nl_html: |
-          <strong>Netherlands</strong>: Contains &copy; AND data, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |
-          <strong>New Zealand</strong>: Contains data sourced from the
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> and
-          licensed for reuse under
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |
-          <strong>Slovenia</strong>: Contains data from the
-          <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> and
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
+        contributors_fr_france: France
+        contributors_nl_credit_html: |
+          %{netherlands}: Contains &copy; AND data, 2007 (%{and_link})
+        contributors_nl_netherlands: Netherlands
+        contributors_nl_and: www.and.com
+        contributors_nl_and_url: https://www.and.com
+        contributors_nz_credit_html: |
+          %{new_zealand}: Contains data sourced from the %{linz_data_service_link}
+          and licensed for reuse under %{cc_by_link}.
+        contributors_nz_new_zealand: New Zealand
+        contributors_nz_linz_data_service: LINZ Data Service
+        contributors_nz_linz_data_service_url: https://data.linz.govt.nz/
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_nz_cc_by_url: https://creativecommons.org/licenses/by/4.0/
+        contributors_rs_credit_html: |
+          %{serbia}: Contains data from the %{rgz_link} and %{open_data_portal}
+          (public information of Serbia), 2018.
+        contributors_rs_serbia: Serbia
+        contributors_rs_rgz: Serbian Geodetic Authority
+        contributors_rs_rgz_url: https://geosrbija.rs/
+        contributors_rs_open_data_portal: National Open Data Portal
+        contributors_rs_open_data_portal_url: https://data.gov.rs/sr/
+        contributors_si_credit_html: |
+          %{slovenia}: Contains data from the %{gu_link} and %{mkgp_link}
           (public information of Slovenia).
-        contributors_es_html: |
-          <strong>Spain</strong>: Contains data sourced from the
-          Spanish National Geographic Institute (<a href="http://www.ign.es/">IGN</a>) and
-          National Cartographic System (<a href="http://www.scne.es/">SCNE</a>)
-          licensed for reuse under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |
-          <strong>South Africa</strong>: Contains data sourced from
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, State copyright reserved.
-        contributors_gb_html: |
-          <strong>United Kingdom</strong>: Contains Ordnance
+        contributors_si_slovenia: Slovenia
+        contributors_si_gu: Surveying and Mapping Authority
+        contributors_si_gu_url: https://www.gov.si/en/state-authorities/bodies-within-ministries/surveying-and-mapping-authority/
+        contributors_si_mkgp: Ministry of Agriculture, Forestry and Food
+        contributors_si_mkgp_url: https://www.gov.si/en/state-authorities/ministries/ministry-of-agriculture-forestry-and-food/
+        contributors_es_credit_html: |
+          %{spain}: Contains data sourced from the
+          Spanish National Geographic Institute (%{ign_link}) and
+          National Cartographic System (%{scne_link})
+          licensed for reuse under %{cc_by_link}.
+        contributors_es_spain: Spain
+        contributors_es_ign: IGN
+        contributors_es_ign_url: https://www.ign.es/
+        contributors_es_scne: SCNE
+        contributors_es_scne_url: https://www.scne.es/
+        contributors_es_cc_by: CC BY 4.0
+        contributors_es_cc_by_url: https://creativecommons.org/licenses/by/4.0/
+        contributors_za_credit_html: |
+          %{south_africa}: Contains data sourced from %{ngi_link}, State copyright reserved.
+        contributors_za_south_africa: South Africa
+        contributors_za_ngi: "Chief Directorate: National Geo-Spatial Information"
+        contributors_za_ngi_url: https://ngi.dalrrd.gov.za/
+        contributors_gb_credit_html: |
+          %{united_kingdom}: Contains Ordnance
           Survey data &copy; Crown copyright and database right
           2010-2023.
-        contributors_footer_1_html: |
+        contributors_gb_united_kingdom: United Kingdom
+        contributors_2_html: |
           For further details of these, and other sources that have been used
-          to help improve OpenStreetMap, please see the <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">Contributors
-          page</a> on the OpenStreetMap Wiki.
+          to help improve OpenStreetMap, please see the %{contributors_page_link} on the OpenStreetMap Wiki.
+        contributors_2_contributors_page: Contributors page
+        contributors_2_contributors_page_url: https://wiki.openstreetmap.org/wiki/Contributors
         contributors_footer_2_html: |
           Inclusion of data in OpenStreetMap does not imply that the original
           data provider endorses OpenStreetMap, provides any warranty, or
@@ -2003,15 +2067,22 @@ en:
           OSM contributors are reminded never to add data from any
           copyrighted sources (e.g. Google Maps or printed maps) without
           explicit permission from the copyright holders.
-        infringement_2_html: |
+        infringement_2_1_html: |
           If you believe that copyrighted material has been inappropriately
           added to the OpenStreetMap database or this site, please refer
-          to our <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">takedown
-          procedure</a> or file directly at our
-          <a href="https://dmca.openstreetmap.org/">on-line filing page</a>.
-        trademarks_title_html: <span id="trademarks"></span>Trademarks
-        trademarks_1_html: |
-          OpenStreetMap, the magnifying glass logo and State of the Map are registered trademarks of the OpenStreetMap Foundation. If you have questions about your use of the marks, please see our <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Trademark Policy</a>.
+          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_online_filing_page: on-line filing page
+        infringement_2_1_online_filing_page_url: https://dmca.openstreetmap.org/
+        trademarks_title: Trademarks
+        trademarks_1_1_html: |
+          OpenStreetMap, the magnifying glass logo and State of the Map are registered trademarks of the
+          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
     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."
@@ -2081,8 +2152,8 @@ en:
             If you have noticed a problem with our map data, for example a road is missing or your address, the best way to
             proceed is to join the OpenStreetMap community and add or repair the data yourself.
         add_a_note:
-          instructions_html: |
-            Just click <a class='icon note'></a> or the same icon on the map display.
+          instructions_1_html: |
+            Just click %{note_icon} or the same icon on the map display.
             This will add a marker to the map, which you can move
             by dragging. Add your message, then click save, and other mappers will investigate.
       other_concerns:
@@ -2368,7 +2439,7 @@ en:
     trace:
       pending: "PENDING"
       count_points:
-        one: "1 point"
+        one: "%{count} point"
         other: "%{count} points"
       more: "more"
       trace_details: "View Trace Details"
@@ -2563,6 +2634,10 @@ en:
       auth no password: "With third party authentication a password is not required, but some extra tools or server may still need one."
       continue: Sign Up
       terms accepted: "Thanks for accepting the new contributor terms!"
+      email_confirmation_help_html: 'Your address is not displayed publicly, see our %{privacy_policy_link} for more information.'
+      privacy_policy: privacy policy
+      privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
+      privacy_policy_title: OSMF privacy policy including section on email addresses
     terms:
       title: "Terms"
       heading: "Terms"
@@ -2746,19 +2821,19 @@ en:
       time_past_html: "Ended %{time}."
       block_duration:
         hours:
-          one: "1 hour"
+          one: "%{count} hour"
           other: "%{count} hours"
         days:
-          one: "1 day"
+          one: "%{count} day"
           other: "%{count} days"
         weeks:
-          one: "1 week"
+          one: "%{count} week"
           other: "%{count} weeks"
         months:
-          one: "1 month"
+          one: "%{count} month"
           other: "%{count} months"
         years:
-          one: "1 year"
+          one: "%{count} year"
           other: "%{count} years"
     blocks_on:
       title: "Blocks on %{name}"
@@ -2813,15 +2888,15 @@ en:
       open_title: "Unresolved note #%{note_name}"
       closed_title: "Resolved note #%{note_name}"
       hidden_title: "Hidden note #%{note_name}"
-      opened_by_html: "Created by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
-      opened_by_anonymous_html: "Created by anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
-      commented_by_html: "Comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
-      commented_by_anonymous_html: "Comment from anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
-      closed_by_html: "Resolved by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
-      closed_by_anonymous_html: "Resolved by anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
-      reopened_by_html: "Reactivated by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
-      reopened_by_anonymous_html: "Reactivated by anonymous <abbr title='%{exact_time}'>%{when}</abbr>"
-      hidden_by_html: "Hidden by %{user} <abbr title='%{exact_time}'>%{when}</abbr>"
+      event_opened_by_html: "Created by %{user} %{time_ago}"
+      event_opened_by_anonymous_html: "Created by anonymous %{time_ago}"
+      event_commented_by_html: "Comment from %{user} %{time_ago}"
+      event_commented_by_anonymous_html: "Comment from anonymous %{time_ago}"
+      event_closed_by_html: "Resolved by %{user} %{time_ago}"
+      event_closed_by_anonymous_html: "Resolved by anonymous %{time_ago}"
+      event_reopened_by_html: "Reactivated by %{user} %{time_ago}"
+      event_reopened_by_anonymous_html: "Reactivated by anonymous %{time_ago}"
+      event_hidden_by_html: "Hidden by %{user} %{time_ago}"
       report: report this note
       coordinates_html: "%{latitude}, %{longitude}"
       anonymous_warning: This note includes comments from anonymous users which should be independently verified.
@@ -2874,10 +2949,10 @@ en:
       locate:
         title: Show My Location
         metersPopup:
-          one: You are within one meter of this point
+          one: You are within %{count} meter of this point
           other: You are within %{count} meters of this point
         feetPopup:
-          one: You are within one foot of this point
+          one: You are within %{count} foot of this point
           other: You are within %{count} feet of this point
       base:
         standard: Standard
@@ -2893,13 +2968,19 @@ en:
         gps: Public GPS Traces
         overlays: Enable overlays for troubleshooting the map
         title: "Layers"
-      copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
-      donate_link_text: "<a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
-      terms: "<a href='%{terms_url}' target='_blank'>Website and API terms</a>"
-      cyclosm: "Tiles style by <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a> hosted by <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>"
-      thunderforest: "Tiles courtesy of <a href='%{thunderforest_url}' target='_blank'>Andy Allan</a>"
-      opnvkarte: "Tiles courtesy of <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>"
-      hotosm: "Tiles style by <a href='%{hotosm_url}' target='_blank'>Humanitarian OpenStreetMap Team</a> hosted by <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>"
+      copyright_text: "© %{copyright_link}"
+      openstreetmap_contributors: "OpenStreetMap contributors"
+      make_a_donation: Make a Donation
+      website_and_api_terms: Website and API terms
+      cyclosm_credit: "Tiles style by %{cyclosm_link} hosted by %{osm_france_link}"
+      cyclosm_name: CyclOSM
+      osm_france: OpenStreetMap France
+      thunderforest_credit: "Tiles courtesy of %{thunderforest_link}"
+      andy_allan: Andy Allan
+      opnvkarte_credit: "Tiles courtesy of %{memomaps_link}"
+      memomaps: MeMoMaps
+      hotosm_credit: "Tiles style by %{hotosm_link} hosted by %{osm_france_link}"
+      hotosm_name: Humanitarian OpenStreetMap Team
     site:
       edit_tooltip: Edit the map
       edit_disabled_tooltip: Zoom in to edit the map
index 44246e8c4b5389a95b9099eb0e4fcec40469aec5..94706c0561547c5e4e70e9a2771790ee68381cbd 100644 (file)
@@ -6,6 +6,7 @@
 # Author: Bwildenhain.BO
 # Author: Cfoucher
 # Author: Danieldegroot2
+# Author: Gravitystorm
 # Author: Javiero
 # Author: Kastanoto
 # Author: KuboF
@@ -180,49 +181,45 @@ eo:
           komprenas la komunuman ĵargonon, do bonvolu uzi simplajn vortojn.
         needs_view: Ĉu la uzanto devas ensaluti antaŭ ĉi tiu blokado nuligos?
       user:
-        email_confirmation: Via retpoŝta adreso ne estos montrata publike, legu nian
-          <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="privateca
-          politiko de OSMF enhavanta sekcion pri retpoŝta adreso">privatecan politikon</a>
-          por pli da informoj.
         new_email: (neniam publike montrita)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: proksimume antaŭ 1 horo
+        one: proksimume antaŭ %{count} horo
         other: proksimume antaŭ %{count} horoj
       about_x_months:
-        one: proksimume antaŭ 1 monato
+        one: proksimume antaŭ %{count} monato
         other: proksimume antaŭ %{count} monatoj
       about_x_years:
-        one: proksimume antaŭ 1 jaro
+        one: proksimume antaŭ %{count} jaro
         other: proksimume antaŭ %{count} jaroj
       almost_x_years:
-        one: malpli ol antaŭ 1 jaro
+        one: malpli ol antaŭ %{count} jaro
         other: malpli ol antaŭ %{count} jaroj
       half_a_minute: antaŭ duonminuto
       less_than_x_seconds:
-        one: malpli ol antaŭ 1 sekundo
+        one: malpli ol antaŭ %{count} sekundo
         other: malpli ol antaŭ %{count} sekundoj
       less_than_x_minutes:
-        one: malpli ol antaŭ 1 minuto
+        one: malpli ol antaŭ %{count} minuto
         other: malpli ol antaŭ %{count} minutoj
       over_x_years:
-        one: pli ol antaŭ 1 jaro
+        one: pli ol antaŭ %{count} jaro
         other: pli ol antaŭ %{count} jaroj
       x_seconds:
-        one: antaŭ 1 sekundo
+        one: antaŭ %{count} sekundo
         other: antaŭ %{count} sekundoj
       x_minutes:
-        one: antaŭ 1 minuto
+        one: antaŭ %{count} minuto
         other: antaŭ %{count} minutoj
       x_days:
-        one: antaŭ 1 tago
+        one: antaŭ %{count} tago
         other: antaŭ %{count} tagoj
       x_months:
-        one: antaŭ 1 monato
+        one: antaŭ %{count} monato
         other: antaŭ %{count} monatoj
       x_years:
-        one: antaŭ 1 jaro
+        one: antaŭ %{count} jaro
         other: antaŭ %{count} jaroj
   editor:
     default: Implicita (nune %{name})
@@ -322,7 +319,6 @@ eo:
         al homoj kontakti vin per la retejo, alklaku la butonon sube.
       only_public_can_edit: Ekde la ŝanĝo de API al la versio 0.6, nur publikajn uzantojn
         povas redakti map-datumojn.
-      find_out_why_html: (%{link}).
       find_out_why: sciiĝu kial
       email_not_revealed: Via retpoŝta adreso ne estos montrata post iĝi publika uzanto.
       not_reversible: Tiu ĉe ago estas neinversigebla kaj ĉiuj novaj uzantoj estas
@@ -337,22 +333,22 @@ eo:
   browse:
     created: Kreita
     closed: Fermita
-    created_html: Kreita <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Fermita <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Kreita <abbr title='%{title}'>%{time}</abbr> de %{user}
-    deleted_by_html: Forigita <abbr title='%{title}'>%{time}</abbr> de %{user}
-    edited_by_html: Ŝanĝita <abbr title='%{title}'>%{time}</abbr> de %{user}
-    closed_by_html: Fermita <abbr title='%{title}'>%{time}</abbr> de %{user}
+    created_ago_html: Kreita %{time_ago}
+    closed_ago_html: Fermita %{time_ago}
+    created_ago_by_html: Kreita %{time_ago} de %{user}
+    closed_ago_by_html: Fermita %{time_ago} de %{user}
+    deleted_ago_by_html: Forigita %{time_ago} de %{user}
+    edited_ago_by_html: Redaktita %{time_ago} de %{user}
     version: Versio
     in_changeset: Ŝanĝaro
     anonymous: anonimulo
     no_comment: (neniu komento)
     part_of: Parto de
     part_of_relations:
-      one: 1 rilato
+      one: '%{count} rilato'
       other: '%{count} rilatoj'
     part_of_ways:
-      one: 1 linio
+      one: '%{count} linio'
       other: '%{count} linioj'
     download_xml: Elŝuti XML
     view_history: Vidi historion
@@ -370,8 +366,8 @@ eo:
       relation: Rilatoj (%{count})
       relation_paginated: Rilatoj (%{x}-%{y} el %{count})
       comment: Komentoj (%{count})
-      hidden_commented_by_html: Kaŝita komento de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Komento de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Kaŝita komento de %{time_ago} de %{user}
+      comment_by_html: Komento de %{time_ago} de %{user}
       changesetxml: Ŝanĝaro XML
       osmchangexml: osmŜanĝo XML
       feed:
@@ -399,7 +395,7 @@ eo:
       history_title_html: 'Historio de rilato: %{name}'
       members: Anoj
       members_count:
-        one: 1 ano
+        one: '%{count} ano'
         other: '%{count} anoj'
     relation_member:
       entry_role_html: '%{type} %{name} kiel %{role}'
@@ -639,11 +635,10 @@ eo:
   geocoder:
     search:
       title:
-        latlon_html: Rezultoj el <a href="https://openstreetmap.org/">nia retejo</a>
-        osm_nominatim_html: Rezultoj el <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Rezultoj el <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Rezultoj el %{results_link}
+        latlon: internaj
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1436,11 +1431,10 @@ eo:
       status: Stato
       reports: Raportoj
       last_updated: Laste aktualigita
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> de %{user}
+      last_updated_time_ago_user_html: '%{time_ago} de %{user}'
       link_to_reports: Montri raportojn
       reports_count:
-        one: 1 raporto
+        one: '%{count} raporto'
         other: '%{count} raportoj'
       reported_item: Objekto raportita
       states:
@@ -1450,7 +1444,7 @@ eo:
     show:
       title: '%{status} problemo #%{issue_id}'
       reports:
-        one: 1 raporto
+        one: '%{count} raporto'
         other: '%{count} raportoj'
       report_created_at: Unue raportita je %{datetime}
       last_resolved_at: Laste solvita je %{datetime}
@@ -1608,9 +1602,9 @@ eo:
       subject: '[OpenStreetMap] Eraro dum enportado de GPX-dosiero'
     gpx_success:
       hi: Saluton %{to_user},
-      loaded_successfully:
-        one: estas sukcese enlegita kun %{trace_points} el 1 punkto.
-        other: estas sukcese enlegita kun %{trace_points} el %{possible_points} punktoj.
+      loaded:
+        one: estas sukcese enlegita kun %{trace_points} el ebla %{count} punkto.
+        other: estas sukcese enlegita kun %{trace_points} el eblaj %{count} punktoj.
       subject: '[OpenStreetMap] GPX-dosiero enportita sukcese'
     signup_confirm:
       subject: '[OpenStreetMap] Bonvenon al OpenStreetMap'
@@ -1824,7 +1818,6 @@ eo:
       image: Profilbildo
       gravatar:
         gravatar: Uzi “Gravataron”
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Kio estas Gravatar?
         disabled: “Gravataro” estas malaktiva.
         enabled: Montrado de via “Gravataro” estas aktiva.
@@ -1910,7 +1903,7 @@ eo:
   site:
     about:
       next: Sekva
-      copyright_html: <span>&copy;</span>kontribuintoj de<br>OpenStreetMap
+      heading_html: '%{copyright}kontribuintoj de %{br} OpenStreetMap'
       used_by_html: '%{name} liveras map-datumojn por miloj da retejoj, poŝtelefonaj
         aplikaĵoj kaj aparatoj'
       lede_text: OpenStreetMap estas kreata de komunumo de mapigistoj kiuj aldonas
@@ -1921,25 +1914,36 @@ eo:
         aerfotojn, GPS-aparatojn kaj normajn mapojn por verigi ĉu datumoj de OSM estas
         akurataj kaj ĝisdatigaj.
       community_driven_title: Kondukata de komunumo
-      community_driven_html: |-
-        La komunumo de OpenStreetMap estas diversa, pasia kaj kreskas tagon post tago. Inter niaj kontribuantoj estas ŝatantoj de mapoj, profesiuloj de GIS, inĝenieroj prizorgantaj OSM-servilojn, helpistoj kiuj mapigas areojn tuŝitajn de katastrofoj kaj multaj aliaj. Por ekscii pli pri la komunumo, vidu <a href='https://blog.openstreetmap.org'>taglibron OpenStreetMap</a>, <a href='%{diary_path}'>taglibrojn de uzantoj</a>,
-        <a href='https://blogs.openstreetmap.org/'>komunumajn taglibrojn</a> kaj la retpaĝon de la <a href='https://www.osmfoundation.org/'>Fondaĵo OSM</a>.
+      community_driven_1_html: |-
+        La komunumo de OpenStreetMap estas diversa, pasia kaj kreskas tago post tago. Inter niaj kontribuantoj estas ŝatantoj de mapoj, profesiuloj de GIS, inĝenieroj prizorgantaj OSM-servilojn, helpistoj kiuj mapigas areojn tuŝitajn de katastrofoj kaj multaj aliaj. Por ekscii pli pri la komunumo, rigardu la %{osm_blog_link}
+        , %{user_diaries_link}, %{community_blogs_link} kaj retejon de la %{osm_foundation_link}.
+      community_driven_osm_blog: OpenStreetMap-taglibro
+      community_driven_user_diaries: taglibrojn de uzantoj
+      community_driven_community_blogs: taglibrojn de la komunumo
+      community_driven_osm_foundation: Fondaĵo OpenStreetMap
       open_data_title: Malfermaj datumoj
-      open_data_html: 'OpenStreetMap estas <i>malfermaj datumoj</i>: vi povas uzi
-        ĝin kiamaniere vi volas laŭ la kondiĉo, ke vi atribuos aŭtorecon al OpenStreetMap
-        kaj ĝiaj kontribuintoj. Se vi modifos aŭ uzos niajn datumojn, vi povos distribui
-        la verkon nur laŭ la sama permesilo. Legu la <a href=''%{copyright_path}''>paĝon
-        pri aŭtorrajto kaj permesilo</a> por pli da detaloj.'
+      open_data_1_html: 'OpenStreetMap estas %{open_data}: vi povas uzi ĝin kiamaniere
+        vi volas laŭ la kondiĉo, ke vi atribuos aŭtorecon al OpenStreetMap kaj ĝiaj
+        kontribuintoj. Se vi modifos aŭ uzos niajn datumojn, vi povos distribui la
+        verkon nur laŭ la sama permesilo. Legu la %{copyright_license_link} por pli
+        da detaloj.'
+      open_data_open_data: malfermaj datumoj
+      open_data_copyright_license: paĝon pri aŭtorrajtoj kaj permesilo
       legal_title: Leĝaj demandoj
-      legal_1_html: Tiu ĉi retejo kaj aliaj servoj estas formale administrataj de
-        la <a href="https://osmfoundation.org/">Fondaĵo OpenStreetMap</a> (OSMF) komisie
-        de la komunumo. Uzado de ĉiuj OSMF‑servoj estas regulata per niaj <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">kondiĉoj
-        de uzado</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">politiko
-        de akceptata uzo</a>, kaj nia <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">politiko
-        de privateco</a>.
-      legal_2_html: |-
-        <a href="https://osmfoundation.org/Contact">Kontaktu kun OSMF</a>, se vi havas iun demandon pri permesilo, aŭtorrajto aŭ leĝo.<br>
-        OpenStreetMap, la bildsimbolo de lupeo kaj “State of the Map” estas <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">registritaj varmarkoj de OSMF</a>.
+      legal_1_1_html: Tiu ĉi retejo kaj aliaj servoj estas formale administrataj de
+        la %{openstreetmap_foundation_link} (OSMF) komisie de la komunumo. Uzado de
+        ĉiuj OSMF‑servoj estas regulata per niaj %{terms_of_use_link}, %{aup_link}
+        kaj %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: Fondaĵo OpenStreetMap
+      legal_1_1_terms_of_use: kondiĉoj de uzado
+      legal_1_1_aup: politiko de akceptata uzado
+      legal_1_1_privacy_policy: privateca politiko
+      legal_2_1_html: Se vi havas demandojn pri permesiloj, aŭtorrajtoj aŭ aliaj leĝaj
+        problemoj; %{contact_the_osmf_link}.
+      legal_2_1_contact_the_osmf: kontaktu kun OSMF
+      legal_2_2_html: OpenStreetMap, la emblemo de lupeo kaj State of the Map estas
+        %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: registritaj varmarkoj de la Fondaĵo OpenStreetMap
       partners_title: Kunlaborantoj
     copyright:
       foreign:
@@ -1955,96 +1959,123 @@ eo:
         mapping_link: ekigi mapigadon
       legal_babble:
         title_html: Aŭtorrajto kaj permesilo
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> estas projekto de <i>malfermaj datumoj</i> eldonita laŭ la permesilo <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) de la  <a
-          href="http://osmfoundation.org/">Fondaĵo OpenStreetMap</a> (OSMF).
-        intro_2_html: Vi rajtas kopii, disdoni, transdoni kaj modifi niajn datumojn,
-          nur se vi atribuos aŭtorecon al OpenStreetMap kaj ĝiaj kontribuintoj. Se
-          vi modifos aŭ uzos niajn datumojn, vi povos distribui la verkon laŭ la sama
-          permesilo. La plena <a href="https://opendatacommons.org/licenses/odbl/1.0/">interkonsento
-          de uzado</a> klarigas viajn rajtojn kaj devojn.
-        intro_3_1_html: Nia dokumentaro estas eldonita laŭ la permesilo <a href="https://creativecommons.org/licenses/by-sa/2.0/deed.eo">Krea
-          Komunaĵo Atribuite-Samkondiĉe 2.0</a> (CC BY-SA 2.0).
+        introduction_1_html: OpenStreetMap%{registered_trademark_link} estas %{open_data}
+          eldonataj laŭ la permesilo %{odc_odbl_link} (ODbL) fare de la %{osm_foundation_link}
+          (OSMF).
+        introduction_1_open_data: malfermaj datumoj
+        introduction_1_odc_odbl: Open Data Commons Open Database License
+        introduction_1_osm_foundation: Fondaĵo OpenStreetMap
+        introduction_2_html: Vi rajtas kopii, disdoni, transdoni kaj modifi niajn
+          datumojn, nur se vi atribuos aŭtorecon al OpenStreetMap kaj ĝiaj kontribuintoj.
+          Se vi modifos aŭ uzos niajn datumojn, vi povos distribui la rezulton nur
+          laŭ la sama permesilo. La plena %{legal_code_link} klarigas viajn rajtojn
+          kaj devojn.
+        introduction_2_legal_code: jura teksto
+        introduction_3_html: Nia dokumentaro estas eldonata laŭ la permesilo %{creative_commons_link}
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Krea Komunaĵo Atribuite-Samkondiĉe 2.0
         credit_title_html: Kiel atribui aŭtorecon
         credit_1_html: 'Kiam vi uzas OpenStreetMap-datumojn, vi devas fari la jenajn
           du agojn:'
-        credit_2_1_html: |-
-          <ul>
-          <li>liveri aŭtorecon al OpenStreetMap per vidigi nian noton pri aŭtorrajtoj;</li>
-          <li>klere indiki, ke la datumojn estas disponeblaj laŭ la permesilo Open Database License.</li>
-          </ul>
-        credit_3_1_html: Depende de kiel vi uzas niajn datumojn, ni havas diversajn
-          postulojn pri la noto pri aŭtorrajtoj. Ekzemple malsamaj reguloj aplikiĝas
-          kiam vi kreas ŝoveblan mapon, statikan mapon, kaj aliaj por presitan mapon.
-          Plenaj detaloj pri la postuloj troviĝas sur la paĝo de <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">konsiloj
-          pri atribuo</a> (en la angla).
-        credit_4_html: Por klare indiki, ke la datumoj estas disponeblaj laŭ la permesilo
-          Open Database License, vi povas enmeti ligilon al <a href="https://www.openstreetmap.org/copyright">tiu
-          ĉi paĝo pri aŭtorrajtoj</a>. Alimaniere, se vi distribuas OSM kiel datumojn
+        credit_2_1: afiŝi aŭtorecon al OpenStreetMap per montri nian noton pri aŭtorrajtoj;
+        credit_2_2: klarigi, ke la datumoj estas eldonitaj laŭ la permesilo Open Database
+          License.
+        credit_3_html: Por la noto pri aŭtorrajtoj, niaj postuloj pri kiel montri
+          ĝin dependas de maniero en kiu vi uzas niajn datumojn. Ekzemple malsamaj
+          reguloj aplikiĝas kiam vi kreas enretan ŝoveblan mapon, statikan mapon aŭ
+          presitan mapon. Plenaj detaloj pri la postuloj troviĝas en la %{attribution_guidelines_link}
+          (en la angla).
+        credit_3_attribution_guidelines: konsiloj pri atribuo
+        credit_4_1_html: Por klare indiki, ke la datumoj estas disponeblaj laŭ la
+          permesilo Open Database License, vi povas enmeti ligilon al %{this_copyright_page_link}
+          tiu ĉi paĝo pri aŭtorrajtoj. Alimaniere, se vi distribuas OSM kiel datumojn
           vi povas enmeti nomojn kaj ligilojn al la permesiloj. Kiam ne eblas enmeti
           ligilojn (ekzemple en paperaj materialoj), ni sugestas direkti la uzantojn
           al openstreetmap.org (aŭ eĉ liveri la plenan ligilon de tiu ĉi retpaĝo)
-          kaj al opendatacommons.org. En la suba ekzemplo la aŭtoreco troviĝas ĉe
-          la korno de la mapo.
+          kaj al opendatacommons.org. En la suba ekzemplo la noto pri aŭtorrajtoj
+          troviĝas ĉe la angulo de la mapo.
+        credit_4_1_this_copyright_page: tiu ĉi paĝo de aŭtorrajtoj
         attribution_example:
           alt: Ekzemplo kiel atribui OpenStreetMap sur retpaĝo
           title: Ekzemplo de aŭtorec-atribuado
         more_title_html: Pliaj informoj
-        more_1_html: |-
-          Pliaj informoj pri uzado de niaj datumoj kaj pri kiel atribui aŭtorecon troviĝas sur la <a
-          href="https://osmfoundation.org/Licence">retpaĝo pri permesilo OSMF</a>.
-        more_2_html: Kvankam la datumoj de OpenStreetMap estas liberaj, ni ne povas
-          liveri senpagan API-on por eksteraj programistoj. Legu nian <a href="https://operations.osmfoundation.org/policies/api/">politikon
-          pri uzado de API</a>, <a href="https://operations.osmfoundation.org/policies/tiles/">politikon
-          pri uzado de kaheloj</a> kaj <a href="https://operations.osmfoundation.org/policies/nominatim/">poltikon
-          pri uzado de Nominatim</a>.
+        more_1_1_html: Pliaj informoj pri uzado de niaj datumoj kaj pri atribuado
+          troviĝas sur la %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: retpaĝo “permesilo” ĉe OSMF
+        more_2_1_html: Kvankam OpenStreetMap estas malfermaj datumoj, ni ne povas
+          liveri senpagan API al triaj partioj. Ekkonu kun %{api_usage_policy_link},
+          %{tile_usage_policy_link} kaj %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: uzkondiĉoj de API
+        more_2_1_tile_usage_policy: uzkondiĉoj de kaheloj
+        more_2_1_nominatim_usage_policy: uzkondiĉoj de Nominatim
         contributors_title_html: Kunlaborantoj
         contributors_intro_html: 'Niaj kunlaborantoj estas miloj da homoj. Ni ankaŭ
           inkludas datumoj laŭ malferma permesilo el landaj kartografiaj organizaĵoj
           kaj el aliaj fontoj, inter ili:'
-        contributors_at_html: |-
-          <strong>Aŭstrujo</strong>: enhavas datumojn de la urbo Vieno «<a href="https://www.data.gv.at/auftritte/?organisation=stadt-wien">Stadt Wien</a>» (laŭ la permesilo <a href="https://creativecommons.org/licenses/by/3.0/at/deed.eo">CC&nbsp;BY&nbsp;3.0&nbsp;AT</a>), federacia lando Vorarlbergo «<a href="https://vorarlberg.at/-/wms-dienste?article_id=32956">Land Vorarlberg</a>» kaj
-          federacia lando Tirolo «<a href="https://www.tirol.gv.at/data/">Land Tirol</a>» (laŭ la permesilo CC&nbsp;BY&nbsp;AT kun postaj ŝanĝoj).
-        contributors_au_html: '<strong>Aŭstralio</strong>: enhavas datumojn pri administraj
-          limoj liveritaj de <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape
-          Australia</a> rajtigitaj de la Komunejo de Aŭstralio laŭ la permesilo <a
-          href="https://creativecommons.org/licenses/by/4.0/deed.eo">Krea Komunaĵo
-          Atribuite 4.0 Tutmonda (CC&nbsp;BY&nbsp;4.0)</a>.'
-        contributors_ca_html: '<strong>Kanado</strong>: enhavas datumojn de GeoBase&reg;,
-          GeoGratis (&copy; Department of Natural Resources Canada), CanVec (&copy;
-          Department of Natural Resources Canada), kaj StatCan (Geography Division,
-          Statistics Canada).'
-        contributors_fi_html: '<strong>Finnlando</strong>: enhavas datumojn de la
-          Topografia Datumbazo «Maastotietokanta» de la Ŝtata Ofico de Termezurado
-          de Finnlando «Maanmittauslaitos» laŭ la <a href="https://www.maanmittauslaitos.fi/avoindata-lisenssi-versio1">permesilo
-          NLSFI</a>.'
-        contributors_fr_html: '<strong>Francujo</strong>: enhavas datumojn ricevitajn
-          de la Ĝenerala Direkcio de Impostoj «Direction Générale des Impôts».'
-        contributors_nl_html: |-
-          <strong>Nederlando</strong>: enhavas datumojn de &copy;&nbsp;AND, 2007
-          (<a href="https://www.and.com">www.and.com</a>).
-        contributors_nz_html: '<strong>Nov-Zelando</strong>: enhavas datumojn de la
-          Datum-servo Land-informoj pri Nov-Zelado «<a href="https://data.linz.govt.nz/">LINZ
-          Data Service</a>» por reuzo laŭ la permesilo <a href="https://creativecommons.org/licenses/by/4.0/deed.eo">CC&nbsp;BY&nbsp;4.0</a>.'
-        contributors_si_html: |-
-          <strong>Slovenujo</strong>: enhavas datumojn de la <a href="http://www.gu.gov.si/">Ofico de Termezurado kaj Kartografio</a> kaj
-          <a href="http://www.mkgp.gov.si/">Ministerio pri Terkulturo, Arbarkulturo kaj Proviantado</a>
-          (publikaj informoj de Slovenujo).
-        contributors_es_html: '<strong>Hispanujo</strong>: enhavas datumojn de la
-          Hispana Nacia Geografia Instituto (<a href="http://www.ign.es/">IGN</a>)
-          kaj Nacia Kartografia Sistemo (<a href="http://www.scne.es/">SCNE</a>) uzeblaj
-          laŭ la permesilo <a href="https://creativecommons.org/licenses/by/4.0/deed.eo">CC&nbsp;BY&nbsp;4.0</a>.'
-        contributors_za_html: |-
-          <strong>Sud-Afriko</strong>: enhavas datumojn de la Ĉefa Direkcio: Nacia Terspaca Informejo «<a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>», landaj aŭtorrajtoj rezervitaj.
-        contributors_gb_html: |-
-          <strong>Unuiĝinta Reĝlando</strong>: enhavas datumojn de la Brita Kartografia Ofico «Ordnance
-          Survey» &copy;&nbsp;Crown copyright and database right 2010 - 2023.
-        contributors_footer_1_html: Pliaj informoj pri la menciitaj kaj pri aliaj
-          fontoj uzitaj por plibonigi OpenStreetMap estas disponeblaj sur la <a href="https://wiki.openstreetmap.org/wiki/Contributors">paĝo
-          pri kontribuintoj</a> en la OpenStreetMap-vikio.
+        contributors_at_credit_html: '%{austria}: enhavas datumojn el %{stadt_wien_link}
+          (laŭ %{cc_by_link}), %{land_vorarlberg_link} kaj Federacia Lando Tirolo
+          (laŭ %{cc_by_at_with_amendments_link}).'
+        contributors_at_austria: Aŭstrujo
+        contributors_at_stadt_wien: Urbo Vieno
+        contributors_at_cc_by: CC BY
+        contributors_at_cc_by_url: https://creativecommons.org/licenses/by/3.0/at/deed.eo
+        contributors_at_land_vorarlberg: Federacia Lando Vorarlbergo
+        contributors_at_cc_by_at_with_amendments: CC BY AT kun ŝanĝoj
+        contributors_au_credit_html: '%{australia}: enhavas aŭ estas evoluigita uzante
+          la datumaron Administraj Limoj &copy;%{geoscape_australia_link} danke al
+          Komunejo de Aŭstralio laŭ %{cc_licence_link}.'
+        contributors_au_australia: Aŭstralio
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: Krea Komunaĵo Atribuite 4.0 Tutmonda (CC BY 4.0)
+        contributors_au_cc_licence_url: https://creativecommons.org/licenses/by/4.0/deed.eo
+        contributors_ca_credit_html: '%{canada}: enhavas datumojn el GeoBase&reg;,
+          GeoGratis (&copy; Ministerio pri Naturaj Rimedoj de Kanado), CanVec (&copy;
+          Ministerio pri Naturaj Rimedoj de Kanado) kaj StatCan (Geografia Divido,
+          Statistikoj Kanado).'
+        contributors_ca_canada: Kanado
+        contributors_fi_credit_html: '%{finland}: enhavas datumojn el la topografia
+          datumbazo de Termezurada Ofico de Finnlando «Maanmittauslaitos» kaj el aliaj
+          ĝiaj datumaroj laŭ la permesilo %{nlsfi_license_link}.'
+        contributors_fi_finland: Finnlando
+        contributors_fi_nlsfi_license: NLSFI
+        contributors_fi_nlsfi_license_url: https://www.maanmittauslaitos.fi/avoindata-lisenssi-versio1
+        contributors_fr_credit_html: '%{france}: enhavas datumojn ricevitajn el la
+          Ĝenerala Direkcio de Impostoj «Direction Générale des Impôts».'
+        contributors_fr_france: Francujo
+        contributors_nl_credit_html: '%{netherlands}: enhavas datumojn el &copy; AND,
+          2007 (%{and_link}).'
+        contributors_nl_netherlands: Nederlando
+        contributors_nz_credit_html: '%{new_zealand}: enhavas datumojn ricevitajn
+          el %{linz_data_service_link} eldonitaj por reuzo laŭ %{cc_by_link}.'
+        contributors_nz_new_zealand: Nov-Zelando
+        contributors_nz_linz_data_service: LINZ Data Service
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_nz_cc_by_url: https://creativecommons.org/licenses/by/4.0/deed.eo
+        contributors_si_credit_html: '%{slovenia}: enhavas datumojn el %{gu_link}
+          kaj %{mkgp_link} (publikaj informoj de Slovenujo).'
+        contributors_si_slovenia: Slovenujo
+        contributors_si_gu: Ofico de Termezurado
+        contributors_si_gu_url: https://www.gov.si/drzavni-organi/organi-v-sestavi/geodetska-uprava/
+        contributors_si_mkgp: Ministerio pri Terkulturo, Arbarkulturo kaj Manĝo
+        contributors_si_mkgp_url: https://www.gov.si/drzavni-organi/ministrstva/ministrstvo-za-kmetijstvo-gozdarstvo-in-prehrano/
+        contributors_es_credit_html: '%{spain}: enhavas datumojn ricevitajn el la
+          Ŝtata Geografia Instituto de Hispanujo (%{ign_link}) kaj Ŝtata Kartografia
+          Sistemo (%{scne_link}) eldonitaj por reuzo laŭ %{cc_by_link}.'
+        contributors_es_spain: Hispanujo
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_es_cc_by_url: https://creativecommons.org/licenses/by/4.0/deed.eo
+        contributors_za_credit_html: '%{south_africa}: enhavas datumojn el %{ngi_link},
+          ŝtataj aŭtorrajtoj rezervitaj.'
+        contributors_za_south_africa: Sud-Afriko
+        contributors_za_ngi: 'Centra Departemento: Ŝtata Termezurada Informejo'
+        contributors_gb_credit_html: '%{united_kingdom}: enhavas datumojn el Ordnance
+          Survey &copy; 2010-2023 aŭtorrajtoj kaj datumbaz-rajtoj de la Krono.'
+        contributors_gb_united_kingdom: Unuiĝinta Reĝlando
+        contributors_2_html: Pliaj detaloj pri la menciitaj kaj pri aliaj fontoj uzitaj
+          por plibonigi OpenStreetMap troviĝas sur la %{contributors_page_link} ĉe
+          la OpenStreetMap-vikio.
+        contributors_2_contributors_page: paĝo pri kontribuintoj
         contributors_footer_2_html: Inkludo de datumoj en OpenStreetMap ne indikas,
           ke la provizanto de datumoj apogas OpenStreetMap, garantias por iu aŭ respondumas
           por iu.
@@ -2052,16 +2083,16 @@ eo:
         infringement_1_html: OSM-kunlaborantoj memoru, por ke neniam aldonu datumojn
           el iuj ajn fontoj protektataj de aŭtorrajtoj (ekz. Google Maps aŭ paperaj
           mapoj) sen klara permeso de posedanto de aŭtorrajtoj.
-        infringement_2_html: Se ve pensas, ke datumoj protektataj per aŭtorrajtoj
-          estas misaldonitaj al OpenStreetMap-datumbazo aŭ al tiu ĉi retejo, legu
-          la <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">proceduron
-          de forigo de datumoj</a> (en la angla) aŭ plenigu la <a href="https://dmca.openstreetmap.org/">enretan
-          formularon</a>.
-        trademarks_title_html: <span id="trademarks"></span>Registritaj markoj
-        trademarks_1_html: OpenStreetMap, la bildsimbolo de lupeo kaj la nomo “State
-          of the Map” estas registritaj markoj de la Fondaĵo OpenStreetMap. Se vi
-          havas iujn demandojn pri uzado de niaj markoj, legu nian <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">politikon
-          pri varmarkoj</a>.
+        infringement_2_1_html: Se viaopinie iu materialo protektata per aŭtorrajtoj
+          estas kontraŭleĝe aldonita al la OpenStreetMap-datumbazo aŭ al tiu ĉi retejo,
+          legu pri la %{takedown_procedure_link} aŭ senpere plenigu nian %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: foriga proceduro
+        infringement_2_1_online_filing_page: enretan formularon
+        trademarks_title: Varmarkoj
+        trademarks_1_1_html: OpenStreetMap, la emblemo de lupeo kaj State of the Map
+          estas registritaj varmarkoj de la Fondaĵo OpenStreetMap. Se vi havas demandojn
+          pri via uzo de la varmarkoj, legu nian %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: politikon pri varmarkoj
     index:
       js_1: Vi aŭ uzas foliumilon, kiu ne subtenas Ĝavoskripton, aŭ vi havas ĝin malaktivan.
       js_2: OpensStreetMap uzas Ĝavoskripton por montri ŝoveblan mapon.
@@ -2092,6 +2123,7 @@ eo:
       licence: Permesilo
       licence_details_html: OpenStreetMap estas publikigata laŭ la permesilo %{odbl_link}
         (ODbL).
+      odbl: Open Data Commons Open Database License
       too_large:
         advice: 'Se la elportado malsukcesis, bonvolu uzi unu el jenaj fontoj:'
         body: La elektita areo estas tro granda por esti elportita kiel XML-datumojn
@@ -2132,9 +2164,10 @@ eo:
             strato aŭ adreso mankas, la plej bona rimedo estas aniĝi OpenStreetMap-komunumo
             kaj redakti kaj ripari datumojn mem.
         add_a_note:
-          instructions_html: Simple alklaku <a class='icon note'></a> aŭ la saman
-            piktogramon sur la mapo. Ĉi tio aldonos moveblan markon, aldonu vian mesaĝon,
-            konservu ĝin, kaj aliaj mapigistoj okupiĝos pri via rimarko.
+          instructions_1_html: Simple alklaku %{note_icon} aŭ la saman bildsimbolon
+            sur la mapo. Tiel markilo estos aldonita la la mapo, kiun vi povos movi
+            per ŝovi ĝin. Skribu vian mesaĝon, alklaku “Konservi” kaj aliaj mapigistoj
+            okupiĝos pri ĝi.
       other_concerns:
         title: Aliaj aferoj
         concerns_html: Se vi havas demandojn pri kiel niaj datumoj estas uzataj aŭ
@@ -2414,7 +2447,7 @@ eo:
     trace:
       pending: OKAZONTA
       count_points:
-        one: 1 punkto
+        one: '%{count} punkto'
         other: '%{count} punktoj'
       more: pli
       trace_details: Vidi detalojn de spuro
@@ -2626,6 +2659,11 @@ eo:
         iloj aŭ servilo krom tio povas bezoni ĝin.
       continue: Registriĝi
       terms accepted: Dankon por akcepto de nova interkonsento pri kontribuado!
+      email_confirmation_help_html: Via retpoŝta adreso ne estas publike montrata,
+        legu nian %{privacy_policy_link} por pli da informoj.
+      privacy_policy: privatecan politikon
+      privacy_policy_title: privateca politiko de OSMF enhavanta sekcion pri uzo de
+        retpoŝta adreso
     terms:
       title: Kondiĉoj
       heading: Kondiĉoj
@@ -2819,19 +2857,19 @@ eo:
       time_past_html: Finiĝis %{time}.
       block_duration:
         hours:
-          one: 1 horo
+          one: '%{count} horo'
           other: '%{count} horoj'
         days:
-          one: 1 tago
+          one: '%{count} tago'
           other: '%{count} tagoj'
         weeks:
-          one: 1 semajno
+          one: '%{count} semajno'
           other: '%{count} semajnoj'
         months:
-          one: 1 monato
+          one: '%{count} monato'
           other: '%{count} monatoj'
         years:
-          one: 1 jaro
+          one: '%{count} jaro'
           other: '%{count} jaroj'
     blocks_on:
       title: Blokadoj por %{name}
@@ -2886,15 +2924,15 @@ eo:
       open_title: 'Nesolvita rimarko #%{note_name}'
       closed_title: 'Solvita rimarko #%{note_name}'
       hidden_title: 'Kaŝita rimarko #%{note_name}'
-      opened_by_html: Kreita de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Kreita de anonimulo <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Komento de %{user} de <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Anonima komento de <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Solvita de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Solvita de anonimulo <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Remalfermita de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Remalfermita de anonimulo <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Kaŝita de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Kreita de %{user} %{time_ago}
+      event_opened_by_anonymous_html: Anonime kreita %{time_ago}
+      event_commented_by_html: Komento de %{time_ago} de %{user}
+      event_commented_by_anonymous_html: Anonima komento de %{time_ago}
+      event_closed_by_html: Solvita %{time_ago} de %{user}
+      event_closed_by_anonymous_html: Anonime solvita %{time_ago}
+      event_reopened_by_html: Remalfermita %{time_ago} de %{user}
+      event_reopened_by_anonymous_html: Anonime remalfermita %{time_ago}
+      event_hidden_by_html: Kaŝita %{time_ago} de %{user}
       report: raporti tiun ĉi rimarkon
       coordinates_html: '%{latitude}; %{longitude}'
       anonymous_warning: Ĉi tiu rimarko enhavas komentojn de anonimuloj, kiuj devas
@@ -2954,10 +2992,10 @@ eo:
       locate:
         title: Montri mian pozicion
         metersPopup:
-          one: Vi estas unu metro for de tiu punkto
+          one: Vi estas %{count} metro for de tiu punkto
           other: Vi estas %{count} metroj for de tiu punkto
         feetPopup:
-          one: Vi estas unu futo for de tiu punkto
+          one: Vi estas %{count} futo for de tiu punkto
           other: Vi estas %{count} futoj for de tiu punkto
       base:
         standard: Norma mapo
@@ -2973,17 +3011,17 @@ eo:
         gps: Publikaj GPS-spuroj
         overlays: Aktivigu surtavolojn por solvi problemojn kun la mapo
         title: Tavoloj
-      copyright: © <a href='%{copyright_url}'>kontribuintoj de OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Donaci</a>
-      terms: <a href='%{terms_url}' target='_blank'>Kondiĉoj pri Retejo kaj API</a>
-      cyclosm: Stilo de kaheloj de <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>,
-        gastigata de <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>
-      thunderforest: Kaheloj danke al <a href='%{thunderforest_url}' target='_blank'>Andy
-        ALLAN</a>
-      opnvkarte: Kaheloj danke al <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Stilo de kaheloj de <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> gastigata de <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
+      openstreetmap_contributors: kontribuintoj de OpenStreetMap
+      make_a_donation: Donaci
+      website_and_api_terms: Uzkondiĉoj
+      cyclosm_credit: 'Stilo de kaheloj: %{cyclosm_link}, retgastigo: %{osm_france_link}'
+      osm_france: OpenStreetMap France
+      thunderforest_credit: Kaheloj danke al %{thunderforest_link}
+      andy_allan: Andy ALLAN
+      opnvkarte_credit: Kaheloj danke al %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: 'Stilo de kaheloj: %{hotosm_link}, retgastigo: %{osm_france_link}'
+      hotosm_name: HOTOSM
     site:
       edit_tooltip: Redakti la mapon
       edit_disabled_tooltip: Pligrandigu por redakti la mapon
index d37483084f6ded464e58353d6a42f8b9bd80ed83..ccf8e29d818b6bb4feeec4fa8de9418c344620ec 100644 (file)
@@ -14,6 +14,7 @@
 # Author: BnSrSa
 # Author: Carlosmg.dg
 # Author: Carlosz22
+# Author: Catrina de pan
 # Author: Crazymadlover
 # Author: Csbotero
 # Author: Danieldegroot2
@@ -106,7 +107,7 @@ es:
         create: Publicar
         update: Actualizar
       issue_comment:
-        create: Añadir Comentario
+        create: Añadir comentario
       message:
         create: Enviar
       client_application:
@@ -116,7 +117,7 @@ es:
         create: Registrar
         update: Actualizar
       redaction:
-        create: Crear redacción
+        create: Crear censura
         update: Guardar redacción
       trace:
         create: Subir
@@ -249,49 +250,45 @@ es:
         needs_view: ¿Tiene que iniciar sesión el usuario antes de que este bloqueo
           sea eliminado?
       user:
-        email_confirmation: Tu dirección no se muestra de forma pública. Consulta
-          la <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="Normativa
-          de privacidad de OSMF, que incluye una sección sobre las direcciones de
-          correo electrónico">normativa de privacidad</a> para más información.
         new_email: (nunca se muestra públicamente)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: hace cerca de 1 hora
+        one: hace cerca de %{count} hora
         other: hace cerca de %{count} horas
       about_x_months:
-        one: hace cerca de 1 mes
+        one: hace cerca de %{count} mes
         other: hace cerca de %{count} meses
       about_x_years:
-        one: hace cerca de 1 año
+        one: hace cerca de %{count} año
         other: hace cerca de %{count} años
       almost_x_years:
-        one: hace casi 1 año
+        one: hace casi %{count} año
         other: hace casi %{count} años
       half_a_minute: hace medio minuto
       less_than_x_seconds:
-        one: hace menos de 1 segundo
+        one: hace menos de %{count} segundo
         other: hace menos de %{count} segundos
       less_than_x_minutes:
-        one: hace menos de 1 minuto
+        one: hace menos de %{count} minuto
         other: hace menos de %{count} minutos
       over_x_years:
-        one: hace más de 1 año
+        one: hace más de %{count} año
         other: hace más de %{count} años
       x_seconds:
-        one: hace 1 segundo
+        one: hace %{count} segundo
         other: hace %{count} segundos
       x_minutes:
-        one: hace 1 minuto
+        one: hace %{count} minuto
         other: hace %{count} minutos
       x_days:
         one: ayer
         other: hace %{count} días
       x_months:
-        one: hace 1 mes
+        one: hace %{count} mes
         other: hace %{count} meses
       x_years:
-        one: hace 1 año
+        one: hace %{count} año
         other: hace %{count} años
   editor:
     default: Predeterminado (actualmente %{name})
@@ -325,7 +322,7 @@ es:
         title: Notas de OpenStreetMap
         description_area: Una lista de notas, informadas, comentadas o cerradas en
           su área [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
-        description_item: Agregador RSS para la nota %{id}
+        description_item: Un suministro RSS para la nota %{id}
         opened: nueva nota (cerca de %{place})
         commented: nuevo comentario (cerca de %{place})
         closed: nota cerrada (cerca de %{place})
@@ -395,8 +392,7 @@ es:
         botón de abajo.
       only_public_can_edit: Desde el cambio de API 0.6, solo los usuarios públicos
         pueden editar los datos de los mapas.
-      find_out_why_html: (%{link}).
-      find_out_why: Encuentra por qué
+      find_out_why: averiguar por qué
       email_not_revealed: Tu dirección de correo electrónico no será revelada al hacerse
         pública.
       not_reversible: Esta acción no se puede revertir y todos los nuevos usuarios
@@ -412,22 +408,22 @@ es:
   browse:
     created: Creado
     closed: Cerrado
-    created_html: Creado <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Cerrado <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Creado <abbr title='%{title}'>%{time}</abbr> por %{user}
-    deleted_by_html: Eliminado <abbr title='%{title}'>%{time}</abbr> por %{user}
-    edited_by_html: Editado <abbr title='%{title}'>%{time}</abbr> por %{user}
-    closed_by_html: Cerrado <abbr title='%{title}'>%{time}</abbr> por %{user}
+    created_ago_html: Creado %{time_ago}
+    closed_ago_html: Cerrado %{time_ago}
+    created_ago_by_html: Creado %{time_ago} por %{user}
+    closed_ago_by_html: Cerrado %{time_ago} por %{user}
+    deleted_ago_by_html: Eliminado %{time_ago} por %{user}
+    edited_ago_by_html: Editado %{time_ago} por %{user}
     version: Versión
     in_changeset: Conjunto de cambios
     anonymous: anónimo
     no_comment: (sin comentarios)
     part_of: Parte de
     part_of_relations:
-      one: 1 relación
+      one: '%{count} relación'
       other: '%{count} relaciones'
     part_of_ways:
-      one: 1 vía
+      one: '%{count} vía'
       other: '%{count} vías'
     download_xml: Descargar XML
     view_history: Ver historial
@@ -443,8 +439,6 @@ es:
       relation: Relaciones (%{count})
       relation_paginated: Relaciones (%{x}-%{y} de %{count})
       comment: Comentarios (%{count})
-      hidden_commented_by_html: Comentario oculto de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentario de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: XML del conjunto de cambios
       osmchangexml: XML en formato osmChange
       feed:
@@ -503,7 +497,7 @@ es:
         changeset: conjunto de cambios
         note: nota
     redacted:
-      redaction: Redacción %{id}
+      redaction: Censura %{id}
       message_html: La versión %{version} de este %{type} no se puede mostrar porque
         se ha censurado. Consúltese %{redaction_link} para obtener más detalles.
       type:
@@ -718,11 +712,10 @@ es:
   geocoder:
     search:
       title:
-        latlon_html: Resultados <a href="https://openstreetmap.org/">internos</a>
-        osm_nominatim_html: Resultados de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultados de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Resultados de %{results_link}
+        latlon: Fuentes internas
+        osm_nominatim: Nominatim de OpenStreetMap
+        osm_nominatim_reverse: Nominatim de OpenStreetMap
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -747,9 +740,9 @@ es:
           navigationaid: Ayuda a la navegación aérea
           parking_position: Punto de estacionamiento
           runway: Pista
-          taxilane: Carril de Taxi
+          taxilane: Pista de rodaje
           taxiway: Calle de rodaje
-          terminal: Terminal de Aeropuerto
+          terminal: Terminal de aeropuerto
           windsock: Manga de viento
         amenity:
           animal_boarding: Alojamiento de animales
@@ -878,7 +871,7 @@ es:
           apartment: Apartamento/Departamento
           apartments: Apartamentos/Departamentos
           barn: Granero
-          bungalow: Bungalow
+          bungalow: Bungaló
           cabin: Cabaña
           chapel: Capilla
           church: Edificio de la iglesia
@@ -1356,7 +1349,7 @@ es:
           deli: Delicatessen
           department_store: Grandes almacenes
           discount: Tienda de descuento
-          doityourself: Tienda de autoservicio
+          doityourself: Tienda de bricolaje
           dry_cleaning: Tintorería
           e-cigarette: Tienda de cigarrillos electrónicos
           electronics: Tienda de electrónica
@@ -1515,8 +1508,6 @@ es:
       status: Estado
       reports: Reportes
       last_updated: Última actualización
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> por %{user}
       link_to_reports: Ver informes
       reports_count:
         one: 1 informe
@@ -1539,8 +1530,8 @@ es:
       ignore: Ignorar
       reopen: Reabrir
       reports_of_this_issue: Informes de este problema
-      read_reports: Leer reportes
-      new_reports: Nuevos reportes
+      read_reports: Leer informes
+      new_reports: Informes nuevos
       other_issues_against_this_user: Otras incidencias en contra de este usuario
       no_other_issues: No hay otras incidencias en contra de este usuario.
       comments_on_this_issue: Comentarios sobre este informe
@@ -1624,8 +1615,8 @@ es:
     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_html: El alojamiento es apoyado por %{ucl}, %{fastly}, %{bytemark},
-      y otros %{partners}.
+    hosting_partners_html: '%{ucl}, %{fastly}, %{bytemark} y otros %{partners} patrocinan
+      el alojamiento.'
     partners_ucl: UCL
     partners_fastly: Fastly
     partners_bytemark: Bytemark Hosting
@@ -1651,7 +1642,7 @@ es:
   user_mailer:
     diary_comment_notification:
       subject: '[OpenStreetMap] %{user} ha comentado en una entrada de diario'
-      hi: Hola %{to_user},
+      hi: 'Hola, %{to_user}:'
       header: '%{from_user} ha comentado sobre en la entrada de diario con el asunto
         %{subject}:'
       header_html: '%{from_user} ha comentado la entrada de diario con el asunto %{subject}:'
@@ -1691,12 +1682,12 @@ es:
       subject: '[OpenStreetMap] Fallo al importar GPX'
     gpx_success:
       hi: 'Hola, %{to_user}:'
-      loaded_successfully: '{{PLURAL|one=cargado correctamente con %{trace_points}
-        de 1 punto posible.|carga exitosa con %{trace_points} de %{possible_points}
-        puntos posibles.'
+      loaded:
+        one: se cargó correctamente, con %{trace_points} de %{count} puntos posibles.
+        other: se cargaron correctamente, con %{trace_points} de %{count} puntos posibles.
       subject: '[OpenStreetMap] Éxito al importar GPX'
     signup_confirm:
-      subject: '[OpenStreetMap] Bienvenido a OpenStreetMap'
+      subject: '[OpenStreetMap] OpenStreetMap le da la bienvenida'
       greeting: ¡Hola!
       created: Alguien (probablemente tú) acaba de crear una cuenta en %{site_url}.
       confirm: 'Antes de hacer cualquier otra cosa, debemos confirmar que esta solicitud
@@ -1794,6 +1785,8 @@ es:
       success: ¡Cuenta confirmada, gracias por registrarse!
       already active: Esta cuenta ya ha sido confirmada.
       unknown token: Ese código de confirmación ha caducado o no existe.
+      resend_html: Si necesita que le reenviemos el mensaje de confirmación, %{reconfirm_link}.
+      click_here: pulse aquí
     confirm_resend:
       failure: No se ha encontrado el usuario %{name}
     confirm_email:
@@ -1922,7 +1915,6 @@ es:
       image: Imagen
       gravatar:
         gravatar: Usa Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: ¿Qué es Gravatar?
         disabled: Gravatar se ha deshabilitado.
         enabled: Se ha habilitado la visualización de su Gravatar.
@@ -1989,6 +1981,7 @@ es:
       support: el servicio técnico
   shared:
     markdown_help:
+      heading_html: Procesado con %{kramdown_link}
       headings: Títulos
       heading: Título
       subheading: Subtítulo
@@ -2007,7 +2000,6 @@ es:
   site:
     about:
       next: Siguiente
-      copyright_html: <span>&copy;</span>Colaboradores de<br>OpenStreetMap
       used_by_html: '%{name} proporciona datos de mapas para miles de sitios web,
         aplicaciones móviles y dispositivos de hardware'
       lede_text: OpenStreetMap lo crea una gran comunidad de colaboradores que aportan
@@ -2019,33 +2011,21 @@ es:
         de datos libres para verificar que los datos de OSM sean precisos y estén
         actualizados.
       community_driven_title: Impulsado por la comunidad
-      community_driven_html: "La comunidad de OpenStreetMap es diversa y entusiasta
-        y crece todos los días.\nEntre nuestros colaboradores figuran cartógrafos
-        apasionados, profesionales de GIS, ingenieros que hacen funcionar los servidores
-        de OSM, humanitarios que elaboran mapas de zonas de desastre, y muchas personas
-        más.\nPara obtener más información sobre la comunidad, véase el \n<a href='https://blog.openstreetmap.org'>Blog
-        de OpenStreetMap</a>, \n<a href='%{diary_path}'>diarios de los usuarios</a>,
-        \n<a href='http://blogs.openstreetmap.org/'>blogs comunitarios</a>, y \nel
-        sitio web de la <a href='http://www.osmfoundation.org/'>Fundación OSM</a>."
+      community_driven_osm_blog: Blog de OpenStreetMap
+      community_driven_community_blogs: blogs comunitarios
+      community_driven_osm_foundation: OSM Foundation
       open_data_title: Datos abiertos
-      open_data_html: 'OpenStreetMap es <i>datos abiertos</i>: puede usarlo libremente
-        para cualquier propósito siempre que dé crédito a OpenStreetMap y a sus colaboradores.
-        Si altera o se basa en los datos de alguna manera, sólo puede distribuir el
-        resultado bajo la misma licencia. Consulte la <a href=''%{copyright_path}''>página
-        sobre Derechos de autor y Licencia</a> para obtener más detalles.'
+      open_data_1_html: 'OpenStreetMap es %{open_data}: puede usarlo libremente para
+        cualquier propósito siempre que dé crédito a OpenStreetMap y a sus colaboradores.
+        Si lo altera o se basa en sus datos de alguna manera, solo puede distribuir
+        el resultado con la misma licencia. Consulte la %{copyright_license_link}
+        para obtener más detalles.'
+      open_data_open_data: datos abiertos
+      open_data_copyright_license: Página de derechos de autor y licencia
       legal_title: Legal
-      legal_1_html: "Este sitio y muchos otros servicios relacionados son gestionados
-        formalmente por la  \n<a href='https://osmfoundation.org/'>Fundación OpenStreetMap</a>
-        (OSMF) \nen nombre de la comunidad. El uso de todos los servicios gestionados
-        por la OSMF está sujeto \na nuestros  <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">Términos
-        de uso</a>,  <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nnormativa
-        de uso aceptable</a> y nuestra <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">normativa
-        de privacidad</a>."
-      legal_2_html: "<a href='https://osmfoundation.org/Contact'>Comuníquese con la
-        OSMF</a> si tiene \npreguntas sobre licencias, derechos de autor u otras cuestiones
-        legales.\n<br>\nOpenStreetMap, el logotipo de la lupa y State of the Map son
-        <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">marcas comerciales
-        registradas de OSMF</a>."
+      legal_1_1_openstreetmap_foundation: Fundación OpenStreetMap
+      legal_1_1_aup: Normativas de uso aceptable
+      legal_1_1_privacy_policy: Normativa de privacidad
       partners_title: Socios
     copyright:
       foreign:
@@ -2062,101 +2042,47 @@ es:
         mapping_link: comenzar a cartografiar
       legal_babble:
         title_html: Derechos de autor y licencia
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> es <i>Open Data</i> (un servicio de datos de acceso libre), con licencia <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) de la  <a
-          href="https://osmfoundation.org/">Fundación OpenStreetMap</a> (OSMF).
-        intro_2_html: Puede copiar, distribuir, transmitir y adaptar nuestros datos
-          libremente siempre y cuando de reconocimiento a OpenStreetMap y sus colaboradores.
-          Si modifica o se basa en nuestros datos, sólo puede distribuir el resultado
-          bajo la misma licencia. El <a href="https://opendatacommons.org/licenses/odbl/1.0/">código
-          legal</a> completo explica sus derechos y responsabilidades.
-        intro_3_1_html: Nuestra documentación está disponible bajo los términos de
-          la licencia <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Reconocimiento-Compartir Igual 2.0</a> (CC BY-SA 2.0).
+        introduction_1_open_data: datos abiertos
+        introduction_1_odc_odbl: Licencia de bases de datos abiertas de Open Data
+          Commons
+        introduction_2_legal_code: código legal
+        introduction_3_html: Nuestra documentación tiene la licencia %{creative_commons_link}
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons - Atribución - Compartir
+          Igual 2.0
         credit_title_html: Cómo dar reconocimiento a OpenStreetMap
         credit_1_html: 'Cuando utilice datos de OpenStreetMap, deberá hacer las dos
           cosas siguientes:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Dar crédito a OpenStreetMap mostrando nuestro aviso de derechos de autor.</li>
-            <li>Aclarar que los datos están disponibles bajo la licencia Open Database License.</li>
-          </ul>
-        credit_3_1_html: Para el aviso de derechos de autor, tenemos diferentes requisitos
-          sobre cómo debe mostrarse en función del uso que se haga de nuestros datos.
-          Por ejemplo, se aplican diferentes normas sobre cómo mostrar el aviso de
-          copyright dependiendo de si ha creado un mapa navegable, un mapa impreso
-          o una imagen estática. Encontrará todos los detalles sobre los requisitos
-          en las <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Directrices
-          de atribución</a>.
-        credit_4_html: |-
-          Para dejar claro que los datos están disponibles bajo la licencia Open
-          Database License, puede enlazar con <a href="https://www.openstreetmap.org/copyright">esta página de derechos de autor</a>.
-          Alternativamente, y como requisito si está distribuyendo OSM en forma de datos, puede nombrar y enlazar directamente a la(s) licencia(s). En los medios donde los enlaces no son posibles (por ejemplo, obras impresas), le sugerimos que que dirija a sus lectores a openstreetmap.org (quizás ampliando 'OpenStreetMap' a esta dirección completa) y a opendatacommons.org.
-          En este ejemplo, el crédito aparece en la esquina del mapa.
+        credit_2_1: Proporcione crédito a OpenStreetMap mostrando nuestro aviso de
+          derechos de autor.
+        credit_2_2: Especifique que los datos están disponibles bajo la Licencia de
+          base de datos abierta.
+        credit_3_attribution_guidelines: Directrices de atribución
         attribution_example:
           alt: Ejemplo de como dar reconocimiento a OpenStreetMap en una página web
           title: Ejemplo de atribución
         more_title_html: Para saber más...
-        more_1_html: |-
-          Encontrará más información acerca de cómo utilizar nuestros datos y cómo citarnos como fuente en la <a
-          href="https://osmfoundation.org/Licence">página de licencia de la OSMF</a>.
-        more_2_html: "A pesar de que OpenStreetMap son datos abiertos, no podemos
-          proporcionar una API de mapas gratuita para terceros. \nConsulta nuestra
-          <a href=\"https://operations.osmfoundation.org/policies/api/\">Normativa
-          de uso de la API</a>, \nla <a href=\"https://operations.osmfoundation.org/policies/tiles/\">Normativa
-          de uso de teselas</a> \ny la <a href=\"https://operations.osmfoundation.org/policies/nominatim/\">Normativa
-          de uso de Nominatim</a>."
+        more_2_1_api_usage_policy: Normativa de uso de la API
+        more_2_1_nominatim_usage_policy: Normativa de uso de Nominatim
         contributors_title_html: Nuestros colaboradores
         contributors_intro_html: 'Nuestros colaboradores son miles de personas. Incluimos
           también datos con licencia abierta de organismos cartográficos nacionales
           y otras fuentes, entre ellas:'
-        contributors_at_html: |-
-          <strong>Austria</strong>: Contiene datos de
-             <a href="https://data.wien.gv.at/">Stadt Wien</a> (bajo
-             <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>), <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> y Land Tirol (bajo licencia <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT con modificaciones</a>).
-        contributors_au_html: '<strong>Australia</strong>: Contiene o se ha desarrollado
-          usando límites administrativos de &copy; <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">Geoscape
-          Australia</a> con licencia de la Commonwealth de Australia bajo <a href="https://creativecommons.org/licenses/by/4.0/">licencia
-          Creative Commons Atribución 4.0 Internacional (CC BY 4.0)</a>.'
-        contributors_ca_html: '<strong>Canadá</strong>: contiene datos de GeoBase&reg;,
-          GeoGratis (&copy; Department of Natural Resources Canada), CanVec (&copy;
-          Department of Natural Resources Canada) y StatCan (Geography Division, Statistics
-          Canada).'
-        contributors_fi_html: |-
-          <strong>Finlandia</strong>: Contiene datos de la National Land Survey de la Finland's Topographic Database
-          y otras bases de datos, bajo la <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI License</a>.
-        contributors_fr_html: '<strong>Francia</strong>: Contiene datos extraídos
-          de Direction Générale des Impôts.'
-        contributors_nl_html: |-
-          <strong>Países Bajos</strong>: Contiene datos de &copy; AND, 2007
-             (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Nueva Zelanda</strong>: contiene datos provenientes del
-          <a href="https://data.linz.govt.nz/">Servicio de datos LINZ</a>, disponibles para reutilización según la licencia
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Eslovenia</strong>: Contiene datos del
-          <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> y
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
-          (información pública de Eslovenia).
-        contributors_es_html: '<strong>España</strong>: Contiene datos provenientes
-          del Instituto Geográfico Nacional (<a href="http://www.ign.es/">IGN</a>)
-          y del Sistema Cartográfico Nacional (<a href="http://www.scne.es/">SCNE</a>),
-          licenciados para su reutilización bajo la <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>.'
-        contributors_za_html: |-
-          <strong>Sudáfrica</strong>: Contiene datos extraídos de
-          <a href="http://www.ngi.gov.za/">Chief Directorate: Información
-          Nacional Geoespacial</a>, State copyright reserved.
-        contributors_gb_html: |-
-          <strong>Reino Unido</strong>: Contiene datos de Ordnance Survey &copy; Crown copyright and database right
-           2010-19.
-        contributors_footer_1_html: Para obtener más detalles sobre estas y otras
-          fuentes que se han utilizado para ayudar a mejorar OpenStreetMap, véase
-          la <a href="https://wiki.openstreetmap.org/wiki/Contributors">página de
-          colaboradores</a> en la wiki de OpenStreetMap.
+        contributors_at_austria: Austria
+        contributors_au_australia: Australia
+        contributors_ca_canada: Canadá
+        contributors_fi_finland: Finlandia
+        contributors_fi_nlsfi_license: Licencia NLSFI
+        contributors_fr_france: Francia
+        contributors_nl_netherlands: Países Bajos
+        contributors_nz_new_zealand: Nueva Zelanda
+        contributors_nz_linz_data_service: Servicio de datos de LINZ
+        contributors_si_slovenia: Eslovenia
+        contributors_si_mkgp: Ministerio de Agricultura, Silvicultura y Alimentación
+        contributors_es_spain: España
+        contributors_es_ign: IGN
+        contributors_za_south_africa: Sudáfrica
+        contributors_gb_united_kingdom: Reino Unido
         contributors_footer_2_html: La inclusión de datos en OpenStreetMap no implica
           que el proveedor de la información original apoya a OpenStreetMap, proporciona
           alguna garantía, o acepta cualquier responsabilidad.
@@ -2165,16 +2091,8 @@ es:
           añadir información procedente de ninguna fuente con derechos de autor reservados
           (p. ej. Google Maps o mapas impresos) sin el consentimiento explícito de
           los poseedores de los derechos de autor.
-        infringement_2_html: Si cree que se ha agregado de forma inapropiada material
-          protegido por derechos de autor a la base de datos de OpenStreetMap o a
-          este sitio, consulte nuestro <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">procedimiento
-          de eliminación</a> o presente la solicitud directamente en nuestra <a href="https://dmca.openstreetmap.org/">página
-          de presentación en línea</a>.
-        trademarks_title_html: <span id="trademarks"></span>Marcas registradas
-        trademarks_1_html: OpenStreetMap, el logotipo de la lupa y State of the Map
-          son marcas registradas de Fundación OpenStreetMap. Si tiene preguntas sobre
-          su uso, consulte nuestra <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">normativa
-          de marcas registradas</a>.
+        trademarks_title: Marcas
+        trademarks_1_1_trademark_policy: Normativa de marcas
     index:
       js_1: Está usando un navegador que no soporta o tiene desactivado JavaScript
       js_2: OpenStreetMap utiliza JavaScript para mostrar su mapa
@@ -2206,7 +2124,6 @@ es:
       licence_details_html: Los datos de OpenStreetMap está registrada por %{odbl_link}
         (ODbL).
       odbl: Licencia de base de datos abierta de Open Data Commons
-      odbl_url: https://opendatacommons.org/licenses/odbl/1.0/
       too_large:
         advice: 'Si la exportación anterior falla, considere utilizar una de las fuentes
           que se enumeran a continuación:'
@@ -2250,10 +2167,6 @@ es:
             por ejemplo, falta un camino o su dirección, la mejor manera de proceder
             es unirse a la comunidad OpenStreetMap y agregar o corregir los datos
             usted mismo.
-        add_a_note:
-          instructions_html: |-
-            Simplemente haga clic en <a class='icon note'></a> o en el mismo icono en la visualización del mapa.
-            Esto agregará un marcador al mapa que puede mover arrastrándolo. Agregue su mensaje, luego haga clic en guardar, y otros mapeadores lo investigarán.
       other_concerns:
         title: Otras preocupaciones
         copyright: página de derechos de copia
@@ -2301,6 +2214,7 @@ es:
       removed: El editor de OpenStreetMap predeterminado se establece como Potlatch.
         Dado que Adobe Flash Player se ha retirado, Potlatch ya no está disponible
         para su uso en un navegador web.
+      change_preferences: Cambia tus preferencias aquí
     any_questions:
       title: ¿Alguna pregunta?
       paragraph_1_html: |-
@@ -2309,7 +2223,6 @@ es:
         %{help_link}. ¿Con una organización que hace planes para OpenStreetMap? %{welcome_mat_link}.
       get_help_here: Obtén ayuda aquí
       welcome_mat: Echa un vistazo a Welcome Mat
-      welcome_mat_url: https://welcome.openstreetmap.org/
     sidebar:
       search_results: Resultados de la búsqueda
       close: Cerrar
@@ -2328,9 +2241,9 @@ es:
         entry:
           motorway: Autopista
           main_road: Carretera principal
-          trunk: Carretera principal
-          primary: a primaria
-          secondary: a secundaria
+          trunk: Carretera troncal
+          primary: Carretera primaria
+          secondary: Carretera secundaria
           unclassified: Carretera sin clasificar
           track: Pista
           bridleway: Vía ecuestre
@@ -2429,9 +2342,7 @@ es:
           realizar otras actividades diferentes a la edición a mano, por favor, lee
           y sigue las instrucciones en %{imports_link} y %{automated_edits_link}.
         imports: Importaciones
-        imports_url: https://wiki.openstreetmap.org/wiki/Import/Guidelines
         automated_edits: Ediciones automatizadas
-        automated_edits_url: https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct
       start_mapping: Comenzar a cartografiar
       add_a_note:
         title: ¿No tiene tiempo para editar? ¡Añada una nota!
@@ -2451,9 +2362,9 @@ es:
         También pueden ser formales o informales.
       local_chapters:
         title: Delegaciones locales
-        about_text: Los capítulos locales son grupos nacionales o regionales que han
-          dado el paso formal de constituirse como entidades jurídicas sin ánimo de
-          lucro. Representan al mapa y a los cartógrafos de la zona ante la administración
+        about_text: Las delegaciones locales son grupos nacionales o regionales que
+          han dado el paso formal de constituirse como entidades jurídicas sin ánimo
+          de lucro. Representan al mapa y a los cartógrafos de la zona ante la administración
           local, las empresas y los medios de comunicación. También se han afiliado
           a la OpenStreetMap Foundation (OSMF), lo que les proporciona un vínculo
           con el órgano de gobierno legal y de derechos de autor.
@@ -2513,10 +2424,10 @@ es:
       tags: 'Etiquetas:'
       none: Ninguna
       edit_trace: Editar esta traza
-      delete_trace: Borrar esta traza
+      delete_trace: Eliminar esta traza
       trace_not_found: ¡No se ha encontrado la traza!
       visibility: 'Visibilidad:'
-      confirm_delete: ¿Eliminar esta traza?
+      confirm_delete: ¿Quiere eliminar esta traza?
     trace_paging_nav:
       showing_page: Página %{page}
       older: Trazas más antiguas
@@ -2524,7 +2435,7 @@ es:
     trace:
       pending: PENDIENTE
       count_points:
-        one: 1 punto
+        one: '%{count} punto'
         other: '%{count} puntos'
       more: más
       trace_details: Ver detalles de la traza
@@ -2532,7 +2443,7 @@ es:
       edit_map: Editar mapa
       public: PÚBLICO
       identifiable: IDENTIFICABLE
-      private: PRIVADO
+      private: PRIVADA
       trackable: RASTREABLE
       by: por
       in: en
@@ -2547,7 +2458,6 @@ es:
         %{wiki_link} correspondiente.'
       upload_new: Cargue una traza nueva
       wiki_page: página del wiki
-      wiki_page_url: https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2
       upload_trace: Subir una traza
       all_traces: Todas las trazas
       my_traces: Mis trazas
@@ -2700,7 +2610,7 @@ es:
       sorry: Lo sentimos, no se pudo encontrar esa aplicación.
   oauth2_authorizations:
     new:
-      title: Falló la solicitud de autorización
+      title: Se necesita autorización
       introduction: ¿Autorizar a %{application} a acceder a su cuenta con los siguientes
         permisos?
       authorize: Autorizar →
@@ -2740,6 +2650,7 @@ es:
         aunque hay algunas herramientas y servidores que aún la solicitan.
       continue: Registrarse
       terms accepted: ¡Gracias por aceptar los nuevos términos de colaborador!
+      privacy_policy: normativa de privacidad
     terms:
       title: Términos
       heading: Términos
@@ -2940,19 +2851,19 @@ es:
       time_past_html: Finalizado %{time}.
       block_duration:
         hours:
-          one: 1 hora
+          one: '%{count} hora'
           other: '%{count} horas'
         days:
-          one: 1 día
+          one: '%{count} día'
           other: '%{count} días'
         weeks:
-          one: 1 semana
+          one: '%{count} semana'
           other: '%{count} semanas'
         months:
-          one: 1 mes
+          one: '%{count} mes'
           other: '%{count} meses'
         years:
-          one: 1 año
+          one: '%{count} año'
           other: '%{count} años'
     blocks_on:
       title: Bloqueos sobre %{name}
@@ -3008,15 +2919,6 @@ es:
       open_title: 'Nota sin resolver #%{note_name}'
       closed_title: 'Nota resuelta #%{note_name}'
       hidden_title: 'Nota oculta #%{note_name}'
-      opened_by_html: Creado por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Creado por un anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentario de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Comentario de anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Resuelto por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Resuelto por anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reactivado por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reactivado por anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Oculto por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: denunciar esta nota
       anonymous_warning: Esta nota incluye comentarios de usuarios anónimos que deben
         ser verificados de forma independiente.
@@ -3025,7 +2927,7 @@ es:
       reactivate: Reactivar
       comment_and_resolve: Comentar y resolver
       comment: Comentar
-      report_link_html: Si esta nota contiene información sensible que debe ser eliminada,
+      report_link_html: Si esta nota contiene información delicada que debe eliminarse,
         puede %{link}.
       other_problems_resolve: Para todos los demás problemas con la nota, resuélvalo
         con un comentario.
@@ -3094,18 +2996,11 @@ es:
         gps: Trazas GPS públicas
         overlays: Activar superposiciones para solucionar problemas en el mapa
         title: Capas
-      copyright: © <a href='%{copyright_url}'>Colaboradores de OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Hacer una donación</a>
-      terms: <a href='%{terms_url}' target='_blank'>Términos del sitio web y de la
-        API</a>
-      cyclosm: Estilo de teselas por <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        alojado por <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap Francia</a>
-      thunderforest: Teselas cortesía de <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Teselas cortesía de <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Estilo de teselas por <a href='%{hotosm_url}'target='_blank'> Equipo
-        humanitario OpenStreetMap </a> alojado por <a href='%{osmfrance_url}'target='_blank'>
-        OpenStreetMap Francia </a>
+      make_a_donation: Hacer un donativo
+      website_and_api_terms: Términos del sitio web y de la API
+      osm_france: OpenStreetMap Francia
+      andy_allan: Andy Allan
+      hotosm_name: Equipo humanitario de OpenStreetMap
     site:
       edit_tooltip: Editar el mapa
       edit_disabled_tooltip: Acercar para editar el mapa
@@ -3238,21 +3133,21 @@ es:
       centre_map: Centrar el mapa aquí
   redactions:
     edit:
-      heading: Editar redacción
+      heading: Editar censura
       title: Editar redacción
     index:
-      empty: No hay ninguna redacción que mostrar.
+      empty: No hay ninguna censura que mostrar.
       heading: Lista de redacciones
-      title: Lista de redacciones
+      title: Lista de censuras
     new:
-      heading: Introduzca la información de la nueva redacción
+      heading: Introduzca la información de la censura nueva
       title: Creando nueva redacción
     show:
       description: 'Descripción:'
       heading: Mostrando redacción "%{title}"
       title: Mostrando redacción
       user: 'Creador:'
-      edit: Editar esta redacción
+      edit: Editar esta censura
       destroy: Eliminar esta redacción
       confirm: ¿Está seguro?
     create:
@@ -3263,7 +3158,7 @@ es:
       not_empty: La redacción no está vacía. Elimine todas las versiones previas pertenecientes
         a esta redacción antes de destruirla.
       flash: Redacción destruida.
-      error: Se produjo un error al destruir esta redacción
+      error: Se produjo un error al destruir esta censura.
   validations:
     leading_whitespace: tiene espacio en blanco delantero
     trailing_whitespace: tiene espacio en blanco final
index 0888bb116a47514756d358d5e4010ec402d8b03f..ddb593e266c8d6c93a5056cb4a50b4e57819543e 100644 (file)
@@ -152,48 +152,45 @@ et:
       user_block:
         needs_view: Kas kasutaja peab sisse logima enne kui see blokeering eemaldatakse?
       user:
-        email_confirmation: Sinu aadressi ei kuvata avalikult, loe täpsemalt meie
-          <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="OSMF-i
-          andmekaitsereeglid, milles on alaosa e-posti aadresside kohta">andmekaitsereeglitest</a>.
         new_email: (ei näidata mitte kunagi avalikult)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: umbes 1 tunni eest
+        one: umbes %{count} tunni eest
         other: umbes %{count} tunni eest
       about_x_months:
-        one: umbes 1 kuu eest
+        one: umbes %{count} kuu eest
         other: umbes %{count} kuu eest
       about_x_years:
-        one: umbes 1 aasta eest
+        one: umbes %{count} aasta eest
         other: umbes %{count} aasta eest
       almost_x_years:
-        one: peaaegu 1 aasta eest
+        one: peaaegu %{count} aasta eest
         other: peaaegu %{count} aasta eest
       half_a_minute: poole minuti eest
       less_than_x_seconds:
-        one: vähem kui 1 sekundi eest
+        one: vähem kui %{count} sekundi eest
         other: vähem kui %{count} sekundi eest
       less_than_x_minutes:
-        one: vähem kui 1 minuti eest
+        one: vähem kui %{count} minuti eest
         other: vähem kui %{count} minuti eest
       over_x_years:
-        one: rohkem kui 1 aasta eest
+        one: rohkem kui %{count} aasta eest
         other: rohkem kui %{count} aasta eest
       x_seconds:
-        one: 1 sekundi eest
+        one: '%{count} sekundi eest'
         other: '%{count} sekundi eest'
       x_minutes:
-        one: 1 minuti eest
+        one: '%{count} minuti eest'
         other: '%{count} minuti eest'
       x_days:
-        one: 1 päeva eest
+        one: '%{count} päeva eest'
         other: '%{count} päeva eest'
       x_months:
-        one: 1 kuu eest
+        one: '%{count} kuu eest'
         other: '%{count} kuu eest'
       x_years:
-        one: 1 aasta eest
+        one: '%{count} aasta eest'
         other: '%{count} aasta eest'
   editor:
     default: Vaikimisi (praegu %{name})
@@ -282,6 +279,16 @@ et:
       delete_account: Kustuta konto...
     go_public:
       heading: Avalik redigeerimine
+      currently_not_public: Praegu on su muudatused anonüümsed ja inimesed ei saa
+        saata sulle sõnumeid ega näha sinu asukohta. Et näha, mida sa muutsid ja et
+        võimaldada inimestel selle veebilehe kaudu sinuga ühendust võtta, klõpsa alljärgneval
+        nupul.
+      only_public_can_edit: Pärast üleminekut API versioonile 0.6 saavad kaardiandmeid
+        muuta ainult avalikud kasutajad.
+      find_out_why: uuri välja, miks
+      email_not_revealed: Sinu e-posti aadressi ei avalikustata avalikuks muutumisel.
+      not_reversible: Seda toimingut ei saa tühistada ja kõik uued kasutajad on nüüd
+        vaikimisi avalikud.
       make_edits_public_button: Tee kõik minu muudatused avalikuks
     update:
       success_confirm_needed: Kasutajateabe värskendamine õnnestus. Kontrolli e-kirju,
@@ -292,22 +299,22 @@ et:
   browse:
     created: Loodud
     closed: Suletud
-    created_html: Loodud <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Suletud <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Loonud %{user} <abbr title='%{title}'>%{time}</abbr>
-    deleted_by_html: Kustutanud %{user} <abbr title='%{title}'>%{time} </abbr>
-    edited_by_html: Muutnud %{user} <abbr title='%{title}'>%{time}</abbr>
-    closed_by_html: Sulgenud %{user} <abbr title='%{title}'>%{time}</abbr>
+    created_ago_html: Loodud %{time_ago}
+    closed_ago_html: Suletud %{time_ago}
+    created_ago_by_html: Loonud %{user} %{time_ago}
+    closed_ago_by_html: Sulgenud %{user} %{time_ago}
+    deleted_ago_by_html: Kustutanud %{user} %{time_ago}
+    edited_ago_by_html: Muutnud %{user} %{time_ago}
     version: Versioon
     in_changeset: Muudatuskogum
     anonymous: anonüümne
     no_comment: (kommentaare pole)
     part_of: Osa
     part_of_relations:
-      one: 1 relatsioon
+      one: '%{count} relatsioon'
       other: '%{count} relatsiooni'
     part_of_ways:
-      one: 1 joon
+      one: '%{count} joon'
       other: '%{count} joont'
     download_xml: Laadi alla XML
     view_history: Vaata ajalugu
@@ -323,8 +330,8 @@ et:
       relation: Relatsioonid (%{count})
       relation_paginated: Relatsioonid (%{x}–%{y} %{count}-st)
       comment: Kommentaare (%{count})
-      hidden_commented_by_html: Peidetud kommentaar kasutajalt %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentaar kasutajalt %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Peidetud kommentaar kasutajalt %{user} %{time_ago}
+      comment_by_html: Kommentaar kasutajalt %{user} %{time_ago}
       changesetxml: Muudatuskogumi XML
       osmchangexml: osmChange XML
       feed:
@@ -352,7 +359,7 @@ et:
       history_title_html: 'Relatsiooni ajalugu: %{name}'
       members: Liikmed
       members_count:
-        one: 1 liige
+        one: '%{count} liige'
         other: '%{count} liiget'
     relation_member:
       entry_role_html: '%{type} %{name} kui %{role}'
@@ -399,7 +406,10 @@ et:
         tag: Sildi %{key}=%{value} kirjelduse leht vikis
       wikidata_link: '%{page} Wikidatas'
       wikipedia_link: Artikkel %{page} Vikipeedias
+      wikimedia_commons_link: Üksus "%{page}" Wikimedia Commonsis
       telephone_link: Helista %{phone_number}
+      colour_preview: 'Värvuse eelvaade: %{colour_value}'
+      email_link: Kirjuta e-kiri aadressil %{email}
     query:
       title: Info objektide kohta
       introduction: Klõpsa kaardil, et leida läheduses asuvad objektid.
@@ -501,6 +511,7 @@ et:
         sisestatud lingi õigekirja. Võimalik, et link, millele klõpsasid, on vigane.
     diary_entry:
       posted_by_html: Postitas %{link_user} kuupäeval %{created} – %{language_link}.
+      updated_at_html: 'Viimati uuendatud: %{updated}.'
       comment_link: Kommenteeri seda sissekannet
       reply_link: Saada autorile sõnum
       comment_count:
@@ -561,11 +572,10 @@ et:
   geocoder:
     search:
       title:
-        latlon_html: <a href="https://openstreetmap.org/">Sisemised</a> tulemused
-        osm_nominatim_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatimi</a> tulemused
-        osm_nominatim_reverse_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatimi</a> tulemused
+        results_from_html: '%{results_link} tulemused'
+        latlon: Sisemised
+        osm_nominatim: OpenStreetMap Nominatimi
+        osm_nominatim_reverse: OpenStreetMap Nominatimi
     search_osm_nominatim:
       prefix:
         aeroway:
@@ -1009,6 +1019,9 @@ et:
   issues:
     index:
       user_not_found: Kasutajat pole olemas.
+    helper:
+      reportable_title:
+        note: 'märkus #%{note_id}'
   reports:
     new:
       title_html: Kaebus (%{link})
@@ -1095,11 +1108,19 @@ et:
       hi: Tere, %{to_user}!
       header: '%{from_user} kommenteeris hiljutist OpenStreetMapi päevikusissekannet
         pealkirjaga %{subject}:'
+      header_html: '%{from_user} kommenteeris hiljutist OpenStreetMapi päevikusissekannet
+        pealkirjaga %{subject}:'
       footer: Saad lugeda kommentaari aadressil %{readurl}. Samuti saad lisada kommentaari
         aadressil %{commenturl} või saata autorile sõnumi aadressil %{replyurl}.
+      footer_html: Saad lugeda kommentaari aadressil %{readurl}. Samuti saad lisada
+        kommentaari aadressil %{commenturl} või saata autorile sõnumi aadressil %{replyurl}.
     message_notification:
       hi: Tere, %{to_user}
       header: '%{from_user} on saatnud sulle OpenStreetMapi kaudu sõnumi teemaga %{subject}:'
+      header_html: '%{from_user} on saatnud sulle OpenStreetMapi kaudu sõnumi teemaga
+        %{subject}:'
+      footer: Saad lugeda sõnumit ka aadressil %{readurl} ja saata autorile sõnumi
+        aadressil %{replyurl}.
       footer_html: Saad lugeda sõnumit ka aadressil %{readurl} ja saata autorile sõnumi
         aadressil %{replyurl}.
     friendship_notification:
@@ -1107,16 +1128,21 @@ et:
       subject: '[OpenStreetMap] %{user} lisas sind oma sõbraks'
       had_added_you: '%{user} lisas sind OpenStreetMapis sõbraks.'
       see_their_profile: Tema profiiliga võid tutvuda aadressil %{userurl}.
+      see_their_profile_html: Tema profiiliga saad tutvuda aadressil %{userurl}.
       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_failure:
+      hi: Tere, %{to_user}
       failed_to_import: 'importimine ebaõnnestus. Siin on viga:'
-      subject: '[OpenStreetMap] GPX importimine nurjus'
+      more_info_html: Rohkem teavet GPX-failide importimise funktsiooni ja nende vältimise
+        kohta leiad aadressilt %{url}.
+      subject: '[OpenStreetMap] GPX-faili importimine nurjus'
     gpx_success:
-      loaded_successfully:
-        one: laaditi üles edukalt %{trace_points} punkt võimalikust ühest punktist.
-        other: laaditi üles edukalt %{trace_points} punkti võimalikust %{possible_points}
-          punktist.
-      subject: '[OpenStreetMap] GPX Importimine õnnestus'
+      hi: Tere, %{to_user}
+      loaded:
+        one: laaditi üles edukalt %{trace_points} punkt võimalikust %{count} punktist.
+        other: laaditi üles edukalt %{trace_points} punkti võimalikust %{count} punktist.
+      subject: '[OpenStreetMap] GPX-faili importimine õnnestus'
     signup_confirm:
       subject: '[OpenStreetMap] Tere tulemast OpenStreetMapi'
       greeting: Tere!
@@ -1213,6 +1239,8 @@ et:
       success: Sinu kasutajakonto on kinnitatud, täname registreerimast!
       already active: See konto on juba kinnitatud.
       unknown token: See kinnituskood on aegunud või seda pole olemas.
+      resend_html: Kui soovid, et saadaksime sulle uuesti kinnitusmeili, siis %{reconfirm_link}.
+      click_here: klõpsa siia
     confirm_resend:
       failure: Kasutajat %{name} ei leitud.
     confirm_email:
@@ -1390,8 +1418,15 @@ et:
       title: Logi välja
       heading: Logi OpenStreetMapist välja
       logout_button: Logi välja
+    suspended_flash:
+      suspended: Kahjuks on sinu konto õigused kahtlase tegevuse tõttu automaatselt
+        peatatud.
+      contact_support_html: Kui soovid seda arutada, siis palun võta ühendust %{support_link}.
+      support: toega
   shared:
     markdown_help:
+      heading_html: Parsitud %{kramdown_link}
+      kramdown: kramdowniga
       headings: Pealkirjad
       heading: Pealkiri
       subheading: Alampealkiri
@@ -1408,7 +1443,7 @@ et:
   site:
     about:
       next: Edasi
-      copyright_html: <span>&copy;</span>OpenStreetMapi<br>kaastöölised
+      heading_html: '%{copyright}OpenStreetMapi %{br} kaastöölised'
       used_by_html: '%{name} varustab kaardiandmetega tuhandeid veebisaite, mobiilirakendusi
         ja riistvaraseadmeid.'
       lede_text: OpenStreetMapi koostab kaardistajate kogukond, mis täiendab ja haldab
@@ -1419,34 +1454,41 @@ et:
         kasutavad aerofotosid, GPS-seadmeid ja muid välikaardistuse vahendeid, et
         kontrollida OSMi andmete täpsust ja ajakohasust.
       community_driven_title: Kogukonnapõhine
-      community_driven_html: |-
+      community_driven_1_html: |-
         OpenStreetMapi kogukond on laiahaardeline ja entusiastlik ning suureneb iga päevaga.
         Meie kaastöölisteks on innukad kaardistajad, GIS-spetsialistid, tehnikud, kes
         hoiavad töös OSM-i servereid, humanitaarabitöötajad, kes kaardistavad õnnetuspiirkondi,
         ja paljud teised.
-        Et kogukonnaga tutvuda, vaata
-        <a href='https://blog.openstreetmap.org'>OpenStreetMapi blogi</a>,
-        <a href='%{diary_path}'>kasutajate päevikuid</a>,
-        <a href='https://blogs.openstreetmap.org/'>kogukonnablogisid</a> ja
-        <a href='https://www.osmfoundation.org/'>OSM Foundationi</a> veebisaiti.
+        Et kogukonnaga tutvuda, vaata %{osm_blog_link},
+        %{user_diaries_link}, %{community_blogs_link} ja
+        %{osm_foundation_link} veebisaiti.
+      community_driven_osm_blog: OpenStreetMapi blogi
+      community_driven_user_diaries: kasutajate päevikuid
+      community_driven_community_blogs: kogukonnablogisid
+      community_driven_osm_foundation: OSM Foundationi
       open_data_title: Avaandmed
-      open_data_html: |-
-        OpenStreetMapi andmed on <i>avaandmed</i>. See tähendab, et tohid andmeid vabalt
+      open_data_1_html: |-
+        OpenStreetMapi andmed on %{open_data}. See tähendab, et tohid andmeid vabalt
         kasutada igal eesmärgil, kui viitad OpenStreetMapile ja selle kaastöölistele.
         Kui muudad andmeid või lood nende põhjal midagi uut, siis tohid tulemust levitada
-        ainult sama litsentsi alusel. Üksikasjad leiad
-        <a href='%{copyright_path}'>autoriõiguste ja litsentsi lehelt</a>.
+        ainult sama litsentsi alusel. Üksikasjad leiad %{copyright_license_link}.
+      open_data_open_data: avaandmed
+      open_data_copyright_license: autoriõiguste ja litsentsi lehelt
       legal_title: Juriidiline teave
-      legal_1_html: "Seda saiti ja paljusid teisi seotud teenuseid haldab ametlikult
-        \n<a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
-        \nkogukonna nimel. Kõigis OSMF-i hallatavates teenustes kehtivad meie <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">kasutustingimused</a>,
-        <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">võrgueeskiri</a>
-        ja <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">andmekaitsereeglid</a>."
-      legal_2_html: |-
-        Palun <a href='https://osmfoundation.org/Contact'>võta ühendust OSMF-iga</a>,
+      legal_1_1_html: |-
+        Seda saiti ja paljusid teisi seotud teenuseid haldab ametlikult
+        %{openstreetmap_foundation_link} (OSMF)
+        kogukonna nimel. Kõigis OSMF-i hallatavates teenustes kehtivad
+        meie %{terms_of_use_link}, %{aup_link} ja %{privacy_policy_link}.
+      legal_1_1_terms_of_use: kasutustingimused
+      legal_1_1_aup: kasutamisreeglid
+      legal_1_1_privacy_policy: andmekaitsereeglid
+      legal_2_1_html: |-
+        Palun %{contact_the_osmf_link},
         kui sul on küsimusi litsentsimise, autoriõiguse või muude õiguslike teemade kohta.
-        <br>
-        OpenStreetMap, suurendusklaasi logo ja State of the Map on <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">OSMF-i registreeritud kaubamärgid</a>.
+      legal_2_1_contact_the_osmf: võta ühendust OSMF-iga
+      legal_2_2_html: OpenStreetMap, suurendusklaasi logo ja State of the Map on %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: OSMF-i registreeritud kaubamärgid
       partners_title: Partnerid
     copyright:
       foreign:
@@ -1463,109 +1505,116 @@ et:
         mapping_link: alustada kaardistamist
       legal_babble:
         title_html: Autoriõigused ja litsents
-        intro_1_html: |-
-          OpenStreetMapi<sup><a href="#trademarks">&reg;</a></sup> andmed on <i>avaandmed</i>, mille
-          <a href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) on avaldanud Open Data Commonsi litsentsi <a href="https://opendatacommons.org/licenses/odbl/">Open Database License</a> (ODbL) all.
-        intro_2_html: |-
+        introduction_1_html: |-
+          OpenStreetMapi%{registered_trademark_link} andmed on %{open_data}, mille
+          %{osm_foundation_link} (OSMF) on avaldanud Open Data Commonsi litsentsi %{odc_odbl_link} (ODbL) all.
+        introduction_1_open_data: avaandmed
+        introduction_1_odc_odbl: Open Database License
+        introduction_2_html: |-
           Tohid andmeid vabalt kopeerida, levitada, edastada ja kohandada,
           kui viitad OpenStreetMapile ja selle kaastöölistele.
           Kui muudad andmeid või teed neist tuletise, siis tohid
           tulemust levitada ainult sama litsentsi tingimustel.
-          Sinu õigusi ja kohustusi selgitab litsentsi <a href="https://opendatacommons.org/licenses/odbl/1.0/">täistekst</a>.
-        intro_3_1_html: |-
-          Meie dokumentatsioon kuulub Creative Commonsi
-          litsentsi "<a href="https://creativecommons.org/licenses/by-sa/2.0/deed.et">Autorile viitamine + jagamine samadel tingimustel 2.0</a>" (CC BY-SA 2.0) alla.
+          Sinu õigusi ja kohustusi selgitab litsentsi %{legal_code_link}.
+        introduction_2_legal_code: täistekst
+        introduction_3_html: Meie dokumentatsioon kuulub Creative Commonsi litsentsi
+          "%{creative_commons_link}" (CC BY-SA 2.0) alla.
+        introduction_3_creative_commons: Autorile viitamine + jagamine samadel tingimustel
+          2.0
         credit_title_html: OpenStreetMapile viitamine
         credit_1_html: 'Seal, kus kasutad OpenStreetMapi andmeid, tuleb sul teha kaht
           järgmist asja:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Viidata OpenStreetMapile, kuvades meie autoriõiguse teatist.</li>
-            <li>Näidata selgelt, et andmed on saadaval litsentsi Open Database License all.</li>
-          </ul>
-        credit_3_1_html: |-
+        credit_2_1: Viidata OpenStreetMapile, kuvades meie autoriõiguse teatist.
+        credit_2_2: Näidata selgelt, et andmed on saadaval litsentsi Open Database
+          License all.
+        credit_3_html: |-
           Nõuded selle kohta, kuidas autoriõiguse teatist kuvada, sõltuvad sellest,
           kuidas andmeid kasutad. Näiteks kohalduvad erinevad reeglid sõltuvalt
           sellest, kas oled teinud sirvitava kaardi, trükikaardi või staatilise pildi.
-          Kõik üksikasjad nõuete kohta leiad <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">omistamisjuhendist</a>.
-        credit_4_html: |-
+          Kõik üksikasjad nõuete kohta leiad %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: omistamisjuhendist
+        credit_4_1_html: |-
           Näitamaks selgelt, et andmed on saadaval litsentsi Open
-          Database License all, võid linkida
-          <a href="https://www.openstreetmap.org/copyright">sellele autoriõiguse leheküljele</a>.
+          Database License all, võid linkida %{this_copyright_page_link}.
           Teise võimalusena ning ka nõudena, kui levitad OSM-i andmete kujul,
           saad nimetada litsentsi(d) ja linkida otse sellele. Meediumites,
           kus see pole võimalik (nt trükiteostes), soovitame juhatada
           lugejad aadressidele openstreetmap.org (võid näiteks asendada nime
           "OpenStreetMap" selle täieliku aadressiga) ja opendatacommons.org.
           Selles näites on viide autoritele kaardi nurgas.
+        credit_4_1_this_copyright_page: sellele autoriõiguse leheküljele
         attribution_example:
           alt: Näide, kuidas tunnustada OpenStreetMapi veebilehel
           title: Omistamise näide
         more_title_html: Lisateave
-        more_1_html: Loe <a href="https://osmfoundation.org/Licence">OSMF-i litsentsileheküljelt</a>
-          veel andmete kasutamise kohta ja sellest, kuidas meile viidata.
-        more_2_html: |-
+        more_1_1_html: Loe %{osmf_licence_page_link} veel andmete kasutamise kohta
+          ja sellest, kuidas meile viidata.
+        more_1_1_osmf_licence_page: OSMF-i litsentsileheküljelt
+        more_2_1_html: |-
           Kuigi OpenStreetMapi andmed on avaandmed, ei saa me pakkuda
           kaardi juures tasuta API-t kolmandatele osapooltele.
-          Vaata meie <a href="https://operations.osmfoundation.org/policies/api/">API kasutusreegleid</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">kaardipaanide kasutusreegleid</a>
-          ja <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatimi kasutusreegleid</a>.
+          Vaata meie %{api_usage_policy_link}, %{tile_usage_policy_link} ja %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: API kasutusreegleid
+        more_2_1_tile_usage_policy: kaardipaanide kasutusreegleid
+        more_2_1_nominatim_usage_policy: Nominatimi kasutusreegleid
         contributors_title_html: Meie kaastöölised
         contributors_intro_html: |-
           Meie kaastöölised on tuhanded üksikisikud. Samuti oleme kaasanud
           vabalt litsentseeritud andmeid riiklikest kaardistusteenistustest
           ja muudest allikatest, sealhulgas:
-        contributors_at_html: "<strong>Austria</strong>: Sisaldab andmeid\n<a href=\"https://data.wien.gv.at/\">Viini
-          linnast</a> \n(<a href=\"https://creativecommons.org/licenses/by/3.0/at/deed.de\">CC
-          BY</a> tingimustel),\n<a href=\"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm\">Vorarlbergi
-          liidumaast</a> ja\nTirooli liidumaast (<a href=\"https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/\">CC
-          BY AT tingimustel koos õiendustega</a>)."
-        contributors_au_html: "<strong>Austraalia</strong>: Sisaldab andmeid või on
-          tuletatud andmetest, mille allikas on \n<a href=\"https://geoscape.com.au/legal/data-copyright-and-disclaimer/\">Geoscape
-          Australia</a>\nja mille kasutust lubab Austraalia Ühendus rahvusvahelise
-          litsentsi \n<a href=\"https://creativecommons.org/licenses/by/4.0/deed.et\">\"Autorile
-          viitamine 4.0\" (CC BY 4.0)</a> tingimustel."
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: Sisaldab andmekogude
-          GeoBase&reg;, GeoGratis (&copy; Kanada loodusvarade
-          ministeerium), CanVec (&copy; Kanada loodusvarade
-          ministeerium) ja StatCan (Kanada statistikaameti
-          geograafia osakond) andmeid.
-        contributors_fi_html: |-
-          <strong>Soome</strong>: Sisaldab andmeid, mis on pärit
-          Soome riikliku maa-ameti topograafia andmekogust
-          ja teistest andmestikest. Andmed on kasutatavad <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI litsentsi</a> tingimustel.
-        contributors_fr_html: '<strong>Prantsusmaa</strong>: Sisaldab kaardiandmeid,
-          mis on pärit maksuametist (Direction Générale des Impôts).'
-        contributors_nl_html: |-
-          <strong>Holland</strong>: Sisaldab ettevõtte &copy; AND andmeid
-          (2007, <a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: "<strong>Uus-Meremaa</strong>: Sisaldab teenuse \n<a
-          href=\"https://data.linz.govt.nz/\">LINZ Data Service</a> andmeid, mis on
-          kasutatavad litsentsi\n<a href=\"https://creativecommons.org/licenses/by/4.0/deed.et\">CC
-          BY 4.0</a> tingimustel."
-        contributors_si_html: |-
-          <strong>Sloveenia</strong>: Sisaldab
-          <a href="http://www.gu.gov.si/en/">mõõdistus- ja kaardistusteenistuse</a> ning
-          <a href="http://www.mkgp.gov.si/en/">põllu-, metsa- ja toidumajandusministeeriumi</a> andmeid
-          (Sloveenia avalik informatsioon).
-        contributors_es_html: "<strong>Hispaania</strong>: Sisaldab Hispaania riikliku
-          geograafiainstituudi (<a href=\"http://www.ign.es/\">IGN</a>) ja \nriikliku
-          kartograafiasüsteemi (<a href=\"http://www.scne.es/\">SCNE</a>) andmeid,
-          mis on kasutatavad litsentsi \n<a href=\"https://creativecommons.org/licenses/by/4.0/deed.et\">CC
-          BY 4.0</a> tingimustel."
-        contributors_za_html: |-
-          <strong>LAV</strong>: Sisaldab andmeid allikast
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, õigused kuuluvad riigile.
-        contributors_gb_html: |-
-          <strong>Suurbritannia</strong>: Sisaldab Ordnance
+        contributors_at_credit_html: '%{austria}: Sisaldab andmeid %{stadt_wien_link}
+          (%{cc_by_link} tingimustel), %{land_vorarlberg_link} ja Tirooli liidumaast
+          (%{cc_by_at_with_amendments_link}).'
+        contributors_at_stadt_wien: Viini linnast
+        contributors_at_land_vorarlberg: Vorarlbergi liidumaast
+        contributors_at_cc_by_at_with_amendments: CC BY AT tingimustel koos õiendustega
+        contributors_au_credit_html: '%{australia}: Sisaldab halduspiire või on tuletatud
+          halduspiiridest, mille allikas on &copy; %{geoscape_australia_link} ja mille
+          kasutust lubab Austraalia Ühendus rahvusvahelise litsentsi "%{cc_licence_link}"
+          (CC BY 4.0) tingimustel.'
+        contributors_au_australia: Austraalia
+        contributors_au_cc_licence: Autorile viitamine 4.0
+        contributors_ca_credit_html: '%{canada}: Sisaldab andmekogude GeoBase&reg;,
+          GeoGratis (&copy; Kanada loodusvarade ministeerium), CanVec (&copy; Kanada
+          loodusvarade ministeerium) ja StatCan (Kanada statistikaameti geograafia
+          osakond) andmeid.'
+        contributors_ca_canada: Kanada
+        contributors_fi_credit_html: "%{finland}: Sisaldab andmeid, mis on pärit \nSoome
+          riikliku maa-ameti topograafia andmekogust\nja teistest andmestikest. Andmed
+          on kasutatavad %{nlsfi_license_link} tingimustel."
+        contributors_fi_finland: Soome
+        contributors_fi_nlsfi_license: NLSFI litsentsi
+        contributors_fr_credit_html: '%{france}: Sisaldab kaardiandmeid, mis on pärit
+          maksuametist (Direction Générale des Impôts).'
+        contributors_fr_france: Prantsusmaa
+        contributors_nl_credit_html: '%{netherlands}: Sisaldab ettevõtte &copy; AND
+          andmeid (2007, %{and_link})'
+        contributors_nl_netherlands: Holland
+        contributors_nz_credit_html: '%{new_zealand}: Sisaldab teenuse %{linz_data_service_link}
+          andmeid, mis on kasutatavad litsentsi %{cc_by_link} tingimustel.'
+        contributors_nz_new_zealand: Uus-Meremaa
+        contributors_si_credit_html: '%{slovenia}: Sisaldab %{gu_link} ning %{mkgp_link}
+          andmeid (Sloveenia avalik informatsioon).'
+        contributors_si_slovenia: Sloveenia
+        contributors_si_gu: mõõdistus- ja kaardistusteenistuse
+        contributors_si_mkgp: põllu-, metsa- ja toidumajandusministeeriumi
+        contributors_es_credit_html: |-
+          %{spain}: Sisaldab Hispaania riikliku geograafiainstituudi (%{ign_link}) ja
+          riikliku kartograafiasüsteemi (%{scne_link}) andmeid, mis on kasutatavad
+          litsentsi %{cc_by_link} tingimustel.
+        contributors_es_spain: Hispaania
+        contributors_za_credit_html: '%{south_africa}: Sisaldab andmeid allikast %{ngi_link},
+          õigused kuuluvad riigile.'
+        contributors_za_south_africa: LAV
+        contributors_gb_credit_html: |-
+          %{united_kingdom}: Sisaldab Ordnance
           Survey andmeid &copy; krooni autoriõigus ja andmebaasi õigused kaitstud
           2010–2019.
-        contributors_footer_1_html: |-
+        contributors_gb_united_kingdom: Suurbritannia
+        contributors_2_html: |-
           Täpsemat teavet nendest ja teistest allikatest, mida on kasutatud
-          OpenStreetMapi täiendamiseks, leiad
-          <a href="https://wiki.openstreetmap.org/wiki/Contributors">kaastööliste leheküljelt</a> OpenStreetMapi vikis.
+          OpenStreetMapi täiendamiseks, leiad %{contributors_page_link} OpenStreetMapi vikis.
+        contributors_2_contributors_page: kaastööliste leheküljelt
         contributors_footer_2_html: |-
           Andmete kasutamine OpenStreetMapi koosseisus ei tähenda, et
           algsete andmete pakkuja toetab OpenStreetMapi, pakub mingit tagatist või
@@ -1575,15 +1624,19 @@ et:
           OSM-i kaastöölistele on öeldud, et nad ei lisaks kunagi andmeid,
           mis pärinevad autoriõigusega kaitstud allikatest (nt Google Maps või trükikaardid),
           kui neil puudub autoriõiguse valdaja selgesõnaline luba.
-        infringement_2_html: |-
+        infringement_2_1_html: |-
           Kui usud, et OpenStreetMapi andmebaasi või sellele saidile on lisatud sobimatult
           autoriõigusega kaitstud materjali, siis palun juhindu
-          <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">eemaldamise protseduurist</a>
-          või täida <a href="https://dmca.openstreetmap.org/">vastaval leheküljel</a> vorm, et kaebus esitada.
-        trademarks_title_html: <span id="trademarks"></span>Kaubamärgid
-        trademarks_1_html: OpenStreetMap, suurendusklaasi logo ja State of the Map
-          on OpenStreetMap Foundationi registreeritud kaubamärgid. Kui sul on nende
-          märkide kasutamise kohta küsimusi, siis vaata meie <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">kaubamärgireegleid</a>.
+          %{takedown_procedure_link} või täida %{online_filing_page_link},
+          et kaebus esitada.
+        infringement_2_1_takedown_procedure: eemaldamise protseduurist
+        infringement_2_1_online_filing_page: veebivorm
+        trademarks_title: Kaubamärgid
+        trademarks_1_1_html: |-
+          OpenStreetMap, suurendusklaasi logo ja State of the Map on OpenStreetMap Foundationi
+          registreeritud kaubamärgid. Kui sul on nende märkide kasutamise kohta küsimusi,
+          siis vaata meie %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: kaubamärgireegleid
     index:
       js_1: Kasutad kas brauserit, mis ei toeta JavaScripti, või oled JavaScripti
         keelanud.
@@ -1613,6 +1666,9 @@ et:
       map_image: Kaardi pilt (kuvab tavakaardi)
       embeddable_html: Põimitav HTML
       licence: Litsents
+      licence_details_html: OpenStreetMapi andmed on avaldatud Open Data Commonsi
+        litsentsi %{odbl_link} (ODbL) tingimustel.
+      odbl: Open Database License
       too_large:
         advice: 'Kui ülaltoodu eksportimine ebaõnnestub, siis kasuta palun ühte alljärgnevatest
           allikatest:'
@@ -1654,11 +1710,17 @@ et:
             puuduvat teed või enda aadressi, siis parim viis selle lahendamiseks on
             liituda OpenStreetMapi kogukonnaga ja muuta või parandada andmed ise.
         add_a_note:
-          instructions_html: |-
-            Kliki <a class='icon note'></a> või samale ikoonile kaardivaates.
-            See lisab kaardile markeri, mida sa saad liigutada seda hiirega lohistades. Lisa oma sõnum, seejärel kliki "Salvesta" ja teised kaardistajad näevad seda.
+          instructions_1_html: |-
+            Klõpsa ikoonil %{note_icon} või samal ikoonil kaardivaates.
+            See lisab kaardile markeri, mida saad liigutada lohistamise teel.
+            Lisa sõnum, klõpsa salvestamisnuppu ja teised kaardistajad uurivad seejärel asja.
       other_concerns:
         title: Muud asjad
+        concerns_html: |-
+          Kui sul on küsimusi meie andmete kasutamise või sisu kohta, siis palun pöördu juriidilise info
+          saamiseks meie %{copyright_link} või võta ühendust sobiva %{working_group_link}.
+        copyright: autoriõiguste lehele
+        working_group: OSMF-i töörühmaga
     help:
       title: Abikeskus
       introduction: OpenStreetMap pakub erinevaid võimalusi projekti tundmaõppimiseks,
@@ -1700,6 +1762,12 @@ et:
         description: Sirvi vikis OpenStreetMapi põhjalikumat dokumentatsiooni.
     any_questions:
       title: Tekkis küsimusi?
+      paragraph_1_html: |-
+        OpenStreetMap pakub erinevaid võimalusi projekti tundmaõppimiseks, küsimuste esitamiseks ja
+        vastamiseks ning kaardistamise teemade üle üheskoos arupidamiseks ja dokumenteerimiseks.
+        %{help_link}. Kas sinu organisatsioonil on plaane seoses OpenStreetMapiga? %{welcome_mat_link}.
+      get_help_here: Leia abi siit
+      welcome_mat: Vaata tutvustuslehte
     sidebar:
       search_results: Otsingu tulemused
       close: Sulge
@@ -1783,17 +1851,49 @@ et:
         kõige olulisematest asjadest, mida peaksid teadma.
       whats_on_the_map:
         title: Mis on kaardil?
+        on_the_map_html: |-
+          OpenStreetMap on koht, kus saab kaardile kanda objekte, mis on %{real_and_current}.
+          Need on miljonid hooned, teed ja muud kohti puudutavad üksikasjad.
+          Võid kaardile kanda looduses leiduvaid mis tahes objekte, mis sulle huvi pakuvad.
+        real_and_current: praegu päriselt olemas
+        off_the_map_html: |-
+          Kaart %{doesnt} seisukohti väljendavaid andmed nagu hinnangud, ajaloolisi
+          ega oletuslikke objekte ega andmeid autoriõigusega kaitstud allikatest. Kui sul
+          puudub eriluba, siis ära kopeeri veebi- ega paberkaartidelt.
+        doesnt: ei sisalda
       basic_terms:
         title: Põhilised mõisted kaardistamisel
         paragraph_1: OpenStreetMapil on omad erialased mõisted. Siin on mõned peamised
           mõisted, mida tasub meelde jätta.
+        an_editor_html: '%{editor} on programm või veebileht, mida saab kasutada kaardi
+          redigeerimiseks.'
+        a_node_html: '%{node} on kaardil punkt, mis tähistab näiteks restorani või
+          puud.'
+        a_way_html: '%{way} tähistab joonobjekti või ala nagu tee, oja, järv või hoone.'
+        a_tag_html: '%{tag} sisaldab väikest hulka andmeid sõlme või joone kohta,
+          näiteks restorani nime või tee kiiruspiirangut.'
+        editor: Redaktor
+        node: Sõlm
+        way: Joon
+        tag: Silt
       rules:
         title: Reeglid!
+        para_1_html: |-
+          OpenStreetMapil on vähe formaalseid reegleid, kuid me eeldame, et kõik osavõtjad teevad koostööd
+          ja suhtlevad kogukonnaga. Kui plaanid tegevusi, mis ei ole käsitsi redigeerimine, siis loe
+          %{imports_link} ja %{automated_edits_link} juhendeid.
+        imports: importimise
+        automated_edits: automaatsete muudatuste
       start_mapping: Alusta kaardistamist
       add_a_note:
         title: Pole aega kaarti muuta? Lisa märkus!
         para_1: Kui soovid teha väikest parandust ja sul pole aega registreeruda ning
           õppida, kuidas kaarti muuta, siis lisa lihtsalt kaardile märkus.
+        para_2_html: |-
+          See on lihtne! Mine %{map_link} ja klõpsa märkuse ikooni %{note_icon}.
+          See lisab kaardile markeri, mida saad lohistamise teel liigutada.
+          Lisa sõnum, klõpsa salvestamisnuppu ja teised kaardistajad uurivad seejärel asja.
+        the_map: kaardile
     communities:
       title: Kogukonnad
       lede_text: |-
@@ -1811,6 +1911,10 @@ et:
         list_text: 'Järgmised kogukonnad on ametlikult asutatud kohalikud haruühingud:'
       other_groups:
         title: Muud rühmad
+        other_groups_html: |-
+          Rühma ei pea moodustama haruühinguna ega sama ametlikul moel.
+          Paljud rühmad tegutsevad õigupoolest väga edukalt, olles kokku tulnud mitteametlikult või kogukonnarühmana. Igaüks võib neid kokku kutsuda või nendega ühineda. Loe rohkem %{communities_wiki_link}.
+        communities_wiki: kogukondade viki leheküljelt
   traces:
     visibility:
       private: Isiklik (jagatud ainult anonüümselt, järjestamata punktid)
@@ -1825,8 +1929,8 @@ et:
     create:
       upload_trace: GPS-raja üleslaadimine
       trace_uploaded: Sinu GPX-fail on üles laaditud ja ootab andmebaasi sisestamist.
-        See võtab aega tavaliselt pool tundi kuni tund. Peale lõpetamist saadetakse
-        sulle meil.
+        See võtab aega tavaliselt pool tundi kuni tund. Pärast lõpetamist saadetakse
+        sulle e-kiri.
       upload_failed: Kahjuks ei õnnestunud GPX-faili üles laadida. Sellest tõrkest
         on antud märku administraatorile. Palun proovi uuesti.
     edit:
@@ -1861,7 +1965,7 @@ et:
     trace:
       pending: OOTEL
       count_points:
-        one: 1 punkt
+        one: '%{count} punkt'
         other: '%{count} punkti'
       more: rohkem
       trace_details: Vaata raja üksikasju
@@ -1879,6 +1983,10 @@ et:
       public_traces_from: Kasutaja %{user} avalikud GPS-rajad
       description: Viimati üles laaditud GPS-radade sirvimine
       tagged_with: ', millel on silt %{tags}'
+      empty_title: Siin pole veel midagi
+      empty_upload_html: '%{upload_link} või loe veel GPS-radade kohta %{wiki_link}.'
+      upload_new: Laadi üles uus rada
+      wiki_page: vikileheküljelt
       upload_trace: Lisa GPS-rada
       all_traces: Kõik rajad
       my_traces: Minu rajad
@@ -2022,8 +2130,15 @@ et:
       title: Registreerumine
       no_auto_account_create: Kahjuks ei ole meil võimalik luua hetkel sinu jaoks
         automaatselt kontot.
+      please_contact_support_html: Palun võta ühendust %{support_link}, et kasutajakonto
+        luua. Üritame tegeleda selle taotlusega nii kiiresti kui võimalik.
+      support: toega
       about:
         header: Vaba ja muudetav
+        paragraph_1: Erinevalt teistest kaartidest on kogu OpenStreetMapi loonud sinusugused
+          inimesed ja igaüks võib seda parandada, täiendada, alla laadida ja kasutada.
+        paragraph_2: Registreeru, et alustada kaardi täiendamist. Saadame sulle e-kirja,
+          et saaksid kinnitada enda kasutajakonto.
       display name description: Avalikult kuvatud kasutajanimi. Seda saate muuta hiljem
         eelistustes.
       external auth: 'Kolmanda osapoole autentimine:'
@@ -2032,12 +2147,21 @@ et:
         lisatööriista või serveri jaoks võib seda siiski tarvis minna.
       continue: Registreeru
       terms accepted: Täname, et nõustusid uute kaastöötingimustega!
+      email_confirmation_help_html: Sinu aadressi ei kuvata avalikult, loe täpsemalt
+        meie %{privacy_policy_link}.
+      privacy_policy: andmekaitsereeglitest
+      privacy_policy_title: OSMF-i andmekaitsereeglid, milles on alaosa e-posti aadresside
+        kohta
     terms:
       title: Tingimused
       heading: Tingimused
       consider_pd: Eelnevale lisaks leian, et minu kaastöö kuulub avalikku omandisse
         (Public Domain)
       consider_pd_why: mis see on?
+      guidance_info_html: 'Teave, mis aitab mõista neid tingimusi: %{readable_summary_link}
+        ja mõned %{informal_translations_link}'
+      readable_summary: inimloetav kokkuvõte
+      informal_translations: mitteametlikud tõlked
       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.
@@ -2122,6 +2246,11 @@ et:
     suspended:
       title: Konto peatatud
       heading: Konto peatatud
+      support: toega
+      automatically_suspended: Kahjuks on sinu konto õigused kahtlase tegevuse tõttu
+        automaatselt peatatud.
+      contact_support_html: Administraator vaatab selle otsuse peagi üle. Kui soovid
+        seda arutada, siis võid võtta ühendust %{support_link}.
     auth_failure:
       connection_failed: Ei õnnestunud ühenduda autentimisteenusega.
       invalid_credentials: Vigased autentimisandmed.
@@ -2199,19 +2328,19 @@ et:
       time_past_html: Lõppes %{time}.
       block_duration:
         hours:
-          one: 1 tund
+          one: '%{count} tund'
           other: '%{count} tundi'
         days:
-          one: 1 päev
+          one: '%{count} päev'
           other: '%{count} päeva'
         weeks:
-          one: 1 nädal
+          one: '%{count} nädal'
           other: '%{count} nädalat'
         months:
-          one: 1 kuu
+          one: '%{count} kuu'
           other: '%{count} kuud'
         years:
-          one: 1 aasta
+          one: '%{count} aasta'
           other: '%{count} aastat'
     blocks_on:
       title: Kasutaja %{name} blokeeringud
@@ -2266,15 +2395,15 @@ et:
       open_title: 'Lahendamata märkus: #%{note_name}'
       closed_title: 'Lahendatud märkus: #%{note_name}'
       hidden_title: 'Peidetud märkus #%{note_name}'
-      opened_by_html: Loonud %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Loonud anonüümne kasutaja <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentaar kasutajalt %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Kommentaar anonüümselt kasutajalt <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Lahendanud %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Lahendanud anonüümne kasutaja <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Taasaktiveerinud %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Taasaktiveerinud anonüümne kasutaja <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Peitnud %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Loonud %{user} %{time_ago}
+      event_opened_by_anonymous_html: Loonud anonüümne kasutaja %{time_ago}
+      event_commented_by_html: Kommentaar kasutajalt %{time_ago}
+      event_commented_by_anonymous_html: Kommentaar anonüümselt kasutajalt %{time_ago}
+      event_closed_by_html: Lahendanud %{user} %{time_ago}
+      event_closed_by_anonymous_html: Lahendanud anonüümne kasutaja %{time_ago}
+      event_reopened_by_html: Taasaktiveerinud %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Taasaktiveerinud anonüümne kasutaja %{time_ago}
+      event_hidden_by_html: Peitnud %{user} %{time_ago}
       report: sellest märkusest teada anda
       anonymous_warning: See märkus sisaldab anonüümsete kasutajate kommentaare, mis
         tuleks eraldi üle kontrollida.
@@ -2338,15 +2467,15 @@ et:
         transport_map: Transpordikaart
         hot: Humanitaarabi
       layers:
-        header: Kaardi kihid
+        header: Kaardikihid
         notes: Kaardi märkused
         data: Kaardi andmed
         gps: Avalikud GPS-rajad
         overlays: Luba kattekihte, et kaarti analüüsida
         title: Kihid
-      copyright: © <a href='%{copyright_url}'>OpenStreetMapi kaastöölised</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Tee annetus</a>
-      terms: <a href='%{terms_url}' target='_blank'>Veebisaidi ja API tingimused</a>
+      openstreetmap_contributors: OpenStreetMapi kaastöölised
+      make_a_donation: Tee annetus
+      website_and_api_terms: Veebisaidi ja API tingimused
     site:
       edit_tooltip: Muuda kaarti
       edit_disabled_tooltip: Kaardi redigeerimiseks suurenda kaarti
@@ -2367,10 +2496,15 @@ et:
       kliki siia.
     directions:
       engines:
+        fossgis_osrm_bike: Rattaga (OSRM)
         fossgis_osrm_car: Autoga (OSRM)
+        fossgis_osrm_foot: Jalgsi (OSRM)
         graphhopper_bicycle: Rattaga (GraphHopper)
         graphhopper_car: Autoga (GraphHopper)
         graphhopper_foot: Jalgsi (GraphHopper)
+        fossgis_valhalla_bicycle: Rattaga (Valhalla)
+        fossgis_valhalla_car: Autoga (Valhalla)
+        fossgis_valhalla_foot: Jalgsi (Valhalla)
       directions: Juhised
       distance: Vahemaa
       errors:
index 206f50eca6f5d27c3597a63e70ef093f3f8dc047..b7f0a52a8367a464804c47ca1567917b67b7bed0 100644 (file)
@@ -176,49 +176,45 @@ eu:
           komunitatearen hizkera ulertzen; beraz, saiatu hitz arruntak erabiltzen.
         needs_view: Erabiltzaileak saioa hasi behar al du bloke hau garbitu aurretik?
       user:
-        email_confirmation: Zure helbidea ez da publikoki erakutsiko, ikusi gure <a
-          href="https://wiki.openstreetmap.org/wiki/Privacy_Policy" title="OSMFren
-          pribatutasun politika, helbide elektronikoei buruzko atala ere bai">pribatutasun
-          politika</a>) informazio gehiagorako.
         new_email: (inoiz ez da publikoki bistaratuko)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: duela ordu 1 inguru
+        one: duela ordu %{count} inguru
         other: duela %{count} ordu inguru
       about_x_months:
-        one: duela hilabete inguru
+        one: duela hilabete %{count} ingueu
         other: duela %{count} hilabete inguru
       about_x_years:
-        one: duela urtebete inguru
+        one: duela urte %{count} inguru
         other: duela %{count} urte inguru
       almost_x_years:
-        one: duela urte 1 ia
-        other: duela %{count} urte ia
+        one: duela ia urte %{count}
+        other: duela ia %{count} urte
       half_a_minute: duela minutu erdi
       less_than_x_seconds:
-        one: duela segundo bat baino gutxiago
+        one: duela segundo %{count} baino gutxiago
         other: duela %{count} segundo baino gutxiago
       less_than_x_minutes:
-        one: duela minutu bat baino gutxiago
+        one: duela minutu %{count} baino gutxiago
         other: duela %{count} minutu baino gutxiago
       over_x_years:
-        one: duela urtebete baino gehiago
+        one: duela urte %{count} baino gehiago
         other: duela %{count} urte baino gehiago
       x_seconds:
-        one: duela segundo bat
+        one: duela segundo %{count}
         other: duela %{count} segundo
       x_minutes:
-        one: duela minutu bat
+        one: duela minutu %{count}
         other: duela %{count} minutu
       x_days:
-        one: duela egun bat
+        one: duela egun %{count}
         other: duela %{count} egun
       x_months:
-        one: duela hilabete bat
+        one: duela hilabete %{count}
         other: duela %{count} hilabete
       x_years:
-        one: duela urte bat
+        one: duela urte %{count}
         other: duela %{count} urte
   editor:
     default: Lehenetsia (orain %{name})
@@ -316,6 +312,16 @@ eu:
       delete_account: Ezabatu kontua...
     go_public:
       heading: Aldaketa publikoak
+      currently_not_public: Une honetan, zure aldaketak anonimoak dira eta jendeak
+        ezin dizu mezurik bidali edo zure kokapena ikusi. Editatu duzuna erakusteko
+        eta jendeari webgunearen bidez zurekin harremanetan jarri izan ahal dadin
+        baimentzeko, egin klik beheko botoian.
+      only_public_can_edit: 0.6 APIa aldatu zenetik, erabiltzaile publikoek soilik
+        edita ditzakete maparen datuak.
+      find_out_why: jakin zergatik
+      email_not_revealed: Zure helbide-elektronikoa ez da erakutsiko publiko bilakatzean.
+      not_reversible: Ekintza hau ezin da aldatu eta erabiltzaile berri guztiak publikoak
+        dira lehenespenez.
       make_edits_public_button: Nire aldaketa guztiak publikoak egin
     update:
       success_confirm_needed: Erabiltzaile informazio igoera arrakastatsua. Zure email-a
@@ -326,26 +332,16 @@ eu:
   browse:
     created: Sortua
     closed: Itxita
-    created_html: <abbr title='%{title}'>Duela %{time}</abbr> sortua
-    closed_html: <abbr title='%{title}'>Duela %{time}</abbr> itxia
-    created_by_html: '%{user} erabiltzaileak <abbr title=''%{title}''>%{time}</abbr>
-      sortua'
-    deleted_by_html: '%{user} erabiltzaileak <abbr title=''%{title}''>%{time}</abbr>
-      ezabatua'
-    edited_by_html: '%{user} erabiltzaileak <abbr title=''%{title}''>%{time}</abbr>
-      aldatua'
-    closed_by_html: '%{user} erabiltzaileak <abbr title=''%{title}''>%{time}</abbr>
-      itxia'
     version: Bertsioa
     in_changeset: Aldaketak
     anonymous: anonimoa
     no_comment: (iruzkinik gabe)
     part_of: Zati bat
     part_of_relations:
-      one: Erlazio 1
+      one: erlazio %{count}
       other: '%{count} erlazio'
     part_of_ways:
-      one: Bide bat
+      one: bide %{count}
       other: '%{count} bide'
     download_xml: XML deskargatu
     view_history: Ikusi historia
@@ -361,9 +357,6 @@ eu:
       relation: Erlazioak (%{count})
       relation_paginated: Erlazioak (%{x}-%{y} %{count}-tik)
       comment: Iruzkinak (%{count})
-      hidden_commented_by_html: '%{user} erabiltzaileak egindako iruzkin ezkutua duela
-        <abbr title=''%{exact_time}''>%{when}</abbr>'
-      commented_by_html: '%{user} erabiltzaileak egindako iruzkina duela <abbr title=''%{exact_time}''>%{when}</abbr>'
       changesetxml: Aldaketaren XML kodea
       osmchangexml: osmChange XML kodea
       feed:
@@ -391,7 +384,7 @@ eu:
       history_title_html: 'Erlazioaren historia: %{name}'
       members: Kideak
       members_count:
-        one: Kide bat
+        one: kide %{count}
         other: '%{count} kide'
     relation_member:
       entry_role_html: '%{type} %{name} %{role} rolean'
@@ -633,13 +626,6 @@ eu:
       success: '%{name} kendu duzu zure adiskide zerrendatik.'
       not_a_friend: '%{name} ez da zure laguna.'
   geocoder:
-    search:
-      title:
-        latlon_html: 'Emaitzak hemendik: <a href="http://openstreetmap.org/">Internal</a>'
-        osm_nominatim_html: 'Emaitzak hemendik: <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>'
-        osm_nominatim_reverse_html: 'Emaitzak hemendik: <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>'
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1020,7 +1006,7 @@ eu:
           fitness_station: Fitness Geltokia
           garden: Lorategia
           golf_course: Golf Zelaia
-          horse_riding: Zalditegia
+          horse_riding: Hipika-eskola
           ice_rink: Izotz-pista
           marina: Kirol-portua
           miniature_golf: Minigolfa
@@ -1432,13 +1418,10 @@ eu:
       status: Egoera
       reports: Reporteak
       last_updated: Azken eguneratzea
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr izenburua='%{title}'>%{time}</abbr> egilea
-        %{user} dela
       link_to_reports: Reporteak ikusi
       reports_count:
-        one: Reporte 1
-        other: '%{count} reporte'
+        one: txosten %{count}
+        other: '%{count} txosten'
       reported_item: Salatutako elementua
       states:
         ignored: Ezikusia
@@ -1611,8 +1594,6 @@ eu:
       subject: '[OpenStreetMap] GPX Inportazioan porrota'
     gpx_success:
       hi: Kaixo %{to_user},
-      loaded_successfully: '%{trace_points} puntuekin %{possible_points} puntuetatik
-        arrakastaz kargatu da.'
       subject: '[OpenStreetMap] GPX Inportazioan arrakasta'
     signup_confirm:
       subject: '[OpenStreetMap] Ongi etorri OpenStreetMap-era'
@@ -1836,7 +1817,6 @@ eu:
       image: Irudia
       gravatar:
         gravatar: Gravatar erabili
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Zer da Gravatar?
         disabled: Gravatar desgaitu da.
         enabled: Zure Gravatar bistaratzea gaitu da.
@@ -1921,7 +1901,6 @@ eu:
   site:
     about:
       next: Hurrengoa
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>kolaboratzaileak
       used_by_html: '%{name}-k mapa datuz hornitzen ditu milaka web gune, mugikorretako
         aplikazio eta hardware gailu.'
       lede_text: OpenStreetMap mundu osoan zehar errepideak, bideak, kafetegiak, tren
@@ -1932,26 +1911,8 @@ eu:
         aireko irudiak erabiltzen dituzte, GPS gailuak eta teknologia baxuko eremuko
         mapak OSMrako egiaztapen zehatza eta eguneratua egiteko.
       community_driven_title: Komunitatearen Ahotsa
-      community_driven_html: "OpenStreetMap komunitatea anitza eta sutsua da, egunero
-        haziz doa.\nGure laguntzaileen artean daude, mapazaleak, GIS arloko profesionalak,
-        \nOSM zerbitzariak exekutatzen dituzten ingeniariak, hondamendiek kaltetutako
-        eremuak mapatzen dituzten boluntarioak,\neta askoz gehiagok.\nKomunitateari
-        buruz gehiago jakiteko, ikus <a href='https://blog.openstreetmap.org'>OpenStreetMap
-        bloga</a>,\n<a href='%{diary_path}'>erabiltzaileen egunerokoak</a>,\n<a href='http://blogs.openstreetmap.org/'>komunitate
-        blogak</a> eta <a href='http://www.osmfoundation.org/'>OSM Fundazioaren</a>
-        webgunea."
       open_data_title: Datu Irekiak
-      open_data_html: |-
-        OpenStreetMap <i> datu irekiak </i> ditu: edozein gauzarako erabil dezakezu betiere OpenStreetMap-ek eta bere kolaboratzaileek aipatzen badituzu. Moduren batean datuen gainean edukia eraikiz, emaitza bakarrik banatu ahal izango duzu lizentzia beraren azpian. Ikusi <a href='%{copyright_path}'> Copyright eta
-        Lizentzia orria </a> xehetasunak lortzeko.
       legal_title: Legala
-      legal_1_html: |-
-        Gune hau eta erlazionatutako beste hainbat zerbitzu formalki <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF) fundazioak kudeatzen ditu komunitatearen izenean. OSMFk kudeatutako zerbitzu guztien erabilera gure <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Erabilera Baldintzen</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Erabilera onargarrien politiken</a> eta gure <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Pribatutasun-politikaren</a> menpe dago.
-      legal_2_html: "Mesedez <a href='https://osmfoundation.org/Contact'>, jarri harremanetan
-        OSMFrekin</a> \nlizentzia, copyright edo beste legezko galderarik baduzu.\n<br>
-        OpenStreetMap, lupa logotipoa eta State of the Map <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">OSMFren
-        marka erregistratuak</a> dira."
       partners_title: Parte-hartzaileak
     copyright:
       foreign:
@@ -1968,91 +1929,17 @@ eu:
         mapping_link: kartografiarekin hasi
       legal_babble:
         title_html: Egile-eskubideak eta lizentzia
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup><i> irekitako datua multzoa </i> da, <a
-          href = "http://opendatacommons.org/licenses/odbl/">Datu irekiak
-          Commons Open Database Lizentzia </a> (ODbL) <a
-          href = "http://osmfoundation.org/"> darama OpenStreetMap Fundazioaren babespean </a> (OSMF).
-        intro_2_html: |-
-          Kopiatu, banatu, transmititu eta gure datuak egokitzeko baimena duzu, betiere kredituetan OpenStreetMap eta bere
-          laguntzaileak sartuz. Zure datuak aldatzen edo erauzten badituzu, lizentzia horren azpian soilik banatzea gerta daiteke. <a href="http://opendatacommons.org/licenses/odbl/1.0/"> legal
-          kodeak </a> zure eskubideak eta erantzukizunak azaltzen ditu.
-        intro_3_1_html: |-
-          Gure dokumentazioa
-           <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Aitortu-PartekatuBerdin 2.0</a> lizentziapean (CC BY-SA 2.0) banatzen da.
         credit_title_html: OpenStreetMap nola kreditatu
         credit_1_html: 'OpenStreetMap datuak erabiltzen dituzun lekuetan, bi gauza
           hauek egin behar dituzu:'
-        credit_2_1_html: "<ul>\n<li> Eman kreditua OpenStreetMap-i gure copyright-oharra
-          erakutsiz.</li> \n<li> Argi utzi datuak Open Database Lizentziapean eskuragarri
-          daudela.</li> \n</ul>"
-        credit_3_1_html: |-
-          Copyright oharrerako, nola
-          bistaratu behar den baldintza desberdinak ditugu, gure datuak nola erabiltzen ari zarenaren arabera. Esaterako, copyright-oharra erakusteko arau desberdinak aplikatzen dira mapa arakagarri bat, mapa inprimatua edo irudi estatiko bat sortu duzunaren arabera. Baldintzei buruzko xehetasun guztiak <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Atribuzio Gidalerroak</a> atalean aurki daitezke.
-        credit_4_html: |-
-          Datuak Open Database Lizentziapean eskuragarri daudela argi uzteko, <a href="https://www.openstreetmap.org/copyright">copyright orri hau</a> esteka dezakezu.
-          Bestela, eta derrigorrezkoa da OSM datu moduan banatzen ari bazara, zuzenean lizentzia(k) izendatu eta esteka dezakezu. Estekak posible ez diren eukarrietan (adibidez, inprimatutako lanak), irakurleak openstreetmap.org-era (agian 'OpenStreetMap' helbide oso honetara zabalduz) eta opendatacommons.org-era zuzentzea gomendatzen dizugu.
-          Adibide honetan, kreditua maparen izkinan agertzen da.
         attribution_example:
           alt: Web-orri batean OpenStreetMap nola esleitu erakusteko adibidea
           title: Eskuduntza adibidea
         more_title_html: Jakin ezazu gehiago
-        more_1_html: |-
-          Irakurri gehiago gure datuak erabiltzeari buruz, eta nola gu kreditatu, hemen:<a
-          href="http://osmfoundation.org/Licence">OSMF Licence page</a>.
-        more_2_html: |-
-          OpenStreetMap datuak irekita dauden arren, ezin dugu eman
-          aplikazio libreko maparen APIa hirugarrenentzat.
-          Ikusi gure <a href="https://operations.osmfoundation.org/policies/api/"> API erabileraren gidalerroak </a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/"> Tile erabileraren gidalerroak </a>
-          eta <a href="https://operations.osmfoundation.org/policies/nominatim/"> Nominatim Erabilera-gidalerroak aztertzeko</a>.
         contributors_title_html: Gure kolaboratzaileak
         contributors_intro_html: |-
           Gure laguntzaileen taldea milaka pertsonek osatzen dute. Horrez gain, nazio mailan aginte publikoko lizentziak
           dituzten mapak eta beste iturri batzuk eskeintzen ditugu, besteak beste:
-        contributors_at_html: |-
-          <strong>Austria</strong>: Honako iturrietatik ateratako datuak ditu:
-          <a href="http://data.wien.gv.at/">Stadt Wien</a> (<a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a> lizentziapean),
-          <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> eta
-          Land Tirol (<a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT zuzenketekin</a> lizentziapean).
-        contributors_ca_html: |-
-          <strong>Canada</strong>: Datuak
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada), eta StatCan (Geography Division,
-          Statistics Canada) biltegietatik hartzen ditu.
-        contributors_fi_html: |-
-          <strong>Finland</strong>: Datuak hemendik hartzen ditu: Finlandiako topografia datu-baseko inkesta nazionala
-          eta beste datubase batzuk, honen azpian:
-          <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI License</a>.
-        contributors_fr_html: '<strong>Frantzia</strong>: Direction Générale des Impôts-etik
-          ateratako datuak ditu.'
-        contributors_nl_html: |-
-          <strong>Herbehereak</strong>: Contains &copy; AND data, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: '<strong>Zeelanda Berria</strong>: <a href="https://data.linz.govt.nz/">LINZ
-          datu zerbitzuko</a> datuak biltzen ditu, <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a> lizentziaren arabera berrerabili daitezkeenak.'
-        contributors_si_html: |-
-          <strong>Eslovenia</strong>: datuak biltzen ditu
-          <a href="http://www.gu.gov.si/en/"> Burutzea eta Mapping Agintaritzatik </a> eta
-          <a href="http://www.mkgp.gov.si/en/"> Nekazaritza, Basogintza eta Elikadura Ministeriotik</a>
-          (Esloveniako informazio publikoa).
-        contributors_es_html: |-
-          <strong>Espainia</strong>: Espainiako Institutu Geografiko Nazionaletik (<a href="http://www.ign.es/">IGN</a>) eta
-          Sistema Kartografiko Nazionaletik (<a href="http://www.scne.es/">SCNE</a>) jasotako datuak daude, berrerabiltzeko baimendua <a href="https://creativecommons.org/licenses/by/4.0/deed.eu">CC BY 4.0</a> lizentziapean.
-        contributors_za_html: |-
-          <strong> Hego Afrika </strong>:
-          <a href="http://www.ngi.gov.za/"> Zuzendaritza Nagusia datuen jatorria:
-          Geo-Lurralde Informazio Nazionala </a>, Estatuko copyright erreserbatuta.
-        contributors_gb_html: |-
-          <strong>Erresuma Batua</strong>: Ordnance
-          Inkestaren datuak eta kopiak biltzen ditu; Crown copyright eta datu-basearen eskubidea 2010-19.
-        contributors_footer_1_html: |-
-          OpenStreetMap hobetzen laguntzeko lagundu dutenen xehetasun gehiago eta erabilitako beste iturri batzuk ezagutzeko, mesedez OpenStreetMap Wikian ikusi <a
-          href="http://wiki.openstreetmap.org/wiki/Contributors">Contributors
-          page</a>.
         contributors_footer_2_html: |-
           OpenStreetMap-en datuak sartzeak ez du beharrez jatorrizko
           datu-hornitzaileak OpenStreetMap onartzea baieztatzen, edozein berme ematen, edota inolako erantzukizunik onartzen.
@@ -2060,15 +1947,6 @@ eu:
         infringement_1_html: |-
           OSMren laguntzaileek ez dute inolako daturik gehitu behar
           copyright iturrietatik (adibidez, Google Maps edo inprimatutako mapak) copyright-jabeen baimen espliziturik gabe.
-        infringement_2_html: |-
-          Uste baduzu copyrighta duen materiala modu ezegokian gehitu zaiola OpenStreetMap datu-baseari edo gune honi, mesedez jo gure <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">desegite
-          prozedurara</a> edo zuzenean bete gure
-          <a href="https://dmca.openstreetmap.org/">on-line deklarazio orria</a>.
-        trademarks_title_html: <span id="trademarks"></span>Marka komertzialak
-        trademarks_1_html: OpenStreetMap, lupa-logotipoa eta Maparen egoera OpenStreetMap
-          Fundazioaren marka erregistratuak dira. Marka erabiltzeari buruzko galderarik
-          baduzu, bidali zure galderak <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">
-          Lizentzia-lan taldera</a>.
     index:
       js_1: Javascript onartzen ez duen arakatzailea erabiltzen ari zara edo JavaScript
         desgaitu duzu.
@@ -2140,10 +2018,6 @@ eu:
           explanation_html: Arazoren bat nabaritu baduzu maparen datuekin, adibidez,
             errepide edo zure helbidea faltan daudela, jarraitzeko modurik onena OpenStreetMap
             komunitatean sartzea da datuak berreskuratu edo konpontzeko.
-        add_a_note:
-          instructions_html: |-
-            Egin klik <a class='ikono oharra'> </a> edo ikono berean maparen pantailan.
-            Honek markatzailea gehituko dio mapari, arrastatuz mugitu ahal izateko. Gehitu zure mezua, ondoren sakatu gorde eta beste erabiltzaileek ikertu egingo dute.
       other_concerns:
         title: Bestelako kezkak
     help:
@@ -2812,22 +2686,6 @@ eu:
       open_title: 'Konpondugabeko #%{note_name} oharra'
       closed_title: 'Konpondutako #%{note_name} oharra'
       hidden_title: 'Ezkutatuko #%{note_name} oharra'
-      opened_by_html: '%{user} erabiltzaileak duela <abbr title=''%{exact_time}''>%{when}</abbr>
-        sortua'
-      opened_by_anonymous_html: Erabiltzaile ezezagun batek duela <abbr title='%{exact_time}'>%{when}</abbr>
-        sortua
-      commented_by_html: '%{user} erabiltzaileak duela <abbr title=''%{exact_time}''>%{when}</abbr>
-        egindako iruzkina'
-      commented_by_anonymous_html: Erabiltzaile ezezagun batek duela <abbr title='%{exact_time}'>%{when}
-        </abbr> egindako iruzkina
-      closed_by_html: '%{user} erabiltzaileak duela <abbr title=''%{exact_time}''>%{when}
-        </abbr> konpondua'
-      closed_by_anonymous_html: Erabiltzaile ezezagun batek duela <abbr title='%{exact_time}'>%{when}
-        </abbr> konpondua
-      reopened_by_html: '%{user} erabiltzaileak duela <abbr title=''%{exact_time}''>%{when}
-        </abbr> berraktibatua'
-      reopened_by_anonymous_html: Ezezagun batek berraktibatua duela <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: '%{user} erabiltzaileak ezkutatua duela <abbr title=''%{exact_time}''>%{when}</abbr>'
       report: Reportatu ohar hau
       anonymous_warning: Ohar honek independenteak izan behar diren erabiltzaile anonimoen
         iruzkinak barne hartzen ditu.
@@ -2903,18 +2761,6 @@ eu:
         gps: GPS aztarna publikoak
         overlays: Gaitu maparen konponketa egiteko gainjartzen direnak
         title: Geruzak
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap kolaboratzaileak</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Dohaintza egin</a>
-      terms: <a href='%{terms_url}' target='_blank'>Webgunearen eta APIaren baldintzak</a>
-      cyclosm: <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a> lauza estiloa
-        <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>k ostatatua.
-      thunderforest: Lauzatzea <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allanen</a> eskutik
-      opnvkarte: Lauzatzea <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>en
-        eskutik
-      hotosm: <a href='%{hotosm_url}' target='_blank'>Humanitarian OpenStreetMap Team</a>
-        lauzatze estiloa <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>k ostatatua.
     site:
       edit_tooltip: Editatu mapa
       edit_disabled_tooltip: Handiagotu mapa aldatzeko
index c2638f248fd01455b3265afd9d42b8e4dcb33610..326d8ce5ad5305fb9b328d11647fe8fc26dc33ff 100644 (file)
@@ -17,6 +17,7 @@
 # Author: Ebraminio
 # Author: FarsiNevis
 # Author: Fatemi127
+# Author: Gravitystorm
 # Author: Grille chompa
 # Author: Hooshmand.hasannia
 # Author: Huji
@@ -200,10 +201,6 @@ fa:
           در نظر داشته باشید که همهٔ کاربران اصطلاحات تخصصی جامعه را نمی‌فهمند، لطفاً سعی کنید واژه‌هایی که استفاده می‌کنید غیرتخصصی باشند.
         needs_view: آیا قبل از پاک‌شدن این مسدودی، کاربر باید وارد حساب کاربری شود؟
       user:
-        email_confirmation: نشانی شما به صورت عمومی نمایش داده نمی‌شود، برای اطلاعات
-          بیشتر به <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy "title="
-          سیاست حفظ حریم خصوصی OSMF از جمله در قسمت نشانی‌های رایانامه"> سیاست حفظ
-          حریم خصوصی </a> ما مراجعه کنید.
         new_email: (هرگز به‌صورت عمومی نشان داده نمی‌شود)
   datetime:
     distance_in_words_ago:
@@ -234,7 +231,7 @@ fa:
         one: ۱ دقیقه پیش
         other: '%{count} دقیقه پیش'
       x_days:
-        one: ۱ روز پیش
+        one: '%{count} روز پیش'
         other: '%{count} روز پیش'
       x_months:
         one: ۱ ماه پیش
@@ -345,12 +342,6 @@ fa:
   browse:
     created: ایجاد شد
     closed: بسته شد
-    created_html: <abbr title='%{title}'>%{time} </abbr> ایجاد شد
-    closed_html: <abbr title='%{title}'>%{time}</abbr> بسته شد
-    created_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} آن را ایجاد کرد
-    deleted_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} آن را حذف کرد
-    edited_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} آن را ویرایش کرد
-    closed_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} آن را بست
     version: نسخهٔ
     in_changeset: بستهٔ تغییر
     anonymous: گمنام
@@ -376,9 +367,6 @@ fa:
       relation: رابطه‌ها (%{count})
       relation_paginated: رابطه‌ها (%{x}-%{y} از %{count})
       comment: نظرها (%{count})
-      hidden_commented_by_html: نظر مخفی از %{user}،‏ <abbr title='%{exact_time}'>%{when}
-        </abbr>
-      commented_by_html: نظر از %{user}،‏ <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Changeset XML
       osmchangexml: osmChange XML
       feed:
@@ -558,7 +546,7 @@ fa:
       body: شوربختانه با شناسهٔ %{id} هیچ روزنوشت یا نظری یافت نشد. لطفاً نوشتار خود
         را بررسی کنید. همچنین ممکن است پیوندی که کلیک کرده‌اید اشتباه باشد.
     diary_entry:
-      posted_by_html: ارسالی از %{link_user} در %{created} به <bdi>%{language_link}</bdi>.
+      posted_by_html: ارسالی از %{link_user} در %{created} به %{language_link}.
       updated_at_html: آخرین به‌روزرسانی در %{updated}.
       comment_link: نظردادن به این روزنوشت
       reply_link: به نویسنده پیام بفرستید
@@ -623,11 +611,7 @@ fa:
   geocoder:
     search:
       title:
-        latlon_html: نتایج <a href="https://openstreetmap.org/">داخلی</a>
-        osm_nominatim_html: نتایج <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: نتایج <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        latlon: داخلی
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1348,8 +1332,6 @@ fa:
       status: وضعیت
       reports: گزارش‌ها
       last_updated: آخرین روزآمدسازی
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> به دست %{user}
       link_to_reports: دیدن گزارش‌ها
       reports_count:
         one: 1 گزارش
@@ -1540,10 +1522,6 @@ fa:
       subject: '[OpenStreetMap] ‫شکست درون‌برد GPX‬'
     gpx_success:
       hi: ‫سلام %{to_user}،‬
-      loaded_successfully:
-        one: با موفقیت و با %{trace_points} نقطه از 1 نقطهٔ ممکن بار شده است.
-        other: با موفقیت و با %{trace_points} نقطه از %{possible_points} نقطهٔ ممکن
-          بار شده است.
       subject: '[OpenStreetMap] ‫موفقیت درون‌برد GPX‬'
     signup_confirm:
       subject: '[OpenStreetMap] به اوپن‌استریت‌مپ خوش آمدید'
@@ -1770,7 +1748,6 @@ fa:
       image: تصویر
       gravatar:
         gravatar: استفاده از Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Gravatar چیست؟
         disabled: گراواتار غیرفعال شد.
         enabled: نمایش گراواتار شما فعال شد.
@@ -1850,7 +1827,6 @@ fa:
   site:
     about:
       next: بعدی
-      copyright_html: <span>&copy;</span>مشارکت‌کنندگان<br>OpenStreetMap
       used_by_html: '%{name} برای هزاران وبگاه، کارهٔ تلفن همراه و افزارهٔ سخت‌افزاری
         دادهٔ نقشه فراهم می‌کند.'
       lede_text: OpenStreetMap را جامعه‌ای از نقشه‌کشان ساخته‌اند که در ایجاد و نگهداری
@@ -1861,32 +1837,10 @@ fa:
         با استفاده از تصاویر هوایی، دستگاه‌های GPS و نقشه‌های میدانی با فناوری سطح
         پایین، درستی و روزآمدی OSM را می‌سنجند.
       community_driven_title: حرکت جامعه‌محور
-      community_driven_html: |-
-        جامعهٔ OpenStreetMap متنوع، پرشور و هر روز در حال رشد است.
-        افراد بسیاری در این پروژه با ما همکاری می‌کنند؛ شامل نقشه‌کشان علاقه‌مند، متخصصان GIS، مهندسانی که سرورهای OSM را بر پا می‌دارند، بشردوستانی که مناطق فاجعه‌زده را نقشه‌کشی می‌کنند و بسیاری دیگر.
-        برای آنکه از جامعه بیشتر بدانید، ببینید:
-        <a href='https://blog.openstreetmap.org'>وبلاگ OSM</a>،
-        <a href='%{diary_path}'>روزنوشت‌های کاربران</a>،
-        <a href='https://blogs.openstreetmap.org/'>وبلاگ‌های جامعه</a> و
-        وبگاه <a href='https://www.osmfoundation.org/'>بنیاد OSM</a>.
       open_data_title: دادهٔ آزاد
-      open_data_html: 'OpenStreetMap <i>دادهٔ آزاد</i> است: آزادید آن را در هر کاری
-        استفاده کنید تا وقتی که از OpenStreetMap و مشارکت‌کنندگان آن یاد کنید. اگر
-        داده‌ها را به‌شکلی تغییر دهید یا بر اساس آن‌ها چیزی بسازید، باید نتایج را
-        تحت همین پروانه توزیع کنید. برای جزئیات بیشتر <a href=''%{copyright_path}''>صفحهٔ
-        حق نشر و پروانه</a> را ببینید.'
       legal_title: قانونی
-      legal_1_html: |-
-        این وبگاه و خدمات فراوان دیگری که به آن وابسته‌اند به‌طور رسمی و به نمایندگی از جامعه، تحت رهبری <a href='https://osmfoundation.org/'>بنیاد OpenStreetMap</a> ‏(OSMF) دایر است. استفاده از همهٔ خدماتی که تحت رهبری OSMF قرار دارد منوط به پذیرش <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        سیاست استفادهٔ قابل‌قبول</a>، <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">شرایط استفاده</a> و <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">سیاست حریم خصوصی</a> ماست.
-        <br>
-        اگر در رابطه با پروانه، حق نشر یا سایر موارد قانونی سؤالی دارید لطفاً <a href='https://osmfoundation.org/Contact'>با OSMF تماس بگیرید</a>.
-        <br>
-        OpenStreetMap،‏ نشان‌وارهٔ ذره‌بین‌دار و State of the Map <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">نشان‌های تجاری ثبت‌شده و متعلق به بنیاد OpenStreetMap</a> هستند.
-      legal_2_html: |-
-        اگر دربارهٔ پروانه، حق نشر یا سایر مسائل حقوقی پرسشی دارید لطفاً <a href='https://osmfoundation.org/Contact'>با OSMF تماس بگیرید</a>.
-        <br>
-        OpenStreetMap، نشان‌وارهٔ ذره‌بین‌دار و State of the Map <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">نشان‌های تجاری متعلق به OSMF</a> هستند.
+      legal_1_1_terms_of_use: شرایط استفاده
+      legal_1_1_privacy_policy: سیاست محرمانگی
       partners_title: شرکای تجاری
     copyright:
       foreign:
@@ -1903,95 +1857,28 @@ fa:
         mapping_link: شروع به نقشه‌کشی
       legal_babble:
         title_html: حق نشر و پروانه
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup>  <i><abbr title="Open Data"></abbr>دادهٔ باز</i> است و از سوی  <a
-          href="https://osmfoundation.org/">بنیاد OpenStreetMap</a> ‏(OSMF) تحت پروانهٔ <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> ‏(ODbL) قرار دارد.
-        intro_2_html: تا زمانی که از OpenStreetMap و مشارکت‌کنندگان آن یاد کنید، برای
-          کپی‌برداری، توزیع، انتقال و اقتباس (از) داده‌های ما آزاد هستید. اگر داده‌های
-          ما را تغییر دهید یا بر پایهٔ آن‌ها تولید کنید، باید نتایج را فقط تحت همان
-          مجوز توزیع کنید. نسخهٔ کامل <a href="http://opendatacommons.org/licenses/odbl/1.0/">بایدونبایدهای
-          قانونی</a> حقوق و وظایف شما را توضیح می‌دهد.
-        intro_3_1_html: |-
-          مستندات ما تحت پروانهٔ <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0) است.
         credit_title_html: چگونه از OpenStreetMap یاد کنیم
         credit_1_html: 'جایی که دارید از داده‌های اوپن‌استریت‌مپ استفاده می‌کنید،
           لازم است دو کار زیر را انجام دهید:'
-        credit_2_1_html: |-
-          <ul>
-            <li>ارائهٔ اعبار به اوپن‌استریت‌مپ با نمایش اطلاعیهٔ کپی‌رایت‌مان.</li>
-            <li>مشخص کنید که داده‌ها تحت پروانهٔ آزاد پایگاه داده هستند.</li>
-          </ul>
-        credit_3_1_html: بنا بر شیوهٔ استفادهٔ شما از دادهٔ ما، برای چگونگی نمایش
-          اطلاعیهٔ حق نشر نیازمندی‌های مختلفی داریم. برای مثال، بسته به اینکه نقشه‌ای
-          که ساخته‌اید مرورکردنی باشد، چاپی باشد یا تصویری ثابت باشد، قوائد مختلفی
-          برای نحوهٔ نمایش اطلاعایهٔ حق نشر در نظر گرفته‌ایم. جزئیات کامل این نیازمندی‌ها
-          را می‌توانید در <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">رهنمودهای
-          انتساب</a> ببینید.
-        credit_4_html: |-
-          در یک نقشهٔ الکترونیکی قابل مرور، یادکرد باید در گوشهٔ نقشه ظاهر شود.
-          برای مثال:
         attribution_example:
           alt: مثالی از شیوهٔ انتساب به OpenStreetMap در صفحهٔ وبی.
           title: مثال انتساب
         more_title_html: کسب اطلاعات بیشتر
-        more_1_html: برای اطلاعات بیشتر دربارهٔ استفاده از داده‌های ما و چگونگی یادکرد
-          ما <a href="https://osmfoundation.org/Licence">صفحهٔ پروانهٔ بنیاد OSM</a>
-          را بخوانید.
-        more_2_html: اگرچه اوپن‌استریت‌مپ دادهٔ آزاد است، اما نمی‌توانیم API نقشه
-          را به‌رایگان در اختیار توسعه‌دهندگان ثالث قرار دهیم. <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">سیاست
-          استفاده از API </a> ، <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">سیاست
-          استفاده از کاشی‌ها</a> و <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">سیاست
-          استفاده از Nominatim</a> را ببینید.
         contributors_title_html: همکاران ما
         contributors_intro_html: 'مشارکت‌کنندگانی که با ما همکاری می‌کنند هزاران شخص
           هستند. داده‌هایی با پروانهٔ آزاد از سازمان‌های نقشه‌برداری ملی و دیگر منابع
           را نیز در کنار آن‌ها داریم، از جمله:'
-        contributors_at_html: "<strong>اتریش</strong>: شامل داده‌هایی از \n<a href=\"https://data.wien.gv.at/\">Stadt
-          Wien</a> (تحت پروانهٔ <a href=\"https://creativecommons.org/licenses/by/3.0/at/deed.de\">CC
-          BY</a>)،\n<a href=\"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm\">Land
-          Vorarlberg</a> و\nLand Tirol (تحت پروانهٔ <a href=\"https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/\">CC
-          BY AT همراه با چند الحاقیه</a>)."
-        contributors_au_html: |-
-          <strong>استرالیا</strong>: شامل داده‌هایی با منبع <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA Australia Limited</a>
-          که از سوی کشور مشترک‌المنافع استرالیا تحت پروانهٔ
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> قرار دارد.
-        contributors_ca_html: "<strong>کانادا</strong>: شامل داده‌هایی از \nGeoBase&reg;،‏
-          GeoGratis (&copy; Department of Natural\nResources Canada)،‏ CanVec (&copy;
-          Department of Natural\nResources Canada) و StatCan (Geography Division,\nStatistics
-          Canada)."
-        contributors_fi_html: "<strong>فنلاند</strong>: شامل داده‌هایی از \nNational
-          Land Survey of Finland's Topographic Database\nو سایر مجموعه‌داده‌ها، تحت
-          \n<a href=\"https://www.maanmittauslaitos.fi/en/opendata-licence-version1\">پروانهٔ
-          NLSFI</a>."
-        contributors_fr_html: |-
-          <strong>فرانسه</strong>: شامل داده‌هایی با منبع
-          Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>هلند</strong>: شامل داده‌های &copy; AND،‏ ۲۰۰۷
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: "<strong>نیوزیلند</strong>: شامل داده‌هایی با منبع \n<a
-          href=\"https://data.linz.govt.nz/\">LINZ Data Service</a> و\nتحت پروانهٔ
-          \n<a href=\"https://creativecommons.org/licenses/by/4.0/\">CC BY 4.0</a>
-          برای استفادهٔ مجدد."
-        contributors_si_html: |-
-          <strong>اسلوونی</strong>: شامل داده‌هایی از <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> و
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
-          (اطلاعات عمومی اسلوونی).
-        contributors_es_html: |-
-          <strong>اسپانیا</strong>: شامل داده‌هایی از Spanish National Geographic Institute (<a href="http://www.ign.es/">IGN</a>) و  National Cartographic System (<a href="http://www.scne.es/">SCNE</a>)
-          تحت پروانهٔ <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> برای استفادهٔ مجدد.
-        contributors_za_html: "<strong>آفریقای جنوبی</strong>: شامل داده‌هایی از \n<a
-          href=\"http://www.ngi.gov.za/\">Chief Directorate:\nNational Geo-Spatial
-          Information</a>، حق نشر State محفوظ است."
-        contributors_gb_html: |-
-          <strong>پادشاهی بریتانیا</strong>: شامل داده‌های Ordnance
-          Survey &copy;‏ حق نشر و حق پایگاه داده Crown‏ ۲۰۱۰-۱۹.
-        contributors_footer_1_html: |-
-          برای اطلاعات بیشتر درباره این‌ها و سایر منابعی که برای پیشرفت اوپن‌استریت‌مپ استفاده شده، لطفاً <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">صفحهٔ مشارکت‌کنندگان</a> را در ویکی ببینید.
+        contributors_at_austria: اتریش
+        contributors_au_australia: استرالیا
+        contributors_ca_canada: کانادا
+        contributors_fi_finland: فنلاند
+        contributors_fr_france: فرانسه
+        contributors_nl_netherlands: هلند
+        contributors_si_slovenia: اسلوونی
+        contributors_es_spain: اسپانیا
+        contributors_za_south_africa: آفریقای جنوبی
+        contributors_gb_united_kingdom: بریتانیا
+        contributors_2_contributors_page: صفحهٔ مشارکت‌کنندگان
         contributors_footer_2_html: ورود داده در OpenStreetMap به این معنی نیست که
           فراهم‌کنندهٔ اصلی داده OpenStreetMap را تأیید می‌کند، ضمانتی می‌دهد، یا
           مسئولیتی می‌پذیرد.
@@ -1999,20 +1886,10 @@ fa:
         infringement_1_html: به مشارکت‌کنندگان OSM یادآوری شده است که هرگز از منابع
           دارای حق نشر داده اضافه نکنند (مثلاً نقشه‌های گوگل یا نقشه‌های چاپی)، مگر
           با اجازهٔ صریح و آشکار از صاحبان حق نشر.
-        infringement_2_html: اگر بر این باورید که دادهٔ مشمول حق نشر به‌طور نامناسبی
-          به پایگاه دادهٔ OpenStreetMap  یا به این وبگاه افزوده شده، لطفاً به <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">روندنامهٔ
-          حذف</a> مراجعه کنید یا دادخواست خود را مستقیماً در <a href="https://dmca.openstreetmap.org/">صفحهٔ
-          دادخواهی برخط</a> تسلیم کنید.
-        trademarks_title_html: <span id="trademarks"></span>نشان‌های تجاری
-        trademarks_1_html: OpenStreetMap،‏ نشان‌وارهٔ ذره‌بین‌دار و State of the Map
-          نشان‌های تجاری ثبت‌شده و متعلق به بنیاد OpenStreetMap هستند. برای یافتن
-          پاسخ پرسش‌های خود دربارهٔ استفاده از این نشان‌ها، لطفاً <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">سیاست‌نامهٔ
-          نشان تجاری</a> را ببینید.
     index:
       js_1: شما در حال استفاده از مرورگری هستید که جاوااسکریپت را پشتیبانی نمی‌کند،
         یا جاوااسکریپت را غیرفعال کرده‌اید.
-      js_2: OpenStreetMap برای <abbr title="slippy map">نقشهٔ لغزان</abbr> از جاوااسکریپت
-        استفاده می‌کند.
+      js_2: OpenStreetMap برای نقشهٔ لغزان از جاوااسکریپت استفاده می‌کند.
       permalink: پیوند پایدار
       shortlink: پیوند کوتاه
       createnote: افزودن یادداشت
@@ -2079,10 +1956,6 @@ fa:
           explanation_html: اگر در دادهٔ نقشه مشکلی یافتید، مثلاً جاده‌ای یا نشانی
             شما در نقشه نیامده، بهترین راه برای حل مشکل این است که به جامعهٔ اُپن‌استریت‌مپ
             بپیوندید و خودتان داده را اضافه یا اصلاح کنید.
-        add_a_note:
-          instructions_html: |-
-            کافی است روی <a class='icon note'></a> یا آیکون مشابه در صفحهٔ نقشه کلیک کنید.
-            با این کار یک نشانگر به نقشه اضافه خواهد شد که می‌توانید با کشیدن جابه‌جایش کنید. پیام خود را بنویسید و سپس روی ذخیره کلیک کنید. سایر نقشه‌کش‌ها آن را بررسی خواهند‌ کرد.
       other_concerns:
         title: نگرانی‌های دیگر
     help:
@@ -2486,6 +2359,7 @@ fa:
         ندارید اما شاید میزبان انتخابی شما رمز عبور خودش را بخواهد.
       continue: ثبت نام
       terms accepted: از اینکه شرایط جدید مشارکت‌کننده را پذیرفتید، سپاسگزاریم!
+      privacy_policy: سیاست محرمانگی
     terms:
       title: شرایط
       heading: شرایط
@@ -2673,7 +2547,7 @@ fa:
       time_past_html: '%{time} پایان یافت.'
       block_duration:
         hours:
-          one: 1 ساعت
+          one: '%{count} ساعت'
           other: '%{count} ساعت'
         days: '%{count} روز'
         weeks: '%{count} هفته'
@@ -2732,22 +2606,6 @@ fa:
       open_title: 'یادداشت حل‌نشده #%{note_name}'
       closed_title: 'یادداشت حل‌شده #%{note_name}'
       hidden_title: 'یادداشت پنهان #%{note_name}'
-      opened_by_html: <abbr title='%{exact_time}'>%{when} </abbr> %{user} آن را ایجاد
-        کرد
-      opened_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> فرد گمنام
-        آن را ایجاد کرد.
-      commented_by_html: نظر از %{user}،‏ <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: نظر از گمنام، <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} آن را حل
-        کرد
-      closed_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> فرد گمنام
-        آن را حل کرد
-      reopened_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} دوباره
-        آن را فعال کرد
-      reopened_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> فرد گمنام
-        دوباره آن را فعال کرد
-      hidden_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} آن را مخفی
-        کرد
       report: این یادداشت را گزارش کنید
       anonymous_warning: این یادداشت حاوی نظر کاربران گمنام است و باید به‌طور مستقل
         راستی‌آزمایی شود.
@@ -2820,17 +2678,6 @@ fa:
         gps: ردهای GPS عمومی
         overlays: برای اشکال‌زدایی از نقشه رولایه‌ها را فعال کنید
         title: لایه‌ها
-      copyright: © <a href='%{copyright_url}'>مشارکت‌کنندگان OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>کمک مالی</a>
-      terms: <a href='%{terms_url}' target='_blank'>شرایط وبگاه و API</a>
-      cyclosm: سبک کاشی‌ها از <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        میزبانی با <a href='%{osmfrance_url}' target='_blank'>اوپن‌استریت‌مپ فرانسه</a>
-      thunderforest: کاشی‌ها با لطف <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: کاشی‌ها با لطف <a href='%{memomaps_url}' target='_blank'></a>
-      hotosm: سبک کاشی‌ها از <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> میزبانی با <a href='%{osmfrance_url}' target='_blank'>اوپن‌استریت‌مپ
-        فرانسه </a>
     site:
       edit_tooltip: ویرایش نقشه
       edit_disabled_tooltip: برای ویرایش نقشه بزرگ‌نمایی کنید
index 5838db41a9b5db5ea1f6a617848e5d2f5aaf26be..2cfb063ea39fc2048357d70c6bdb9f272db91da6 100644 (file)
@@ -150,6 +150,7 @@ fi:
         language_code: Kieli
       doorkeeper/application:
         name: Nimi
+        redirect_uri: Uudelleenohjaa URI:t
         confidential: Korkean tietoturvariskin sovellus
         scopes: Käyttöoikeudet
       friend:
@@ -209,48 +210,45 @@ fi:
           käyttämään yleiskielen käsitteitä.
         needs_view: Pitääkö tämän käyttäjän kirjautua sisään ennen kuin esto poistetaan?
       user:
-        email_confirmation: Osoitettasi ei esitetä julkisesti. Lisätietoja <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="tietosuojakäytäntö wikisivulla, ml. osio sähköpostiosoitteiden käsittelystä">tietosuojakäytännöstä</a>
-          on saatavilla englanniksi.
         new_email: (ei näy muille)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: noin 1 tunti sitten
+        one: noin %{count} tunti sitten
         other: noin %{count} tuntia sitten
       about_x_months:
-        one: noin 1 kuukausi sitten
+        one: noin %{count} kuukausi sitten
         other: noin %{count} kuukautta sitten
       about_x_years:
-        one: noin 1 vuosi sitten
+        one: noin %{count} vuosi sitten
         other: noin %{count} vuotta sitten
       almost_x_years:
-        one: 1 vuosi sitten
+        one: lähes %{count} vuosi sitten
         other: lähes %{count} vuotta sitten
       half_a_minute: puoli minuuttia sitten
       less_than_x_seconds:
-        one: vähemmän kuin 1 sekuntia sitten
+        one: vähemmän kuin %{count} sekuntia sitten
         other: vähemmän kuin %{count} sekuntia sitten
       less_than_x_minutes:
-        one: vähemmän kuin minuutti sitten
+        one: vähemmän kuin %{count} minuutti sitten
         other: vähemmän kuin %{count} minuuttia sitten
       over_x_years:
-        one: yli 1 vuosi sitten
+        one: yli %{count} vuosi sitten
         other: yli %{count} vuotta sitten
       x_seconds:
-        one: 1 sekunti sitten
+        one: '%{count} sekunti sitten'
         other: '%{count} sekuntia sitten'
       x_minutes:
-        one: 1 minuutti sitten
+        one: '%{count} minuutti sitten'
         other: '%{count} minuuttia sitten'
       x_days:
-        one: 1 päivä sitten
+        one: '%{count} päivä sitten'
         other: '%{count} päivää sitten'
       x_months:
-        one: 1 kuukausi sitten
+        one: '%{count} kuukausi sitten'
         other: '%{count} kuukautta sitten'
       x_years:
-        one: 1 vuosi sitten
+        one: '%{count} vuosi sitten'
         other: '%{count} vuotta sitten'
   editor:
     default: Oletus (tällä hetkellä %{name})
@@ -354,25 +352,23 @@ fi:
       success: Käyttäjä poistettu.
   browse:
     created: Luotu
-    closed: Ratkaistu
-    created_html: Lähettänyt käyttäjä <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Ratkaistu <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Lähettänyt käyttäjä %{user} <abbr title='%{title}'>%{time}</abbr>
-    deleted_by_html: Poistettu <abbr title='%{title}'>%{time}</abbr> käyttäjän %{user}
-      toimesta
-    edited_by_html: Muokannut viimeksi käyttäjä %{user} <abbr title='%{title}'>%{time}</abbr>
-    closed_by_html: Suljettu <abbr title='%{title}'>%{time}</abbr> käyttäjän %{user}
-      toimesta
+    closed: Suljettu
+    created_ago_html: Luotu %{time_ago}
+    closed_ago_html: Suljettu %{time_ago}
+    created_ago_by_html: Luonut %{user}, %{time_ago}
+    closed_ago_by_html: Sulkenut %{user}, %{time_ago}
+    deleted_ago_by_html: Poistanut %{user}, %{time_ago}
+    edited_ago_by_html: Muokannut %{time_ago} %{user}
     version: Versio
     in_changeset: Muutoskokoelma
     anonymous: tuntematon
     no_comment: (ei kommenttia)
     part_of: Osana seuraavia
     part_of_relations:
-      one: 1 relaatio
+      one: '%{count} relaatio'
       other: '%{count} relaatiota'
     part_of_ways:
-      one: 1 viiva
+      one: '%{count} viiva'
       other: '%{count} viivaa'
     download_xml: Lataa XML-tiedostona
     view_history: Näytä historia
@@ -388,8 +384,8 @@ fi:
       relation: Relaatiot (%{count})
       relation_paginated: Relaatiot (%{x}-%{y} / %{count})
       comment: Kommentit (%{count})
-      hidden_commented_by_html: Käyttäjän %{user} piilotettu kommentti <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentti käyttäjältä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Piilotettu kommentti käyttäjältä %{user} %{time_ago}
+      comment_by_html: Kommentti käyttäjältä %{user}, %{time_ago}
       changesetxml: Muutoskokoelman XML
       osmchangexml: osmChange XML
       feed:
@@ -417,7 +413,7 @@ fi:
       history_title_html: Relaation %{name} historia
       members: Jäsenet
       members_count:
-        one: 1 jäsen
+        one: '%{count} jäsen'
         other: '%{count} jäsentä'
     relation_member:
       entry_role_html: '%{type} %{name} roolissa %{role}'
@@ -652,11 +648,8 @@ fi:
   geocoder:
     search:
       title:
-        latlon_html: <a href="https://openstreetmap.org/">Sisäiset</a> tulokset
-        osm_nominatim_html: Tulokset <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatimista</a>
-        osm_nominatim_reverse_html: Hakutulokset <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatimista</a>
+        results_from_html: Tulokset kohteesta %{results_link}
+        latlon: Sisäinen
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1084,6 +1077,7 @@ fi:
           pier: Laituri
           pipeline: Putkisto
           pumping_station: Pumppuasema
+          reservoir_covered: Katettu vesisäiliö
           silo: Siilo
           snow_cannon: Lumitykki
           snow_fence: Lumiaita
@@ -1439,11 +1433,10 @@ fi:
       status: Tila
       reports: Ilmiannot
       last_updated: Päivitetty
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: käyttäjä %{user} <abbr title='%{title}'>%{time}</abbr>
+      last_updated_time_ago_user_html: '%{time_ago}, %{user}'
       link_to_reports: Näytä ilmiannot
       reports_count:
-        one: 1 ilmoitus
+        one: '%{count} ilmoitus'
         other: '%{count} ilmiantoa'
       reported_item: Ilmiannettu kohde
       states:
@@ -1602,10 +1595,6 @@ fi:
       subject: '[OpenStreetMap] GPX-tuonti epäonnistui'
     gpx_success:
       hi: Hei %{to_user}!
-      loaded_successfully:
-        one: '%{trace_points} pistettä mahdollisesta 1 pisteestä ladattu onnistuneesti.'
-        other: ' {trace_points} pistettä  mahdollisista %{possible_points} ladattu
-          onnistuneesti pisteestä.'
       subject: '[OpenStreetMap] GPX-tuonti onnistui'
     signup_confirm:
       subject: '[OpenStreetMap] Tervetuloa OpenStreetMapiin'
@@ -1702,7 +1691,8 @@ fi:
       success: Käyttäjätunnuksesi on nyt vahvistettu.
       already active: Tämä tunnus on jo vahvistettu.
       unknown token: Vahvistuskoodi on vanhentunut tai sitä ei ole.
-      click_here: klikkaa tästä
+      resend_html: Jos haluat, että lähetämme vahvistussähköpostin uudelleen, %{reconfirm_link}.
+      click_here: napsauta tästä
     confirm_resend:
       failure: Käyttäjää %{name} ei löytynyt.
     confirm_email:
@@ -1820,7 +1810,6 @@ fi:
       image: Kuva
       gravatar:
         gravatar: Käytä Gravataria
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Mikä on Gravatar?
         disabled: Gravatar on poistettu käytöstä.
         enabled: Gravatarisi näyttäminen on otettu käyttöön.
@@ -1904,7 +1893,7 @@ fi:
   site:
     about:
       next: Seuraava
-      copyright_html: <span>&copy;</span>OpenStreetMapin<br>tekijät
+      heading_html: '%{copyright}OpenStreetMap %{br} kartoittajat'
       used_by_html: Tuhannet verkkosivustot, mobiilisovellukset ja laitteistot käyttävät
         %{name}-karttaa
       lede_text: OpenStreetMapia rakentavat vapaaehtoiset yhteisön jäsenet, jotka
@@ -1915,25 +1904,37 @@ fi:
         käyttävät ilmakuvia, GPS-paikantamia ja jalkautumista pitääkseen OpenStreetMap-kartan
         ajan tasalla.
       community_driven_title: Yhteisön voima
-      community_driven_html: |-
-        OpenStreetMap-yhteisö on monipuolinen, intohimoinen ja kasvaa joka päivä. Yhteisöön kuuluu harrastajakartoittajia, GIS-ammattilaisia, järjestelmää ylläpitäviä insinöörejä, humanitaarisia auttajia, jotka kartoittavat katastrofin kärsineitä alueita sekä monia muita. Lisätietoja yhteisöstä saa lukemalla <a href='https://blog.openstreetmap.org'>OpenStreetMap-blogia</a>, <a href='%{diary_path}'>käyttäjien päiväkirjoja</a>,
-        <a href='https://blogs.openstreetmap.org/'>yhteisöblogeja</a> ja
-        <a href='https://www.osmfoundation.org/'>OSM-säätiön</a> verkkosivua.
+      community_driven_1_html: OpenStreetMap-yhteisö on monipuolinen, intohimoinen
+        ja kasvaa joka päivä. Yhteisöön kuuluu harrastajakartoittajia, GIS-ammattilaisia,
+        järjestelmää ylläpitäviä insinöörejä, humanitaarisia auttajia, jotka kartoittavat
+        katastrofin kärsineitä alueita sekä monia muita. Lisätietoja yhteisöstä saa
+        lukemalla %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link}
+        ja %{osm_foundation_link} verkkosivua.
+      community_driven_osm_blog: OpenStreetMap-blogia
+      community_driven_user_diaries: käyttäjien päiväkirjoja
+      community_driven_community_blogs: yhteisöblogeja
+      community_driven_osm_foundation: OSM-säätiön
       open_data_title: Avoin data
-      open_data_html: 'OpenStreetMap on <i>avointa dataa</i>: palvelua saa käyttää
-        vapaasti mihin tahansa, kunhan OpenStreetMap tekijöineen mainitaan. Jos palvelua
-        kehitetään tai muuunnellaan, sitä saa levittää eteenpäin vain samalla lisenssillä.
-        Lisätietoja on <a href=''%{copyright_path}''>Tekijänoikeus ja lisenssi</a>
-        -sivulla.'
+      open_data_1_html: 'OpenStreetMap on %{open_data}: palvelua saa käyttää vapaasti
+        mihin tahansa, kunhan OpenStreetMap tekijöineen mainitaan. Jos palvelua kehitetään
+        tai muuunnellaan, sitä saa levittää eteenpäin vain samalla lisenssillä. Lisätietoja
+        on %{copyright_license_link} -sivulla.'
+      open_data_open_data: avointa dataa
+      open_data_copyright_license: Tekijänoikeudet ja lisenssi
       legal_title: Lakitekninen jako
-      legal_1_html: |-
-        Tämä sivusto ja monet siihen liittyvät palvelut ovat muodollisesti <a href='https://osmfoundation.org/'>OpenStreetMap-säätiön</a> (OSMF) hallinnoimia OSM-yhteisön puolesta. Kaikkien OSMF:n hallinnoimien palveluiden käyttöön sovelletaan <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        sallitun käytön käytäntöjä</a>, <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">käyttöehtoja</a> ja <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">tietosuojakäytäntöä</a> (molemmat sisällöt saatavilla vain englanniksi).
-      legal_2_html: |-
-        <a href='https://osmfoundation.org/Contact'>Ota yhteyttä OSMF</a>:ään
-        jos sinulla on lisensointi-, tekijänoikeus- tai muita kysymyksiä.
-        <br>
-        OpenStreetMap, suurennuslasilogo ja State of the Map ovat <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">OSMF:n rekisteröityjä tavaramerkkejä</a>.
+      legal_1_1_html: Tämä sivusto ja monet siihen liittyvät palvelut ovat muodollisesti
+        %{openstreetmap_foundation_link} (OSMF) hallinnoimia OSM-yhteisön puolesta.
+        Kaikkien OSMF:n hallinnoimien palveluiden käyttöön sovelletaan %{terms_of_use_link},
+        %{aup_link} ja %{privacy_policy_link} (saatavilla vain englanniksi).
+      legal_1_1_openstreetmap_foundation: OpenStreetMap-säätiön
+      legal_1_1_terms_of_use: käyttöehtoja
+      legal_1_1_aup: sallitun käytön käytäntöjä
+      legal_1_1_privacy_policy: tietosuojakäytäntöä
+      legal_2_1_html: Ota yhteyttä %{contact_the_osmf_link}, jos sinulla on kysymyksiä
+        lisenssoinnista, tekijänoikeuksista tai muista oikeudellisista kysymyksistä.
+      legal_2_1_contact_the_osmf: OSM-säätiöön
+      legal_2_2_html: OpenStreetMap, suurennuslasilogo ja State of the Map ovat %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: OSM-säätiön rekisteröityjä tuotemerkkejä
       partners_title: Kumppanit
     copyright:
       foreign:
@@ -1950,97 +1951,85 @@ fi:
         mapping_link: aloittaa kartoituksen
       legal_babble:
         title_html: Tekijänoikeus ja lisenssi
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> on <i>avointa dataa</i>, jonka <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) on lisensoinut <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database -lisenssillä</a> (ODbL).
-        intro_2_html: "OpenStreetMapin karttoja ja tietoja voi kopioida, levittää,
-          välittää ja mukauttaa, \nkunhan OpenStreetMap ja sen tekijät mainitaan.
-          Jos karttoja tai tietoja muutetaan tai kehitetään, niitä saa levittää vain
-          samalla lisenssillä.\n<a href=\"https://opendatacommons.org/licenses/odbl/1.0/\">Lakitekstissä</a>
-          mainitaan levittäjän oikeudet ja velvollisuudet."
-        intro_3_1_html: |-
-          Dokumentaatio on lisensoitu <a href="https://creativecommons.org/licenses/by-sa/2.0/deed.fi">Creative
-          Commons Nimeä-JaaSamoin 2.0</a> -lisenssillä (CC-BY-SA 2.0).
+        introduction_1_html: OpenStreetMap%{registered_trademark_link} on %{open_data},
+          jonka %{osm_foundation_link} (OSMF) on lisensoinut %{odc_odbl_link} (ODbL).
+        introduction_1_open_data: avointa dataa
+        introduction_1_odc_odbl: Open Data Commons Open Database -lisenssillä
+        introduction_1_osm_foundation: OpenStreetMap Foundation
+        introduction_2_html: OpenStreetMapin karttoja ja tietoja voi kopioida, levittää,
+          välittää ja mukauttaa, kunhan OpenStreetMap ja sen tekijät mainitaan. Jos
+          karttoja tai tietoja muutetaan tai kehitetään, niitä saa levittää vain samalla
+          lisenssillä. %{legal_code_link} mainitaan levittäjän oikeudet ja velvollisuudet.
+        introduction_2_legal_code: Lakitekstissä
+        introduction_3_html: Dokumentaatio on lisensoitu %{creative_commons_link}
+          -lisenssillä (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Nimeä-JaaSamoin 2.0
         credit_title_html: OpenStreetMapin mainitseminen
-        credit_1_html: OpenStreetMapin sisältöä levitettäessä on mainittava teksti
-          &quot;&copy; OpenStreetMapin tekijät&quot; tai sen englanninkielinen vastine
-          &quot;&copy; OpenStreetMap contributors&quot;.
-        credit_2_1_html: "Levittäjän tulee tehdä selväksi, että aineisto on saatavilla
-          Open Database -lisenssillä\nja kartta-aineisto CC-BY-SA-lisenssillä. Tämä
-          voidaan tehdä sijoittamalla sivulle linkki\n<a href=\"https://www.openstreetmap.org/copyright\">tälle
-          tekijänoikeussivulle</a>. \nJos linkkien käyttö ei ole mahdollista (esimerkiksi
-          paperille tulostettu aineisto),\nsuosittelemme ohjaamaan lukijat osoitteisiin
-          www.openstreetmap.org, opendatacommons.org ja tarvittaessa myös creativecommons.org."
-        credit_3_1_html: |-
-          &ldquo;Standardityylin&rdquo; karttalaatat osoitteessa www.openstreetmap.org ovat
-          OpenStreetMap Foundationin luomia teoksia ja ne on luotu käyttäen OpenStreetMapin
-          dataa, joka on julkaistu Open Database License -lisenssillä. Tätä karttatyyliä
-          käytettäessä tulee tehdä samat lähdemaininnat kuin kartta-aineiston käytön
-          yhteydessä.
-        credit_4_html: 'Sivustolle upotetun interaktiivisen karttaikkunan tulee sisältää
-          tekijän nimi kartan alaosassa:'
+        credit_1_html: 'Kun käytät OpenStreetMap-tietoja, sinun on tehtävä nämä kaksi
+          asiaa:'
+        credit_2_2: Tehdä selväksi, että aineisto on saatavilla Open Database Lisenssillä.
+        credit_4_1_html: |-
+          Tehdäksesi selväksi, että aineisto on saatavilla Open Database Lisenssillä, voit linkittää %{this_copyright_page_link}. Jos linkkien käyttö ei ole mahdollista (esim. paperille tulostettu aineisto), suosittelemme ohjaamaan lukijat osoitteisiin openstreetmap.org ja opendatacommons.org.
+
+          Esimerkiksi tässä, tekijän nimi näkyy kartan alaosassa.
+        credit_4_1_this_copyright_page: tälle tekijänoikeussivulle
         attribution_example:
           alt: Esimerkki siitä, miten nimetä OpenStreetMap nettisivulla
           title: Nimeämisesimerkki
         more_title_html: Lisätietoja
-        more_1_html: |-
-          Lue lisää aineiston käyttämisestä ja tekijöiden mainitsemisesta <a
-          href="https://osmfoundation.org/Licence">OSM-säätiön lisensointiohjeesta</a>.
-        more_2_html: "Vaikka OpenStreetMap on avointa dataa, emme voi tarjota maksutonta
-          karttarajapintaa (API) kolmannen osapuolen kehittäjille.\n\nTutustu <a href=\"https://operations.osmfoundation.org/policies/api/\">karttarajapinnan
-          käyttöehtoihin</a>,\n<a href=\"https://operations.osmfoundation.org/policies/tiles/\">kartta-aineiston
-          käyttöehtoihin</a> ja \n<a href=\"https://operations.osmfoundation.org/policies/nominatim/\">Nominatimin
-          käyttöehtoihin</a>."
+        more_1_1_osmf_licence_page: OSMF-lisenssisivu
+        more_2_1_html: Vaikka OpenStreetMap on avointa dataa, emme voi tarjota maksutonta
+          karttarajapintaa (API) kolmannen osapuolen kehittäjille. Tutustu %{api_usage_policy_link},
+          %{tile_usage_policy_link} ja %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: API:n käyttöehtoihin
+        more_2_1_tile_usage_policy: kartta-aineiston käyttöehtoihin
         contributors_title_html: Tekijät
         contributors_intro_html: |-
           Tekijöinämme on tuhansia yksityishenkilöitä. Olemme myös sisällyttäneet
           vapaasti lisensoitua dataa kansallisilta kartoitustoimistoilta
           ja muista lähteistä, muun muassa:
-        contributors_at_html: |-
-          <strong>Itävalta</strong>: Sisältää karttatietoja
-          <a href="https://data.wien.gv.at/">Stadt Wienistä</a> (<a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY -lisenssillä</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlbergista</a> ja
-          Land Tirolista (<a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT -lisenssillä tietyin muutoksin</a>).
-        contributors_au_html: |-
-          <strong>Australia</strong>: Sisältää kaupunginosatietoja
-             Australian Bureau of Statisticsilta.
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: Sisältää karttatietoja
-             GeoBasesta ®, GeoGratisista (© Department of Natural
-             Resources Canada), CanVecista (© Department of Natural
-             Resources Canada), ja StatCanista (Geography Division,
-             Statistics Canada).
-        contributors_fi_html: '<strong>Suomi</strong>: Sisältää karttatietoja Maanmittauslaitoksen
-          maastotietokannasta ja muista lähteistä <a href="https://www.maanmittauslaitos.fi/avoindata_lisenssi_versio1_20120501">Maanmittauslaitoksen
-          lisenssin</a> mukaisesti.'
-        contributors_fr_html: |-
-          <strong>Ranska</strong>: Sisältää karttatietoja
-             Direction Générale des Impôtsista.
-        contributors_nl_html: |-
-          <strong>Alankomaat</strong>: Sisältää &copy; AND-karttatietoja vuodelta 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Uusi-Seelanti</strong>: Sisältää karttatietoja <a href="https://data.linz.govt.nz/">LINZ-tietopalvelusta</a>, jotka on lisensoitu jatkokäyttöä varten
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> -lisenssillä.
-        contributors_si_html: "<strong>Slovenia</strong>: Sisältää \n<a href=\"http://www.gu.gov.si/en/\">Maanmittaus-
-          ja kartoitusviranomaisen</a> sekä\n<a href=\"http://www.mkgp.gov.si/en/\">Maatalous-,
-          metsä- ja ruokaministeriön</a> tuottamia karttatietoja\n(Slovenian julkista
-          karttamateriaalia)."
-        contributors_es_html: |-
-          <strong>Espanja</strong>: Sisältää karttatietoja Espanjan kansallisesta maantieteellisestä instituutista (<a href="http://www.ign.es/">IGN</a>) ja
-          kansallisesta kartografiajärjestelmästä (<a href="http://www.scne.es/">SCNE</a>)
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> -lisenssillä.
-        contributors_za_html: |-
-          <strong>Etelä-Afrikka</strong>: Sisältää karttatietoja
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Informationista</a>, kaikki oikeudet pidätetään.
-        contributors_gb_html: |-
-          <strong>Iso-Britannia</strong>: Sisältää Ordnance Surveyn
-          keräämiä karttatietoja © Kruunun tekijänoikeuden ja tietokantojen käyttöoikeuden vuosilta 2010-2023.
-        contributors_footer_1_html: |-
-          Täydellinen lista OpenStreetMapin tukijoista löytyy OpenStreetMapin wikistä <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">Avustajat-sivulta</a>.
+        contributors_at_credit_html: '%{austria}: Sisältää karttatietoja %{stadt_wien_link}
+          (%{cc_by_link}), %{land_vorarlberg_link} ja Land Tirolesta (%{cc_by_at_with_amendments_link})'
+        contributors_at_austria: Itävalta
+        contributors_at_stadt_wien: Stadt Wienistä
+        contributors_at_cc_by: CC BY -lisenssillä
+        contributors_at_land_vorarlberg: Land Vorarlbergistä
+        contributors_at_cc_by_at_with_amendments: CC-BY AT -lisenssillä tietyin muutoksin
+        contributors_au_australia: Australia
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_ca_credit_html: |-
+          %{canada}: Sisältää karttatietoja GeoBasesta&reg;, GeoGratisista (&copy; Department of Natural
+          Resources Canada), CanVecista (&copy; Department of Natural
+          Resources Canada), ja StatCanista (Geography Division,
+          Statistics Canada).
+        contributors_ca_canada: Kanada
+        contributors_fi_credit_html: '%{finland}: Sisältää karttatietoja Maanmittauslaitoksen
+          maastotietokannasta ja muista lähteistä %{nlsfi_license_link} mukaisesti.'
+        contributors_fi_finland: Suomi
+        contributors_fi_nlsfi_license: Maanmittauslaitoksen lisenssin
+        contributors_fr_credit_html: '%{france}: Sisältää karttatietoja Direction
+          Générale des Impôtsista.'
+        contributors_fr_france: Ranska
+        contributors_nl_credit_html: '%{netherlands}: Sisältää &copy; AND-karttatietoja
+          vuodelta 2007 (%{and_link})'
+        contributors_nl_netherlands: Alankomaat
+        contributors_nz_new_zealand: Uusi-Seelanti
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_credit_html: '%{slovenia}: Sisältää %{gu_link} sekä %{mkgp_link}
+          tuottamia karttatietoja (Slovenian julkista karttamateriaalia).'
+        contributors_si_slovenia: Slovenia
+        contributors_si_gu: Maanmittaus- ja kartoitusviranomaisen
+        contributors_si_mkgp: Maatalous-, metsä- ja ruokaministeriön
+        contributors_es_spain: Espanja
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: Sisältää karttatietoja %{ngi_link},
+          kaikki oikeudet pidätetään.'
+        contributors_za_south_africa: Etelä-Afrikka
+        contributors_za_ngi: 'Chief Directorate: National Geo-Spatial Informationista'
+        contributors_gb_credit_html: '%{united_kingdom}: Sisältää Ordnance Surveyn
+          keräämiä karttatietoja &copy; Crown Copyright ja tietokantojen käyttöoikeuden
+          2010-2023.'
+        contributors_gb_united_kingdom: Yhdistynyt kuningaskunta
         contributors_footer_2_html: |-
           Tietojen sisältyminen OpenStreetMapiin ei tarkoita, että tietojen antaja
           ottaa kantaa OpenStreetMapiin tai vastuuta tietojen oikeellisuudesta.
@@ -2048,15 +2037,16 @@ fi:
         infringement_1_html: |-
           OpenStreetMapin kartoittajia muistutetaan, että kopioiminen tekijänoikeuksien alaisista teoksista
           (esimerkiksi Google-kartoista tai paperikartoista) ilman tekijänoikeuden haltijan nimenomaista lupaa on kielletty.
-        infringement_2_html: Jos kuka tahansa OpenStreetMapin käyttäjä epäilee, että
-          karttatietoja on otettu luvattomasta lähteestä OpenStreetMapin karttatietoihin
-          tai sivustolle, siitä tulee tehdä <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">poistopyyntö</a>
-          tai <a href="https://dmca.openstreetmap.org/">ilmoittaa suoraan</a>.
-        trademarks_title_html: <span id="trademarks"></span>Tavaramerkit
-        trademarks_1_html: OpenStreetMap, suurennuslasilogo ja State of the Map ovat
-          OpenStreetMap-säätiön rekisteröityjä tavaramerkkejä. Tutustu ohjeeseen <a
-          href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">tavaramerkkien
-          käytöstä.</a>
+        infringement_2_1_html: Jos kuka tahansa OpenStreetMapin käyttäjä epäilee,
+          että karttatietoja on otettu luvattomasta lähteestä OSM:n karttatietoihin
+          tai sivustolle, siitä tulee tehdä %{takedown_procedure_link} tai %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: poistopyyntö
+        infringement_2_1_online_filing_page: ilmoittaa suoraan
+        trademarks_title: Tavaramerkit
+        trademarks_1_1_html: OpenStreetMap, suurennuslasilogo ja State of the Map
+          ovat OpenStreetMap-säätiön rekisteröityjä tavaramerkkejä.Jos sinulla on
+          kysyttävää merkkien käytöstä, tutustu %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: tavaramerkkikäytäntöömme
     index:
       js_1: Selain ei tue JavaScriptiä tai sen suorittaminen on estetty.
       js_2: OpenStreetMap tarvitsee JavaScriptin liikuteltavaan karttaan.
@@ -2085,6 +2075,7 @@ fi:
       map_image: Karttakuva (näyttää standarditason)
       embeddable_html: HTML-koodi
       licence: Lisenssi
+      odbl: Open Data Commons Open Database -lisenssillä
       too_large:
         advice: 'Jos vientitoiminto ei toimi, kokeile myös seuraavia palveluja:'
         body: 'Näin suurta aluetta ei voi viedä OpenStreetMap XML-tiedostona. Lähennä
@@ -2124,10 +2115,6 @@ fi:
           explanation_html: Jos olet huomannut ongelman kartassa, kuten puuttuvan
             tien tai puuttuvan osoitteesi, paras tapa toimia on liittyä OpenStreetMap-yhteisöön
             ja lisätä tai korjata kohta itse.
-        add_a_note:
-          instructions_html: "Klikkaa vain <a class='icon note'></a> tai samaa ikonia
-            karttanäkymässä.\nTämä lisää merkin kartalle, jota voit liikuttaa \nraahaamalla.
-            Lisää tekstisi, ja klikkaa Tallenna, ja muut voivat tutkia sitä."
       other_concerns:
         title: Muut huolenaiheet
     help:
@@ -2173,6 +2160,11 @@ fi:
       removed: OpenStreetMapin oletusmuokkausohjelmaksi on valittu Potlatch. Adoben
         Flash Player -lisäosan tuki on päättynyt, minkä vuoksi Potlatch ei ole enää
         saatavilla verkkoselaimessa.
+      desktop_application_html: Voit edelleen käyttää Potlatchia %{download_link}.
+      download: lataamalla työpöytäsovelluksen Macille ja Windowsille
+      id_editor_html: Vaihtoehtoisesti voit asettaa oletusmuokkaimeksi iD:n, joka
+        toimii verkkoselaimessasi kuten Potlatch aiemmin. %{change_preferences_link}.
+      change_preferences: Muuta asetuksiasi täällä
     any_questions:
       title: Kysyttävää?
       get_help_here: Hae apua täältä
@@ -2364,7 +2356,7 @@ fi:
     trace:
       pending: JONOSSA
       count_points:
-        one: 1 piste
+        one: '%{count} piste'
         other: '%{count} pistettä'
       more: tiedot
       trace_details: Näytä jäljen tiedot
@@ -2522,9 +2514,11 @@ fi:
       edit: Muokkaa
       delete: Poista
       confirm_delete: Poista tämä sovellus?
+      client_id: Asiakastunnus
       client_secret_warning: Varmista, että tallennat tämän salaisuuden - et näe sitä
         enää uudelleen
       permissions: Oikeudet
+      redirect_uris: Uudelleenohjaa URI:t
     not_found:
       sorry: Valitettavasti sovellusta ei löytynyt.
   oauth2_authorizations:
@@ -2564,6 +2558,7 @@ fi:
         tai palvelimet voivat silti vaatia sitä.
       continue: Rekisteröidy
       terms accepted: Kiitos uusien osallistujaehtojen hyväksymisestä!
+      privacy_policy: tietosuojakäytäntö
     terms:
       title: Ehdot
       heading: Ehdot
@@ -2580,6 +2575,10 @@ fi:
         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
@@ -2750,19 +2749,19 @@ fi:
       time_past_html: Päättyi %{time}.
       block_duration:
         hours:
-          one: 1 tunti
+          one: '%{count} tunti'
           other: '%{count} tuntia'
         days:
-          one: 1 päivä
+          one: '%{count} päivä'
           other: '%{count} päivää'
         weeks:
-          one: 1 viikko
+          one: '%{count} viikko'
           other: '%{count} viikkoa'
         months:
-          one: 1 kuukausi
+          one: '%{count} kuukausi'
           other: '%{count} kuukautta'
         years:
-          one: 1 vuosi
+          one: '%{count} vuosi'
           other: '%{count} vuotta'
     blocks_on:
       title: Käyttäjän %{name} estot
@@ -2817,16 +2816,12 @@ fi:
       open_title: 'Ratkaisematon karttailmoitus #%{note_name}'
       closed_title: 'Ratkaistu karttailmoitus #%{note_name}'
       hidden_title: 'Piilotettu karttailmoitus #%{note_name}'
-      opened_by_html: Lähettänyt käyttäjä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Luonut tuntematon käyttäjä <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentti käyttäjältä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Kommentti tuntemattomalta käyttäjältä <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Ratkaissut käyttäjä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Ratkaissut tuntematon käyttäjä <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Avannut uudelleen käyttäjä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Avannut uudelleen tuntematon käyttäjä <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Piilottanut käyttäjä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      report: ilmianna karttailmoitus
+      event_opened_by_html: Luonut %{user}, %{time_ago}
+      event_opened_by_anonymous_html: Luonut anonyymi käyttäjä, %{time_ago}
+      event_commented_by_html: Kommentti käyttäjältä %{user} %{time_ago}
+      event_closed_by_html: Ratkaissut %{user}, %{time_ago}
+      event_hidden_by_html: Piilottanut %{user}, %{time_ago}
+      report: ilmiantaa karttailmoituksen
       anonymous_warning: Suhtaudu varauksella tunnistautumattomien käyttäjien karttailmoituksiin
         ja kommentteihin.
       hide: Piilota
@@ -2834,9 +2829,11 @@ fi:
       reactivate: Avaa uudelleen
       comment_and_resolve: Kommentoi + ratkaise
       comment: Kommentoi
-      report_link_html: Jos tämä huomautus sisältää arkaluontoisia tietoja, jotka
+      report_link_html: Jos tämä karttailmoitus sisältää arkaluontoisia tietoja, jotka
         on poistettava, voit %{link}.
       other_problems_resolved: Kaikkiin muihin ongelmiin riittää ratkaisu.
+      disappear_date_html: Tämä ratkaistu karttailmoitus katoaa kartalta, kun on kulunut
+        %{disappear_in}.
     new:
       title: Uusi karttailmoitus
       intro: Huomasitko virheen tai puuttuvan kohteen? Ilmoita siitä muille kartoittajille,
@@ -2880,10 +2877,10 @@ fi:
       locate:
         title: Näytä oma sijaintini
         metersPopup:
-          one: Olet yhden metrin etäisyydellä tästä pisteessä
+          one: Olet %{count} metrin etäisyydellä tästä pisteessä
           other: Olet %{count} metrin etäisyydellä tästä pisteestä
         feetPopup:
-          one: Olet yhden jalan etäisyydellä tästä pisteestä
+          one: Olet %{count} jalan etäisyydellä tästä pisteestä
           other: Olet %{count} jalan etäisyydellä tästä pisteestä
       base:
         standard: Perinteinen
@@ -2899,16 +2896,14 @@ fi:
         gps: Julkiset GPS-jäljet
         overlays: Nämä toiminnot on tarkoitettu karttavirheiden korjaamiseen
         title: Karttanäkymä
-      copyright: © <a href='%{copyright_url}'>OpenStreetMapin tekijät</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Tee lahjoitus</a>
-      terms: <a href='%{terms_url}' target='_blank'>Sivuston ja sovellusrajapinnan
-        ehdot</a>
-      thunderforest: Laattojen tekijä <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Laattojen tekijä <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Laattojen tyylin on tehnyt <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> ja hostannut <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
+      openstreetmap_contributors: OpenStreetMap-kartoittajat
+      make_a_donation: Lahjoita
+      website_and_api_terms: Verkkosivusto ja API-ehdot
+      cyclosm_credit: 'Laattojen tyyli: %{osm_france_link} ylläpitämä %{cyclosm_link}'
+      osm_france: OpenStreetMap Francen
+      thunderforest_credit: Laattojen tekijä %{thunderforest_link}
+      opnvkarte_credit: Laattojen tekijä %{memomaps_link}
+      hotosm_credit: 'Laattojen tyyli: %{osm_france_link} ylläpitämä %{hotosm_link}'
     site:
       edit_tooltip: Muokkaa karttaa
       edit_disabled_tooltip: Lähennä karttaa ennen muokkaamisen aloittamista
index 26861b38c7518e9967e963682cb2dd99b551c3b7..321ba9193563afc0217d6f1674d0c1cd4b391510 100644 (file)
@@ -202,14 +202,6 @@ fit:
   browse:
     created: Luotu
     closed: Ratkaistu
-    created_html: Lähättänyt käyttäjä <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Ratkaistu <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Lähättänyt käyttäjä %{user} <abbr title='%{title}'>%{time}</abbr>
-    deleted_by_html: Otettu poies <abbr title='%{title}'>%{time}</abbr> käyttäjän
-      %{user} toimesta
-    edited_by_html: Mookannut viimeksi käyttäjä %{user} <abbr title='%{title}'>%{time}</abbr>
-    closed_by_html: Suljettu <abbr title='%{title}'>%{time}</abbr> käyttäjän %{user}
-      toimesta
     version: Versuuni
     in_changeset: Muutoskokoelma
     anonymous: tuntematon
@@ -229,8 +221,6 @@ fit:
       relation: Relaatiot (%{count})
       relation_paginated: Relaatiot (%{x}-%{y} / %{count})
       comment: Kommentit (%{count})
-      hidden_commented_by_html: Käyttäjän %{user} piilotettu kommentti <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentti käyttäjältä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Muutoskokoelman XML
       osmchangexml: osmChange XML
       feed:
@@ -441,13 +431,6 @@ fit:
       success: '%{name} otettiin poies sinun ystävistä.'
       not_a_friend: '%{name} ei ole enää sinun ystävä.'
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="https://openstreetmap.org/">Sisäiset</a> resyltaatit
-        osm_nominatim_html: Resyltaatit <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatimista</a>
-        osm_nominatim_reverse_html: Hakuresyltaatit <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatimista</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -524,8 +507,6 @@ fit:
       status: Tila
       reports: Ilmiannot
       last_updated: Päivitetty
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: käyttäjä %{user} <abbr title='%{title}'>%{time}</abbr>
       link_to_reports: Näytä ilmiannot
       reports_count:
         one: 1 ilmotus
@@ -751,7 +732,6 @@ fit:
   site:
     about:
       next: Seuraava
-      copyright_html: <span>&copy;</span>OpenStreetMapin<br>tekijät
       used_by_html: Tuhannet verkkosivustot, mupiilisovellukset ja laitteistot käyttävät
         %{name}-karttaa
       lede_text: OpenStreetMapia rakentavat vapaaehtoiset yhteisön jäsenet, jotka
@@ -762,27 +742,8 @@ fit:
         käyttävät ilmakuvia, GPS-paikantamia ja jalkautumista pitääkseen OpenStreetMap-kartan
         ajan tasalla.
       community_driven_title: Yhteisön voima
-      community_driven_html: |-
-        OpenStreetMap-yhteisö oon monipuolinen, intohimoinen ja kasvaa joka päivä. Yhteisöön kuuluu harrastajakartoittajia, GIS-ammattilaisia, järjestelmää ylläpitäviä insinöörejä, humanitaarisia auttajia, jotka kartoittavat katastrofin kärsineitä alueita sekä monia muita. Lisätietoja föreeninkistä saa lukemalla <a href='https://blog.openstreetmap.org'>OpenStreetMap-blogia</a>, <a href='%{diary_path}'>käyttäjitten päiväkirjoja</a>,
-        <a href='https://blogs.openstreetmap.org/'>yhteisöblogeja</a> ja
-        <a href='https://www.osmfoundation.org/'>OSM-säätiön</a> verkkosivua.
       open_data_title: Avvoin taatta
-      open_data_html: 'OpenStreetMap oon <i>avointa taattaa</i>: palvelua saa käyttää
-        vapaasti mihin tahansa, kunhan OpenStreetMap tekijöineen mainitaan. Jos palvelua
-        kehitetään tai muuunnellaan, sitä saa levittää eteenpäin vain samala lisensillä.
-        Lisätietoja oon <a href=''%{copyright_path}''>Tekijänoikeus ja lisensi</a>
-        -sivula.'
       legal_title: Lakitekninen jako
-      legal_1_html: "Tämä ja monet muut OSM-sivustot ovat muodollisesti <a href='https://osmfoundation.org/'>OpenStreetMap-säätiön</a>
-        (OSMF) hallinnoimia OSM-yhteisön puolesta. Kaikkien näiden sivustojen käythöön
-        sovelletaan <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nsallitun
-        käytön käytäntöjä</a>, <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">käyttöehtoja</a>
-        ja <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">tietosuojakäytäntöä</a>
-        (molemmat sisällöt saatavilla vain englanniksi).\n<br> \n<a href='https://osmfoundation.org/Contact'>Ota
-        yhteys OSMF:ään</a> lisensointi-, tekijänoikeus- ja muissa lakiteknisissä
-        kysymyksissä.\n<br>\nNimi OpenStreetMap, suurennuslasilogo ja slogan State
-        of the Map ovat <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">säätiön
-        rekisteröimiä tavaramerkkejä</a>."
       partners_title: Kumppanit
     copyright:
       foreign:
@@ -799,30 +760,10 @@ fit:
         mapping_link: aloittaa kartoituksen
       legal_babble:
         title_html: Tekijänoikeus ja lisensi
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> oon <i>avointa taattaa</i>, jonka <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) oon lisensoinut <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database -lisensillä</a> (ODbL).
-        intro_2_html: "OpenStreetMapin karttoja ja tietoja voi kopioida, levittää,
-          välittää ja mukauttaa, \nkunhan OpenStreetMap ja sen tekijät mainitaan.
-          Jos karttoja tai tietoja muutethaan tai kehitethään, niitä saa levithää
-          vain samalla lisensilä.\n<a href=\"https://opendatacommons.org/licenses/odbl/1.0/\">Lakitekstissä</a>
-          mainitaan levittäjän oikeudet ja velvollisuudet."
-        intro_3_1_html: |-
-          Kartta-aineisto ja dokumentaatio oon lisensoitu <a href="https://creativecommons.org/licenses/by-sa/2.0/deed.fi">Creative
-          Commons Nimeä-Jaa samoin 2.0</a> -lisensillä (CC-BY-SA).
         credit_title_html: OpenStreetMapin mainitseminen
         credit_1_html: OpenStreetMapin sisältöä levitettäessä oon mainittava teksti
           &quot;&copy; OpenStreetMapin tekijät&quot; tai sen engelskankielinen vastine
           &quot;&copy; OpenStreetMap contributors&quot;.
-        credit_2_1_html: "Levittäjän tulee tehdä selväksi, ette aineisto oon saatavilla
-          Open Database -lisensillä\nja kartta-aineisto CC-BY-SA-lisensillä. Tämä
-          voidaan tehdä sijoittamalla sivule länkki\n<a href=\"https://www.openstreetmap.org/copyright\">tälle
-          tekijänoikeussivule</a>. \nJos länkkien käyttö ei ole mahollista (esimerkiksi
-          paperille printattu aineisto),\nsuosittelemme ohjaamaan lukijat atresseihin
-          www.openstreetmap.org, opendatacommons.org ja tarvittaessa myös creativecommons.org."
-        credit_4_html: 'Sivustolle upotetun interaktiivisen karttaikkunan tulee sisältää
-          tekijän nimi kartan alaosassa:'
         attribution_example:
           alt: Esimerkki siitä, miten nimetä OpenStreetMap nettisivula
           title: Nimeämisesimerkki
@@ -980,15 +921,6 @@ fit:
       open_title: 'Ratkaisematon karttailmotus #%{note_name}'
       closed_title: 'Ratkaistu karttailmotus #%{note_name}'
       hidden_title: 'Piilotettu karttailmotus #%{note_name}'
-      opened_by_html: Lähättänyt käyttäjä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Luonut tuntematon käyttäjä <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentti käyttäjältä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Kommentti tuntemattomalta käyttäjältä <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Ratkaissut käyttäjä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Ratkaissut tuntematon käyttäjä <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Aukassu uuesti käyttäjä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Aukassu uuesti tuntematon käyttäjä <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Piilottanut käyttäjä %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: Ilmianna karttailmotus
       comment: Kommentoi
     new:
index 2979020e8a212ee7b8323807e73fd6693d068d0f..8f1189eae3ae02d3b6b449f15eb69265dcc5af50 100644 (file)
@@ -2,8 +2,11 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: 0x010C
+# Author: Adriendelucca
 # Author: Ajeje Brazorf
 # Author: Alno
+# Author: Amire80
+# Author: Antimuonium
 # Author: Boniface
 # Author: Cantons-de-l'Est
 # Author: Cquoi
@@ -30,6 +33,7 @@
 # Author: Gaspard
 # Author: Gileri
 # Author: Gomoko
+# Author: Gravitystorm
 # Author: Hashar
 # Author: IAlex
 # Author: JB
@@ -88,6 +92,8 @@
 # Author: Zarisi
 ---
 fr:
+  html:
+    dir: ltr
   time:
     formats:
       friendly: '%e %B %Y à %-Hh%M'
@@ -246,50 +252,49 @@ fr:
         needs_view: Est-ce que l’utilisateur ou l’utilisatrice doit se connecter avant
           qu’expire ce blocage ?
       user:
-        email_confirmation: Votre adresse n’est pas affichée publiquement, voyez notre
-          <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="Politique
-          de confidentialité de la Fondation OSM incluant une section sur les adresses
-          de courriel">politique de confidentialité</a> pour plus d’informations.
         new_email: (jamais affichée publiquement)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: il y a environ une heure
+        one: il y a environ %{count} heure
         other: il y a environ %{count} heures
       about_x_months:
-        one: il y a environ un mois
-        other: il y a environ %{count} mois
+        one: il y a environ %{count} mois
+        other: 'il y a environ %{count} mois '
       about_x_years:
-        one: il y a environ un an
+        one: il y a environ %{count} an
         other: il y a environ %{count} ans
       almost_x_years:
-        one: il y a presque un an
+        one: il y a presque %{count} an
         other: il y a presque %{count} ans
       half_a_minute: il y a une demi-minute
       less_than_x_seconds:
-        one: il y a moins d’une seconde
+        one: il y a moins de %{count} seconde
         other: il y a moins de %{count} secondes
       less_than_x_minutes:
-        one: il y a moins d’une minute
+        one: il y a moins de %{count} minute
         other: il y a moins de %{count} minutes
       over_x_years:
-        one: il y a plus d’un an
+        one: il y a plus de %{count} an
         other: il y a plus de %{count} ans
       x_seconds:
-        one: il y a une seconde
+        one: il y a %{count} seconde
         other: il y a %{count} secondes
       x_minutes:
-        one: il y a une minute
+        one: il y a %{count} minute
         other: il y a %{count} minutes
       x_days:
-        one: hier
+        one: il y a %{count} jour
         other: il y a %{count} jours
       x_months:
-        one: il y a un mois
-        other: il y a %{count} mois
+        one: il y a %{count} mois
+        other: 'il y a %{count} mois '
       x_years:
-        one: l’année dernière
+        one: il y a %{count} an
         other: il y a %{count} ans
+  printable_name:
+    with_version: '%{id}, v%{version}'
+    with_name_html: '%{name} (%{id})'
   editor:
     default: Par défaut (actuellement %{name})
     id:
@@ -413,29 +418,29 @@ fr:
   browse:
     created: Créé
     closed: Fermé
-    created_html: Créé à <abbr title="%{title}">%{time}</abbr>
-    closed_html: Fermé <abbr title="%{title}">%{time}</abbr>
-    created_by_html: Créé à <abbr title="%{title}">%{time}</abbr> par %{user}
-    deleted_by_html: Supprimé <abbr title="%{title}">%{time}</abbr> par %{user}
-    edited_by_html: Modifié <abbr title="%{title}">%{time}</abbr> par %{user}
-    closed_by_html: Fermé <abbr title="%{title}">%{time}</abbr> par %{user}
+    created_ago_html: Créé %{time_ago}
+    closed_ago_html: Fermé %{time_ago}
+    created_ago_by_html: Créé %{time_ago} par %{user}
+    closed_ago_by_html: Fermé %{time_ago} par %{user}
+    deleted_ago_by_html: Supprimé %{time_ago} par %{user}
+    edited_ago_by_html: Modifié %{time_ago} par %{user}
     version: Version
     in_changeset: Groupe de modifications
     anonymous: anonyme
     no_comment: (aucun commentaire)
     part_of: Partie de
     part_of_relations:
-      one: 1 relation
+      one: '%{count} relation'
       other: '%{count} relations'
     part_of_ways:
-      one: 1 chemin
+      one: '%{count} chemin'
       other: '%{count} chemins'
     download_xml: Télécharger en XML
     view_history: Voir l’historique
     view_details: Afficher les détails
     location: 'Emplacement :'
     common_details:
-      coordinates_html: '%{latitude}, %{longitude}'
+      coordinates_html: '%{latitude} ; %{longitude}'
     changeset:
       title: 'Groupe de modifications : %{id}'
       belongs_to: Auteur
@@ -446,8 +451,8 @@ fr:
       relation: Relations (%{count})
       relation_paginated: Relations (%{x} à %{y} sur %{count})
       comment: Commentaires (%{count})
-      hidden_commented_by_html: Commentaire masqué de %{user}, <abbr title="%{exact_time}">%{when}</abbr>
-      commented_by_html: Commentaire de %{user} <abbr title="%{exact_time}">%{when}</abbr>
+      hidden_comment_by_html: Commentaire caché de %{user} %{time_ago}
+      comment_by_html: Commentaire de %{user} %{time_ago}
       changesetxml: XML du groupe de modifications
       osmchangexml: XML osmChange
       feed:
@@ -475,10 +480,10 @@ fr:
       history_title_html: 'Historique de la relation : %{name}'
       members: Membres
       members_count:
-        one: 1 membre
+        one: '%{count} membre'
         other: '%{count} membres'
     relation_member:
-      entry_html: '%{type} %{name}'
+      entry_html: '%{type} « %{name} »'
       entry_role_html: '%{type} %{name} avec le rôle %{role}'
       type:
         node: Nœud
@@ -693,7 +698,7 @@ fr:
       contact_url: https://wiki.openstreetmap.org/wiki/FR:Canaux_de_contact
       contact_url_title: Différents canaux de contact expliqués
       contact: contacter
-      contact_the_community_html: N'hésitez pas à %{contact_link} la communauté OpenStreetMap
+      contact_the_community_html: Nhésitez pas à %{contact_link} la communauté OpenStreetMap
         si vous avez trouvé un lien cassé ou une anomalie. Notez l’URL exacte de votre
         demande.
     forbidden:
@@ -725,11 +730,10 @@ fr:
   geocoder:
     search:
       title:
-        latlon_html: Résultats <a href="https://openstreetmap.org/">internes</a>
-        osm_nominatim_html: Résultats venant de <a href="https://nominatim.openstreetmap.org/">Nominatim
-          sur OpenStreetMap</a>
-        osm_nominatim_reverse_html: Résultats venant de <a href="https://nominatim.openstreetmap.org/">Nominatim
-          sur OpenStreetMap</a>
+        results_from_html: Résultats de %{results_link}
+        latlon: Interne
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix_format: '%{name}'
       prefix:
@@ -1425,7 +1429,7 @@ fr:
           second_hand: Boutique de produits d’occasion
           sewing: Mercerie
           shoes: Magasin de chaussures
-          sports: Magasin de d’articles de sport
+          sports: Magasin d’articles de sport
           stationery: Papeterie
           storage_rental: Garde-meubles
           supermarket: Supermarché
@@ -1523,12 +1527,10 @@ fr:
       status: État
       reports: Rapports
       last_updated: Dernière mise à jour
-      last_updated_time_html: <abbr title="%{title}">%{time}</abbr>
-      last_updated_time_user_html: à <abbr title="%{title}">%{time}</abbr> par %{user}
+      last_updated_time_ago_user_html: '%{time_ago} par %{user}'
       link_to_reports: Afficher les rapports
       reports_count:
-        zero: Aucun rapport
-        one: Un rapport
+        one: '%{count} rapport'
         other: '%{count} rapports'
       reported_item: Élément signalé
       states:
@@ -1538,8 +1540,7 @@ fr:
     show:
       title: Problème %{status} nº %{issue_id}
       reports:
-        zero: Aucun rapport
-        one: 1 rapport
+        one: '%{count} rapport'
         other: '%{count} rapports'
       report_created_at: Signalé la première fois à %{datetime}
       last_resolved_at: Dernière résolution à %{datetime}
@@ -1702,14 +1703,14 @@ fr:
       failed_to_import: 'n’a pas pu être importé. Voici l’erreur :'
       more_info_html: Vous trouverez plus d’informations sur les échecs d’import GPX
         et comment les éviter à l’adresse %{url}.
-      import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures
+      import_failures_url: https://wiki.openstreetmap.org/wiki/GPX#Troubleshooting
       subject: '[OpenStreetMap] Échec de l’import GPX'
     gpx_success:
       hi: Bonjour %{to_user},
-      loaded_successfully:
-        one: s’est chargé correctement avec %{trace_points} du seul point possible.
-        other: s’est chargé correctement avec %{trace_points} des %{possible_points}
-          points possibles.
+      loaded:
+        one: s’est chargé correctement avec %{trace_points} dd %{count} point possible.
+        other: s’est chargé correctement avec %{trace_points} des %{count} points
+          possibles.
       subject: '[OpenStreetMap] Import GPX réussi'
     signup_confirm:
       subject: '[OpenStreetMap] Bienvenue dans OpenStreetMap'
@@ -2009,8 +2010,6 @@ fr:
   shared:
     markdown_help:
       heading_html: Analysé avec %{kramdown_link}
-      kramdown_url: https://kramdown.gettalong.org/quickref.html
-      kramdown: kramdown
       headings: Titres
       heading: Titre
       subheading: Sous-titre
@@ -2029,7 +2028,7 @@ fr:
   site:
     about:
       next: Suivant
-      copyright_html: <span>©</span> Contributeurs<br /> d’OpenStreetMap
+      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'
       lede_text: OpenStreetMap est bâti par une communauté de cartographes bénévoles
@@ -2041,32 +2040,38 @@ fr:
         GPS et les cartes classiques du terrain pour vérifier qu’OSM est exact et
         à jour.
       community_driven_title: Conduit par la communauté
-      community_driven_html: "La communauté d’OpenStreetMap est diverse, passionnée
-        et grossit chaque jour. Nos contributeurs incluent des cartographes enthousiastes,
-        des professionnels du SIG, des ingénieurs qui font fonctionner les serveurs
-        d’OSM, des humanitaires cartographiant les zones dévastées par une catastrophe
-        et beaucoup d’autres.\nPour en savoir plus sur la communauté, consultez \nle
-        <a href=\"https://blog.openstreetmap.org/\">blogue OpenStreetMap</a>,\nles
-        <a href=\"%{diary_path}\">journaux d’utilisateurs</a>, \nles <a href=\"https://blogs.openstreetmap.org/\">blogues
-        communautaires</a> et \nle site web de la <a href=\"https://www.osmfoundation.org/\">Fondation
-        OSM</a>."
+      community_driven_1_html: |-
+        La communauté d’OpenStreetMap est diverse, passionnée et grossit chaque jour. Nos contributeurs incluent des cartographes enthousiastes, des professionnels du SIG, des ingénieurs qui font fonctionner les serveurs d’OSM, des humanitaires cartographiant les zones dévastées par une catastrophe et beaucoup d’autres.
+        Pour en savoir plus sur la communauté, consultez le %{osm_blog_link}, les %{user_diaries_link}, les %{community_blogs_link} et le site web de la %{osm_foundation_link}.
+      community_driven_osm_blog: blogue d’OpenStreetMap
+      community_driven_user_diaries: agendas d’utilisateurs
+      community_driven_community_blogs: blogues de la communauté
+      community_driven_osm_foundation: Fondation OSM
       open_data_title: Données libres
-      open_data_html: 'OpenStreetMap est en <i>données libres</i> : vous êtes libre
-        de l’utiliser dans n’importe quel but tant que vous créditez OpenStreetMap
-        et ses contributeurs. Si vous modifiez ou vous appuyez sur les données d’une
-        façon quelconque, vous pouvez distribuer le résultat seulement suivant la
-        même licence. Consultez la <a href="%{copyright_path}">page sur les droits
-        d’auteur et la licence</a> pour plus de détails.'
+      open_data_1_html: 'OpenStreetMap est en %{open_data} : vous êtes libre de l’utiliser
+        dans n’importe quel but tant que vous créditez OpenStreetMap et ses contributeurs.
+        Si vous modifiez ou vous appuyez sur les données d’une façon quelconque, vous
+        pouvez distribuer le résultat seulement sous la même licence. Consultez la
+        %{copyright_license_link} pour plus de détails.'
+      open_data_open_data: données libres
+      open_data_copyright_license: page sur les droits d’auteur et la licence
       legal_title: Informations juridiques
-      legal_1_html: |-
+      legal_1_1_html: |-
         Ce site et de nombreux autres services connexes sont formellement exploités par la
-        <a href="https://osmfoundation.org/">Fondation OpenStreetMap</a> (OSMF) au nom de la communauté. L’utilisation de tous les services offerts par l’OSMF est sujette
-        à nos <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Conditions d’utilisation</a>, à notre <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Politique des usages acceptés</a> et à notre <a href="http://wiki.osmfoundation.org/wiki/Privacy_Policy">Politique de confidentialité</a>.
-      legal_2_html: |-
-        Veuillez <a href="https://osmfoundation.org/Contact">contacter l’OSMF</a>
-        si vous avez des questions de licence, de droit d’auteur ou d’autres questions légales.
-        <br>
-        OpenStreetMap, le logo de loupe grossissante et l’état de la carte sont des <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">marques déposées de l’OSMF</a>.
+        %{openstreetmap_foundation_link} (OSMF)
+        au nom de la communauté. L’utilisation de tous les services offerts par l’OSMF est sujette
+        à nos %{terms_of_use_link}, à notre %{aup_link} et à notre %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: Fondation OpenStreetMap
+      legal_1_1_terms_of_use: Conditions d’utilisation
+      legal_1_1_aup: Politique des usages acceptés
+      legal_1_1_privacy_policy: Politique de confidentialité
+      legal_2_1_html: |-
+        Veuillez %{contact_the_osmf_link}
+        si vous avez des questions sur les conditions de licence, les droits d’auteur ou d’autres questions juridiques.
+      legal_2_1_contact_the_osmf: contacter l’OSMF
+      legal_2_2_html: OpenStreetMap, le logo avec la loupe, ainsi que State of the
+        Map are %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: marques commerciales enregistrées de l’OSMF
       partners_title: Partenaires
     copyright:
       foreign:
@@ -2083,119 +2088,165 @@ fr:
         mapping_link: commencer à contribuer
       legal_babble:
         title_html: Droits d’auteur et licence
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">®</a></sup> est un ensemble de <i>données ouvertes</i>, disponibles sous la licence libre <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL) accordée par la <a
-          href="https://osmfoundation.org/">Fondation OpenStreetMap</a> (OSMF).
-        intro_2_html: |-
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} est en %{open_data}, sous licence 
+          %{odc_odbl_link} (ODbL) par la %{osm_foundation_link} (OSMF).
+        introduction_1_registered_trademark_html: ®
+        introduction_1_open_data: données libres
+        introduction_1_odc_odbl: Licence de base de données ouverte Open Data Commons
+          (ODbL)
+        introduction_1_odc_odbl_url: https://opendatacommons.org/licenses/odbl/summary/
+        introduction_1_osm_foundation: Fondation OpenStreetMap
+        introduction_2_html: |-
           Vous êtes libre de copier, distribuer, transmettre et adapter nos données,
-          à condition que vous créditiez OpenStreetMap et ses
-          contributeurs. Si vous modifiez ou utilisez nos données dans d’autres œuvres dérivées, vous
-          ne pouvez distribuer celles-ci que sous la même licence. Le <a href="https://opendatacommons.org/licenses/odbl/1.0/">texte
-          légal</a> complet détaille vos droits et responsabilités.
-        intro_3_1_html: "Notre documentation est disponible sous la licence \n<a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">Creative\nCommons
-          paternité – partage à l’identique 2.0</a> (CC-BY-SA 2.0)."
+          à condition que vous créditiez OpenStreetMap et ses contributeurs.
+          Si vous modifiez ou utilisez nos données dans d’autres œuvres dérivées,
+          vous ne pouvez distribuer celles-ci que sous la même licence. Le
+          %{legal_code_link} complet détaille vos droits et responsabilités.
+        introduction_2_legal_code: texte juridique
+        introduction_3_html: Notre documentation est sous licence %{creative_commons_link}
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Licence Creative Commons Attribution – Partage
+          à l’identique v2.0
+        introduction_3_creative_commons_url: https://creativecommons.org/licenses/by-sa/2.0/deed.fr
         credit_title_html: Comment créditer OpenStreetMap
         credit_1_html: 'Lorsque vous utilisez des données d’OpenStreetMap, vous devez
           effectuer les deux choses suivantes :'
-        credit_2_1_html: |-
-          <ul>
-            <li>Créditez OpenStreetMap en affichant notre notice de copyright.</li>
-            <li>Affichez clairement que les données sont disponibles sous la licence ODbL (<i>Open Database License</i>).</a>.
-          </ul>
-        credit_3_1_html: Pour la notice relative aux droits d’auteurs (<i>copyright</i>),
-          nous avons différentes exigences sur la manière dont cela doit être affiché,
-          selon comment dont vous utilisez nos données. Par exemple, différentes règles
-          s’appliquent sur la façon d’afficher la notice de copyright, qui dépend
-          de si vous avez créé une carte navigable, une carte imprimée ou une image
-          statique. Pour plus de détails sur ces exigences, consultez les <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Directives
-          d’attribution</a>.
-        credit_4_html: |-
-          Pour afficher clairement que les données sont disponibles sous la licence OdBL (<i>Open
-          Database License</i>, vous pouvez apposer un lien vers <a href="https://www.openstreetmap.org/copyright">cette page de copyright</a>. Autrement, et c’est une exigence si vous distribuez OSM sous forme de données, vous pouvez nommer la ou les licence(s) demandées et vous lier à elle(s). Sur des médias où les liens sont impossibles (par exemple des œuvres imprimées), nous suggérons que vous dirigiez vos lecteurs vers openstreetmap.org (probablement en étendant « OpenStreetMap » en son adresse complète) et vers opendatacommons.org. Dans cet exemple, la ligne d’attribution apparaît clairement dans un coin de la carte.
+        credit_2_1: Donnez crédit à OpenStreetMap en affichant notre avis des droits
+          d’auteur.
+        credit_2_2: Indiquez clairement que les données sont disponibles sous la Licence
+          Open Database.
+        credit_3_html: |-
+          Pour l’avis relatif aux droits d’auteurs (copyright), nous avons différentes exigences sur la manière dont cela doit être affiché, selon comment dont vous utilisez nos données.
+          Par exemple, différentes règles s’appliquent sur la façon d’afficher cet avis, qui dépend de si vous avez créé une carte navigable, une carte imprimée ou une image statique.
+          Pour plus de détails sur ces exigences, consultez les %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Directives d’attribution
+        credit_4_1_html: |-
+          Pour afficher clairement que les données sont disponibles sous la Licence OdBL (Open Database License), vous pouvez apposer un lien vers %{this_copyright_page_link}.
+          Autrement, et il s’agit d’une exigence si vous distribuez OSM sous forme de données, vous pouvez nommer la ou les licence(s) demandées et vous lier directement à elle(s).
+          Sur des médias où les liens sont impossibles (par exemple des œuvres imprimées), nous vous suggérons de diriger vos lecteurs vers openstreetmap.org (probablement en étendant « OpenStreetMap » en son adresse complète) et vers opendatacommons.org.
+          Dans cet exemple, la ligne d’attribution apparaît clairement dans un coin de la carte.
+        credit_4_1_this_copyright_page: cette page de copyright
         attribution_example:
           alt: Exemple d’attribution d’OpenStreetMap sur une page Internet
           title: Exemple d’attribution
         more_title_html: Pour trouver plus d’informations
-        more_1_html: |-
-          Pour obtenir plus d’informations sur la façon de réutiliser nos données et de nous créditer, veuillez lire la <a
-          href="https://osmfoundation.org/Licence"> Licence OSMF</a> et le <a
-          href="https://wiki.openstreetmap.org/wiki/Legal_FAQ">FAQ Légal</a>.
-        more_2_html: |-
-          Bien qu’OpenStreetMap soit un jeu de données libres et ouvertes, nous ne pouvons pas fournir une
-          API gratuite et en libre accès pour les tierces personnes.
-          Veuillez vous référer à notre <a href="https://operations.osmfoundation.org/policies/api/">politique d’utilisation de l’API</a>,
-          à notre <a href="https://operations.osmfoundation.org/policies/tiles/">politique d’utilisation des tuiles</a>
-          et à la <a href="https://operations.osmfoundation.org/policies/nominatim/">politique d’utilisation de Nominatim</a>.
+        more_1_1_html: En savoir plus sur l’utilisation de nos données et comment
+          nous créditer sur la %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: page de Licence de la Fondation OSM
+        more_2_1_html: |-
+          Bien qu’OpenStreetMap soit des données ouvertes, nous ne pouvons pas fournir une
+          API cartographique gratuite pour des tiers.
+          Consultez nos %{api_usage_policy_link}, %{tile_usage_policy_link} et %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Politique d’utilisation de l’API
+        more_2_1_tile_usage_policy: Politique d’utilisation des tuiles graphiques
+        more_2_1_nominatim_usage_policy: Politique d’utilisation de Nominatim
         contributors_title_html: Nos contributeurs
         contributors_intro_html: 'Nos contributeurs sont des milliers de personnes.
           Nous incluons également des données publiées sous licence ouverte par des
           agences nationales de cartographie et par d’autres sources, notamment :'
-        contributors_at_html: |-
-          <strong>Autriche</strong> : contient des données sur la <a href="https://data.wien.gv.at/">ville de Vienne</a> (sous
-          licence <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>), la
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">région du Vorarlberg</a> et la
-          région du Tyrol (sous licence <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT avec amendements</a>).
-        contributors_au_html: |-
-          <strong>Australie</strong> : incorpore ou développé en utilisant les Limites administratives ©
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a> publiées sous la licence
-          <a href="https://creativecommons.org/licenses/by/4.0/">Creative licence internationale Commons Attribution 4.0 (CC BY 4.0)</a>.
-        contributors_ca_html: '<strong>Canada</strong> : contient des données de <em>GeoBase</em>®,
-          <em>GeoGratis</em> (© Département des Ressources naturelles du Canada),
-          <em>CanVec</em> (© Département des Ressources naturelles du Canada) et <em>StatCan</em>
-          (Division Géographie, Statistiques du Canada).'
-        contributors_fi_html: '<strong>Finlande</strong> : contient des données de
-          la Base de données topographique de l’Inspection nationale du territoire
-          de Finlande et d’autres ensembles de données, sous <a href="https://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">licence
-          NLSFI</a>.'
-        contributors_fr_html: '<strong>France</strong> : contient des données de la
-          <em>Direction générale des finances publiques</em> (anciennement la <em>Direction
-          générale des impôts</em>).'
-        contributors_nl_html: '<strong>Pays-Bas</strong> : contient des données © <abbr
-          title="Automotive Navigation Data">AND</abbr>, 2007 (<a href="https://www.and.com/">www.and.com</a>).'
-        contributors_nz_html: '<strong>Nouvelle-Zélande</strong> : contient des données
-          provenant du <a href="https://data.linz.govt.nz/">service de données LINZ</a>
-          et, pour la réutilisation, sous licence <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>.'
-        contributors_si_html: '<strong>Slovénie</strong> : contient des données de
-          l’<a href="http://www.gu.gov.si/en/">Autorité de Planification et de Cartographie</a>
-          et du <a href="http://www.mkgp.gov.si/en/">Ministère de l’Agriculture, de
-          la Forêt et de l’Alimentation</a> (informations publiques de la Slovénie).'
-        contributors_es_html: '<strong>Espagne</strong> : contient des données fournies
-          par l’Institut Géographique National Espagnol (<a href="http://www.ign.es/">IGN</a>)
-          et le Système Cartographique National (<a href="http://www.scne.es/">SCNE</a>)
-          sous licence <a href="https://creativecommons.org/licenses/by/4.0/">CC BY
-          4.0</a> pour la réutilisation.'
-        contributors_za_html: '<strong>Afrique du Sud</strong> : contient des données
-          issues de la <a href="http://www.ngi.gov.za/">Direction principale des Informations
-          Géospatiales Nationales</a>, copyright de l’État réservé.'
-        contributors_gb_html: '<strong>Royaume-Uni</strong> : contient des données
-          issues de l’<em>Ordnance Survey</em> © 2010–2023 Droits d’auteurs et de
-          la base de données de la Couronne.'
-        contributors_footer_1_html: Pour plus de détails sur celles-ci et sur les
-          autres sources utilisées pour aider à améliorer OpenStreetMap, consultez
-          la page des <a href="https://wiki.openstreetmap.org/wiki/Contributors">contributeurs</a>
-          sur le wiki d’OpenStreetMap.
+        contributors_at_credit_html: |-
+          %{austria} : contient des données de %{stadt_wien_link} (sous %{cc_by_link}), %{land_vorarlberg_link}
+          et du Land du Tirol (sous %{cc_by_at_with_amendments_link}).
+        contributors_at_austria: Autriche
+        contributors_at_stadt_wien: Ville de Vienne
+        contributors_at_cc_by: CC BY
+        contributors_at_cc_by_url: https://creativecommons.org/licenses/by/3.0/at/deed.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_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}.
+        contributors_au_australia: Australie
+        contributors_au_geoscape_australia: Geoscape Australie
+        contributors_au_cc_licence: licence Creative Commons Attribution 4.0 International
+          (CC BY 4.0)
+        contributors_au_cc_licence_url: https://creativecommons.org/licenses/by/4.0/deed.fr
+        contributors_ca_credit_html: |-
+          %{canada} : contient des données de GeoBase®,
+          GéoGratis (© Ministère des Ressources naturelles Canada),
+          CanVec (© Ministère des Ressources naturelles Canada) et
+          StatCan (Division de la géographie, Statistiques Canada).
+        contributors_ca_canada: Canada
+        contributors_fi_credit_html: |-
+          %{finland} : contient des données de la 
+          Base de données topographiques de l’Arpentage du territoire national de la Finlande
+          et d'autres ensembles de données, sous la %{nlsfi_license_link}.
+        contributors_fi_finland: Finlande
+        contributors_fi_nlsfi_license: Licence NLSFI
+        contributors_fr_credit_html: '%{france} : contient des données de la Direction
+          générale des finances publiques (anciennement la Direction générale des
+          impôts).'
+        contributors_fr_france: France
+        contributors_nl_credit_html: '%{netherlands} : contient des données © AND,
+          2007 (%{and_link})'
+        contributors_nl_netherlands: Pays-Bas
+        contributors_nl_and_url: https://www.and.com/
+        contributors_nz_credit_html: |-
+          %{new_zealand} : contient des données provenant du %{linz_data_service_link}
+          et réutilisables sous licence %{cc_by_link}.
+        contributors_nz_new_zealand: Nouvelle-Zélande
+        contributors_nz_linz_data_service: Service de données LINZ
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_nz_cc_by_url: https://creativecommons.org/licenses/by/4.0/deed.fr
+        contributors_rs_credit_html: |-
+          %{serbia} : contient des données provenant de %{rgz_link} et %{open_data_portal}
+           (informations publiques de la Serbie), 2018.
+        contributors_rs_serbia: Serbie
+        contributors_rs_rgz: Autorité géodésique serbe
+        contributors_rs_rgz_url: https://geosrbija.rs/
+        contributors_rs_open_data_portal: Portail national des données ouvertes
+        contributors_rs_open_data_portal_url: https://data.gov.rs/sr/
+        contributors_si_credit_html: |-
+          %{slovenia} : contient des données provenant de l’%{gu_link} et du %{mkgp_link}
+           (informations publiques de Slovénie).
+        contributors_si_slovenia: Slovénie
+        contributors_si_gu: Autorité d’arpentage et de cartographie
+        contributors_si_mkgp: Ministère de l’Agriculture, des Forêts et de l’Alimentation
+        contributors_es_credit_html: |-
+          %{spain} : contient des données provenant de
+          l’Institut géographique national espagnol (%{ign_link}) et du
+          Système cartographique national (%{scne_link})
+          réutilisables sous licence %{cc_by_link}.
+        contributors_es_spain: Espagne
+        contributors_es_ign: IGN.es
+        contributors_es_cc_by: CC BY 4.0
+        contributors_es_cc_by_url: https://creativecommons.org/licenses/by/4.0/deed.fr
+        contributors_za_credit_html: '%{south_africa} : contient des données provenant
+          de la %{ngi_link}, droits d’auteur réservés à l’État.'
+        contributors_za_south_africa: Afrique du Sud
+        contributors_za_ngi: 'Direction générale : Information géospatiale nationale'
+        contributors_gb_credit_html: '%{united_kingdom} : contient des données issues
+          de l’Ordnance Survey © 2010–2023 Droits d’auteur et de base de données de
+          la Couronne.'
+        contributors_gb_united_kingdom: Royaume-Uni
+        contributors_2_html: |-
+          Pour plus de détails sur ceux-ci et sur d’autres sources qui ont été utilisées pour aider à améliorer
+          OpenStreetMap, veuillez consulter la %{contributors_page_link} sur le wiki d’OpenStreetMap.
+        contributors_2_contributors_page: Page des contributeurs
         contributors_footer_2_html: L’inclusion de données dans OpenStreetMap n’implique
           pas que les fournisseurs d’origine du contenu approuvent OpenStreetMap,
           ni qu’ils garantissent ou acceptent quelque responsabilité que ce soit.
         infringement_title_html: Violation des droits d’auteur
         infringement_1_html: Nous rappelons aux contributeurs d’OSM qu’ils ne doivent
           jamais ajouter de données provenant de sources protégées par le droit d’auteur
-          (copyright) ou des droits voisins (par ex. <em>Google Maps</em> ou des cartes
-          imprimées) sans autorisation explicite de la part des détenteurs de ces
-          droits.
-        infringement_2_html: Si vous pensez que des données ont été ajoutées à la
-          base de données OpenStreetMap ou à ce site en violation des droits d’auteur,
-          veuillez vous référer à notre <a href="https://wiki.osmfoundation.org/wiki/License/Takedown_procedure">procédure
-          de retrait de données</a> ou notifiez-nous directement à travers notre <a
-          href="https://dmca.openstreetmap.org/">formulaire en ligne</a>.
-        trademarks_title_html: <span id="trademarks"></span>Marques de commerce
-        trademarks_1_html: OpenStreetMap, le logo avec la loupe et ''State of the
-          Map'' sont des marques déposées de l’OpenStreetMap Foundation. Si vous avez
-          des questions à propos de l’utilisation de ces marques, merci de consulter
-          notre <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">règlement
-          concernant les marques déposées</a>.
+          (copyright) ou des droits voisins (par ex. Google Maps ou des cartes imprimées)
+          sans autorisation explicite de la part des détenteurs de ces droits.
+        infringement_2_1_html: |-
+          Si vous pensez que du matériel protégé par des droits d’auteur a été ajouté de manière
+          inappropriée à la base de données OpenStreetMap ou à ce site, veuillez vous
+          référer à notre %{takedown_procedure_link} ou déposer directement sur notre
+          %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: procédure de retrait
+        infringement_2_1_online_filing_page: page de signalement en ligne
+        trademarks_title: Marques de commerce
+        trademarks_1_1_html: |-
+          OpenStreetMap, le logo en forme de loupe et State of the Map sont des marques déposées de la
+          Fondation OpenStreetMap. Si vous avez des questions sur votre utilisation des marques, veuillez
+          consulter notre %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Politique relative aux marques
     index:
       js_1: JavaScript n’est pas pris en charge par le navigateur que vous utilisez,
         ou bien vous l’avez désactivé.
@@ -2232,7 +2283,6 @@ fr:
       licence_details_html: Les données OpenStreetMap sont sous licence %{odbl_link}
         (ODbL).
       odbl: Licence de base de données ouverte Open Data Commons (ODbL)
-      odbl_url: https://opendatacommons.org/licenses/odbl/1.0/
       too_large:
         advice: 'Si l’export ci-dessus échoue, veuillez envisager l’utilisation de
           l’une des sources listées ci-dessous :'
@@ -2277,9 +2327,10 @@ fr:
             moyen de faire est de rejoindre la communauté OpenStreetMap et d’ajouter
             ou réparer les données vous-même.
         add_a_note:
-          instructions_html: |-
-            Cliquez simplement sur <a class="icon note"></a> ou cette même icône sur l’affichage de la carte.
-            Cela placera un marqueur sur la carte, que vous pourrez déplacer en faisant glisser la carte. Ajoutez votre message, puis cliquez sur « Enregistrer » ; alors d’autres cartographes iront enquêter.
+          instructions_1_html: |-
+            Cliquez simplement sur %{note_icon} ou sur la même icône affichée sur la carte.
+            Cela placera un marqueur sur la carte, que vous pourrez déplacer en la faisant glisser.
+            Ajoutez votre message, puis cliquez sur « Enregistrer » ; alors d’autres cartographes iront enquêter.
       other_concerns:
         title: Autres préoccupations
         concerns_html: Si vous avez des préoccupations concernant la façon dont nos
@@ -2288,7 +2339,6 @@ fr:
           approprié.
         copyright: page relative aux droits d’auteur
         working_group: groupe de travail de la Fondation OSM
-        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: Obtenir de l’aide
       introduction: OpenStreetMap propose plusieurs ressources pour apprendre à travailler
@@ -2303,7 +2353,6 @@ fr:
         title: Guide du débutant
         description: Guide maintenu par la communauté pour les débutants.
       help:
-        url: https://help.openstreetmap.org/
         title: Forum d’aide
         description: Poser une question ou chercher des réponses sur le site de questions-et-réponses
           d’OpenStreetMap.
@@ -2312,7 +2361,6 @@ fr:
         description: Poser une question ou discuter de questions intéressantes sur
           un large éventail de listes de diffusion thématiques ou régionales.
       community:
-        url: https://community.openstreetmap.org/
         title: Forum de la communauté
         description: Un lieu partagé pour les conversations sur OpenStreetMap.
       irc:
@@ -2338,7 +2386,6 @@ fr:
         dans un navigateur web.
       desktop_application_html: Vous pouvez toujours utiliser Potlatch en %{download_link}.
       download: téléchargeant l’application de bureau pour Mac et Windows
-      download_url: https://www.systemed.net/potlatch/
       id_editor_html: Sinon, vous pouvez définir votre éditeur par défaut à iD, lequel
         fonctionne dans votre navigateur web comme le faisait Potlatch auparavant.
         %{change_preferences_link}
@@ -2351,7 +2398,6 @@ fr:
         %{help_link}. Vous êtes d’une organisation qui crée des plans pour OpenStreetMap ? %{welcome_mat_link}.
       get_help_here: Obtenez de l’aide ici
       welcome_mat: Découvrez le Tapis de bienvenue
-      welcome_mat_url: https://welcome.openstreetmap.org/
     sidebar:
       search_results: Résultats de la recherche
       close: Fermer
@@ -2516,7 +2562,6 @@ fr:
           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}.
         communities_wiki: page wiki des communautés
-        communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
   traces:
     visibility:
       private: Privé (partagé anonymement, points non ordonnés)
@@ -2738,7 +2783,6 @@ fr:
       no_applications_html: Avez-vous une application que vous aimeriez inscrire pour
         son utilisation avec nous via le standard %{oauth2} ? Vous devez inscrire
         votre application avant qu’elle puisse faire des requêtes OAuth à ce service.
-      oauth_2: OAuth 2
       new: Inscrire une nouvelle application
       name: Nom
       permissions: Autorisations
@@ -2808,6 +2852,11 @@ fr:
         en nécessiter un.
       continue: S’inscrire
       terms accepted: Merci d’avoir accepté les nouveaux termes du contributeur !
+      email_confirmation_help_html: Votre adresse n’est pas affichée publiquement,
+        consultez notre %{privacy_policy_link} pour plus d’informations.
+      privacy_policy: politique de confidentialité
+      privacy_policy_title: Politique de confidentialité de l’OSMF, qui comprend une
+        section sur les adresses de courriel
     terms:
       title: Conditions
       heading: Conditions
@@ -3013,17 +3062,19 @@ fr:
       time_past_html: Terminé à %{time}.
       block_duration:
         hours:
-          one: 1 heure
+          one: '%{count} heure'
           other: '%{count} heures'
         days:
-          one: 1 jour
+          one: '%{count} jour'
           other: '%{count} jours'
         weeks:
-          one: 1 semaine
+          one: '%{count} semaine'
           other: '%{count} semaines'
-        months: '%{count} mois'
+        months:
+          one: '%{count} mois'
+          other: '%{count} mois '
         years:
-          one: 1 année
+          one: '%{count} année'
           other: '%{count} années'
     blocks_on:
       title: Blocages de « %{name} »
@@ -3079,17 +3130,17 @@ fr:
       open_title: Note non résolue nº %{note_name}
       closed_title: Note résolue nº %{note_name}
       hidden_title: Note masquée nº %{note_name}
-      opened_by_html: Créée par %{user}, <abbr title="%{exact_time}">%{when}</abbr>
-      opened_by_anonymous_html: Créée par un utilisateur anonyme, <abbr title="%{exact_time}">%{when}</abbr>
-      commented_by_html: Commentée par %{user}, <abbr title="%{exact_time}">%{when}</abbr>
-      commented_by_anonymous_html: Commentée par un utilisateur anonyme, <abbr title="%{exact_time}">%{when}</abbr>
-      closed_by_html: Résolue par %{user}, <abbr title="%{exact_time}">%{when}</abbr>
-      closed_by_anonymous_html: Résolue par un utilisateur anonyme, <abbr title="%{exact_time}">%{when}</abbr>
-      reopened_by_html: Réactivée par %{user}, <abbr title="%{exact_time}">%{when}</abbr>
-      reopened_by_anonymous_html: Réactivée par un utilisateur anonyme, <abbr title="%{exact_time}">%{when}</abbr>
-      hidden_by_html: Masquée par %{user}, <abbr title="%{exact_time}">%{when}</abbr>
+      event_opened_by_html: Créé par %{user} %{time_ago}
+      event_opened_by_anonymous_html: Créé par un anonyme %{time_ago}
+      event_commented_by_html: Commentaire de %{user} %{time_ago}
+      event_commented_by_anonymous_html: Commentaire d’un anonyme %{time_ago}
+      event_closed_by_html: Résolu par %{user} %{time_ago}
+      event_closed_by_anonymous_html: Résolu par un anonyme %{time_ago}
+      event_reopened_by_html: Réactivé par %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Réactivé par un anonyme %{time_ago}
+      event_hidden_by_html: Masqué par %{user} %{time_ago}
       report: signaler cette note
-      coordinates_html: '%{latitude}, %{longitude}'
+      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.
       hide: Masquer
@@ -3147,10 +3198,10 @@ fr:
       locate:
         title: Afficher mon emplacement
         metersPopup:
-          one: Vous êtes à moins d’un mètre de ce point
+          one: Vous êtes à moins de %{count} mètre de ce point
           other: Vous êtes à moins de %{count} mètres de ce point
         feetPopup:
-          one: Vous êtes à moins d’un pied de ce point
+          one: Vous êtes à moins de %{count} pied de ce point
           other: Vous êtes à moins de %{count} pieds de ce point
       base:
         standard: Standard
@@ -3166,17 +3217,17 @@ fr:
         gps: Traces GPS publiques
         overlays: Autoriser les superpositions pour réparer la carte
         title: Couches
-      copyright: © <a href="%{copyright_url}">Contributeurs d’OpenStreetMap</a>
-      donate_link_text: <a class="donate-attr" href="%{donate_url}">Faire un don</a>
-      terms: <a href="%{terms_url}" target="_blank">Conditions du site web et de l’API</a>
-      cyclosm: Style de briques par <a href="%{cyclosm_url}" target="_blank">CyclOSM</a>
-        hébergé par <a href="%{osmfrance_url}" target="_blank">OpenStreetMap France</a>
-      thunderforest: Carreaux gracieusement fournis par <a href="%{thunderforest_url}"
-        target="_blank">Andy Allan</a>
-      opnvkarte: Carreaux gracieusement fournis par <a href="%{memomaps_url}" target="_blank">MeMoMaps</a>
-      hotosm: Style de carreaux pour l’<a href="%{hotosm_url}" target="_blank">Équipe
-        Humanitaire OpenStreetMap (HOT)</a> hébergé par <a href="%{osmfrance_url}"
-        target="_blank">OpenStreetMap France</a>
+      openstreetmap_contributors: Les Contributeurs d’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}
+      osm_france: OpenStreetMap France
+      thunderforest_credit: Carreaux fournis aimablement par %{thunderforest_link}
+      andy_allan: Andy Allan
+      opnvkarte_credit: Carreaux fournis aimablement par %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Style de carreaux par %{hotosm_link} hébergé par %{osm_france_link}
+      hotosm_name: L’Équipe OpenStreetMap Humanitaire
     site:
       edit_tooltip: Modifier la carte
       edit_disabled_tooltip: Zoomez en avant pour modifier la carte
index 5d8142be986f7d272bf2f6bbb1be4870de58a955..137b7af4c2e7836b109257b7aa4130038598a6bc 100644 (file)
@@ -267,12 +267,6 @@ fur:
   browse:
     created: Creât
     closed: Sierât
-    created_html: Creât <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Sierât <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Creât <abbr title='%{title}'>%{time}</abbr> di %{user}
-    deleted_by_html: Eliminât <abbr title='%{title}'>%{time}</abbr> di %{user}
-    edited_by_html: Cambiât <abbr title='%{title}'>%{time}</abbr> di %{user}
-    closed_by_html: Sierât <abbr title='%{title}'>%{time}</abbr> di %{user}
     version: Version
     in_changeset: Grup di cambiaments
     anonymous: anonim
@@ -298,9 +292,6 @@ fur:
       relation: Relazions (%{count})
       relation_paginated: Relazions (%{x}-%{y} su %{count})
       comment: Coments (%{count})
-      hidden_commented_by_html: Coment platât di %{user} <abbr title='%{exact_time}'>%{when}
-        indaûr</abbr>
-      commented_by_html: Coment di %{user} <abbr title='%{exact_time}'>%{when} indaûr</abbr>
       changesetxml: Grup di cambiaments XML
       osmchangexml: XML in formât osmChange
       feed:
@@ -532,14 +523,6 @@ fur:
       success: '%{name} al è stât gjavât dai tiei amîs.'
       not_a_friend: '%{name} nol è un dai tiei amîs.'
   geocoder:
-    search:
-      title:
-        latlon_html: Risultâts cjolts dal <a href="http://openstreetmap.org/">sît
-          interni</a>
-        osm_nominatim_html: Risultâts di <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Risultâts di <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -891,8 +874,6 @@ fur:
       search: Cîr
       status: Stât
       reports: Segnalazions
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> di %{user}
       link_to_reports: Viôt lis segnalazions
       reports_count:
         one: 1 segnalazion
@@ -953,6 +934,7 @@ fur:
     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
@@ -981,8 +963,6 @@ fur:
       see_their_profile: Tu puedis viodi il sô profîl su %{userurl}.
       befriend_them: Tu puedis ancje zontâlu/le come amì su %{befriendurl}.
     gpx_success:
-      loaded_successfully: al sedi stât cjamât cun sucès, cun %{trace_points} suntun
-        totâl di %{possible_points} ponts pussibii.
       subject: '[OpenStreetMap] Impuartazion GPX completade cun sucès'
     signup_confirm:
       subject: '[OpenStreetMap] Benvignût in OpenStreetMap'
@@ -1108,7 +1088,6 @@ fur:
       image: Figure
       gravatar:
         gravatar: Dopre Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Ce isal Gravatar?
       new image: Zonte une figure
       keep image: Ten la figure di cumò
@@ -1177,7 +1156,6 @@ fur:
   site:
     about:
       next: Prossim
-      copyright_html: <span>&copy;</span>Colaboradôrs<br> di OpenStreetMap
       local_knowledge_title: Cognossince locâl
       open_data_title: Dâts vierts
       partners_title: Associâts
@@ -1330,6 +1308,8 @@ fur:
       start_mapping: Scomence a mapâ
       add_a_note:
         title: No tu âs timp par fâ i cambiaments? Zonte une note!
+    communities:
+      title: Comunitâts
   traces:
     new:
       visibility_help: ce vuelial dî?
@@ -1672,20 +1652,6 @@ fur:
       open_title: 'Note no risolte #%{note_name}'
       closed_title: 'Note risolte #%{note_name}'
       hidden_title: 'Note platade #%{note_name}'
-      opened_by_html: Creade di %{user} <abbr title='%{exact_time}'>%{when} indaûr</abbr>
-      opened_by_anonymous_html: Creade di un anonim <abbr title='%{exact_time}'>%{when}
-        indaûr</abbr>
-      commented_by_html: Coment di %{user} <abbr title='%{exact_time}'>%{when} indaûr</abbr>
-      commented_by_anonymous_html: Coment di un anonim <abbr title='%{exact_time}'>%{when}
-        indaûr</abbr>
-      closed_by_html: Risolte di %{user} <abbr title='%{exact_time}'>%{when} indaûr</abbr>
-      closed_by_anonymous_html: Risolte di anonim <abbr title='%{exact_time}'>%{when}
-        indaûr</abbr>
-      reopened_by_html: Tornade a ativâ di %{user} <abbr title='%{exact_time}'>%{when}
-        indaûr</abbr>
-      reopened_by_anonymous_html: Tornade a ativâ di un anonim <abbr title='%{exact_time}'>%{when}
-        indaûr</abbr>
-      hidden_by_html: Platade di %{user} <abbr title='%{exact_time}'>%{when} indaûr</abbr>
       report: segnale cheste note
       anonymous_warning: Cheste note e inclût coments di utents anonims che a varessin
         di jessi verificâts in mût indipendent.
@@ -1746,9 +1712,6 @@ fur:
         gps: Percors GPS publics
         overlays: Ative i nivei utii par risolvi i problemis de mape
         title: Nivei
-      copyright: © <a href='%{copyright_url}'>Colaboradôrs di OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Fâs une donazion</a>
-      terms: <a href='%{terms_url}' target='_blank'>Sît web e tiermins di ûs des APIs</a>
     site:
       edit_tooltip: Cambie la mape
       edit_disabled_tooltip: Cres il zoom par cambiâ la mape
index fb1f5a009aa39a2ab664049e89f882ba1a99b63f..e61504c69e44a4b4fc4da5b8ab1450510d68355a 100644 (file)
@@ -159,9 +159,6 @@ fy:
           te brûken.
         needs_view: Moat de meidogger oanmelde foar't dizze útsluting ferfalt?
       user:
-        email_confirmation: Jo adres wurdt net publikelik toand; sjoch ús <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="Privacybelied fan OSMF mei in stik oer e-mailadressen">Privacybelied</a>
-          foar mear ynformaasje.
         new_email: (nea publikelik toand)
   datetime:
     distance_in_words_ago:
@@ -307,12 +304,6 @@ fy:
   browse:
     created: Makke
     closed: Ofdien
-    created_html: Makke <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Ofdien <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Makke <abbr title='%{title}'>%{time}</abbr> troch %{user}
-    deleted_by_html: Wiske <abbr title='%{title}'>%{time}</abbr> troch %{user}
-    edited_by_html: Bewurke <abbr title='%{title}'>%{time}</abbr> troch %{user}
-    closed_by_html: Ofdien <abbr title='%{title}'>%{time}</abbr> troch %{user}
     version: Ferzje
     in_changeset: Wizigingsset
     anonymous: anonym
@@ -338,8 +329,6 @@ fy:
       relation: Relaasjes (%{count})
       relation_paginated: Relaasjes (%{x}-%{y} fan %{count})
       comment: Reäksjes (%{count})
-      hidden_commented_by_html: Ferburgen reäksje fan %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Reäksje fan %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Wizigingsset-XML
       osmchangexml: osmWizigings-XML
       feed:
@@ -583,13 +572,6 @@ fy:
       success: '%{name} is ôffierd fan jo freonen.'
       not_a_friend: '%{name} is net ien fan jo freonen.'
   geocoder:
-    search:
-      title:
-        latlon_html: Treffers <a href="https://openstreetmap.org/">yntern</a>
-        osm_nominatim_html: Treffers fan <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Treffers fan <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1382,8 +1364,6 @@ fy:
       status: Status
       reports: Meldings
       last_updated: Lêst bywurke
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> troch %{user}
       link_to_reports: Meldings besjen
       reports_count:
         one: 1 melding
@@ -1558,9 +1538,6 @@ fy:
       subject: '[OpenStreetMap] GPX ymportearjen mislearre'
     gpx_success:
       hi: Goeie %{to_user},
-      loaded_successfully:
-        one: goed opladen is mei %{trace_points} punt fan maksimaal 1.
-        other: goed opladen is mei %{trace_points} punten fan maksimaal %{possible_points}.
       subject: '[OpenStreetMap] GPX ymportearjen slagge'
     signup_confirm:
       subject: '[OpenStreetMap] Wolkom by OpenStreetMap'
@@ -1785,7 +1762,6 @@ fy:
       image: Ofbylding
       gravatar:
         gravatar: Gravatar brûke
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Wat is Gravatar?
         disabled: Gravatar is útskeakele.
         enabled: Werjefte fan jo Gravatar is ynskeakele.
@@ -1864,7 +1840,6 @@ fy:
   site:
     about:
       next: Folgjende
-      copyright_html: <span>&copy;</span>OpenStreetMap-<br>bydragers
       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
@@ -1875,34 +1850,8 @@ fy:
         OpenStreetMap leit de klam op lokale kennis. De bydragers brûke
         loftbylden, GPS-apparaten en leech-technyske fjildkaarten, om te bewissigjen dat OSM akkuraat en by de tiid is.
       community_driven_title: Dreaun troch de mienskip
-      community_driven_html: |-
-        De OpenStreetMap-mienskip is alsidich, pasjonearre, en groeit mei de dei.
-        Under ús bydragers sitte entûsjaste kaartmakkers, GIS-fakminsken, technisy
-        dy't de OSM-tsjinners beheare, helpferlieners dy't rampgebieten yn kaart bringe,
-        en in soad oaren.
-        Om mear te witten oer de mienskip, besjoch dan it
-        <a href='https://blog.openstreetmap.org'>OpenStreetMap-bloch</a>,
-        <a href='%{diary_path}'>deiboeken fan meidoggers</a>,
-        <a href='https://blogs.openstreetmap.org/'>mienskipsblochs</a>, en
-        it webstee fan 'e <a href='https://www.osmfoundation.org/'>OSM-stifting</a>.
       open_data_title: Iepen data
-      open_data_html: |-
-        OpenStreetMap is <i>iepen data</i>: it stiet jo frij en brûk it foar elts doel,
-        salang't jo OpenStreetMap en syn bydragers mar neame. At jo de data
-        op in beskate manier feroarje of ferwurkje, meie jo it resultaat inkeld
-        ûnder deselde lisinsje ferspriede. Sjoch de <a href='%{copyright_path}'>Auteursrjochte- en
-        lisinsjeside</a> foar ynformaasje.
       legal_title: Juridysk
-      legal_1_html: |-
-        Dit webstee en in protte oare besibbe tsjinsten, wurde formeel beheard troch de
-        <a href='https://osmfoundation.org/'>OpenStreetMap-stifting</a> (OSMF)
-        út namme fan 'e mienskip. It gebrûk fan alle OSMF-behearde tsjinsten falt ûnder
-        ús <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Gebrûksbetingsten</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Belied foar Akseptabel Gebrûk</a> en ús <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Privacybelied</a>.
-      legal_2_html: |-
-        Nim graach <a href='https://osmfoundation.org/Contact'>kontakt op mei de OSMF</a>
-        at jo lisinsje-, auteursrjochte- as oare juridyske fragen hawwe.
-        <br>
-        OpenStreetMap, it fergrutglês-logo en 'State of the Map' binne <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">registrearre hannelsmerken fan 'e OSMF</a>.
       partners_title: Partners
     copyright:
       foreign:
@@ -1919,121 +1868,18 @@ fy:
         mapping_link: mei kaartmeitsjen úteinsette
       legal_babble:
         title_html: Auteursrjochten en lisinsje
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> is <i>iepen data</i>, en troch de  <a
-          href="https://osmfoundation.org/">OpenStreetMap-stifting</a> (OSMF) beskikber steld ûnder de <a
-          href="https://opendatacommons.org/licenses/odbl/">Iepen
-          Databank-lisinsje</a> (ODbL) fan Open Data Commons.
-        intro_2_html: |-
-          It stiet jo frij ús data te kopiearjen, te fersprieden, út te stjoeren en oan te passen,
-          salang't jo OpenStreetMap en syn
-          bydragers mar neame. At jo ús data feroarje of ferwurkje, meie jo
-          it resultaat inkeld ûnder deselde lisinsje ferspriede. De
-          folsleine <a href="https://opendatacommons.org/licenses/odbl/1.0/">juridyske
-          tekst</a> jout in útlis oer jo rjochten en plichten.
-        intro_3_1_html: |-
-          Us dokumintaasje is beskikber ûnder de lisinsje
-          <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Nammefermelding-Lyk diele 2.0</a> (CC BY-SA 2.0).
         credit_title_html: Hoe moat OpenStreetMap neamd wurde
         credit_1_html: 'Dêr wêr''t jo OpenStreetMap-data brûke, binne jo ferplichte
           en doch de neikommende twa dingen:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Jou in taskriuwing oan OpenStreetMap troch ús auteursrjochtefernijing sjen te litten.</li>
-            <li>Meitsje dúdlik dat de data beskikber is ûnder de Iepen Databank-lisinsje.</li>
-          </ul>
-        credit_3_1_html: "Oan 'e auteursrjochtefernijing stelle wy oare easken hoe't
-          dy werjûn wurde \nmoat, ôfhinklik fan hoe't jo ús data brûke. Der jilde
-          bygelyks oare \nregels foar it sjen litten fan 'e auteursrjochtefernijing,
-          ôfhinklik fan oft jo \nin trochklikbere digitale kaart, in printe kaart
-          of in statysk ôfbyld makke hawwe. Alle bysûnderheden oer de \neasken fine
-          jo yn 'e \n<a href=\"https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines\">Rjochtlinen
-          foar \nNammefernijing</a>."
-        credit_4_html: |-
-          Om dúdlik te meitsjen dat de data beskikber is ûnder de Iepen
-          Databank-lisinsje, kinne jo nei
-          <a href="https://www.openstreetmap.org/copyright">dizze auteursrjochteside</a> ferwize.
-          As alternatyf, en as eask at jo OSM yn
-          datafoarm ferspriede, kinne jo de lisinsje(s) streekrjocht neame en keppelje. Yn media
-          dêr't keppelings net mooglik binne (bgl. printwurk) is ús suggestje dat jo
-          jo lêzers trochferwize nei openstreetmap.org (faaks troch
-          'OpenStreetMap' út te skriuwen as dat adres) en nei opendatacommons.org.
-          Yn dit foarbyld stiet de nammefernijing yn 'e hoeke fan 'e kaart.
         attribution_example:
           alt: Foarbyld fan hoe't OpenStreetMap op in webside neamd wurdt
           title: Foarbyld nammefermelding
         more_title_html: Mear te witten komme
-        more_1_html: |-
-          Lês mear oer it brûken fan ús data, en hoe't wy fermeld wurde moatte, op 'e <a
-          href="https://osmfoundation.org/Licence">Lisinsjeside fan 'e OSMF</a>.
-        more_2_html: |-
-          Hoewol't OpenStreetMap iepen data is, kinne wy net
-          fergees in kaart-API foar tredden leverje.
-          Sjoch ús <a href="https://operations.osmfoundation.org/policies/api/">API-gebrûksbelied</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Gebrûksbelied foar Kaartstikken</a>
-          en <a href="https://operations.osmfoundation.org/policies/nominatim/">Gebrûksbelied fan Nominatim</a>.
         contributors_title_html: Us bydragers
         contributors_intro_html: |-
           Us bydragers binne tûzenen yndividuën. Wy nimme ek
           data mei iepen lisinsjes op fan nasjonale kaartagintskippen
           en oare boarnen, dêrûnder:
-        contributors_at_html: |-
-          <strong>Eastenryk</strong>: Befettet data fan
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (ûnder
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> en
-          Land Tirol (ûnder <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT mei amendeminten</a>).
-        contributors_au_html: |-
-          <strong>Austraalje</strong>: Omfettet of ûntwikkele mei Administrative Boundaries &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Austraalje</a>
-          troch it Mienebêst fan Austraalje beskikber steld ûnder de lisinsje
-          <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Nammefermelding 4.0 Ynternasjonaal (CC BY 4.0)</a>.
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: Befettet data fan
-          GeoBase&reg;, GeoGratis (&copy; Departemint fan Natuerlike
-          Helpboarnen Kanada), CanVec (&copy; Departemint fan Natuerlike
-          Helpboarnen Kanada), en StatCan (Geografy-difyzje,
-          Statistiken Kanada).
-        contributors_fi_html: |-
-          <strong>Finlân</strong>: Befettet data út 'e
-          Topografyske Databank en oare datasets fan 'e
-          Nasjonale Lânmjitting fan Finlân, ûnder de
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI-lisinsje</a>.
-        contributors_fr_html: |-
-          <strong>Frankryk</strong>: Befettet data mei as boarne
-          Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Nederlân</strong>: Befettet &copy; AND data, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Nij-Seelân</strong>: Befettet data mei as boarne de
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> en
-          werbrûkber ûnder de lisinsje
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Sloveenje</strong>: Befettet data fan 'e
-          <a href="http://www.gu.gov.si/en/">Lânmjittings- en Kartearringsautoriteit</a> en it
-          <a href="http://www.mkgp.gov.si/en/">Ministearje fan Lânbou, Boskbou en Fiedsel</a>
-          (iepenbiere ynformaasje fan Sloveenje).
-        contributors_es_html: |-
-          <strong>Spanje</strong>: Befettet data mei as boarne it
-          Spaansk Nasjonaal Geografysk Ynstitút (<a href="http://www.ign.es/">IGN</a>) en it
-          Nasjonaal Kartografysk Systeem (<a href="http://www.scne.es/">SCNE</a>)
-          werbrûkber ûnder de lisinsje <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Súd-Afrika</strong>: Befettet data mei as boarne
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, Steatsauteursrjochten foarbeholden.
-        contributors_gb_html: |-
-          <strong>Feriene Keninkryk</strong>: Befettet data fan Ordnance
-          Survey &copy; Auteurs- en databankrjochten fan 'e Kroan
-          2010-19.
-        contributors_footer_1_html: |-
-          Besjoch de <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">Bydragers-side</a>
-          op 'e OpenStreetMap-wiki foar fierdere ynformaasje oer dizze, en oare boarnen dy't brûkt binne
-          om OpenStreetMap foarút te helpen.
         contributors_footer_2_html: |-
           It opnimmen fan data yn OpenStreetMap betsjut net dat de oanbieder fan 'e oarspronklike
           data efter OpenStreetMap stiet, ien of oare garânsje jout, of
@@ -2043,16 +1889,6 @@ fy:
           OSM-bydragers wurde derop wiisd nea data ta te heakjen fan
           boarnen mei auteursrjochten (bgl. Google Maps as printe kaarten) sûnder
           de útdruklike tastimming fan 'e auteursrjochthawwers.
-        infringement_2_html: |-
-          At jo miene dat der materiaal mei auteursrjochten ûnrjochtlik
-          oan 'e OpenStreetMap-databank of dit webstee taheakke is, rieplachtsje dêrfoar
-          ús <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">wiskproseduere</a>,
-          of tsjinje it drekst yn op ús
-          <a href="https://dmca.openstreetmap.org/">side mei in webformulier</a>.
-        trademarks_title_html: <span id="trademarks"></span>Hannelsmerken
-        trademarks_1_html: OpenStreetMap, it fergrutglês-logo en 'State of the Map'
-          binne registrearre hannelsmerken fan 'e OpenStreetMap-stifting. At jo fragen
-          hawwe oer jo gebrûk fan 'e merken, besjoch dan ús <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Hannelsmerkebelied</a>.
     index:
       js_1: Jo brûke ôf in webblêder dy't gjin JavaScript stipet, ôf jo hawwe JavaScript
         útskeakele.
@@ -2123,11 +1959,6 @@ fy:
           explanation_html: At jo in probleem yn ús kaartdata opmerke, bygelyks in
             strjitte mist of jo adres, dan kinne jo jo it bêst oanslute by de OpenStreetMap-mienskip,
             en de data sels tafoegje of reparearje.
-        add_a_note:
-          instructions_html: |-
-            Klik gewoan op <a class='icon note'></a> of itselde ikoan yn 'e kaartwerjefte.
-            Der komt in markearder op 'e kaart dy't jo
-            ferslepe kinne. Heakje jo berjocht ta, klik bewarje, en oare kaartmakkers sille it dan besjen.
       other_concerns:
         title: Oare betinkings
     help:
@@ -2800,15 +2631,6 @@ fy:
       open_title: 'Unoploste notysje #%{note_name}'
       closed_title: 'Oploste notysje #%{note_name}'
       hidden_title: 'Ferburgen notysje #%{note_name}'
-      opened_by_html: Makke troch %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Makke troch anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Reäksje fan %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Reäksje fan anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Oplost troch %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Oplost troch anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Weraktivearre troch %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Weraktivearre troch anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Ferburgen troch %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: dizze notysje melde
       anonymous_warning: Dizze notysje befettet reäksjes fan anonime meidoggers dy't
         apart neigien wurde moatte.
@@ -2882,17 +2704,6 @@ fy:
         gps: Iepenbiere GPS-trajekten
         overlays: Boppelagen ynskeakelje ta oplossing fan kaartproblemen
         title: Lagen
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap-bydragers</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Donaasje jaan</a>
-      terms: <a href='%{terms_url}' target='_blank'>Webstee- en API-betingsten</a>
-      cyclosm: Kaartstyl troch <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        ûnderdak by <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap Frankryk</a>
-      thunderforest: Kaartstikken mei tank oan <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Kaartstikken mei tank oan <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Kaartstyl troch <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> ûnderdak by <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Frankryk</a>
     site:
       edit_tooltip: De kaart bewurkje
       edit_disabled_tooltip: Sûm yn om 'e kaart bewurkje te kinnen
index f9c1dfb9bc2f7b3b98fc5fdada6c3e8142d3f944..ded06962b157b14bd27e3d68b3927957bf0c5ff5 100644 (file)
@@ -148,9 +148,6 @@ ga:
           ar eolas ag gach úsáideoir, mar sin déan iarracht téarmaí simplí a úsáid.
         needs_view: An gá don úsáideoir logáil isteach sula mbainfear an bac seo?
       user:
-        email_confirmation: Ní thaispeáintear do sheoladh go poiblí, féach an <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF privacy policy including section on email addresses">polasaí
-          príobháideachta</a> atá againn chun tuilleadh eolais a fháil.
         new_email: (nach dtaispeántar go poiblí riamh)
   datetime:
     distance_in_words_ago:
@@ -214,12 +211,6 @@ ga:
   browse:
     created: Cruthaithe ag
     closed: Dúnta ag
-    created_html: Cruthaithe <abbr title='%{title}'>%{time} ó shin</abbr>
-    closed_html: Dúnta <abbr title='%{title}'>%{time} ó shin</abbr>
-    created_by_html: Cruthaithe ag %{user} <abbr title='%{title}'>%{time} ó shin</abbr>
-    deleted_by_html: Scriosta ag %{user} <abbr title='%{title}'>%{time} ó shin</abbr>
-    edited_by_html: Curtha in eagar ag %{user} <abbr title='%{title}'>%{time} ó shin</abbr>
-    closed_by_html: Dúnta ag %{user} <abbr title='%{title}'>%{time} ó shin</abbr>
     version: Leagan
     in_changeset: Tacar athruithe
     anonymous: gan ainm
@@ -239,10 +230,6 @@ ga:
       relation: Gaolta (%{count})
       relation_paginated: Gaolta (%{x}-%{y} de %{count})
       comment: Nótaí tráchta (%{count})
-      hidden_commented_by_html: Nóta tráchta folaithe ó %{user} <abbr title='%{exact_time}'>%{when}
-        ó shin</abbr>
-      commented_by_html: Nóta tráchta ó %{user} <abbr title='%{exact_time}'>%{when}
-        ó shin</abbr>
       changesetxml: XML an Tacair athruithe
       osmchangexml: XML osmChange
       feed:
@@ -454,13 +441,6 @@ ga:
       failed: Ár leithscéal, níorbh fhéidir %{name} a chur leis mar chara.
       already_a_friend: Is cairde tú féin agus %{name} cheana féin
   geocoder:
-    search:
-      title:
-        latlon_html: Torthaí <a href="https://openstreetmap.org/">Inmheánacha</a>
-        osm_nominatim_html: Torthaí ó <a href="https://nominatim.openstreetmap.org/">Nominatim
-          OpenStreetMap</a>
-        osm_nominatim_reverse_html: Torthaí ó <a href="https://nominatim.openstreetmap.org/">Nominatim
-          OpenStreetMap</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1151,8 +1131,6 @@ ga:
       failed_to_import: ', theip ar an iompórtáil. Seo an earráid:'
       subject: '[OpenStreetMap] Theip ar Iompórtáil GPX'
     gpx_success:
-      loaded_successfully: ', lódáladh é gan fhadhb le %{trace_points} as %{possible_points}
-        pointe féideartha.'
       subject: '[OpenStreetMap] Iompórtáladh an GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Fáilte go OpenStreetMap'
@@ -1393,18 +1371,11 @@ ga:
   site:
     about:
       next: Ar aghaidh
-      copyright_html: <span>&copy;</span>Rannchuiditheoirí<br>OpenStreetMap
       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
       community_driven_title: Faoi Smacht an Phobail
       open_data_title: Sonraí Oscailte
-      open_data_html: 'Is <i>sonraí oscailte</i> atá in OpenStreetMap: tá saoirse
-        agat é a úsáid chun críocha ar bith a fhad agus a dhéantar OpenStreetMap agus
-        a rannchuiditheoirí a lua. Má athraíonn tú na sonraí nó má thógann tú orthu
-        ar bhealaí áirithe, ní féidir leat an toradh a dháileadh ach faoin gceadúnas
-        céanna. Féach <a href=''%{copyright_path}''>an leathanach faoin gCóipcheart
-        agus Ceadúnais</a> chun sonraí a fháil.'
       legal_title: Dlíthiúil
       partners_title: Comhpháirtithe
     copyright:
@@ -1422,74 +1393,18 @@ ga:
         mapping_link: dul i mbun léarscáilithe
       legal_babble:
         title_html: Cóipcheart agus Ceadúnas
-        intro_1_html: |-
-          <i>Sonraí oscailte</i> atá i gceist le OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup>, atá ceadúnaithe faoi <a
-          href="https://opendatacommons.org/licenses/odbl/">Cheadúnas Bunachar Sonraí Oscailte</a> (ODbL) de chuid Open Data Commons ag <a
-          href="https://osmfoundation.org/">Fondúireacht OpenStreetMap</a> (OSMF).
-        intro_2_html: Tá saoirse agat ár gcuid sonraí a chóipeáil, a dháileadh, a
-          tharchur agus a oiriúnú, a fhad agus a thugann tú creidiúint do OpenStreetMap
-          agus dá rannchuiditheoirí. Má athraíonn tú ár gcuid sonraí nó má thógann
-          tú orthu, ní fhéadfaidh tú an toradh sin a dháileadh ach faoin gceadúnas
-          céanna. Tá míniú ar do chearta agus ar do fhreagrachtaí sa <a href="https://opendatacommons.org/licenses/odbl/1.0/">chód
-          dlíthiúil</a> iomlán.
-        intro_3_1_html: Tá ár ndoiciméadú ceadúnaithe faoin gceadúnas <a href="https://creativecommons.org/licenses/by-sa/2.0/">Sannta-Comhroinnte
-          Comhionann 2.0 de chuid Creative Commons</a> (CC BY-SA 2.0).
         credit_title_html: Conas OpenStreetMap a lua
         credit_1_html: Ceanglaímid ort an lua &ldquo;&copy;Rannchuiditheoirí OpenStreetMap&rdquo;
           a úsáid.
-        credit_2_1_html: Ní mór duit a chinntiú freisin go bhfuil soiléir go bhfuil
-          na sonraí ar fáil faoin gCeadúnas Bunachar sonraí Oscailte agus, má úsáideann
-          tú na tíleanna léarscáile atá againn, go bhfuil an chartagrafaíocht ceadúnaithe
-          mar CC BY-SA. Is féidir leat é sin a dhéanamh ach nasc a dhéanamh chuig
-          an bh<a href="https://www.openstreetmap.org/copyright">fógra cóipchirt seo</a>.
-          Mar mhalairt air sin, agus is gá duit é seo a dhéanamh má rud é gur i bhfoirm
-          sonraí atá OSM á dháileadh agat, is féidir leat an ceadúnaí/na ceadúnaithe
-          a ainmniú agus nasc a dhéanamh chuige/chucu go díreach. I meáin nach féidir
-          naisc a dhéanamh (m.sh. saothair chlóite), molaimid duit do léitheoirí a
-          threorú chuig openstreetmap.org (d'fhéadfá é sin a dhéanamh ach an seoladh
-          iomlán seo a thabhairt in áit 'OpenStreetMap'), chuig opendatacommons.org,
-          agus, más ábhartha, chuig creativecommons.org.
-        credit_4_html: |-
-          I gcás léarscáil leictreonach is féidir a bhrabhsáil, ba cheart an lua a bheith le feiceáil i gcúinne na léarscáile.
-          Mar shampla:
         attribution_example:
           alt: Sampla den bhealach chun OpenStreetMap a lua ar shuíomh gréasáin
           title: Lua samplach
         more_title_html: Tuilleadh eolais
-        more_1_html: Is féidir leat tuilleadh eolais a fháil faoinár sonraí a úsáid,
-          agus faoin gcaoi chun muid a lua, ag <a href="https://osmfoundation.org/Licence">leathanach
-          ceadúnais Fhondúireacht OSM</a>.
-        more_2_html: |-
-          Cé gur sonraí oscailte iad sonraí OpenStreetMap, ní féidir linn API saor in aisce den léarscáil a sholáthar do thríú páirtithe.
-          Féach ár b<a href="https://operations.osmfoundation.org/policies/api/">Polasaí Úsáide don API</a>,<a href="https://operations.osmfoundation.org/policies/tiles/">an Polasaí maidir le Tíleanna a úsáid</a> agus <a href="https://operations.osmfoundation.org/policies/nominatim/">an Polasaí maidir le Nominatim a úsáid</a>.
         contributors_title_html: Ár rannchuiditheoirí
-        contributors_at_html: |-
-          <strong>An Ostair</strong>: Tá sonraí ann ó
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (faoi
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> agus ó
-          Land Tirol (faoi <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT le leasuithe</a>).
-        contributors_ca_html: "<strong>Ceanada</strong>: Tá sonraí ann ó \nGeoBase&reg;,
-          GeoGratis (&copy; Department of Natural\nResources Canada), CanVec (&copy;
-          Department of Natural\nResources Canada), and StatCan (Geography Division,\nStatistics
-          Canada)."
-        contributors_fi_html: '<strong>An Fhionlainn</strong>: Tá sonraí ann ó Bhunachar
-          Sonraí Topagrafaíochta an Maanmittauslaitos (Suirbhéireacht Náisiúnta Talún
-          na Fionlainne) agus ó thacair sonraí eile, faoin g<a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">Ceadúnas
-          NLSFI</a>.'
-        contributors_fr_html: '<strong>An Fhrainc</strong>: Tá sonraí ann a fuarthas
-          ón Direction Générale des Impôts.'
-        contributors_nl_html: |-
-          <strong>An Ísiltír</strong>: Tá &copy; Sonraí AND, 2007 ann
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_footer_1_html: |-
-          Chun tuilleadh sonraí a fháil fúthu seo, agus faoi na sonraí eile a úsáideadh ar mhaithe le OpenStreetMap a fheabhsú, féach  <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">leathanach na Rannchuiditheoirí</a> ar Vicí OpenStreetMap.
         infringement_title_html: Sárú cóipchirt
         infringement_1_html: Meabhraítear do rannchuiditheoirí OSM gan sonraí ó aon
           fhoinse atá faoi chóipcheart (m.sh. Google Maps nó léarscáileanna clóite)
           a chur leis riamh gan cead a fháil go sainráite ó na sealbhóirí cóipchirt.
-        trademarks_title_html: <span id="trademarks"></span>Trádmharcanna
     index:
       js_1: Tá tú ag úsáid brabhsálaí nach dtacaíonn le JavaScript, é sin nó tá JavaScript
         díchumasaithe agat.
@@ -1975,22 +1890,6 @@ ga:
       open_title: 'Nóta neamhréitithe #%{note_name}'
       closed_title: 'Nóta réitithe #%{note_name}'
       hidden_title: 'Nóta folaithe #%{note_name}'
-      opened_by_html: Cruthaithe ag %{user} <abbr title='%{exact_time}'>%{when} ó
-        shin</abbr>
-      opened_by_anonymous_html: Cruthaithe ag duine gan ainm <abbr title='%{exact_time}'>%{when}
-        ó shin</abbr>
-      commented_by_html: Nóta tráchta ó %{user} <abbr title='%{exact_time}'>%{when}
-        ó shin</abbr>
-      commented_by_anonymous_html: Nóta tráchta ó dhuine gan ainm <abbr title='%{exact_time}'>%{when}
-        ó shin</abbr>
-      closed_by_html: Réitithe ag %{user} <abbr title='%{exact_time}'>%{when} ó shin</abbr>
-      closed_by_anonymous_html: Réitithe ag duine gan ainm <abbr title='%{exact_time}'>%{when}
-        ó shin</abbr>
-      reopened_by_html: Athghníomhachtaithe ag %{user} <abbr title='%{exact_time}'>%{when}
-        ó shin</abbr>
-      reopened_by_anonymous_html: Athghníomhachtaithe ag duine gan ainm <abbr title='%{exact_time}'>%{when}
-        ó shin</abbr>
-      hidden_by_html: Folaithe ag %{user} <abbr title='%{exact_time}'>%{when} ó shin</abbr>
       comment_and_resolve: Fág nóta tráchta agus réitigh é
       comment: Freagair
     new:
@@ -2032,9 +1931,6 @@ ga:
         notes: Nótaí Léarscáile
         data: Sonraí Léarscáile
         title: Sraitheanna
-      copyright: © <a href='%{copyright_url}'>Rannchuiditheoirí OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Tabhair síntiús
-        airgid</a>
     site:
       edit_disabled_tooltip: Zúmáil isteach chun an léarscáil a chur in eagar
       createnote_disabled_tooltip: Zúmáil isteach chun nóta a chur leis an léarscáil
index a550889ba8e36d18468d740c95807f223096ddb0..0d026348379bcf9a79bf1d12e0aaf1e014dcbfad 100644 (file)
@@ -1,4 +1,4 @@
-# Messages for Guadeloupean Creole French (Guadeloupean Creole French)
+# Messages for kréyòl Gwadloup (kréyòl Gwadloup)
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: Léon973
index b98cff01108057be71c021e1a11464353b6a3f1f..b2436d54ca654631cd6fa3fe555fefe7e8cdfe13 100644 (file)
@@ -183,15 +183,6 @@ gd:
   browse:
     created: Air a chruthachadh
     closed: Dùinte
-    created_html: Chaidh a chruthachadh <abbr title='%{title}'>o chionn %{time}</abbr>
-    closed_html: Chaidh a dhùnadh <abbr title='%{title}'>o chionn %{time}</abbr>
-    created_by_html: Chaidh a chruthachadh le %{user} <abbr title='%{title}'>o chionn
-      %{time}</abbr>
-    deleted_by_html: Chaidh a sguabadh às le %{user} <abbr title='%{title}'>o chionn
-      %{time}</abbr>
-    edited_by_html: Chaidh a dheasachadh le %{user} <abbr title='%{title}'>o chionn
-      %{time}</abbr>
-    closed_by_html: Chaidh a dhùnadh le %{user} <abbr title='%{title}'>o chionn %{time}</abbr>
     version: Tionndadh
     in_changeset: Seata atharraichean
     anonymous: gun ainm
@@ -211,9 +202,6 @@ gd:
       relation: Dàimhean (%{count})
       relation_paginated: Dàimhean (%{x}-%{y} à %{count})
       comment: Beachdan (%{count})
-      hidden_commented_by_html: Beachd falaichte le %{user} <abbr title='%{exact_time}'>o
-        chionn %{when}</abbr>
-      commented_by_html: Beachd le %{user} <abbr title='%{exact_time}'>o chionn %{when}</abbr>
       changesetxml: XML le seata atharraichean
       osmchangexml: XML osmChange
       feed:
@@ -429,13 +417,6 @@ gd:
       success: Chaidh %{name} a thoirt air falbh o na caraidean agad.
       not_a_friend: Chan eil càirdeas eadar thu fhèin agus %{name}.
   geocoder:
-    search:
-      title:
-        latlon_html: Toraidhean on <a href="http://openstreetmap.org/">taobh a-staigh</a>
-        osm_nominatim_html: Toraidhean o <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Toraidhean o <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -995,9 +976,6 @@ gd:
       failed_to_import: 'ion-phortachadh. Seo a'' mhearachd:'
       subject: '[OpenStreetMap] Dh''fhàillig le ion-phortadh GPX'
     gpx_success:
-      loaded_successfully: gun deach am faidhle GPX agad a luchdachadh gu soirbheachail
-        le %{trace_points} a-mach às an uiread de %{possible_points} p(h)uing(ean)
-        a ghabhas.
       subject: '[OpenStreetMap] Shoirbhich le ion-phortadh GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Fàilte gu OpenStreetMap'
@@ -1176,7 +1154,6 @@ gd:
       image: 'Dealbh:'
       gravatar:
         gravatar: Cleachd Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
       new image: Cuir dealbh ris
       keep image: Cum an dealbh làithreach
       delete image: Thoir an dealbh làithreach air falbh
@@ -1234,7 +1211,6 @@ gd:
   site:
     about:
       next: Air adhart
-      copyright_html: <span>&copy;</span>Co-thabhartaichean<br>OpenStreetMap
       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
@@ -1245,15 +1221,7 @@ gd:
         cleachdaich na co-thabhartaichean dealbhan adhair, uidheaman GPS agus mapaichean-làraich
         bun-theicneolach airson dearbhadh gu bheil OSM ceart agus làithreach.'
       community_driven_title: Fo smachd na coimhearsnachd
-      community_driven_html: |-
-        Tha coimhearsnachd OpenStreetMap measgaichte, dealasach agus a' fàs gach latha. Gabhaidh na co-thabhartaichean againn a-steach luchd-mapa saor-thoileach, luchd shiostaman fiosrachaidh chruinn-eòlaich proifeiseanta, innleadairean a ruitheas na frithealaichean aig OSM, luchd taic dhaonnachdach a nì mapaichean air raointean fo dhunaidh agus mòran a bharrachd.
-        Airson barrachd fiosrachaidh mun choimhearsnachd, tadhail air <a href='%{diary_path}'>leabhraichean-latha</a>,
-        <a href='http://blogs.openstreetmap.org/'>blogaichean na coimhearsnachd</a> agus
-        làrach-lìn an <a href='http://www.osmfoundation.org/'>Fhonndais OSM</a>.
       open_data_title: Dàta fosgailte
-      open_data_html: |-
-        'S e <i>dàta fosgailte</i> a tha san OpenStreetMap: faodaidh tu a chleachdadh a chum adhbhair sam bith cho fad 's a bheir thu urram air OpenStreetMap agus na co-thabhartaichean aige. Ma nì thu atharrachadh air an dàta againn no ma thogas tu rudeigin eile leis, faodaidh tu
-        an toradh a sgaoileadh fon aon cheadachas. Thoir sùil air <a href='%{copyright_path}'>Duilleag na còrach-lethbhreac agus a' cheadachais</a> airson barrachd fiosrachaidh.
       legal_title: Nòtaichean laghail
       partners_title: Com-pàirtichean
     copyright:
@@ -1271,104 +1239,20 @@ gd:
         mapping_link: tòiseachadh air an obair-mhapa
       legal_babble:
         title_html: Còir-lethbhreac agus ceadachas
-        intro_1_html: '''S e <i>dàta fosgailte</i> a tha san OpenStreetMap<sup><a
-          href="#trademarks">&reg;</a></sup> fo cheadachas <a href="http://opendatacommons.org/licenses/odbl/">Open
-          Data Commons Open Database License</a> (ODbL) le <a href="http://osmfoundation.org/">Fonndas
-          OpenStreetMap</a> (OSMF).'
-        intro_2_html: |-
-          Faodaidh tu lethbhreacan a dhèanamh dhen dàta againn, a sgaoileadh,
-          a thar-chur agus atharrachadh gu saor, cho fad 's a bheir thu urram
-          dha OpenStreetMap agus a cho-thabhartaichean. Ma nì thu atharrachadh
-          air an dàta againn no ma thogas tu rudeigin eile leis, faodaidh tu
-          an toradh a sgaoileadh fon aon cheadachas. Mìnichidh an
-          <a href="http://opendatacommons.org/licenses/odbl/1.0/">còd laghail</a>
-          slàn dè na còirichean agus na dleastanasan a tha agad.
-        intro_3_1_html: |-
-          Tha am mapachadh sna leacan mapa againn agus an docamaideadh againn
-          fo cheadachas <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
         credit_title_html: Mar a bheir thu urram dha OpenStreetMap
         credit_1_html: |-
           Tha e riatanach gun chleachd thu &ldquo;&copy; OpenStreetMap
           contributors&rdquo; mar urram.
-        credit_2_1_html: |-
-          Feumaidh tu mìneachadh gu soilleir cuideachd gu bheil an dàta ri fhaighinn
-          fo cheadachas Open Database License, agus ma chleachdas tu na leacan mapa
-          againn gu bheil am mapachadh fo cheadachas CC BY-SA. Faodaidh tu seo
-          a dhèanamh le ceangal gun
-          <a href="http://www.openstreetmap.org/copyright">duilleag na còrach-lethbhreac seo</a>.
-          Mar roghainn eile agus gu riatanach ma sgaoileas tu OSM 'na dhàta,
-          's urrainn dhut an ceadachas/na ceadachasan ainmeachadh agus ceangal dìreach
-          a dhèanamh dhaibh. Ann am meadhanan far nach gabh ceangal a dhèanamh (can
-          stuthan clò-bhuailte), mholamaid gun stiùirich thu an luchd-leughaidh gu
-          openstreetmap.org (dh'fhaoidte gun leudaich thu 'OpenStreetMap' leis
-          an t-seòladh shlàn seo), gu opendatacommons.org agus ma tha seo iomchaidh gu
-          creativecommons.org.
-        credit_4_html: |-
-          airson mapa leatronaigeach a ghabhas rùrachadh, bu chòir dhan urram a nochdadh air
-          oisean a' mhapa. Mar eisimpleir:
         attribution_example:
           alt: Ball-eisimpleir air mar a bheir thu urram dha OpenStreetMap air duilleag-lìn
           title: Ball-eisimpleir air urram
         more_title_html: Barrachd fiosrachaidh
-        more_1_html: |-
-          Leugh barrachd air mar a chleachdas tu an dàta againn agus mar a
-          bheir thu urram dhuinn air <a href="http://osmfoundation.org/Licence">duilleag a' cheadachais OSMF</a> agus <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">CÀBHA laghail</a> sa choimhearsnachd.
-        more_2_html: |-
-          Ged as e dàta saor a tha san OpenStreetMap, chan urrainn dhuinn API mapa an-asgaidh a thoirt do threas-phàrtaidhean.
-          Faic <a href="https://operations.osmfoundation.org/policies/api/">poileasaidh cleachdadh an API</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">poileasaidh cleachdadh nan leacagan</a>
-          agus <a href="https://operations.osmfoundation.org/policies/nominatim/">poileasaidh cleachdadh Nominatim</a> againn.
         contributors_title_html: Na co-thabhartaicheean againn
         contributors_intro_html: |-
           'S e mìltean de dhaoine a tha sna co-thabhartaichean againn.
           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_html: |-
-          <strong>An Ostair</strong>: Gabhaidh seo a-steach dàta o
-          <a href="http://data.wien.gv.at/">Stadt Wien</a> (fo cheadachas
-          <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> agus
-          Land Tirol (fo cheadachas <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT le atharraichean</a>).
-        contributors_ca_html: |-
-          <strong>Canada</strong>: Gabhaidh seo a-steach dàta o
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada), agus StatCan (Geography Division,
-          Statistics Canada).
-        contributors_fi_html: |-
-          <strong>An Fhionnlann</strong>: Gabhaidh seo a-steach dàta on
-          National Land Survey of Finland's Topographic Database
-          agud seataichean-dàta eile fo cheadachas
-          <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI License</a>.
-        contributors_fr_html: |-
-          <strong>An Fhraing</strong>: Gabhaidh seo a-steach dàta o
-          Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Na Tìrean Ìsle</strong>: Gabhaidh seo a-steach dàta o &copy; AND, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Sealann Nuadh</strong>: Gabhaidh seo a-steach dàta o
-          Land Information New Zealand. Còir-lethbhreac a' Chrùin glèidhte.
-        contributors_si_html: |-
-          <strong>An t-Slòbhain</strong>: Gabhaidh seo a-steach dàta o
-          <a href="http://www.gu.gov.si/en/">Ùghdarras Suirbhidheadh agus Mapachaidh</a> agus
-          <a href="http://www.mkgp.gov.si/en/">Ministreachd an Àiteachais, na Coilltearachd agus a' Bhidhe</a>
-          (fiosrachadh poblach na Slòbhaine).
-        contributors_za_html: |-
-          <strong>Afraga a Deas</strong>: Gabhaidh seo a-steach dàta o
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, coir-lethbhreac na Stàite glèidhte.
-        contributors_gb_html: |-
-          <strong>An Rìoghachd Aonaichte</strong>: Gabhaidh seo a-steach dàta Ordnance
-          Survey &copy; còir-lethbhreac a' Chrùin agus dlighe stòir-dàta
-          2010-12.
-        contributors_footer_1_html: |-
-          Airson barrachd fiosrachaidh air an fheadhainn seo agus air barrachd
-          thùsan a chaidh a chleachdadh a chum piseachadh OpenStreetMap, thoir
-          sùil air <a href="http://wiki.openstreetmap.org/wiki/Contributors">Duilleag nan co-thabhartaichean</a>
-          air uicidh OpenStreetMap.
         contributors_footer_2_html: Ma thèid dàta a ghabhail a-steach ann an OpenStreetMap,
           chan eil e fillte a-staigh gun do chuir an solaraiche dàta tùsail aonta
           ri OpenStreetMap, gun toireadh e barantas sam bith seachad no gum biodh
@@ -1378,10 +1262,6 @@ gd:
           nach cuir iad dàta o thùs fo chòir-lethbhreac ri OSM (can Google Maps no
           mapaichean clò-bhuailte) idir ach ma fhuair iad cead soilleir o shealbhadairean
           na còrach-lethbhreac.
-        infringement_2_html: |-
-          Ma tha thu dhen bheachd gun deach stuth fo chòir-lethbhreac a chur ri stòr-dàta OpenStreetMap no an làrach-lìn seo ann an dòigh nach eil iomchaidh, thoir sùil air a' <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">mhodh toirt air falbh</a> againn no faidhlich e gu dìreach air an
-          <a href="https://dmca.openstreetmap.org/">duilleag faidhlidh air loidhne</a> againn.
-        trademarks_title_html: <span id="trademarks"></span>Comharran-malairt
     index:
       js_1: Tha thu a' chleachdadh brabhsair nach cuir taic ri JavaScript no chuir
         thu JavaScript à comas.
@@ -1456,12 +1336,6 @@ gd:
             can bu bheil rathad no an seòladh agad a dhìth, nach fhaigh thu ballrachd
             sa choimhearsnachd OpenStreetMap ach an càraich no an cuir thu fhèin an
             dàta ris. \
-        add_a_note:
-          instructions_html: Cha leig thu leas ach briogadh air <a class='icon note'></a>
-            no air an aon ìomhaigheag ann an sealladh a' mhapa. Cuiridh seo comharra
-            ris a' mhapa as urrainn dhut gluasad 's tu 'ga shlaodadh. Cuir an teachdaireachd
-            agad ris agus briog air "Sàbhail" an uairsin gus an dèan luchd-mapachaidh
-            eile sgrùdadh air.
       other_concerns:
         title: Cùisean eile
     help:
@@ -1994,23 +1868,6 @@ gd:
       open_title: Nòta àireamh %{note_name} gun fhuasgladh
       closed_title: Nòta àireamh %{note_name} a chaidh fhuasgladh
       hidden_title: Nòta falaichte àireamh %{note_name}
-      opened_by_html: Chaidh a chruthachadh le %{user} <abbr title='%{exact_time}'>o
-        chionn %{when}</abbr>
-      opened_by_anonymous_html: Chaidh a chruthachadh gun urra <abbr title='%{exact_time}'>o
-        chionn %{when}</abbr>
-      commented_by_html: Beachd le %{user} <abbr title='%{exact_time}'>o chionn %{when}</abbr>
-      commented_by_anonymous_html: Beachd gun urra <abbr title='%{exact_time}'>o chionn
-        %{when}</abbr>
-      closed_by_html: Chaidh fhuasgladh le %{user} <abbr title='%{exact_time}'>o chionn
-        %{when}</abbr>
-      closed_by_anonymous_html: Chaidh fhuasgladh gun urra <abbr title='%{exact_time}'>o
-        chionn %{when}</abbr>
-      reopened_by_html: Chaidh ath-ghnìomhachadh le %{user} <abbr title='%{exact_time}'>o
-        chionn %{when}</abbr>
-      reopened_by_anonymous_html: Chaidh ath-ghnìomhachadh gun urra <abbr title='%{exact_time}'>o
-        chionn %{when}</abbr>
-      hidden_by_html: Chaidh fhalach le %{user} <abbr title='%{exact_time}'>o chionn
-        %{when}</abbr>
       anonymous_warning: Gabhaidh an nòta seo a-steach beachdan o chleachdaichean
         gun ainm a bu chòir dhuinn dearbhadh gu neo-eisimeileach.
       hide: Falaich
@@ -2066,9 +1923,6 @@ gd:
         overlays: Cuir tar-chòmhdachaidhean an comas gus duilgheadasan leis a' mhapa
           fhuasgladh
         title: Breathan
-      copyright: © <a href='%{copyright_url}'>Co-thabhartaichean OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Thoir tìodhlac
-        dhuinn</a>
     site:
       edit_tooltip: Deasaich am mapa
       edit_disabled_tooltip: Sùm a-steach gus am mapa a dheasachadh
index 5fe170c6e52357c69a1332c24bcb91479e07bad2..0220c9296396f64ff473e3a1443013e29780363c 100644 (file)
@@ -6,6 +6,7 @@
 # Author: Breogan2008
 # Author: Danieldegroot2
 # Author: Elisardojm
+# Author: Fitoschido
 # Author: Gallaecio
 # Author: Iváns
 # Author: Macofe
@@ -172,10 +173,6 @@ gl:
         needs_view: O usuario ten que acceder ó sistema antes de que o bloqueo sexa
           revogado?
       user:
-        email_confirmation: O teu enderezo non ficará visíbel de xeito público. Consulta
-          a <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="política
-          de privacidade da OSMF, incluíndo a sección sobre enderezos de correo electrónico">política
-          de privacidade</a> para máis información.
         new_email: (nunca amosado publicamente)
   datetime:
     distance_in_words_ago:
@@ -323,12 +320,6 @@ gl:
   browse:
     created: Creado
     closed: Pechado
-    created_html: Creado <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Pechado <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Creado <abbr title='%{title}'>%{time}</abbr> por %{user}
-    deleted_by_html: Eliminado <abbr title='%{title}'>%{time}</abbr> por %{user}
-    edited_by_html: Editado <abbr title='%{title}'>%{time}</abbr> por %{user}
-    closed_by_html: Pechado <abbr title='%{title}'>%{time}</abbr> por %{user}
     version: Versión
     in_changeset: Conxunto de modificacións
     anonymous: anónimo
@@ -354,8 +345,6 @@ gl:
       relation: Relacións (%{count})
       relation_paginated: Relacións (%{x}-%{y} de %{count})
       comment: Comentarios (%{count})
-      hidden_commented_by_html: Comentario agochado de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentario de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Conxunto de modificacións do XML
       osmchangexml: osmChange XML
       feed:
@@ -608,11 +597,8 @@ gl:
   geocoder:
     search:
       title:
-        latlon_html: Resultados <a href="https://openstreetmap.org/">internos</a>
-        osm_nominatim_html: Resultados dende <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultados dende <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        osm_nominatim: Nominatim do OpenStreetMap
+        osm_nominatim_reverse: Nominatim do OpenStreetMap
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1405,8 +1391,6 @@ gl:
       status: Estado
       reports: Denuncias
       last_updated: Última actualización
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> por %{user}
       link_to_reports: Ollar denuncias
       reports_count:
         one: 1 denuncia
@@ -1580,9 +1564,6 @@ gl:
       subject: '[OpenStreetMap] Importación GPX errónea'
     gpx_success:
       hi: Ola %{to_user},
-      loaded_successfully:
-        one: cargado con %{trace_points} de entre un 1 punto posíbel.
-        other: cargado con %{trace_points} de entre %{possible_points} puntos posíbeis.
       subject: '[OpenStreetMap] Importación GPX correcta'
     signup_confirm:
       subject: '[OpenStreetMap] Dámoslle a benvida ao OpenStreetMap'
@@ -1807,7 +1788,6 @@ gl:
       image: Imaxe
       gravatar:
         gravatar: Empregar o Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Que é o Gravatar?
         disabled: Gravatar foi desactivado.
         enabled: A visualización do teu Gravatar foi activada.
@@ -1892,7 +1872,6 @@ gl:
   site:
     about:
       next: Seguinte
-      copyright_html: <span>&copy;</span>Contribuíntes 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'
       lede_text: |-
@@ -1904,32 +1883,8 @@ gl:
         de imaxes aéreas, dispositivos GPS e mapas de campo rudimentarios para asegurarse de que os datos do OSM
         son correctos e están actualizados.
       community_driven_title: Dirixido pola comunidade
-      community_driven_html: |-
-        A comunidade do OpenStreetMap é diversa, apaixoada e cada día máis persoas únense a ela.
-        Entre os nosos contribuíntes hai cartógrafos entusiastas, profesionais dos sistemas de información xeográfica, enxeñeiros
-        que se ocupan de manter os servidores do OSM, contribuíntes de proxectos humanitarios que achegan datos sobre zonas afectadas por desastres,
-        e moitas outras persoas.
-        Para obter máis información sobre a comunidade, olle o
-        <a href='https://blog.openstreetmap.org'>blogue do OpenStreetMap</a>,
-        <a href='%{diary_path}'>diarios de usuarios</a>,
-        <a href='https://blogs.openstreetmap.org/'>blogues da comunidade</a>, e
-        o <a href='https://www.osmfoundation.org/'>sitio web da Fundación OSM</a>.
       open_data_title: Datos libres
-      open_data_html: |-
-        Os datos do OpenStreetMap son <i>datos libres</i>; podes empregalos libremente e para calquera finalidade
-        sempre que recoñezas ó OpenStreetMap e mailos seus contribuíntes coma os autores dos datos. Se modificas os datos
-        ou os empregas dalgún xeito para outros fins, podes distribuír o resultado sempre e cando o faga empregando a mesma licenza. Atoparás información máis detallada na <a href='%{copyright_path}'>páxina de dereitos de autoría e licenza</a>.
       legal_title: Legal
-      legal_1_html: |-
-        Este sitio e moitos outros servizos relacionados son xestionados de xeito formal pola <a href='https://osmfoundation.org/'>Fundación OpenStreetMap</a> (OSMF)
-        en nome da comunidade. O emprego de tódolos servizos xestionados pola OSMF atópase suxeito
-        ós nosos <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Termos de uso</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Políticas de uso aceptábel</a> e a nosa <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Política de privacidade</a>
-        <br>
-        Políticas de emprego aceptábeis </a> e a nosa <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"> Política de privacidade </a>.
-      legal_2_html: |-
-        Se tes preguntas sobre o licenciamento, dereitos de autor ou outras cuestións legais <a href='https://osmfoundation.org/Contact'>contacta á OSMF</a>, por favor.
-        <br>
-        O OpenStreetMap, o logotipo da lupa e o 'Estado do Mapa' son <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">marcas rexistadas da OSMF</a>.
       partners_title: Socios
     copyright:
       foreign:
@@ -1946,108 +1901,17 @@ gl:
         mapping_link: comezar a contribuír
       legal_babble:
         title_html: Dereitos de autoría e licenza
-        intro_1_html: "O OpenStreetMap <sup><a href=\"#trademarks\">&reg;</a></sup>
-          está dispoñíbel baixo <i>datos abertos</i> e atópase baixo a <a\nhref=\"https://opendatacommons.org/licenses/odbl/\">Open
-          Data\nCommons Open Database License</a> (ODbL) da  <a\t\nhref=\"https://osmfoundation.org/\">Fundación
-          do OpenStreetMap</a> (OSMF)."
-        intro_2_html: |-
-          Es libre de copiar, distribuír, transmitir e adaptar os nosos datos,
-          na medida en que acredites o OpenStreetMap e mailos seus
-          contribuíntes. Se alteras ou constrúes a partir dos nosos datos, terás
-          que distribuír o resultado baixo a mesma licenza. O
-          <a href="https://opendatacommons.org/licenses/odbl/1.0/">texto
-          legal</a> ó completo explica os teus dereitos e responsabilidades.
-        intro_3_1_html: |-
-          A nosa documentación está licenciada baixo a licenza <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0).
         credit_title_html: De que xeito acreditar o OpenStreetMap
         credit_1_html: 'Aló onde uses datos de OpenStreetMap, debes facer dúas cousas:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Dar crédito a OpenStreetMap amosando o noso aviso de dereitos de autoría.</li>
-            <li>Deixar claro que os datos están dispoñibles baixo a licenza Open Database.</li>
-          </ul>
-        credit_3_1_html: Para amosar o aviso de dereitos de autoría, temos diferentes
-          requisitos dependendo de como usas os nosos datos. Por exemplo, existen
-          distintas regras en función de se creaches un mapa explorable, un mapa impreso
-          ou unha imaxe estática. Podes atopar todos os detalles na <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">guía
-          de recoñecemento</a>.
-        credit_4_html: Para deixares claro que os datos están dispoñibles baixo a
-          licenza Open Database, podes deixar unha ligazón a <a href="https://www.openstreetmap.org/copyright">esta
-          páxina</a>. Como alternativa, e requisito se estás distribuíndo OSM en forma
-          de datos, podes nomear e ligar directamente a(s) licenza(s). En medios nos
-          que non é posible incluír ligazóns (por exemplo, libros impresos), suxerimos
-          dirixir aos lectores a openstreetmap.org (se cadra, ampliando 'OpenStreetMap'
-          a este enderezo completo) e a opendatacommons.org. Neste exemplo, os créditos
-          aparecen no curruncho do mapa.
         attribution_example:
           alt: Exemplo de como recoñecer o OpenStreetMap nunha páxina web
           title: Exemplo de recoñecemento
         more_title_html: Máis información
-        more_1_html: |-
-          Descobra máis sobre como empregar os nosos datos e de que xeito acreditarnos na <a
-          href="https://osmfoundation.org/Licence">páxina de licenza do OSMF</a>.
-        more_2_html: |-
-          Malia que o OpenStreetMap é de datos abertos, non podemos fornecer un
-          mapa API de balde ós desenvolvedores.
-          Vexa a <a href="https://operations.osmfoundation.org/policies/api/">política de uso da API</a>,
-          a <a href="https://operations.osmfoundation.org/policies/tiles/">política de uso das teselas</a>
-          e a <a href="https://operations.osmfoundation.org/policies/nominatim/">política de uso do Nominatim</a>.
         contributors_title_html: Os nosos contribuíntes
         contributors_intro_html: |-
           Os nosos contribuíntes son milleiros de persoas. Tamén incluímos
           datos baixo licenzas abertas de axencias nacionais de cartografía
           e outras fontes, entre elas:
-        contributors_at_html: |-
-          <strong>Austria:</strong> Contén datos de <a href="https://data.wien.gv.at/">Stadt Wien</a> (baixo a licenza
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> e
-          Land Tirol (baixo a licenza <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT con emendas</a>).
-        contributors_au_html: |-
-          <strong>Australia:</strong> Contén ou desenvolveuse usando límites administrativos de &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a>, licenciado pola Commonwealth de Australia baixo a <a href="https://creativecommons.org/licenses/by/4.0/">licenza Creative Commons Attribution 4.0 International (CC BY 4.0)</a>.
-        contributors_ca_html: |-
-          <strong>Canadá:</strong> Contén datos de
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada) e StatCan (Geography Division,
-          Statistics Canada).
-        contributors_fi_html: |-
-          <strong>Finlandia:</strong> Contén datos da
-          National Land Survey of Finland's Topographic Database
-          e outros conxuntos de datos, baixo a
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">licenza NLSFI</a>.
-        contributors_fr_html: |-
-          <strong>Francia:</strong> Contén datos con orixe na
-          Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Países Baixos:</strong> Contén datos de &copy; AND, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: <strong>Nova Zelandia:</strong> Contén fontes de datos
-          do <a href="https://data.linz.govt.nz/">Servizo de datos LINZ</a>, dispoñibles
-          para a súa reutilización baixo a <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Eslovenia:</strong> Contén datos da
-          <a href="http://www.gu.gov.si/en/">Autoridade de Planificación e de Cartografía</a> e do
-          <a href="http://www.mkgp.gov.si/en/">Ministerio de Agricultura, Bosques e Alimentación</a>
-          (información pública de Eslovenia).
-        contributors_es_html: |-
-          <strong>España:</strong> Contén datos orixinarios do Instituto Nacional Xeográfico Español (<a href="http://www.ign.es/">IGN</a>) e o
-          Sistema Cartográfico Nacional (<a href="http://www.scne.es/">SCNE</a>), dispoñibles para a súa reutilización baixo a <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Suráfrica:</strong> Contén datos con orixe no
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, dereitos de autor do estado reservados.
-        contributors_gb_html: |-
-          <strong>Reino Unido:</strong> Contén datos da Ordnance
-          Survey &copy; Dereitos de autor e da base de datos da Coroa
-          2010-19.
-        contributors_footer_1_html: |-
-          Para obter máis información sobre estas e outras fontes usadas
-          para axudar na mellora do OpenStreetMap, bota unha ollada á <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">páxina dos
-          contribuíntes</a> no wiki do OpenStreetMap.
         contributors_footer_2_html: |-
           A inclusión de datos no OpenStreetMap non implica que o que
           orixinalmente forneceu os datos apoie o OpenStreetMap,
@@ -2057,17 +1921,6 @@ gl:
           Lembramos ós contribuíntes do OSM que nunca engadan datos de
           fontes con dereitos de autor (por exemplo, o Google Maps ou mapas impresos) sen
           o permiso explícito dos posuidores deses dereitos.
-        infringement_2_html: |-
-          Se pensas que se engadiu material protexido de xeito inapropiado
-          á base de datos do OpenStreetMap ou a este sitio, consulta
-          o noso <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">procedemento
-          para desbotar datos</a> ou deixa unha notificación na nosa
-          <a href="https://dmca.openstreetmap.org/">enquisa en liña</a>.
-        trademarks_title_html: <span id="trademarks"></span>Marcas rexistradas
-        trademarks_1_html: O OpenStreetMap, o logotipo coa lupa e ''State of the Map''
-          son marcas rexistradas da Fundación OpenStreetMap. Se ten algunha pregunta
-          sobre o emprego das marcas, consulta a nosa <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">política
-          de marcas</a>.
     index:
       js_1: Estás a usar un navegador que non soporta o JavaScript ou telo desactivado.
       js_2: O OpenStreetMap emprega JavaScript para o seu mapa estático e dinámico.
@@ -2138,11 +1991,6 @@ gl:
           explanation_html: |-
             Se atopa algún problema cos datos dos nosos mapas (por exemplo, se falla algunha estrada), o mellor é
             unirse á comunidade do OpenStreetMap e engadir ou corrixir os datos directamente.
-        add_a_note:
-          instructions_html: |-
-            Sinxelamente, preme na <a class='icon note'></a> ou na mesma icona na visualización do mapa.
-            Isto ten que engadir unha marcaxe ó mapa que podes mover
-            arrastrándoo. Engade a túa mensaxe, preme en "Gardar" e outras persoas pescudarán iso.
       other_concerns:
         title: Outras preocupacións
     help:
@@ -2835,15 +2683,6 @@ gl:
       open_title: Nota sen resolver nº%{note_name}
       closed_title: Nota resolta nº%{note_name}
       hidden_title: Nota agochada nº%{note_name}
-      opened_by_html: Creado por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Creado por un anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentado por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Comentado por un anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Resolto por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Resolto por un anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reactivado por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reactivado por un anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Agochado por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: denunciar esta nota
       anonymous_warning: Esta nota inclúe comentarios de usuarios anónimos que deben
         verificarse de xeito independente.
@@ -2921,17 +2760,6 @@ gl:
         gps: Pistas GPS públicas
         overlays: Activar as sobreposicións para a resolución dos problemas do mapa
         title: Capas
-      copyright: © <a href='%{copyright_url}'>Contribuíntes do OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Facer unha doazón</a>
-      terms: <a href='%{terms_url}' target='_blank'>Termos da páxina web e da API</a>
-      cyclosm: Estilo das teselas por <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        aloxado por <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap Francia</a>
-      thunderforest: Teselas cortesía de <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Teselas cortesía de <a href="%{memomaps_url}">MeMoMaps</a>
-      hotosm: Estilo das teselas por <a href='%{hotosm_url}' target='_blank'>Equipo
-        Humanitario do OpenStreetMap</a> aloxado por <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Francia</a>
     site:
       edit_tooltip: Editar o mapa
       edit_disabled_tooltip: Achegue para editar o mapa
index 4b16988f57c1e92f6d1a08e7f0c77915089fc59e..6194c6dbd70a774ba1f8ee03e57d71983e1c06c7 100644 (file)
@@ -95,12 +95,6 @@ gsw:
   browse:
     created: Aagleit
     closed: Zue
-    created_html: <abbr title='%{title}'>%{time} vor </abbr> aagleit
-    closed_html: <abbr title='%{title}'>%{time} vor </abbr> zuegmacht
-    created_by_html: <abbr title='%{title}'>%{time} vor </abbr> vum %{user} aagleit
-    deleted_by_html: <abbr title='%{title}'>%{time} vor </abbr> vum %{user} glescht.
-    edited_by_html: <abbr title='%{title}'>%{time} vor </abbr> vum %{user} bearbeitet.
-    closed_by_html: <abbr title='%{title}'>%{time} vor </abbr> vum %{user} zuegmacht
     version: Version
     in_changeset: Änderige
     anonymous: anonym
@@ -120,10 +114,6 @@ gsw:
       relation: Relatione (%{count})
       relation_paginated: Relatione (%{x}-%{y} of %{count})
       comment: Kommendar (%{count})
-      hidden_commented_by_html: Varschtäckder Kommendar vum  %{user} <abbr title='%{exact_time}'>%{when}
-        vor </abbr>
-      commented_by_html: Kommenmdar vom %{user} <abbr title='%{exact_time}'>%{when}
-        vor </abbr>
       changesetxml: Changeset-XML
       osmchangexml: osmChange XML
       feed:
index 4bc8145440da8bd9fbcd2b678d836d87724ba468..b986987bb84b23913e4fb31041bcafc1dc851287 100644 (file)
@@ -188,23 +188,21 @@ he:
           ניידים ילידיים ויישומי דף אחד אינם סודיים)
         redirect_uri: להשתמש בשורה אחת לכתובת URI
       trace:
-        tagstring: מופרד בפסיקים
+        tagstring: מופרדים בפסיקים
       user_block:
         reason: הסיבה שבגינה המשתמש נחסם. נא לכתוב משהו הגיוני ורגוע ולתת כמה שיותר
           פרטים על המצב. נא לזכור שלא כל המשתמשים מבינים את העגה המקצועית של הקהילה
           ולהשתדל להשתמש במילים ברורות לכול.
         needs_view: האם המשתמש צריך להיכנס לפני שהחסימה הזאת תנוקה?
       user:
-        email_confirmation: הכתובת שלך לא מופיעה בפומבי, נא לעיין ב<a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="מדיניות הפרטיות של OSMF לרבות סעיף על כתובות דוא״ל">מדיניות הפרטיות</a>
         new_email: (לעולם לא מוצגת בפומבי)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: ×\9cפנ×\99 ×©×¢×\94 ×\91ער×\9a
-        two: ×\9cפנ×\99 ×©×¢×ª×\99×\99×\9d ×\91ער×\9a
-        many: לפני %{count} שעות בערך
-        other: לפני %{count} שעות בערך
+        one: ×\9cפנ×\99 ×\94שע×\94
+        two: ×\9cפנ×\99 ×\94שעת×\99×\99×\9d
+        many: לפני כ־%{count} שעות
+        other: לפני כ־%{count} שעות
       about_x_months:
         one: לפני חודש בערך
         two: לפני חודשיים בערך
@@ -368,12 +366,12 @@ he:
   browse:
     created: נוצרה
     closed: נסגרה
-    created_html: נוצרה <abbr title='%{title}'>%{time}</abbr>
-    closed_html: נסגרה <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: נוצרה <abbr title='%{title}'>%{time}</abbr> על־ידי %{user}
-    deleted_by_html: נמחקה <abbr title='%{title}'>%{time}</abbr> על־ידי %{user}
-    edited_by_html: נערכה <abbr title='%{title}'>%{time}</abbr> על־ידי %{user}
-    closed_by_html: נסגרה <abbr title='%{title}'>%{time}</abbr> על־ידי %{user}
+    created_ago_html: נוצרה %{time_ago}
+    closed_ago_html: נסגרה %{time_ago}
+    created_ago_by_html: נוצרה %{time_ago} על־ידי %{user}
+    closed_ago_by_html: נסגרה %{time_ago} על־ידי %{user}
+    deleted_ago_by_html: נמחקה %{time_ago} על־ידי %{user}
+    edited_ago_by_html: נערכה %{time_ago} על־ידי %{user}
     version: גרסה
     in_changeset: ערכת שינויים
     anonymous: אלמוני
@@ -403,8 +401,8 @@ he:
       relation: יחסים (%{count})
       relation_paginated: יחסים (%{x}–%{y} מתוך %{count})
       comment: הערות (%{count})
-      hidden_commented_by_html: הערה מוסתרת ממשתמש %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: הערה ממשתמש %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: הערה מוסתרת מאת %{user} %{time_ago}
+      comment_by_html: הערה מאת %{user} %{time_ago}
       changesetxml: XML של ערכת השינויים
       osmchangexml: osmChange XML
       feed:
@@ -626,9 +624,9 @@ he:
         title: רשומות ביומן של OpenStreetMap
         description: רשומות יומן אחרונות ממשתמשי OpenStreetMap
     comments:
-      title: הערות יומן שנוספו על ידי %{user}
+      title: הערות יומן שנוספו על־ידי %{user}
       heading: הערות ביומן של %{user}
-      subheading_html: הערות יומן שנוספו על ידי %{user}
+      subheading_html: הערות יומן שנוספו על־ידי %{user}
       no_comments: אין הערות יומן
       post: רשומה
       when: מתי
@@ -675,11 +673,10 @@ he:
   geocoder:
     search:
       title:
-        latlon_html: תוצאות <a href="https://openstreetmap.org/">מתוך האתר הזה</a>
-        osm_nominatim_html: תוצאות מאתר <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: תוצאות מ־<a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: תוצאות מתוך %{results_link}
+        latlon: מקורות פנימיים
+        osm_nominatim: נומינטים של OpenStreetMap
+        osm_nominatim_reverse: נומינטים של OpenStreetMap
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1472,11 +1469,12 @@ he:
       status: מצב
       reports: דיווחים
       last_updated: עדכון אחרון
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: ב־<abbr title='%{title}'>%{time}</abbr> מאת %{user}
+      last_updated_time_ago_user_html: '%{time_ago} מאת %{user}'
       link_to_reports: הצגת דיווחים
       reports_count:
         one: דיווח אחד
+        two: '%{count} דיווחים'
+        many: '%{count} דיווחים'
         other: '%{count} דיווחים'
       reported_item: פריט שדווח
       states:
@@ -1491,7 +1489,7 @@ he:
         other: '%{count} דיווחים'
       report_created_at: דיווח ראשון ב־%{datetime}
       last_resolved_at: נפתר לאחרונה ב־%{datetime}
-      last_updated_at: עדכון אחרון ב־%{datetime} על ידי %{displayname}
+      last_updated_at: עדכון אחרון ב־%{datetime} על־ידי %{displayname}
       resolve: לפתור
       ignore: התעלמות
       reopen: פתיחה מחדש
@@ -1511,7 +1509,7 @@ he:
       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}'
@@ -1584,7 +1582,7 @@ he:
     partners_fastly: פאסטלי
     partners_bytemark: בייטמארק הוסטינג
     partners_partners: שותפים
-    tou: תנאי שימוש
+    tou: ×ª× ×\90×\99 ×\94ש×\99×\9e×\95ש
     osm_offline: מסד הנתונים של אתר OpenStreetMap אינו מקוון כעת בשל עבודות תחזוקה
       המבוצעות בו.
     osm_read_only: מסד הנתונים של אתר OpenStreetMap נתון כעת במצב קריאה בלבד בשל עבודות
@@ -1640,11 +1638,11 @@ he:
       subject: '[אופן סטריט מאפ OpenStreetMap] שגיאה בייבוא GPX'
     gpx_success:
       hi: שלום %{to_user},
-      loaded_successfully:
-        one: × ×§×\9c×\98 ×\9bר×\90×\95×\99 ×¢×\9d %{trace_points} ×\9eת×\95×\9a נקודה אחת אפשרית.
-        two: × ×§×\9c×\98 ×\9bר×\90×\95×\99 ×¢×\9d %{trace_points} ×\9eת×\95×\9a %{possible_points} נקודות אפשריות.
-        many: × ×§×\9c×\98 ×\9bר×\90×\95×\99 ×¢×\9d %{trace_points} ×\9eת×\95×\9a %{possible_points} נקודות אפשריות.
-        other: × ×§×\9c×\98 ×\9bר×\90×\95×\99 ×¢×\9d %{trace_points} ×\9eת×\95×\9a %{possible_points} נקודות אפשריות.
+      loaded:
+        one: × ×\98×¢×\9f ×\91×\94צ×\9c×\97×\94 ×¢×\9d  נקודה אחת אפשרית.
+        two: × ×\98×¢×\9f ×\91×\94צ×\9c×\97×\94 ×¢×\9d %{trace_points} × ×§×\95×\93×\95ת ×\9eת×\95×\9a %{count} נקודות אפשריות.
+        many: × ×\98×¢×\9f ×\91×\94צ×\9c×\97×\94 ×¢×\9d %{trace_points} × ×§×\95×\93×\95ת ×\9eת×\95×\9a %{count} נקודות אפשריות.
+        other: × ×\98×¢×\9f ×\91×\94צ×\9c×\97×\94 ×¢×\9d %{trace_points} × ×§×\95×\93×\95ת ×\9eת×\95×\9a %{count} נקודות אפשריות.
       subject: '[אופן סטריט מאפ OpenStreetMap] ייבוא GPX הצליח'
     signup_confirm:
       subject: '[אופן סטריט מאפ OpenStreetMap] ברוך בואך לאופן סטריט מאפ'
@@ -1854,7 +1852,6 @@ he:
       image: תמונה
       gravatar:
         gravatar: להשתמש ב־Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: מה זה Gravatar?
         disabled: הגראווטר כובה.
         enabled: הצגת הגראווטר שלך הופעלה.
@@ -1938,7 +1935,7 @@ he:
   site:
     about:
       next: הבא
-      copyright_html: <span>&copy;</span>תורמי<br>OpenStreetMap
+      heading_html: '%{copyright}תורמי %{br} OpenStreetMap'
       used_by_html: '%{name} מספקת נתוני מפות לאלפי אתרי אינטרנט, יישומים ומכשירים
         שונים'
       lede_text: את OpenStreetMap בונה קהילת ממפים שתורמים ומתחזקים נתונים על דרכים,
@@ -1949,29 +1946,41 @@ he:
         בתמונות מהאוויר, מכשירי GPS, ומפות שדה „לואו־טק” כדי לוודא ש־OSM
         מדויקת ומעודכנת.
       community_driven_title: מונהג על־ידי הקהילה
-      community_driven_html: |-
+      community_driven_1_html: |-
         קהילת OpenStreetMap מגוונת, בעלת תשוקה, וגדלה מיום ליום.
         בקרב התורמים שלנו יש ממפים נלהבים, מקצועני מערכות מידע גאוגרפיות (GIS), מהנדסים
         שמריצים את שרתי OSM, פעילי סיוע הומניטרי שממפים אזורי מוכי־אסון,
         ורבים אחרים.
-        למידע נוסף על הקהילה, ר׳ את <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>, <a href='%{diary_path}'>יומני משתמשים</a>, <a href='https://blogs.openstreetmap.org/'>יומני קהילה</a>, ואתר <a href='https://www.osmfoundation.org/'>OSM Foundation</a>.
+        למידע נוסף על הקהילה, ר׳ את %{osm_blog_link},
+        %{user_diaries_link}, %{community_blogs_link}, ואת
+        אתר %{osm_foundation_link}.
+      community_driven_osm_blog: בלוג OpenStreetMap
+      community_driven_user_diaries: יומני משתמשים
+      community_driven_community_blogs: בלוגים קהילתיים
+      community_driven_osm_foundation: קרן OSM
       open_data_title: נתונים פתוחים
-      open_data_html: |-
-        OpenStreetMap היא <strong>נתונים פתוחים</strong>: יש לך הופש להשתמש בה לכל מטרה,
+      open_data_1_html: |-
+        OpenStreetMap היא %{open_data}: יש לך הופש להשתמש בה לכל מטרה,
         כל עוד ניתן ייחוס ל־OpenStreetMap ולתורמיה. מותר לשנות את הנתונים
         ולבנות על גביהם דברים מסוימים, אך יש להפיץ את התוצאות של זה
-        לפי התנאים של אותו הרישיון. ר' את <a href='%{copyright_path}'>דף הרישיון וזכויות היוצרים</a> לפרטים נוספים.
+        לפי התנאים של אותו הרישיון. ר' את %{copyright_license_link}
+        לפרטים נוספים.
+      open_data_open_data: נתונים פתוחים
+      open_data_copyright_license: דף זכויות יוצרים ורישיון
       legal_title: משפטי
-      legal_1_html: |-
-        האתר הזה ושירותים רבים אחרים מופעלים על־ידי <a href='https://osmfoundation.org/'>קרן OpenStreetMap</a>&rlm; (OSMF) בשם הקהילה. השימוש בכל השירותים במפעילה OSMF כפוף
-        ל<a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">תנאי השימוש</a>, לרבות <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        מדיניות השימוש הקביל</a> שלנו
-        ול־<a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">מדיניות הפרטיות</a> שלנו.
-      legal_2_html: |-
-        נא <a href='https://osmfoundation.org/Contact'>ליצור קשר עם OSMF</a>
-        אם יש לך שאלות על רישוי, זכויות יוצרים או שאלות משפטיות אחרות.
-        <br>
-        OpenStreetMap, סמל הזכוכית המגדלת, ו־State of the Map הם <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">סימנים מסחריים רשומים של קרן OSM</a>.
+      legal_1_1_html: האתר הזה ושירותים רבים אחרים מופעלים על־ידי %{openstreetmap_foundation_link}&rlm;
+        (OSMF) בשם הקהילה. השימוש בכל השירותים שמפעילה OSMF כפוף ל%{terms_of_use_link},
+        ל%{aup_link}, ול%{privacy_policy_link}
+      legal_1_1_openstreetmap_foundation: קרן אופן סטריט מאפ
+      legal_1_1_terms_of_use: תנאי שימוש
+      legal_1_1_aup: מדיניות שימוש מקובל
+      legal_1_1_privacy_policy: מדיניות פרטיות
+      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
       partners_title: שותפים
     copyright:
       foreign:
@@ -1987,113 +1996,130 @@ he:
         mapping_link: להתחיל למפות
       legal_babble:
         title_html: זכויות יוצרים ורישיון
-        intro_1_html: |-
-          מיזם OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> הוא <i>נתונים פתוחים</i>, שמתפרסמים לפי רישיון <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database</a>  (ר״ת ODbL) על־ידי <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (ר״ת OSMF).
-        intro_2_html: |-
-          אתם חופשיים להעתיק, להפיץ, לשדר ולהתאים את הנתונים שלנו,
-          כל עוד אתם נותנים ייחוס ל־OpenStreetMap
-          ולתורמים למיזם. אם אתם משנים את הנתונים או את המפות שלנו או מסתמכים עליהם כדי ליצור משהו חדש,
-          מותר לכם להפיץ את התוצאות רק לפי תנאי אותו הרישיון.
-          <a href="https://opendatacommons.org/licenses/odbl/1.0/">המסמך
-          המשפטי</a> המלא מסביר את זכויותיכם ואת תחומי האחריות שלכם.
-        intro_3_1_html: |-
-          התיעוד שלנו מוגש בכפוף
-          לרישיון <a href="https://creativecommons.org/licenses/by-sa/2.0/">קריאייטיב
-          קומונז ייחוס–שיתוף־זהה 2.0</a> license (בקיצור  CC-BY-SA 2.0).
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} הוא מיזם %{open_data}, שמתפרסמים לפי תנאי
+          %{odc_odbl_link} (ר״ת ODbL) על־ידי %{osm_foundation_link} (ר״ת OSMF).
+        introduction_1_open_data: נתונים פתוחים
+        introduction_1_odc_odbl: רישיון מסד נתונים פתוח של Open Data Commons
+        introduction_1_osm_foundation: קרן אופן סטריט מאפ
+        introduction_2_html: |-
+          יש לך חופש להעתיק, להפיץ, לשדר ולהתאים את הנתונים שלנו,
+          אבל חובה לתת ייחוס ל־OpenStreetMap
+          ולתורמים למיזם. אם שינית את הנתונים או את המפות שלנו או הסתמכת עליהם כדי ליצור משהו חדש,
+          מותר לך להפיץ את התוצאות רק לפי תנאי אותו הרישיון.
+          %{legal_code_link} המלא מסביר את הזכויות שלך ואת תחומי האחריות שלך.
+        introduction_2_legal_code: המסמך המשפטי
+        introduction_3_html: התיעוד שלנו מתפרסם לפי תנאי רישיון %{creative_commons_link}
+          (ר״ת CC BY-SA 2.0).
+        introduction_3_creative_commons: קריאייטיב קומונז–ייחוס–שיתוף זהה 2.0
+        introduction_3_creative_commons_url: https://creativecommons.org/licenses/by-sa/2.0/deed.he
         credit_title_html: איך לתת ייחוס ל־OpenStreetMap
         credit_1_html: 'בעת שימוש בנתונים של OpenStreetMap, חובה לעשות את שני הדברים
           הבאים:'
-        credit_2_1_html: |-
-          <ul>
-            <li>לתת קרדיט ל־OpenStreetMap באמצעות הצגת הודעת זכויות היוצרים שלנו.</li>
-            <li>להבהיר שהנתונים זמינים לפי תנאי Open Database License.</li>
-          </ul>
-        credit_3_1_html: |-
+        credit_2_1: יש לתת ייחוס ל־OpenStreetMap על־ידי הצגת הודעת זכויות היוצרים
+          שלנו.
+        credit_2_2: יש להבהיר שהנתונים זמינים לפי רישיון מסד נתונים פתוח.
+        credit_3_html: |-
           לגבי הודעת זכויות היוצרים, יש לנו דרישות שונות לגבי איך זה צריך להיות
           מוצג, בהתאם לאופן שבו עשית שימוש בנתונים שלנו. למשל, כללים שונים
-          חלים על אופן הצגת הודעת זכויות היוצרים – תלוי אם יש לך
-          יצרו מפה ניתנת לעיון, מפה מודפסת, או תמונה סטטית. פרטים מלאים על
-          דרישות ניתן למצוא בדף
-          <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">הנחיות
-          ייחוס</a>.
-        credit_4_html: |-
-          כדי להבהיר שהנתונים זמינים לפי תנאי Open Database License , באפשרותך לקשר ל<a href="https://www.openstreetmap.org/copyright">דף זכויות היוצרים הזה</a>.
+          חלים על אופן הצגת הודעת זכויות היוצרים – תלוי אם
+          יצרת מפה ניתנת לעיון, מפה מודפסת, או תמונה סטטית. פרטים מלאים על
+          דרישות ניתן למצוא בדף %{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 באתר האינטרנט
           title: דוגמה לייחוס
         more_title_html: איך למצוא מידע נוסף
-        more_1_html: |-
-          קִראו עוד על שימוש בנתונים שלנו ועל דרכים לייחס אלינו יצירות נגזרות ב<a
-          href="http://osmfoundation.org/Licence">דף רישיון OSMF</a>.
-        more_2_html: |-
-          אף־על־פי ש־OpenStreetMap הוא מיזם נתונים פתוחים, איננו יכולים לספק
-          API מפות בחינם לכל צד שלישי.
-          ר׳ את דפי המדיניות שלנו: <a href="https://operations.osmfoundation.org/policies/api/">המדיניות השימוש ב־API</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">מדיניות השימוש באריחים</a>
-          ו<a href="https://operations.osmfoundation.org/policies/nominatim/">מדיניות השימוש בנומינטים</a>.
+        more_1_1_html: אפשר לקרוא עוד על השימוש בנתונים שלנו, ועל איך לתת לנו ייחוס,
+          ב־%{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: דף הרישיון של OSMF
+        more_2_1_html: |-
+          אף ש־OpenStreetMap היא נתונים פתוחים, איננו יכולים לספק
+          API של מפות ללא תשלום עבור צדדים שלישיים.
+          נא לעיין ב%{api_usage_policy_link}, ב%{tile_usage_policy_link} וב%{nominatim_usage_policy_link} שלנו.
+        more_2_1_api_usage_policy: מדינית השימוש ב־API
+        more_2_1_tile_usage_policy: מדיניות השימוש באריחים
+        more_2_1_nominatim_usage_policy: מדיניות השימוש בנומינטים
         contributors_title_html: התורמים שלנו
         contributors_intro_html: |-
           התורמים שלנו הם אלפי אנשים. אנו גם כוללים
           נתונים ברישיון פתוח מסוכנויות מיפוי לאומות
           וממקורות אחרים, בהם:
-        contributors_at_html: |-
-          <strong>אוסטריה</strong>: מכיל נתונים
-          מ<a href="https://data.wien.gv.at/">עיריית וינה</a> לפי תנאי
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>,
-          מ<a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">מדינת פורארלברג</a>
-          וממדינת טירול (לפי <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT עם תיקונים</a>).
-        contributors_au_html: |-
-          <strong>אוסטרליה</strong>: מכיל או מפותח באמצעות Administrative Boundaries &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a>
-          ברישיון שניתן על־ידי חבר העמים האוסטרלי לפי תנאי
-          <a href="https://creativecommons.org/licenses/by/4.0/">רישיון קריאייטיב קומונז ייחוס 4.0 בין־לאומי (CC BY 4.0)</a>.
-        contributors_ca_html: |-
-          <strong>קנדה</strong>: מכיל נתונים
-          מ־GeoBase&reg;&rlm;, GeoGratis&rlm; (&copy;&rlm; Department of Natural
-          Resources Canada)&rlm;, CanVec&rlm; (&copy;&rlm; Department of Natural
-          Resources Canada), ו־StatCan&rlm; (Geography Division,
-          Statistics Canada).
-        contributors_fi_html: |-
-          <strong>פינלנד</strong>: מכיל מידע ממסד נתונים טופוגרפיים של פינלנד וממקורות מידע אחרים, תחת
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">רישיון NLSFI</a>.
-        contributors_fr_html: |-
-          <strong>צרפת</strong>: מכיל נתונים שהגיעו במקור
-          ממנהלת המסים הכללית (Direction Générale des Impôts).
-        contributors_nl_html: |-
-          <strong>הולנד</strong>: מכיל &copy; נתונים מ־ AND&rlm;, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>ניו זילנד</strong>: מכיל נתונים שהגיעו במקור
-          מ־<a href="https://data.linz.govt.nz/">LINZ Data Service</a>
-          וניתן רישיון לשימוש חוזר לפי תנאי
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>סלובניה</strong>: מכיל נתונים מ<a href="http://www.gu.gov.si/en/">הרשות למדידת־קרקעות ולמיפוי</a> ומ<a href="http://www.mkgp.gov.si/en/">משרד החקלאות, היערנות והמזון</a>
+        contributors_at_credit_html: |-
+          %{austria}: מכילה נתונים מ%{stadt_wien_link} (תחת %{cc_by_link}), %{land_vorarlberg_link}
+          ומדינת טירול (תחת %{cc_by_at_with_amendments_link}).
+        contributors_at_austria: אוסטריה
+        contributors_at_stadt_wien: העיר וינה
+        contributors_at_cc_by: קריאייטיב קומונז ייחוס
+        contributors_at_land_vorarlberg: מדינת פורארלברג
+        contributors_at_cc_by_at_with_amendments: קריאייטיב קומונז ייחוס אוסטריה עם
+          תיקונים
+        contributors_au_credit_html: |-
+          %{australia}: משלבת או פותחה באמצעות גבולות ניהוליים &copy; %{geoscape_australia_link}
+          ברישיון הקהילייה של אוסטרליה תחת %{cc_licence_link}.
+        contributors_au_australia: אוסטרליה
+        contributors_au_geoscape_australia: Geoscape אוסטרליה
+        contributors_au_cc_licence: רישיון קריאייטיב קומונז ייחוס 4.0 בין־לאומי (CC
+          BY 4.0)
+        contributors_ca_credit_html: |-
+          %{canada}: מכילה נתונים מתוך
+          GeoBase&reg;‏, GeoGratis (&copy; מחלקת משאבי
+          הטבע של קנדה), CanVec (&copy; מחלקת משאבי
+          הטבע של קנדה), ו־StatCan (מחלקת הגאוגרפיה,
+          סוכנות הסטטיסטיקה של קנדה).
+        contributors_ca_canada: קנדה
+        contributors_fi_credit_html: |-
+          %{finland}: מכילה נתונים ממאגר הנתונים הטופוגרפי של
+          מדד הקרקע הלאומי של פינלנד
+          ומערכי נתונים אחרים, לפי תנאי %{nlsfi_license_link}.
+        contributors_fi_finland: פינלנד
+        contributors_fi_nlsfi_license: רישיון מדד הקרקע הלאומי של פינלנד
+        contributors_fr_credit_html: |-
+          %{france}: מכילה נתונים שהגיעו במקור
+          ממנהלת המיסים הכללית (Direction Générale des Impôts).
+        contributors_fr_france: צרפת
+        contributors_nl_credit_html: '%{netherlands}: מכילה © נתוני AND‏, 2007 (‏%{and_link})'
+        contributors_nl_netherlands: הולנד
+        contributors_nz_credit_html: |-
+          %{new_zealand}: מכילה נתונים שמקורם ב־%{linz_data_service_link}
+          ומורשים לשימוש חוזר לפי תנאי רישיון %{cc_by_link}.
+        contributors_nz_new_zealand: ניו זילנד
+        contributors_nz_linz_data_service: שירות הנתונים של מידע על הקרקע של ניו זילנד
+          (LINZ)
+        contributors_nz_cc_by: קריאייטיב קומונז ייחוס 4.0
+        contributors_si_credit_html: |-
+          %{slovenia}: מכילה נתונים מ%{gu_link} ומ%{mkgp_link}
           (מידע ציבורי של סלובניה).
-        contributors_es_html: |-
-          <strong>ספרד</strong>: מכיל נתונים שסופקו על ידי
-          המכון הגאוגרפי הלאומי של ספרד (<a href="http://www.ign.es/">IGN</a>) ועל ידי
-          מערכת המיפוי הלאומית (<a href="http://www.scne.es/">SCNE</a>)
-          שמותר להשתמש בהן תחת תנאי <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>דרום אפריקה</strong>: מכיל נתונים שהגיעו
-          מ־<a href="http://www.ngi.gov.za/">מִנהל כללי:
-          מידע גאו־מרחבי לאומי</a>, זכות יוצרים ממלכתית שמורה.
-        contributors_gb_html: |-
-          <strong>הממלכה המאוחדת</strong>: מכיל נתוני סקר מדידות
+        contributors_si_slovenia: סלובניה
+        contributors_si_gu: רשות המדידה והמיפוי
+        contributors_si_mkgp: משרד החקלאות, היערנות והמזון
+        contributors_es_credit_html: |-
+          %{spain}: מכילה נתונים שמקורם
+          במכון הלאומי הגאוגרפי הספרדי (%{ign_link})
+          ובמערכת המיפוי הלאומית (%{scne_link})
+          ושמורשים לשימוש חוזר לפי תנאי רישיון %{cc_by_link}.
+        contributors_es_spain: ספרד
+        contributors_es_ign: המכון הגאופגרפי הלאומי של ספרד
+        contributors_es_cc_by: קריאייטיב קומונז ייחוס 4.0
+        contributors_za_credit_html: '%{south_africa}: מכילה נתונים שמקורם ב%{ngi_link},
+          זכויות היוצרים של המדינה שמורות.'
+        contributors_za_south_africa: דרום אפריקה
+        contributors_za_ngi: 'מנהלת ראשית: מידע גאו־מרחבי לאומי'
+        contributors_gb_credit_html: |-
+          %{united_kingdom}: מכילה נתוני סקר מדידות
           &copy; זכויות הכתר וזכויות מסדי נתונים
           2010–2023.
-        contributors_footer_1_html: |-
-          למידע נוסף על מקורות אלה ואחרים ששימשו
-          ×\9cש×\99פ×\95ר OpenStreetMap, × ×\90 ×\9cר×\90×\95ת ×\90ת <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">דף
-          התורמים</a> בוויקי של OpenStreetMap.
+        contributors_gb_united_kingdom: הממלכה המאוחדת
+        contributors_2_html: |-
+          ×\9cפר×\98×\99×\9d × ×\95ספ×\99×\9d ×¢×\9c ×\90×\9c×\94 ×\95×¢×\9c ×\9eק×\95ר×\95ת ×\90×\97ר×\99×\9d ×©× ×¢×©×\94 ×\91×\94×\9d ×©×\99×\9e×\95ש
+          כדי לעזור לשפר את OpenStreetMap, נא לעיין ב%{contributors_page_link} בוויקי של OpenStreetMap.
+        contributors_2_contributors_page: דף התורמים
         contributors_footer_2_html: |-
           הכללה של נתונים ב־OpenStreetMap אינה אומרת שהספק המקורי
           של הנתוהים תומך ב־OpenStreetMap, לוקח על עצמו אחריות כלשהי, או
@@ -2103,17 +2129,19 @@ he:
           אנו מזכירים לתורמים ל־OSM לעולם לא להוסיף נתונים משום מקור
           שמוגבל בזכויות יוצרים (למשל מפות גוגל או מפות מודפסות) ללא
           אישור מפורש מבעלי הזכויות.
-        infringement_2_html: |-
-          אם נראה לך שחומר שמוגבל בזכויות יוצרים נוסף באופן לא הולם
-          אל מסד הנתונים של OpenStreetMap או אל האתר הזה, נא לפנות
-          אל <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">נוהל
-          ההסרה</a> שלנו או כתבו תלונה ישירות
-          <a href="https://dmca.openstreetmap.org/">בדף התלונות המקוון שלנו</a>.
-        trademarks_title_html: <span id="trademarks"></span>סימנים מסחריים
-        trademarks_1_html: OpenStreetMap, סמל הזכוכית המגדלת ו־State of the Map הם
-          סימנים מסחריים של קרן OpenStreetMap. אם יש לך שאלות על השימוש שלך בסימנים,
-          ר' את <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">מדיניות
-          הסימנים המסחריים שלנו</a>.
+        infringement_2_1_html: |-
+          אם נראה לך שחומר המוגבל בזכויות יוצרים התווסף באופן בלתי־הולם
+          למסד הנתונים של OpenStreetMap או לאתר הזה, נא לעיין
+          ב%{takedown_procedure_link} שלנו או להגיש בקשה ישירות
+          ב%{online_filing_page_link} שלנו.
+        infringement_2_1_takedown_procedure: הליך ההסרה
+        infringement_2_1_online_filing_page: דף ההגשה המקוון
+        trademarks_title: סימנים מסחריים
+        trademarks_1_1_html: |-
+          OpenStreetMap, לוגו הזכוכית המגדלת ו־State of the Map הם סימנים מסחריים רשומים של
+          קרן OpenStreetMap. אם יש לך שאלות לגבי השימוש שלך בסימנים,
+          ר׳ את %{trademark_policy_link} שלנו.
+        trademarks_1_1_trademark_policy: מדיניות הסימנים המסחריים
     index:
       js_1: הדפדפן שבו אתה משתמש אינו תומך ב־JavaScript, או שכיבית את השימוש ב־JavaScript.
       js_2: אתר OpenStreetMap משתמש ב־JavaScript למפה המחליקה.
@@ -2184,10 +2212,10 @@ he:
             אם שמת לב לבעיה על נתוני המפה שלנו, למשל שדרך או שכתובת שלך חסרה, הדרך הטובה ביותר
             להמשיך היא להצטרף לקהילת OpenStreetMap ולתקן את הנתונים בעצמך.
         add_a_note:
-          instructions_html: |-
-            צריך פשוט ללחוץ על <a class='icon note'></a> או על אותו הסמל בתצוגת המפה.
+          instructions_1_html: |-
+            צריך פשוט ללחוץ על %{note_icon} או על אותו הסמל בתצוגת המפה.
             זה יוסיף למפה סמן שאפשר להזיז
-            ×\91×\90×\9eצע×\95ת ×\92ר×\99ר×\94. ×\99ש ×\9c×\94×\95ס×\99×£ ×©×\9d ×\94ער×\94 ×\95×\9cש×\9e×\95ר ×\90×\95ת×\94 וממפים אחרים יחקרו את זה.
+            ×\91×\90×\9eצע×\95ת ×\92ר×\99ר×\94. ×\99ש ×\9c×\94×\95ס×\99×£ ×\90ת ×\94×\94ער×\94 ×©×\9c×\9a, ×\95×\90×\96 ×\9c×\9c×\97×\95×¥ ×©×\9e×\99ר×\94, וממפים אחרים יחקרו את זה.
       other_concerns:
         title: דאגות אחרות
         concerns_html: אם יש לך חששות לגבי אופן השימוש בנתונים שלנו או לגבי התוכן,
@@ -2453,8 +2481,10 @@ he:
     trace:
       pending: בהמתנה
       count_points:
-        one: נקודה
-        other: '%{count} נקודות'
+        one: נקודה.
+        two: שתי נקודות.
+        many: '%{count} נקודות.'
+        other: '%{count} נקודות.'
       more: עוד
       trace_details: הצגת פרטי מסלול
       view_map: הצגת מפה
@@ -2658,6 +2688,10 @@ he:
         יכולים להזדקק לכזה.
       continue: הרשמה
       terms accepted: תודה על קבלת תנאי התרומה החדשים!
+      email_confirmation_help_html: הכתובת שלך אינה מוצגת בפומבי, ר' את %{privacy_policy_link}
+        שלנו למידע נוסף.
+      privacy_policy: מדיניות הפרטיות
+      privacy_policy_title: מדיניות הפרטיות של OSMF כולל סעיף על כתובות דוא"ל
     terms:
       title: תנאים
       heading: תנאים
@@ -2666,8 +2700,8 @@ he:
         את שתי התיבות עם הסיום ואז ללחוץ על כפתור ההמשך.
       contributor_terms_explain: הסכם זה מאגד את תנאי התרומות הקיימות והעתידיות שלך.
       read_ct: קראתי את תנאי התורמים לעיל ואני מסכימ/ה לתנאים אלו
-      tou_explain_html: '%{tou_link} ×\90×\9c×\95 מאגדים את תנאי השימוש באתר ובתשתית נוספת
-        שמסופקת על ידי ה־OSMF. נא ללחוץ על הקישור, לקרוא ולהסכים לטקסט.'
+      tou_explain_html: '%{tou_link} ×\94×\90×\9c×\94 מאגדים את תנאי השימוש באתר ובתשתית נוספת
+        שמסופקת על־ידי ה־OSMF. נא ללחוץ על הקישור, לקרוא ולהסכים לטקסט.'
       read_tou: קראתי את תנאי השימוש ואני מסכימ/ה לתנאים אלו
       consider_pd: בנוסף לכתוב לעיל, מבחינתי כל עריכותיי שייכות לנחלת הכלל
       consider_pd_why: מה זה?
@@ -2851,8 +2885,10 @@ he:
           many: '%{count} שעות'
           other: '%{count} שעות'
         days:
-          one: יום אחד
-          other: '%{count} ימים'
+          one: שעה
+          two: שעתיים
+          many: '%{count} שעות'
+          other: '%{count} שעות'
         weeks:
           one: שבוע אחד
           two: שבועיים
@@ -2866,7 +2902,7 @@ he:
         years:
           one: שנה אחת
           two: שנתיים
-          many: '%{count} ×©× ×\99×\9d'
+          many: '%{count} ×©× ×\94'
           other: '%{count} שנים'
     blocks_on:
       title: חסימות של %{name}
@@ -2921,15 +2957,15 @@ he:
       open_title: הערה שלא נפתרה מס׳ %{note_name}
       closed_title: הערה פתורה מס׳ %{note_name}
       hidden_title: הערה מוסתרת מס׳ %{note_name}
-      opened_by_html: נוצרה על־ידי %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: נוצרה על־ידי אלמוני <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: הערה על ידי %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: הערה על ידי אלמוני <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: נפתר על־ידי %{user} ב־<abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: נפתר על־ידי אלמוני ב־<abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: הופעל מחדש על־ידי %{user} ב־<abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: הופעל מחדש על־ידי אלמוני ב־<abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: הוסתר על־ידי %{user} ב־<abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: נוצר על־ידי %{user} %{time_ago}
+      event_opened_by_anonymous_html: נוצר על־ידי אלמוני %{time_ago}
+      event_commented_by_html: הערה מאת %{user} %{time_ago}
+      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: ההערה הזאת כוללת תגובות ממשתמשים אלמוניים שצריך לאמת באופן
         עצמאי.
@@ -2984,15 +3020,15 @@ he:
       locate:
         title: הצגת המיקום שלי
         metersPopup:
-          one: ×\94×\9eר×\97ק ×©×\9c×\9a ×\9e×\94נק×\95×\93×\94 ×\94×\96×\90ת ×\94×\95×\90 ×\91×\98×\95×\95×\97 מטר
-          two: ×\94×\9eר×\97ק ×©×\9c×\9a ×\94×\95×\90 ×\91×\98×\95×\95×\97 ×©×\9c %{count} ×\9e×\98ר×\99×\9d ×\9eנק×\95×\93×\94 ×\96×\95
-          many: ×\94×\9eר×\97ק ×©×\9c×\9a ×\94×\95×\90 ×\91×\98×\95×\95×\97 ×©×\9c %{count} ×\9e×\98ר×\99×\9d ×\9eנק×\95×\93×\94 ×\96×\95
-          other: ×\94×\9eר×\97ק ×©×\9c×\9a ×\94×\95×\90 ×\91×\98×\95×\95×\97 ×©×\9c %{count} ×\9e×\98ר×\99×\9d ×\9eנק×\95×\93×\94 ×\96×\95
+          one: ×\94×\9eר×\97ק ×©×\9c×\9a ×\9e×\94נק×\95×\93×\94 ×\94×\96×\90ת ×\94×\95×\90 ×¤×\97×\95ת ×\9eמטר
+          two: ×\94×\9eר×\97ק ×©×\9c×\9a ×\9e×\94נק×\95×\93×\94 ×\94×\96×\90ת ×\94×\95×\90 ×¢×\93 %{count} ×\9e×\98ר×\99×\9d
+          many: ×\94×\9eר×\97ק ×©×\9c×\9a ×\9e×\94נק×\95×\93×\94 ×\94×\96×\90ת ×\94×\95×\90 ×¢×\93 %{count} ×\9e×\98ר
+          other: ×\94×\9eר×\97ק ×©×\9c×\9a ×\9e×\94נק×\95×\93×\94 ×\94×\96×\90ת ×\94×\95×\90 ×¢×\93 %{count} ×\9e×\98ר×\99×\9d
         feetPopup:
-          one: ×\94×\9eר×\97ק ×©×\9c×\9a ×\9e×\94נק×\95×\93×\94 ×\94×\96×\90ת ×\94×\95×\90 ×\91×\98×\95×\95×\97 רגל
-          two: ×\94×\9eר×\97ק ×©×\9c×\9a ×\94×\95×\90 ×\91×\98×\95×\95×\97 ×©×\9c %{count} ×¨×\92×\9c×\99×\99×\9d ×\9eנק×\95×\93×\94 ×\96×\95
-          many: ×\94×\9eר×\97ק ×©×\9c×\9a ×\94×\95×\90 ×\91×\98×\95×\95×\97 ×©×\9c %{count} ×¨×\92×\9c×\99×\99×\9d ×\9eנק×\95×\93×\94 ×\96×\95
-          other: ×\94×\9eר×\97ק ×©×\9c×\9a ×\94×\95×\90 ×\91×\98×\95×\95×\97 ×©×\9c %{count} ×¨×\92×\9c×\99×\99×\9d ×\9eנק×\95×\93×\94 ×\96×\95
+          one: ×\94×\9eר×\97ק ×©×\9c×\9a ×\9e×\94נק×\95×\93×\94 ×\94×\96×\90ת ×\94×\95×\90 ×¤×\97×\95ת ×\9eרגל
+          two: ×\94×\9eר×\97ק ×©×\9c×\9a ×\9e×\94נק×\95×\93×\94 ×\94×\96×\90ת ×\94×\95×\90 ×¢×\93 %{count} ×¨×\92×\9c
+          many: ×\94×\9eר×\97ק ×©×\9c×\9a ×\9e×\94נק×\95×\93×\94 ×\94×\96×\90ת ×\94×\95×\90 ×¢×\93 %{count} ×¨×\92×\9c
+          other: ×\94×\9eר×\97ק ×©×\9c×\9a ×\9e×\94נק×\95×\93×\94 ×\94×\96×\90ת ×\94×\95×\90 ×¢×\93 %{count} ×¨×\92×\9c
       base:
         standard: תקני
         cyclosm: CyclOSM
@@ -3007,17 +3043,17 @@ he:
         gps: מסלולי GPS ציבוריים
         overlays: הפעלת שכבות לפתרון תקלות במפה
         title: שכבות
-      copyright: © <a href='%{copyright_url}'>מתנדבי OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>לתרום</a>
-      terms: <a href='%{terms_url}' target='_blank'>תנאי אתר ו־API</a>
-      cyclosm: האריחים סוגננו על ידי <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        באירוח שרת <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>
-      thunderforest: האריחים באדיבות <a href='%{thunderforest_url}' target='_blank'>אנדי
-        אלן</a>
-      opnvkarte: האריחים באדיבות <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: האריחים סוגננו על ידי <a href='%{hotosm_url}' target='_blank'>הצוות
-        ההומניטרי של OpenStreetMap</a> באירוח <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        צרפת</a>
+      openstreetmap_contributors: תורמי OpenStreetMap
+      make_a_donation: תרומה
+      website_and_api_terms: תנאי אתר ו־API
+      cyclosm_credit: סגנון אריחים מאת %{cyclosm_link} מתארח אצל %{osm_france_link}
+      osm_france: OpenStreetMap צרפת
+      thunderforest_credit: אריחים באדיבות %{thunderforest_link}
+      andy_allan: אנדי אלן
+      opnvkarte_credit: אריחים באדיבות %{memomaps_link}
+      memomaps: ממומאפס
+      hotosm_credit: סגנון אריחים מאת %{hotosm_link} מתארח אצל %{osm_france_link}
+      hotosm_name: צוות OpenStreetMap הומניטרי
     site:
       edit_tooltip: עריכת המפה
       edit_disabled_tooltip: להתקרב כדי לערוך את המפה
index 226c20d42dfa9c8c164b971aa74452c02156de19..c5eb4bc79c203c1f7c74ad2dad2ccee168a70f71 100644 (file)
@@ -17,6 +17,7 @@
 # Author: Sfic
 # Author: Shubhamkanodia
 # Author: Siddhartha Ghai
+# Author: Suyash.dwivedi
 # Author: ThisIsACreeper0101
 # Author: Vdhatterwal
 # Author: पदाति
@@ -30,7 +31,7 @@ hi:
       prompt: फाइल चुनें
     submit:
       diary_comment:
-        create: à¤¸à¤¹à¥\87à¤\9cà¥\87à¤\82
+        create: à¤\9fिपà¥\8dपणà¥\80
       diary_entry:
         create: प्रकाशित करें
         update: सुधारें
@@ -111,11 +112,14 @@ hi:
       diary_entry:
         user: सदस्य
         title: विषय
+        body: मुख्यभाग
         latitude: अक्षांश
         longitude: देशांतर
         language_code: भाषा
       doorkeeper/application:
         name: नाम
+        redirect_uri: यूआरआई को पुनर्निर्देशित करें
+        confidential: गोपनीय आवेदन?
         scopes: अनुमतियां
       friend:
         user: सदस्य
@@ -144,14 +148,25 @@ hi:
         category: अपने रिपोर्ट का एक कारण दें
         details: कृपया अपनी समस्या के बारे में थोड़ी और जानकारी दें (ज़रूरी)
       user:
+        auth_provider: प्रमाणीकरण प्रदाता
+        auth_uid: प्रमाणीकरण यूआईडी
         email: ई-मेल
+        email_confirmation: ईमेल पुष्टिकरण
+        new_email: नया ई-मेल पता
         active: सक्रिय
         display_name: प्रदर्शन नाम
-        description: वर्णन
+        description: प्रोफाइल विवरण
+        home_lat: अक्षांश
+        home_lon: देशांतर
         languages: पसंदीदा भाषाएं
+        preferred_editor: पसंदीदा संपादक
         pass_crypt: पासवर्ड
         pass_crypt_confirmation: पासवर्ड कन्फर्म करें
     help:
+      doorkeeper/application:
+        confidential: एप्लिकेशन का उपयोग वहां किया जाएगा जहां क्लाइंट सीक्रेट को गोपनीय
+          रखा जा सकता है (देशी मोबाइल ऐप और सिंगल पेज ऐप गोपनीय नहीं हैं)
+        redirect_uri: प्रति यूआरआई एक पंक्ति का प्रयोग करें
       trace:
         tagstring: कॉमा डीलिमिट किया गया है
       user_block:
@@ -161,44 +176,46 @@ hi:
           सभी सदस्य इस समुदाय को पूरी तरह से नहीं समझ पाते, तो आसान शब्दों का इस्तेमाल
           करने की कोशिश करें।
         needs_view: क्या इस सदस्य को ब्लॉक के क्लियर होने से पहले लॉगइन करना होगा?
+      user:
+        new_email: (सार्वजनिक रूप से कभी प्रदर्शित नहीं किया गया)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: तकरीबन  घंटा पहले
+        one: तकरीबन %{count} घंटा पहले
         other: तकरीबन %{count} घंटे पहले
       about_x_months:
-        one: तकरीबन  महीना पहले
+        one: तकरीबन %{count} महीना पहले
         other: तकरीबन %{count} महीने पहले
       about_x_years:
-        one: तकरीबन  साल पहले
+        one: तकरीबन %{count} साल पहले
         other: तकरीबन %{count} साल पहले
       almost_x_years:
-        one: करीब  साल पहले
+        one: करीब %{count} साल पहले
         other: करीब %{count} साल पहले
       half_a_minute: करीब एक मिनट पहले
       less_than_x_seconds:
-        one: १ सेकंड से कम समय पहले
+        one: '%{count} सेकंड से कम समय पहले'
         other: '%{count} से कम समय पहले'
       less_than_x_minutes:
-        one: १ मिनट से कम समय पहले
+        one: '%{count} मिनट से कम समय पहले'
         other: '%{count} से कम समय पहले'
       over_x_years:
-        one: १ साल से ज़यादा समय पहले
+        one: '%{count} साल से ज़यादा समय पहले'
         other: less than %{count} सालों से ज़्यादा समय पहले
       x_seconds:
-        one: १ सेकंड पहले
+        one: '%{count} सेकंड पहले'
         other: '%{count} सेकंड पहले'
       x_minutes:
-        one: १ मिनट पहले
+        one: '%{count} मिनट पहले'
         other: '%{count} मिनट पहले'
       x_days:
-        one: १ दिन पहले
+        one: '%{count} दिन पहले'
         other: '%{count} दिन पहले'
       x_months:
-        one: एक महीने पहले
+        one: '%{count} महीने पहले'
         other: '%{count} महीने पहले'
       x_years:
-        one: १ साल पहले
+        one: '%{count} साल पहले'
         other: '%{count} साल पहले'
   editor:
     default: डिफ़ॉल्ट (currently %{name})
@@ -251,6 +268,8 @@ hi:
           खाता हटा सकते हैं। कृपया निम्नलिखित विवरणों पर ध्यान दें:'
         delete_profile: आपकी प्रोफ़ाइल जानकारी, जिसमें आपका अवतार, विवरण और घर का
           स्थान शामिल है, हटा दी जाएगी।
+        delete_display_name: 'आपका प्रदर्शन नाम हटा दिया जाएगा, और अन्य खातों द्वारा
+          इसका पुन: उपयोग किया जा सकता है।'
         confirm_delete: क्या आप निश्चित है?
         cancel: रद्द करें
   accounts:
@@ -264,16 +283,6 @@ hi:
   browse:
     created: बनाया गया
     closed: बंद किया गया
-    created_html: <abbr title='%{title}'>%{time}</abbr> बनाया गया
-    closed_html: <abbr title='%{title}'>%{time}</abbr> बंद किया गया
-    created_by_html: '%{user} द्वारा <abbr title=''%{title}''>%{time}</abbr> खोला
-      गया'
-    deleted_by_html: '%{user} द्वारा <abbr title=''%{title}''>%{time}</abbr> को बंद
-      किया गया'
-    edited_by_html: '%{user} द्वारा <abbr title=''%{title}''>%{time}</abbr> को सम्पादित
-      किया गया'
-    closed_by_html: '%{user} द्वारा <abbr title=''%{title}''>%{time}</abbr> को बंद
-      किया गया'
     version: संस्करण
     in_changeset: Changeset
     anonymous: अनामक
@@ -299,8 +308,6 @@ hi:
       relation: सम्बन्ध (%{count})
       relation_paginated: सम्बन्ध (%{count} के %{x}-%{y})
       comment: जवाब (%{count})
-      hidden_commented_by_html: '%{user} से कमेंट छिपाया गया <abbr title=''%{exact_time}''>%{when}</abbr>'
-      commented_by_html: '%{user} से कमेंट <abbr title=''%{exact_time}''>%{when}</abbr>'
       changesetxml: Changeset XML
       osmchangexml: osmChange XML
       feed:
@@ -429,6 +436,8 @@ hi:
       sorry: माफ़ कीजिए, जिन चेंजसेट कमेंटों की आपने अनुरोध की थी उन्हें लाने में
         कुछ ज़्यादा ही वक्त लग गया।
   dashboards:
+    popup:
+      friend: दोस्त
     show:
       my friends: मेरे मित्र
   diary_entries:
@@ -520,11 +529,7 @@ hi:
   geocoder:
     search:
       title:
-        latlon_html: <a href="https://openstreetmap.org/">Internal</a> से अंजाम
-        osm_nominatim_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> से अंजाम
-        osm_nominatim_reverse_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> से अंजाम
+        latlon: अन्दरूनी
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -692,6 +697,9 @@ hi:
           dormitory: डॉरमिटरी
           duplex: डुप्लेक्स घर
           farm: फार्म घर
+          hangar: हैंगर
+          house: घर
+          roof: छत
           "yes": इमारत
         craft:
           carpenter: बढ़ई
@@ -712,6 +720,7 @@ hi:
           give_way: रास्ता संकेत दें
           living_street: गली
           passing_place: गुजरता हुआ स्थान
+          path: मार्ग
           primary: प्राथमिक सड़क
           primary_link: प्राथमिक सड़क
           road: सड़क
@@ -730,6 +739,7 @@ hi:
           fort: किला
           house: घर
           manor: बंगला
+          stone: पत्थर
           tower: मिनार
           "yes": ऐतिहासिक स्थल
         landuse:
@@ -818,6 +828,7 @@ hi:
           village: गाँव
           "yes": स्थान
         railway:
+          rail: रेल
           station: रेलवे‌ स्टेशन
           subway: मेट्रो
           subway_entrance: मेट्रो प्रवेश
@@ -933,6 +944,8 @@ hi:
       home location: घर का स्थान
   site:
     about:
+      legal_1_1_terms_of_use: उपयोग की शर्तें
+      legal_1_1_privacy_policy: गोपनीयता नीति
       partners_title: हमारे साथी
     copyright:
       legal_babble:
@@ -1034,24 +1047,6 @@ hi:
       open_title: 'अनसुलझा नोट #%{note_name}'
       closed_title: 'सुलझा नोट #%{note_name}'
       hidden_title: 'छिपाया नोट #%{note_name}'
-      opened_by_html: '%{user} द्वारा <abbr title=''%{exact_time}''>%{when}</abbr>
-        बनाया गया'
-      opened_by_anonymous_html: गुमनाम द्वारा <abbr title='%{exact_time}'>%{when}</abbr>
-        बनाया गया
-      commented_by_html: '%{user} से <abbr title=''%{exact_time}''>%{when}</abbr>
-        का कमेंट'
-      commented_by_anonymous_html: गुमनाम से <abbr title='%{exact_time}'>%{when}</abbr>
-        का कमेंट
-      closed_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} द्वारा सुलझाया
-        गया
-      closed_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> गुमनाम
-        द्वारा सुलझाया गया
-      reopened_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} द्वारा
-        फिर चालू किया गया
-      reopened_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> गुमनाम
-        द्वारा फिर चालू किया गया
-      hidden_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} द्वारा छिपाया
-        गया
       report: इस नोट को रिपोर्ट कर
       hide: छुपाएँ
       resolve: समाधान करें
index 7034a3bc24ea8dc5193fb7202fab28d2d96d4655..22061d55bb533e6f00d4f332ddc48a5b6f60d3a4 100644 (file)
@@ -270,12 +270,6 @@ hr:
   browse:
     created: Stvoreno
     closed: Zatvoreno
-    created_html: <abbr title='%{title}'> je stvoreno u %{time}</abbr>
-    closed_html: <abbr title='%{title}'> je zatvoreno u %{time}</abbr>
-    created_by_html: Korisnik %{user} je stvorio <abbr title='%{title}'> u %{time}</abbr>
-    deleted_by_html: Korisnik %{user} je obrisao <abbr title='%{title}'> u %{time}</abbr>
-    edited_by_html: Korisnik %{user} je uredio <abbr title='%{title}'> u %{time}</abbr>
-    closed_by_html: Korisnik %{user} je zatvorio <abbr title='%{title}'> u %{time}</abbr>
     version: Inačica
     in_changeset: Set promjena
     anonymous: anonimno
@@ -303,9 +297,6 @@ hr:
       relation: Relacije (%{count})
       relation_paginated: Relacije(%{x}-%{y} od %{count})
       comment: Komentari (%{count})
-      hidden_commented_by_html: Komentar skriven od %{user} <abbr title="%{exact_time}">
-        u %{when}</abbr>
-      commented_by_html: Komentirao/la %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: XLM Set promjena
       osmchangexml: osmChange XML
       feed:
@@ -521,13 +512,6 @@ hr:
       success: '%{name} je izbačen iz prijatelja.'
       not_a_friend: '%{name} nije tvoj prijatelj.'
   geocoder:
-    search:
-      title:
-        latlon_html: Rezultati sa stranice <a href="https://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Rezultati sa stranice <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Rezultati sa stranice <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1098,9 +1082,6 @@ hr:
       failed_to_import: 'Import nije uspio. Ovdje je greška:'
       subject: '[OpenStreetMap] GPX Import nije uspio'
     gpx_success:
-      loaded_successfully: |-
-        uspješno učitano sa %{trace_points} od mogućih
-        %{possible_points} točaka.
       subject: '[OpenStreetMap] GPX Import uspješan'
     signup_confirm:
       subject: '[OpenStreetMap] Dobrodošli na OpenStreetMap'
@@ -1293,7 +1274,6 @@ hr:
   site:
     about:
       next: Dalje
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>doprinositelji
       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
@@ -1304,29 +1284,8 @@ hr:
         Doprinositelji koriste zračne snimke, GPS uređaje i vlastite terenske podatke
         za provjeru točnosti i ažurnosti OSM podataka.
       community_driven_title: Vođen zajednicom
-      community_driven_html: |-
-        Zajednica OpenStreetMapa je raznolika, strastvena, i raste svakim danom. Među našim suradnicima su kartografi amateri, GIS profesionalci, inženjeri koji održavaju OSM poslužitelje, humanitarci koji kartiraju područja pogođena katastrofom, i mnogi drugi.
-        Kako biste saznali više o zajednici, pogledajte <a href='https://blog.openstreetmap.org'>Blog OpenStreetMapa</a>, <a href='%{diary_path}'>korisničke dnevnike</a>, <a href='https://blogs.openstreetmap.org/'>blogove zajednice</a>, i web stranicu <a href='https://www.osmfoundation.org/'>Zaklade OSM-a</a> .
       open_data_title: Otvoreni podaci
-      open_data_html: 'OpenStreetMap sadrži <i>slobodne podatke</i>: možeš ih slobodno
-        koristiti za bilo koju svrhu dokle god su uz podatke naznačene zasluge OpenStreetMap-a
-        i njegovih doprinositelja. Ako mijenjaš podatke ili stvaraš nove na temelju
-        preuzetih podataka, te podatke možeš distribuirati samo pod istom licencom.
-        Vidi stranicu:<a href=''%{copyright_path}''>Autorska prava i licenca</a> za
-        detalje.'
       legal_title: Pravno
-      legal_1_html: Ovom internetskom stranicom i mnogim drugim srodnim uslugama službeno
-        upravlja <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a>
-        (OSMF) u ime zajednice. Korištenje svih usluga kojima upravlja OSMF podliježe
-        našim <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Uvjetima
-        korištenja</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Pravilima
-        prihvatljivog korištenja</a> te <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Pravilima
-        privatnosti</a>.
-      legal_2_html: "Molimo <a href='https://osmfoundation.org/Contact'>kontaktirajte
-        OSMF</a> \nako imate pitanja o licenciranju, autorskim pravima ili druga pravna
-        pitanja.\n<br> \nOpenStreetMap, logotip u obliku povećala i State of Map registrirani
-        su <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">zaštitni
-        znakovi OSMF-a</a>."
       partners_title: Partneri
     copyright:
       foreign:
@@ -1343,101 +1302,17 @@ hr:
         mapping_link: počnite kartirati
       legal_babble:
         title_html: Autorska prava i Dozvola
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> sadrži <i>otvorene podatke</i>, licencirane pod <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) licencom od strane <a
-          href="http://osmfoundation.org/">OpenStreetMap zaklade</a> (OSMF).
-        intro_2_html: Slobodni ste kopirati, distribuirati, prenositi i adaptirati
-          naše podatke, dokle god navodite OpenStreetMap i njegove doprinositelje
-          kao izvor. Ako izmijenite ili nadogradite naše podatke, možete distribuirati
-          rezultate samo pod istom licencijom. Puni <a href="http://opendatacommons.org/licenses/odbl/1.0/">pravni
-          tekst</a> objašnjava vaša prava i obveze.
-        intro_3_1_html: Naša dokumentacija licencirana je pod <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> licencijom (CC BY-SA 2.0).
         credit_title_html: Kako iskazati zasluge OpenStreetMap-a
         credit_1_html: 'Tamo gdje koristite OpenStreetMap podatke, morate učiniti
           sljedeće dvije stvari:'
-        credit_2_1_html: "<ul>\n  <li>Označite da je zaslužan OpenStreetMap prikazivanjem
-          naše obavijesti o autorskim pravima.</li> \n  <li>Objasnite da su podaci
-          dostupni pod \"Open Database License\".</li> \n</ul>"
-        credit_3_1_html: |-
-          Imamo različite zahtjeve o tome kako treba prikazivati oznake o autorskim pravima, ovisno o tome kako koristite naše podatke. Na primjer, vrijede različita
-          pravila o tome kako prikazati obavijest o autorskim pravima ovisno o tome jeste li
-          stvorili dinamičku kartu koju možete pregledavati na internetskoj stranici, tiskani zemljovid ili statičnu sliku. Sve pojedinosti o zahtjevima mogu se pronaći u <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">smjernicama o atribuciji</a>.
-        credit_4_html: "Kako biste razjasnili da su podaci dostupni pod \"Open\nDatabase
-          License\", možete postaviti poveznicu na\n<a href=\"https://www.openstreetmap.org/copyright\">ovu
-          stranicu o autorskim pravima</a>.\n\nAlternativno, a kao nužna potreba ako
-          distribuirate OSM u\nformi podataka, možete možete postaviti poveznicu izravno
-          na\ntekst licence(i). Ako oblik medija ne omogućuje korištenje poveznica
-          (npr. tiskana djela), predlažemo da uputite Vaše čitatelje na openstreetmap.org
-          (označava točno adresu web stranice umjesto samo ime projekta - 'OpenStreetMap')
-          i na opendatacommons.org. \nU ovom primjeru atribucija se pojavljuje u kutu
-          karte."
         attribution_example:
           alt: Primjer kako atribuirati OpenStreetMap na web stranici
           title: Primjer atribucije
         more_title_html: Saznaj više
-        more_1_html: |-
-          Pročitaj više o korištenju naših podataka i kako iskazati zasluge na <a
-          href="http://osmfoundation.org/Licence">stranici OSMF Licence</a>.
-        more_2_html: |-
-          Iako su podaci karte OpenStreetMap slobodni podaci, ne možemo pružiti besplatni API trećim stranama.
-          Vidi naša <a href="https://operations.osmfoundation.org/policies/api/">pravila korištenja API-a</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">pravila korištenja kvadratića karte</a>
-          i <a href="https://operations.osmfoundation.org/policies/nominatim/">Pravila korištenja Nominatim-a</a>.
         contributors_title_html: Naši doprinositelji
         contributors_intro_html: 'Sudionici projekta su tisuće individualaca. Projekt
           također uključuje podatke pod slobodnim licencama od nacionalnih kartografskih
           agencija i drugih izvora, među kojima su:'
-        contributors_at_html: |-
-          <strong>Austrija</strong> : Sadrži podatke iz
-           <a href="https://data.wien.gv.at/">Stadt Wien</a> (pod
-           <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-           <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> i
-          Land Tirol (pod <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT s izmjenama i dopunama</a>).
-        contributors_au_html: "<strong>Australija</strong> : uključuje ili razvija
-          korištenjem administrativnih granica ©\n <a href=\"https://geoscape.com.au/legal/data-copyright-and-disclaimer/\">Geoscape
-          Australia</a> \nlicenciran od strane Commonwealtha Australije pod\n <a href=\"https://creativecommons.org/licenses/by/4.0/\">Creative
-          Commons Attribution 4.0 International licence (CC BY 4.0)</a>."
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: Sadrži podatke iz
-             GeoBase&reg;, GeoGratis (&copy; Department of Natural
-             Resources Canada), CanVec (&copy; Department of Natural
-             Resources Canada) i StatCan (Geography Division,
-             Statistics Canada).
-        contributors_fi_html: |-
-          <strong>Finska</strong> : Sadrži podatke iz
-          National Land Survey of Finland's Topographic Database
-          i drugih skupova podataka, pod
-           <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI licencom</a>.
-        contributors_fr_html: |-
-          <strong>Francuska</strong> : Sadrži podatke iz
-          Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Nizozemska</strong> : Sadrži © AND data, 2007
-          ( <a href="https://www.and.com">www.and.com</a> )
-        contributors_nz_html: '<strong>Novi Zeland</strong>: Sadrži podatke iz izvora
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> koji su licencirani
-          za ponovnu upotrebu pod <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a> licencijom.'
-        contributors_si_html: "<strong>Slovenija</strong> : Sadrži podatke iz\n <a
-          href=\"http://www.gu.gov.si/en/\">Geodetske uprave</a> i\n <a href=\"http://www.mkgp.gov.si/en/\">Ministarstva
-          poljoprivrede, šumarstva i prehrane</a> \n (javne informacije Slovenije)."
-        contributors_es_html: |-
-          <strong>Španjolska</strong> : Sadrži podatke dobivene od
-          Spanish National Geographic Institute (<a href="http://www.ign.es/">IGN</a>) i
-          National Cartographic System (<a href="http://www.scne.es/">SCNE</a>)
-          licenciranih za ponovnu upotrebu pod <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Južna Afrika</strong>: Sadrži podatke iz
-           <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, državna autorska prava zadržana.
-        contributors_gb_html: '<strong>Ujedinjeno Kraljevstvo</strong>: Sadrži podatke
-          iz Ordnance Survey data &copy; Crown copyright and database right 2010-19.'
-        contributors_footer_1_html: Za daljnje pojedinosti o ovim i drugim izvorima
-          koji su korišteni za poboljšanje OpenStreetMapa, pogledajte <a href="https://wiki.openstreetmap.org/wiki/Contributors">Contributors
-          page</a> na OpenStreetMap Wiki-u.
         contributors_footer_2_html: Uvrštavanje podataka u OpenStreetMap ne podrazumijeva
           da izvorni davatelj podataka podržava OpenStreetMap, pruža bilo kakvo jamstvo,
           ili prihvaća bilo kakve obveze.
@@ -1445,16 +1320,6 @@ hr:
         infringement_1_html: Suradnike OSM-a podsjećamo da nikada ne dodaju podatke
           iz bilo kakvih izvora zaštićenih autorskim pravima (npr. Google karte ili
           tiskane karte) bez izričitog dopuštenja nositelja autorskih prava.
-        infringement_2_html: Ako smatrate da je materijal zaštićen autorskim pravom
-          neprimjereno dodan u bazu podataka OpenStreetMap ili na ove stranice, pogledajte
-          naš <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">postupak
-          za uklanjanje</a> ili pritužbu pošaljite izravno na <a href="https://dmca.openstreetmap.org/">on-line
-          stranici za podnošenje zahtjeva</a>.
-        trademarks_title_html: <span id="trademarks"></span>Robni žigovi
-        trademarks_1_html: OpenStreetMap, logotip u obliku povećala i State of the
-          Map registrirani su žigovi OpenStreetMap Foundationa. Ako imate pitanja
-          o vašem korištenju žigova, pogledajte našu <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Politiku
-          zaštitnih znakova</a> .
     index:
       js_1: Koristite internet preglednik koji ne podržava JavaScript, ili vam je
         isključen JavaScript.
@@ -2000,19 +1865,6 @@ hr:
       open_title: Neriješena bilješka broj %{note_name}
       closed_title: Riješena bilješka broj %{note_name}
       hidden_title: Skrivena bilješka broj %{note_name}
-      opened_by_html: Zabilježio/la %{user} <abbr title='%{exact_time}'> u %{when}</abbr>
-      opened_by_anonymous_html: Zabilježeno anonimno <abbr title='%{exact_time}'>
-        u %{when}</abbr>
-      commented_by_html: Komentirao/la %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Komentirano anonimno <abbr title='%{exact_time}'>
-        u %{when}</abbr>
-      closed_by_html: Riješio/la %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Riješeno anonimno <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Ponovno aktivirao/la %{user} <abbr title='%{exact_time}'>
-        u %{when}</abbr>
-      reopened_by_anonymous_html: Ponovno aktivirano anonimno <abbr title='%{exact_time}'>
-        u %{when}</abbr>
-      hidden_by_html: Sakrio/la %{user} <abbr title='%{exact_time}'> u %{when}</abbr>
       report: prijavi ovu bilješku
       anonymous_warning: Ova bilješka sadrži komentare anonimnih korisnika koje bi
         trebalo neovisno provjeriti.
@@ -2075,8 +1927,6 @@ hr:
         gps: Javni GNSS tragovi
         overlays: Uključi dodatne slojeve za otklanjanje grešaka na karti
         title: Slojevi
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap doprinositelji</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Doniraj OSM projektu</a>
     site:
       edit_tooltip: Uredi kartu
       edit_disabled_tooltip: Približi za uređivanje karte
index 2a2e53563f345273696426fc633ebf1ad3385c3a..cbcdd9b8a4b921aca2440ded940ec34989c6363e 100644 (file)
@@ -17,7 +17,7 @@ hsb:
       prompt: Dataju wubrać
     submit:
       diary_comment:
-        create: Składować
+        create: Komentar
       diary_entry:
         create: Wozjewić
         update: Aktualizować
@@ -98,6 +98,7 @@ hsb:
       diary_entry:
         user: Wužiwar
         title: Tema
+        body: Wobsah
         latitude: Šěrokostnik
         longitude: Dołhostnik
         language_code: Rěč
@@ -149,6 +150,9 @@ hsb:
         pass_crypt_confirmation: Hesło wobkrućić
     help:
       doorkeeper/application:
+        confidential: Nałoženje so wužiwa, hdźež da so z potajnstwom klienta dowěrliwje
+          wobchadźeć (natiwne mobilne nałoženja a jednostronske nałoženja dowěrliwe
+          njejsu)
         redirect_uri: Jednu linku na URI wužiwać
       trace:
         tagstring: přez komu dźěleny
@@ -159,41 +163,66 @@ hsb:
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        other: před něhdźe hodźinu
+        one: před něhdźe %{count} hodźinu
+        two: před něhdźe %{count} hodźinomaj
+        few: před něhdźe %{count} hodźinami
+        other: před něhdźe %{count} hodźinami
       about_x_months:
         one: něhdźe před %{count} měsacom
         two: něhdźe před %{count} měsacomaj
         few: něhdźe před %{count} měsacami
         other: něhdźe před %{count} měsacami
       about_x_years:
-        other: něhdźe před lětom
+        one: něhdźe před %{count} lětom
+        two: něhdźe před %{count} lětomaj
+        few: něhdźe před %{count} lětami
+        other: něhdźe před %{count} lětami
       almost_x_years:
-        other: před nimale lětom
+        one: před nimale %{count} lětom
+        two: před nimale %{count} lětomaj
+        few: před nimale %{count} lětami
+        other: před nimale %{count} lětami
       half_a_minute: před poł mjeńšinu
       less_than_x_seconds:
-        one: před mjenje hač 1 sekundu
-        other: před mjenje hač %{count} sekundomaj
+        one: před mjenje hač %count} { sekundu
+        two: před mjenje hač %{count} sekundomaj
+        few: před mjenje hač %{count} sekundami
+        other: před mjenje hač %{count} sekundow
       less_than_x_minutes:
-        one: před mjenje hač 1 mjeńšinu
-        other: před mjenje hač %{count} mjeńšinomaj
+        one: před mjenje hač %{count} mjeńšinu
+        two: před mjenje hač %{count} mjeńšinomaj
+        few: před mjenje hač %{count} mjeńšinami
+        other: před mjenje hač %{count} mjeńšinami
       over_x_years:
-        one: před wjace hač lětom
-        other: před wjace hač %{count} lětomaj
+        one: před wjace hač %{count} lětom
+        two: před wjace hač %{count} lětomaj
+        few: před wjace hač %{count} lětami
+        other: před wjace hač %{count} lětami
       x_seconds:
-        one: před 1 sekundu
-        other: před %{count} sekundomaj
+        one: před %{count} sekundu
+        two: před %{count} sekundomaj
+        few: před %{count} sekundami
+        other: před %{count} sekundami
       x_minutes:
-        one: před 1 mjeńšinu
-        other: před %{count} mjeńšinomaj
+        one: před %{count} mjeńšinu
+        two: před %{count} mjeńšinomaj
+        few: před %{count} mjeńšinami
+        other: před %{count} mjeńšinami
       x_days:
-        one: před 1 dnjom
-        other: před %{count} dnjomaj
+        one: před %{count} dnjom
+        two: před %{count} dnjomaj
+        few: před %{count} dnjemi
+        other: před %{count} dnjemi
       x_months:
-        one: před měsacom
-        other: před %{count} měsacomaj
+        one: před %{count} měsacom
+        two: před %{count} měsacomaj
+        few: před %{count} měsacami
+        other: před %{count} měsacami
       x_years:
-        one: před lětom
-        other: před %{count} lětomaj
+        one: před %{count} lětom
+        two: před %{count} lětomaj
+        few: před %{count} lětami
+        other: před %{count} lětami
   editor:
     default: Standard (tuchwilu %{name}
     id:
@@ -234,6 +263,18 @@ hsb:
       entry:
         comment: Komentar
         full: Dospołna pokazka
+  account:
+    deletions:
+      show:
+        title: Moje konto zhašeć
+        warning: Kedźbu! Proces zhašenja konta je doskónčny a njeda so cofnyć.
+        delete_account: Konto zhašeć
+        delete_introduction: 'Móžeš swoje konto OpenStreetMap z pomocu tłóčatka deleka
+          zhašeć. Prošu dźiwajće na slědowace podrobnosće:'
+        delete_profile: Waše profilowe informacije, mjez nimi waš awatar, wopisanje
+          a bydlišćo so wotstronja.
+        delete_display_name: Waše pokazowanske mjeno so wotstroni a da so z druhimi
+          kontami znowa wužiwać.
   accounts:
     edit:
       title: Konto wobdźěłać
@@ -268,12 +309,6 @@ hsb:
   browse:
     created: Wutworjeny
     closed: 'Začinjeny:'
-    created_html: Wutworjeny <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Začinjeny <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Wutworjeny <abbr title='%{title}'>%{time}</abbr> wot %{user}
-    deleted_by_html: Wotstronjeny <abbr title='%{title}'>%{time}</abbr> wot %{user}
-    edited_by_html: Wobdźěłany <abbr title='%{title}'>%{time}</abbr> wot %{user}
-    closed_by_html: Začinjeny <abbr title='%{title}'>%{time}</abbr> wot %{user}
     version: Wersija
     in_changeset: Sadźba změnow
     anonymous: anonymny
@@ -303,8 +338,6 @@ hsb:
       relation: Relacije (%{count})
       relation_paginated: Relacije (%{x}-%{y} z %{count})
       comment: Komentary (%{count})
-      hidden_commented_by_html: Schowany komentar wužiwarja %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Komentar wužiwarja %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Sadźba změnow XML
       osmchangexml: osmChange XML
       feed:
@@ -552,13 +585,6 @@ hsb:
       success: '%{name} je so jako přećel wotstronił.'
       not_a_friend: '%{name} twój přećel njeje.'
   geocoder:
-    search:
-      title:
-        latlon_html: Wuslědki wot <a href="http://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Wuslědki z <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Wuslědki z <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1322,8 +1348,6 @@ hsb:
       status: Status
       reports: Rozprawy
       last_updated: Poslednja aktualizacija
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> wot %{user}
       link_to_reports: Rozprawy sej wobhladać
       reports_count:
         one: Jedna rozprawa
@@ -1491,8 +1515,6 @@ hsb:
       subject: '[OpenStreetMap] Zmylk při imporće GPX'
     gpx_success:
       hi: Witaj %{to_user},
-      loaded_successfully: '%{trace_points} z %{possible_points} móžnych dypkow bu
-        wuspěšnje importowane.'
       subject: '[OpenStreetMap] GPX-import wuspěšny'
     signup_confirm:
       subject: '[OpenStreetMap] Witaj k OpenStreetMap'
@@ -1721,7 +1743,6 @@ hsb:
       image: Wobraz
       gravatar:
         gravatar: Gravatar wužiwać
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Što Grawatar je?
         disabled: Grawatar je so znjemóžnił.
         enabled: Zwobraznjenje wašeho grawatara je so zmóžniło.
@@ -1801,7 +1822,6 @@ hsb:
   site:
     about:
       next: Dale
-      copyright_html: <span>&copy; </span>sobuskutkowacy<br>OpenStreetMap
       used_by_html: '%{name} staja kartowe daty za tysacy webstronow, aplikacijow
         a nastroje k dispoziciji'
       lede_text: OpenStreetMap twori so wot zhromadźenstwa kartěrowarjow, kiž přinošuja
@@ -1812,16 +1832,7 @@ hsb:
         wužiwaja powětrowe wobrazy, GPS-nastroje a pólne karty za přepruwowanje, zo
         by OSM dokładny a aktualny był.
       community_driven_title: Wot zhromadźenstwa wutworjene
-      community_driven_html: |-
-        Zhromadźenstwo OpenStreetMap je wšelakore, rozpalite a rosće kóždy dźeń.
-        Naši sobuskutkowacy su zahorići kartěrowarjo, GIS-profijo, inženjerojo, kotřiž OSM-serwery ćěrja a wjele wjace.
-        Zo by wjace wo zhromadźenstwje zhonił(a), hlej <a href='%{diary_path}'>wužiwarske dźeniki</a>, <a href='http://blogs.openstreetmap.org/'>blogi zhromadźenstwa</a> a webstronu załožby <a href='http://www.osmfoundation.org/'>OSM Foundation</a>
       open_data_title: Zjawne daty
-      open_data_html: 'OpenStreetMap wobsahuje <i>zjawne daty</i>: Móžeš je za kóždy
-        zaměr wužiwać, dołhož OpenStreetMap a jeho sobuskutkowacych naspomnješ. Jeli
-        daty na wěste wašnje změniš abo wutworiš, móžeš wuslědk jenož pod samsnej
-        licencu rozdźělić. Hlej <a href=''%{copyright_path}''>stronu wo awtorskim
-        prawje a licency</a> za podrobnosće.'
       legal_title: Prawniske pokiwy
       partners_title: Partnerojo
     copyright:
@@ -1839,81 +1850,16 @@ hsb:
         mapping_link: z kartěrowanjom započeć
       legal_babble:
         title_html: Awtorske prawo a licenca
-        intro_1_html: |-
-          OpenStreetMap su <i>zjawne daty</i>, licencowane pod licencu <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database</a> (ODbL) wot <a
-          href="http://osmfoundation.org/">załožby OpenStreetMap</a> (OSMF).
-        intro_2_html: Směš naše daty kopěrować, rozdźělić, přenjesć a přiměrić, dołhož
-          OpenStreetMap a jeho sobuskutkowacych naspominaš. Jeli změniš naše daty
-          abo zepěraš so na nje, móžeš wuslědk jenož pod samsnej licencu rozdźělić.
-          Dospołny <a href="http://opendatacommons.org/licenses/odbl/1.0/">tekst licency</a>
-          wujasnja twoje prawa a winowatosće.
-        intro_3_1_html: Naša dokumentacija je pod licencu <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0) licencowana.
         credit_title_html: Kak ma so na awtorstwo OpenStreetMap pokazać
         credit_1_html: Žadamy sej wužiwanje pokazki „&copy; sobuskutkowacy OpenStreetMap“.
-        credit_2_1_html: Dyrbiš tež wujasnić, zo steja daty pod licencu Open Database,
-          a, jelizo wužiwaš naše kartowe kachlički, zo je kartografija pod CC-BY-SA
-          licencowana. Móžeš to činić wotkazujo na stronu <a href="http://www.openstreetmap.org/copyright">www.openstreetmap.org/copyright</a>.
-          Alternatiwnje, a winowatostnje, jeli OSM w formje datow dale dawaš, móžeš
-          direktnje na licency wotkazać a je mjenować. W medijach, hdźež wotkazy móžne
-          njejsu (na př. ćišćane dźěła), doporučimy tebi, twojich čitarjow na openstreetmap.org
-          (snadź rozšěrjejo 'OpenStreetMap' k połnej adresy), na opendatacommons.org
-          a, jeli přitrjechi, na creativecommons.org skedźbnić.
-        credit_4_html: 'Za přepytujomnu elektronisku kartu měła so pokazka w róžku
-          karty jewić. Na přikład:'
         attribution_example:
           alt: Přikład, kak so na webstronje na OpenStreetMap pokazuje
           title: Přikład za mjenowanje na webstronje z elektroniskej kartu
         more_title_html: Dalše informacije
-        more_1_html: |-
-          Wjace informacijow wo wužiwanju našich datow a kak hodźi so na nas pokazować namakaš na <a
-          href="http://osmfoundation.org/Licence">stronje OSMF wo licencach</a>.
-        more_2_html: "Byrnjež wobstejał OpenStreetMap ze zjawnych datow, njemóžemy
-          darmotnu kartowu API za třećich poskićić. \nHlej naše <a href=\"http://wiki.openstreetmap.org/wiki/API_usage_policy\">prawidła
-          za wužiwanje API</a>, <a href=\"http://wiki.openstreetmap.org/wiki/Tile_usage_policy\">prawidła
-          za wužiwanje kachličkow</a> a <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy\">prawidła
-          za wužiwanje Nominatim</a>."
         contributors_title_html: Naši sobuskutkowacy
         contributors_intro_html: 'Naši sobuskutkowacy su tysacy jednotliwcow. Zapřijamy
           tež wotewrjenje licencowane daty narodnych kartowych agenturow a z druhich
           žórłow, mjez nimi:'
-        contributors_at_html: '<strong>Awstriska</strong>: Wobsahuje daty z <a href="http://data.wien.gv.at/">Stadt
-          Wien</a> (pod <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC
-          BY</a>), <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land
-          Vorarlberg</a> a Land Tirol (pod <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY
-          AT ze změnami</a>).'
-        contributors_au_html: '<strong>Awstralska</strong>: Wobsahuje předměšćanske
-          daty na zakładźe datow Awstralskeho  zarjada za statistiku (Australian Bureau
-          of Statistics).'
-        contributors_ca_html: '<strong>Kanada</strong>: Wobsahuje daty z GeoBase&reg;,
-          GeoGratis (&copy; Department of Natural Resources Canada), CanVec (&copy;
-          Department of Natural Resources Canada), a StatCan (Geography Division,
-          Statistics Canada).'
-        contributors_fi_html: '<strong>Finska</strong>: Wobsahuje daty z topografiskeje
-          datoweje banki National Land Survey of Finland a druhich datowych sadźbow,
-          pod <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI-licencu</'
-        contributors_fr_html: '<strong>Francoska</strong>: Wobsahuje daty z Direction
-          Générale des Impôts.'
-        contributors_nl_html: '<strong>Nižozemska</strong>: Wobsahuje daty &copy;
-          AND data, 2007   (<a href="http://www.and.com">www.and.com</a>)'
-        contributors_nz_html: "<strong>Nowoseelandska</strong>: Wobsahuje daty ze
-          słužby \n<a href=\"https://data.linz.govt.nz/\">Land Information New Zealand</a>
-          a \nje za zasowužiwanje pod \n<a href=\"https://creativecommons.org/licenses/by/4.0/\">CC
-          BY 4.0</a> licencowane."
-        contributors_si_html: '<strong>Słowjenska</strong>: Wobsahuje daty ze <a href="http://www.gu.gov.si/en/">zarjada
-          za krajměrjenje a kartěrowanje</a> kaž tež z <a href="http://www.mkgp.gov.si/en/">ministerstwa
-          za ratarstwo, lěsnistwo a zežiwjenje</a> (zjawne informacije Słowjenskeje).'
-        contributors_za_html: '<strong>Južna Afrika</strong>: Wobsahuje daty z <a
-          href="http://www.ngi.gov.za/">Chief Directorate:   National Geo-Spatial
-          Information</a>, Statne awtorske prawo wuměnjene.'
-        contributors_gb_html: '<strong>Zjednoćene kralestwo</strong>: Wobsahuje daty
-          z Ordnance Survey (Zarjadniske krajměrjenstwo) &copy; Awtorske prawo a prawo
-          za datowe banki 2010-2019.'
-        contributors_footer_1_html: Za dalše podrobnosće za to a druhe žórła, kotrež
-          su so wužili, zo bychu OpenStreetMap polěpšili, hlej prošu <a href="http://wiki.openstreetmap.org/wiki/Contributors">stronu
-          sobuskutkowarjow</a> na wikiju OpenStreetMap.
         contributors_footer_2_html: Zapřijimanje datow do OpenStreetMap njerěka, zo
           poskićowar originalnych datow OpenStreetMap připóznawa, někajku garantiju
           dodawa abo rukowanje přewozmje.
@@ -1921,16 +1867,6 @@ hsb:
         infringement_1_html: Sobuskutkowacych OSM namołwjamy, zo ženje daty ze žórłow,
           kotrež su přez awtorske prawo škitane (na př. z Google Maps abo z wućišćanych
           kartow) bjez wurazneje dowolnosće awtorow  njepřidawaja.
-        infringement_2_html: Jeli měniš, zo awtorskoprawnisce škitany material je
-          so datowej bance OpenStreetMap abo tutomu sydłu bjez dowolnosće přidał,
-          poćahuj so prošu na naše <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">postupowanje
-          za wotstronjenje wobsaha</a>abo zdźěl to direktnje na našej <a href="https://dmca.openstreetmap.org/">formularnej
-          stronje</a>.
-        trademarks_title_html: <span id="trademarks"></span>markowe znamjo
-        trademarks_1_html: OpenStreetMap, logo z lupu a staw karty su registrowane
-          znamjenja załožby OpenStreetMap. Maš-li prašenja wo wužiwanju znamjo, pósćel
-          je prošu <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">dźěłowej
-          skupinje "licency"</a>.
     index:
       js_1: Pak wužiwaš wobhladowak, kotryž JavaScript njepodpěruje, pak sy JavaScript
         znjemóžnił.
@@ -2002,11 +1938,6 @@ hsb:
           explanation_html: Jeli sy problem z našimi kartowymi datami pytnył, na přikład
             dróha abo twoja adresa faluje, je najlěpše wašnje, z tym pokročować, so
             zhromadźenstwu OpenStreetMap přiidružić a sam daty přidać abo korigować.
-        add_a_note:
-          instructions_html: |-
-            Klikń prosće na <a class='icon note'></a> abo na samsny symbol w zwobraznjenju karty.
-            To přida karće marku, kotruž móžeš přez ćehnjenje přesunyć.
-            Přidaj swoju powěsć, klikń potom na Składować a druzy kartěrowarjo to přeslědźa.
       other_concerns:
         title: Druhe naležnosće
     help:
@@ -2656,18 +2587,6 @@ hsb:
       open_title: 'Njesčinjena pokazka #%{note_name}'
       closed_title: 'Sčinjena pokazka #%{note_name}'
       hidden_title: 'Schowana pokazka #%{note_name}'
-      opened_by_html: Wutworjeny wot %{user} <abbr title='%{exact_time}'>před %{when}</abbr>
-      opened_by_anonymous_html: Wutworjeny wot anonymneho <abbr title='%{exact_time}'>před
-        %{when}</abbr>
-      commented_by_html: Komentar wot %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Komentar wot anonymneho <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Rozrisany wot %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Rozrisany wot anonymneho <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reaktiwizowany wot %{user} <abbr title='%{exact_time}'>před
-        %{when}</abbr>
-      reopened_by_anonymous_html: Reaktiwizowany wot anonymneho <abbr title='%{exact_time}'>před
-        %{when}</abbr>
-      hidden_by_html: Schowany wot %{user} <abbr title='%{exact_time}'>před %{when}</abbr>
       report: Tutón pokiw zdźělić
       anonymous_warning: Tuta pokazka wobsahuje komentary wot anonymnych wužiwarjow,
         kotrež měli so njewotwisnje přepruwować.
@@ -2740,9 +2659,6 @@ hsb:
         gps: Zjawne GPS-ćěrje
         overlays: Woršty za pytanje za zmylkami na karće zmóžnić
         title: Runiny
-      copyright: © <a href='%{copyright_url}'>Sobuskutkowarjo OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Darić</a>
-      terms: <a href='%{terms_url}' target='_blank'>Wuměnjenja websydła a API</a>
     site:
       edit_tooltip: Kartu wobdźěłać
       edit_disabled_tooltip: Za wobdźěłanje karty powjetšić
index b5b79dc0f2828444cd0e9d22da90a6f6f337316a..6593b13b38e1a066387b183e31ca5516fcf655dd 100644 (file)
@@ -192,48 +192,45 @@ hu:
           használni.
         needs_view: Be kell jelentkeznie a felhasználónak, mielőtt a blokkolás feloldódik?
       user:
-        email_confirmation: E-mail címed nem jelenik nyilvánosan. További információ
-          <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="az OSMF
-          adatvédelmi irányelvek e-mail címekre vonatkozó részéről">privacy policy</a>.
         new_email: (soha nem jelenik meg nyilvánosan)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: nagyjából 1 órával ezelőtt
+        one: nagyjából %{count} órával ezelőtt
         other: mintegy %{count} órával ezelőtt
       about_x_months:
-        one: nagyjából 1 hónappal ezelőtt
+        one: nagyjából %{count} hónappal ezelőtt
         other: mintegy %{count} hónappal ezelőtt
       about_x_years:
-        one: nagyjából 1 éve
-        other: nagyjából %{count} éve
+        one: nagyjából %{count} évvel ezelőtt
+        other: nagyjából %{count} évvel ezelőtt
       almost_x_years:
-        one: majdnem 1 évvel ezelőtt
+        one: majdnem %{count} évvel ezelőtt
         other: majdnem %{count} évvel ezelőtt
       half_a_minute: fél perccel ezelőtt
       less_than_x_seconds:
-        one: kevesebb mint 1 másodperccel ezelőtt
+        one: kevesebb mint %{count} másodperccel ezelőtt
         other: kevesebb mint %{count} másodperccel ezelőtt
       less_than_x_minutes:
-        one: kevesebb mint 1 perccel ezelőtt
+        one: kevesebb mint %{count} perccel ezelőtt
         other: kevesebb mint %{count} perccel ezelőtt
       over_x_years:
-        one: több mint 1 éve
-        other: több mint %{count} éve
+        one: több mint %{count} évvel ezelőtt
+        other: több mint %{count} évvel ezelőtt
       x_seconds:
-        one: 1 másodperccel ezelőtt
+        one: '%{count} másodperccel ezelőtt'
         other: '%{count} másodperccel ezelőtt'
       x_minutes:
-        one: 1 perccel ezelőtt
+        one: '%{count} perccel ezelőtt'
         other: '%{count} perccel ezelőtt'
       x_days:
-        one: 1 napja
-        other: '%{count} napja'
+        one: '%{count} nappal ezelőtt'
+        other: '%{count} nappal ezelőtt'
       x_months:
-        one: 1 hónappal ezelőtt
+        one: '%{count} hónappal ezelőtt'
         other: '%{count} hónappal ezelőtt'
       x_years:
-        one: 1 évvel ezelőtt
+        one: '%{count} évvel ezelőtt'
         other: '%{count} évvel ezelőtt'
   editor:
     default: Alapértelmezett (jelenleg %{name})
@@ -335,9 +332,7 @@ hu:
         léphessenek Veled a webhelyen keresztül, kattints az alábbi gombra.
       only_public_can_edit: A 0.6-os API-váltás óta csak nyilvános felhasználó szerkeszthet
         térképadatokat.
-      find_out_why_html: (%{link}).
       find_out_why: olvasd el, miért
-      find_out_why_url: https://wiki.openstreetmap.org/wiki/Anonymous_edits
       email_not_revealed: Az e-mail-címed nem fog nyilvánosságra kerülni.
       not_reversible: Ez a művelet nem vonható vissza, és most már minden új felhasználó
         alapértelmezés szerint nyilvános.
@@ -351,22 +346,22 @@ hu:
   browse:
     created: Létrehozva
     closed: Lezárva
-    created_html: 'Létrehozva: <abbr title=''%{title}''>%{time}</abbr>'
-    closed_html: 'Lezárva: <abbr title=''%{title}''>%{time}</abbr>'
-    created_by_html: Létrehozta %{user}, <abbr title='%{title}'>%{time}</abbr>
-    deleted_by_html: Törölte %{user}, <abbr title='%{title}'>%{time}</abbr>
-    edited_by_html: Szerkesztette %{user}, <abbr title='%{title}'>%{time}</abbr>
-    closed_by_html: Lezárta %{user}, <abbr title='%{title}'>%{time}</abbr>
+    created_ago_html: Létrehozva %{time_ago}
+    closed_ago_html: Lezárva %{time_ago}
+    created_ago_by_html: Létrehozta %{user} %{time_ago}
+    closed_ago_by_html: Lezárva %{time_ago}, %{user} által
+    deleted_ago_by_html: Törölte %{user} %{time_ago}
+    edited_ago_by_html: Szerkesztette %{user} %{time_ago}
     version: Verzió
     in_changeset: Módosításcsomag
     anonymous: névtelen
     no_comment: (nincs hozzászólás)
     part_of: 'Része ennek:'
     part_of_relations:
-      one: 1 kapcsolat
+      one: '%{count} kapcsolat'
       other: '%{count} kapcsolat'
     part_of_ways:
-      one: 1 vonal
+      one: '%{count} vonal'
       other: '%{count} vonal'
     download_xml: XML letöltése
     view_history: Előzmények megtekintése
@@ -382,9 +377,6 @@ hu:
       relation: Kapcsolatok (%{count})
       relation_paginated: 'Kapcsolatok (%{x}-%{y} ennyiből: %{count})'
       comment: Hozzászólások (%{count})
-      hidden_commented_by_html: Rejtett hozzászólás %{user} felhasználótól, <abbr
-        title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Hozzászólás %{user} felhasználótól, <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Changeset XML
       osmchangexml: osmChange XML
       feed:
@@ -411,7 +403,7 @@ hu:
       history_title_html: '%{name} kapcsolat előzményei'
       members: Tagok
       members_count:
-        one: 1 tag
+        one: '%{count} tag'
         other: '%{count} tag'
     relation_member:
       entry_role_html: '%{type} %{name} mint %{role}'
@@ -654,13 +646,6 @@ hu:
       success: '%{name} eltávolítva az ismerőseid közül.'
       not_a_friend: '%{name} nem tartozik az ismerőseid közé.'
   geocoder:
-    search:
-      title:
-        latlon_html: Eredmények az <a href="https://openstreetmap.org/">Internal</a>-ról
-        osm_nominatim_html: Eredmények az <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>-ról
-        osm_nominatim_reverse_html: Eredmények az <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatimról</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1453,11 +1438,9 @@ hu:
       status: Állapot
       reports: Bejelentések
       last_updated: Utoljára frissítve
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> %{user} által
       link_to_reports: Bejelentések megtekintése
       reports_count:
-        one: 1 bejelentés
+        one: '%{count} bejelentés'
         other: '%{count} bejelentés'
       reported_item: Jelentett elem
       states:
@@ -1626,9 +1609,9 @@ hu:
       subject: '[OpenStreetMap] Sikertelen GPX importálás'
     gpx_success:
       hi: Szia %{to_user}!
-      loaded_successfully:
-        one: sikeresen betöltődött a lehetséges 1 pontból %{trace_points} ponttal.
-        other: sikeresen betöltődött a lehetséges %{possible_points} pontból %{trace_points}
+      loaded:
+        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.
       subject: '[OpenStreetMap] Sikeres GPX importálás'
     signup_confirm:
@@ -1727,6 +1710,8 @@ hu:
       success: Felhasználói fiókod megerősítve, köszönjük a regisztrációt!
       already active: Ez a fiók már megerősítésre került.
       unknown token: Ez a megerősítési kód lejárt vagy nem létezik.
+      resend_html: Ha újra el kell küldenünk a megerősítő e-mailt, %{reconfirm_link}.
+      click_here: kattints ide
     confirm_resend:
       failure: '%{name} felhasználó nem található.'
     confirm_email:
@@ -1850,7 +1835,6 @@ hu:
       image: Kép
       gravatar:
         gravatar: Gravatar használata
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Mi az a Gravatar?
         disabled: A Gravatar le van tiltva.
         enabled: A Gravatar kép kijelzését bekapcsoltad.
@@ -1917,6 +1901,7 @@ hu:
       support: támogatás
   shared:
     markdown_help:
+      heading_html: 'Elemezve ezzel: %{kramdown_link}'
       headings: Címsorok
       heading: Cím
       subheading: Alcím
@@ -1935,7 +1920,6 @@ hu:
   site:
     about:
       next: Következő
-      copyright_html: <span>&copy;</span>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'
       lede_text: Az OpenStreetMapet egy térképszerkesztő-közösség építi, akik hozzáadnak
@@ -1946,33 +1930,8 @@ hu:
         A közreműködők műholdképeket, GPS-eszközöket és hagyományos térképeket használnak,
         hogy ellenőrizzék az OSM pontosságát és naprakészségét.
       community_driven_title: Közösség által vezérelt
-      community_driven_html: Az OpenStreetMap közössége változatos, lelkes, és minden
-        nap növekszik. Lelkes térképezők, GIS profik, az OSM szervereket üzemeltető
-        technikusok, katasztrófa-sújtotta területeket térképező önkéntesek működnek
-        közre a térkép szerkesztésében. Ha többet szeretnél megtudni a közösségről,
-        lásd az <a href='https://blog.openstreetmap.org'>OpenStreetMap Blogot</a>,
-        a <a href='%{diary_path}'>felhasználói naplókat</a>, a <a href='https://blogs.openstreetmap.org/'>közösségi
-        blogokat</a>, és az <a href='https://www.osmfoundation.org/'>OSM Foundation</a>
-        weboldalát.
-      open_data_title: Szabad adatok
-      open_data_html: 'Az OpenStreetMap <i>szabad adatokból</i> áll: szabadon használhatod
-        bármilyen célra az OpenStreetMap és közreműködői megjelölésével. Ha hozzáadsz,
-        vagy módosítod az adatot valamilyen módon, az eredményt csak ugyanezzel a
-        licenccel teheted közzé. Lásd a <a href=''%{copyright_path}''>Copyright és
-        Licence oldalt</a> a részletekért.'
+      open_data_title: Nyílt adat
       legal_title: Jogi segítség
-      legal_1_html: Ezt az oldalt és sok más kapcsolódó szolgáltatást hivatalosan
-        az <a href='https://osmfoundation.org/'>OpenStreetMap Alapítvány</a> (OSMF)
-        üzemelteti, a közösség nevében. Az összes OSMF által üzemeltetett szolgáltatásra
-        vonatkoznak a <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">felhasználási
-        feltételek</a>, az <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">elfogadható
-        felhasználásra vonatkozó irányelvek</a>, és az <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">adatvédelmi
-        nyilatkozat</a>.
-      legal_2_html: "Ha licenccel kapcsolatos, szerzői jogi vagy más jogi kérdésed
-        van, <a href='https://osmfoundation.org/Contact'>fordulj az OSMF-hez</a>.\n<br>\nAz
-        OpenStreetMap elnevezés, a nagyítót ábrázoló logó és a State of the Map elnevezés
-        \n<a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">az OSMF
-        bejegyzett védjegyei</a>."
       partners_title: Partnerek
     copyright:
       foreign:
@@ -1988,94 +1947,39 @@ hu:
         mapping_link: kezdheted a térképezést
       legal_babble:
         title_html: Szerzői jog és licenc
-        intro_1_html: |-
-          Az OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> egy <i>szabad adathalmaz</i>, amelyet az <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> licenc (ODbL) alatt tett közzé az <a
-          href="https://osmfoundation.org/">OpenStreetMap Alapítvány</a> (OSMF).
-        intro_2_html: |2-
-            Szabadon másolhatod, terjesztheted, továbbíthatod és átdolgozhatod adatainkat mindaddig, amíg feltünteted az OpenStreetMapet és közreműködőit. Ha módosítod vagy felhasználod az adatainkat, akkor az eredményt is csak azonos licenccel terjesztheted. A teljes <a
-            href="https://opendatacommons.org/licenses/odbl/1.0/">jogi
-            szabályzat</a> ismerteti a jogaidat és kötelezettségeidet.
-        intro_3_1_html: Dokumentációnkra a <a href="https://creativecommons.org/licenses/by-sa/2.0/deed.hu">Creative
-          Commons „Nevezd meg! – Így add tovább!” 2.0</a> (CC BY-SA) licenc vonatkozik.
+        introduction_1_html: Az OpenStreetMap%{registered_trademark_link} %{open_data},
+          amely %{osm_foundation_link} (OSMF) %{odc_odbl_link} (ODbL) licencével rendelkezik.
+        introduction_1_open_data: nyílt adat
+        introduction_1_odc_odbl: Open Data Commons Open Database License (open data
+          commons nyílt adatbázis-licenc)
+        introduction_1_osm_foundation: OpenStreetMap Alapítvány
+        introduction_2_html: Adatainkat szabadon másolhatod, terjesztheted, továbbíthatod
+          és átdolgozhatod mindaddig, amíg feltünteted az OpenStreetMapet és közreműködőit.
+          Ha módosítod vagy felhasználod az adatainkat, akkor az eredményt is csak
+          azonos licenccel terjesztheted. Jogaid és kötelességeid a teljes %{legal_code_link}
+          ismerteti.
+        introduction_2_legal_code: jogi kódex
+        introduction_3_creative_commons_url: https://creativecommons.org/licenses/by-sa/2.0/deed.hu
         credit_title_html: Hogyan kell feltüntetned az OpenStreetMapet?
         credit_1_html: 'Ahol az OpenStreetMap adatait használja, ott kérjük tüntesse
           fel az alább felsoroltakat:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Biztosítson forrásmegjelölést az OpenStreetMap számára azzal, hogy megjeleníti a szerzői jogi közleményünket.</li>
-            <li>Tegye egyértelművé, hogy az adatok az Open Database License (Nyílt Adatbázis Licenc) alapján állnak rendelkezésre.</li>
-          </ul>
-        credit_3_1_html: |-
-          A szerzői jog megjelölésére különböző követelmények vonatkoznak annak függvényében, hogy hogyan használod az adatainkat. Például, különböző szabályok vonatkoznak arra, hogy hogyan kell megjelölni a szerzői jogot egy böngészhető térképen, egy nyomtatott térképen vagy egy állóképen. A követelmények részletes leírásáért olvassa el az <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Attribution
-          Guidelines</a>-t.
-        credit_4_html: |-
-          Annak egyértelművé tétele érdekében, hogy az adatok az Open Database License (Nyílt adatbázis licenc) alatt elérhetőek, hivatkozz <a href="https://www.openstreetmap.org/copyright">erre a szerzői jogi oldalra</a>.
-          Alternatív megoldásként és követelményként ha az OSM-et adat formában terjeszted, akkor közvetlenül is megnevezheted és hivatkozhatsz a licenc(ek)re. Az olyan helyzetekben ahol a hivatkozás nem lehetséges (pl. nyomtatott munkák), javasoljuk, hogy az olvasóidat közvetlenül irányítsd hozzánk az openstreetmap.org (vagy csak "OpenStreetMap") megjelöléssel és az opendatacommons.org-ra.
-          Ebben a példában a megjelölés a térkép sarkán jelenik meg.
         attribution_example:
           alt: Példa arra, hogyan jelenjen meg az OpenStreetMap-re való hivatkozás
             egy weboldalon
           title: Példa egy hivatkozásra
         more_title_html: Tudj meg többet!
-        more_1_html: |-
-          További információ adataink használatáról az <a
-          href="https://osmfoundation.org/License">OSMF Licenc lapon</a>.
-        more_2_html: |-
-          Habár az OpenStreetMap egy nyílt adatforrás, nem tudunk ingyenes térkép API elérést biztosítani a harmadik feleknek.
-
-          Lásd az <a href="https://operations.osmfoundation.org/policies/tiles/">API Felhasználási Irányelveinket</a>, a <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Csempe Felhasználási Irányelveinket</a> és a <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim Felhasználási Irányelveinket</a>.
+        more_2_1_html: 'Bár az OpenStreetMap nyílt adat, harmadik feleknek nem tudunk
+          ingyenes térkép-API-t biztosítani. A részleteket megtekintheted a következő
+          oldalakon: %{api_usage_policy_link}, %{tile_usage_policy_link} és %{nominatim_usage_policy_link}.'
+        more_2_1_api_usage_policy: API-felhasználási irányelvek
+        more_2_1_tile_usage_policy: csempefelhasználási irányelvek
+        more_2_1_nominatim_usage_policy: a Nominatim felhasználási irányelvei
         contributors_title_html: Közreműködőink
         contributors_intro_html: 'Több ezer egyéni közreműködőnk van. További, szabadon
           elérhető adatokat is felhasználunk nemzeti térkép intézetektől és más forrásokból,
           többek között:'
-        contributors_at_html: |-
-          <strong>Ausztria</strong>: adatokat tartalmaz a következő forrásból:
-             <a href="https://data.wien.gv.at/">Bécs városa</a>
-             <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a> licenc alatt.
-        contributors_au_html: '<strong>Ausztrália</strong>: A Commonwealth of Australia
-          által a <a href="https://creativecommons.org/licenses/by/4.0/">Creative
-          Commons Attribution 4.0 International licenc (CC BY 4.0)</a> alapján engedélyezett
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape
-          Australia</a> Administrative Boundaries &copy; (közigazgatási határok) felhasználásával
-          készült vagy azt tartalmazza.'
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: adatokat tartalmaz a következő forrásokból:
-             GeoBase&reg;, GeoGratis (&copy; Department of Natural
-             Resources Canada), CanVec (&copy; Department of Natural
-             Resources Canada), and StatCan (Geography Division,
-             Statistics Canada).
-        contributors_fi_html: "<strong>Finnország</strong>: Adatokat tartalmaz a következő
-          forrásokból: \nNational Land Survey of Finland's Topographic Database\nés
-          más adatforrások <a href=\"https://www.maanmittauslaitos.fi/en/opendata-licence-version1\"></a>NLSFI
-          licenc alatt."
-        contributors_fr_html: '<strong>Franciaország</strong>: adatokat tartalmaz
-          a következő forrásból: Direction Générale des Impôts.'
-        contributors_nl_html: |-
-          <strong>Hollandia</strong>: adatokat tartalmaz innen: Automotive Navigation Data, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: '<strong>Új-Zéland</strong>: adatokat tartalmaz a következő
-          forrásból: <a href="https://data.linz.govt.nz/">LINZ Data Service</a>, újrafelhasználható
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> licenc
-          szerint.'
-        contributors_si_html: '<strong>Szlovénia</strong>: Tartalmaz adatokat a <a
-          href="http://www.gu.gov.si/en/">Földmérési és Térképészeti Hatóságtól</a>
-          és a <a href="http://www.mkgp.gov.si/en/">Földművelési, Erdőgazdálkodási
-          és Élelmezésügyi Minisztériumtól</a> (nyilvános információk Szlovéniában).'
-        contributors_es_html: '<strong>Spanyolország</strong>: A Spanyol Nemzeti Geográfiai
-          Intézet (<a href="http://www.ign.es/">IGN</a>) és Nemzeti Kartográfiai Rendszer
-          (<a href="http://www.scne.es/">SCENE</a>) adataiból származtatott adatokat
-          tartalmaz a <a href="https://creativecommons.org/licenses/by/4.0/">CC BY
-          4.0</a> licenc alapján.'
-        contributors_za_html: |-
-          <strong>Dél-Afrika</strong>: tartalmaz olyan adatokat, amelyek a
-          <a href="http://www.ngi.gov.za/">nemzeti térinformatikai főigazgatóságtól</a> származnak, és az állam fenntartja a szerzői jogokat.
-        contributors_gb_html: "<strong>Egyesült Királyság</strong>: Térképészeti Szolgálat
-          adatai &copy; Királyi szerzői és adatbázisjog \n2010-2019."
-        contributors_footer_1_html: |-
-          További részletekért, és az OpenStreetMap javításához használt más forrásokról, kérjük, olvassa el <a href="https://wiki.openstreetmap.org/wiki/contributors">a szerkesztők oldalát
-          az OpenStreetMap wikin.</a>
+        contributors_at_cc_by_url: https://creativecommons.org/licenses/by/3.0/at/deed.hu
+        contributors_at_land_vorarlberg_url: https://vorarlberg.at/-/wms-dienste
         contributors_footer_2_html: Az adatok befoglalása az OpenStreetMapbe nem jelenti
           azt, hogy az eredeti adatszolgáltató támogatja az OpenStreetMapet, garanciát
           nyújt vagy felelősséget vállal rá.
@@ -2084,15 +1988,6 @@ 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_html: |-
-          Ha úgy gondolod, hogy jogvédett anyag került jogszerűtlenül az OpenStreetMap adatbázisba vagy erre a weblapra, kérjük olvasd el az <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">eltávolítási
-          folyamat leírását</a> vagy jelentsd be közvetlenül az
-          <a href="https://dmca.openstreetmap.org/">online bejelentő oldalon</a>.
-        trademarks_title_html: <span id="trademarks"></span>Védjegyek
-        trademarks_1_html: Az OpenStreetMap, a nagyító ikon és a State of the Map
-          az OpenStreetMap Foundation bejegyzett védjegyei. Ha kérdésed van ezek felhasználásával
-          kapcsolatban, kérlek tekintsd meg a <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Védjegy
-          irányelv</a>einket.
     index:
       js_1: Vagy egy olyan böngészőt használsz, amely nem támogatja a JavaScriptet,
         vagy letiltottad a JavaScriptet.
@@ -2125,7 +2020,6 @@ hu:
       licence_details_html: Az OpenStreetMap adatokra az %{odbl_link} (ODbL) licenc
         vonatkozik.
       odbl: Open Data Commons Open Database License (open data commons nyílt adatbázis-licenc)
-      odbl_url: https://opendatacommons.org/licenses/odbl/1.0/
       too_large:
         advice: Ha a fenti exportálás sikertelen lenne, próbáld meg az alábbi listából
           valamelyik lehetőséget.
@@ -2167,11 +2061,6 @@ hu:
           explanation_html: Ha bármilyen hibát találtál a térképadatokban, például
             hiányzik egy út vagy cím, a legjobb, ha csatlakozol az OpenStreetMap közösséghez
             és kijavítod az adatot saját magad.
-        add_a_note:
-          instructions_html: Csak kattints a <a class='icon note'></a> ikonra vagy
-            ugyanerre az ikonra a térképmegjelenítőben. Ez felrak egy helyjelölőt
-            a térképre, amelyet húzással mozgathatsz. Írj hozzá egy üzenetet, majd
-            kattints a mentésre, és a többi térképész meg fogja vizsgálni.
       other_concerns:
         title: Egyéb aggályok
     help:
@@ -2224,7 +2113,6 @@ hu:
         Esetleg a szervezetednek is vannak tervei az OpenStreetMappel kapcsolatban? %{welcome_mat_link}.
       get_help_here: Itt kaphatsz segítséget
       welcome_mat: Nézd meg az előszobát
-      welcome_mat_url: https://welcome.openstreetmap.org/
     sidebar:
       search_results: Keresés eredményei
       close: Bezár
@@ -2347,9 +2235,7 @@ hu:
           kézi szerkesztésen kívül bármilyen más tevékenységet fontolgatsz, kérjük,
           olvasd el és kövesd az %{imports_link} és %{automated_edits_link} irányelveit.
         imports: Importálások
-        imports_url: https://wiki.openstreetmap.org/wiki/Import/Guidelines
         automated_edits: automatizált szerkesztések
-        automated_edits_url: https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct
       start_mapping: Térképezés indítása
       add_a_note:
         title: Nincs időd szerkeszteni? Küldj be jegyzetet!
@@ -2436,7 +2322,9 @@ hu:
       newer: Újabb nyomvonalak
     trace:
       pending: FÜGGŐBEN
-      count_points: '%{count} pont'
+      count_points:
+        one: '%{count} pont'
+        other: '%{count} pont'
       more: tovább
       trace_details: Nyomvonal részleteinek megtekintése
       view_map: Térkép megtekintése
@@ -2832,19 +2720,19 @@ hu:
       time_past_html: Véget ért %{time} időpontban.
       block_duration:
         hours:
-          one: 1 óra
+          one: '%{count} óra'
           other: '%{count} óra'
         days:
-          one: 1 nap
+          one: '%{count} nap'
           other: '%{count} nap'
         weeks:
-          one: 1 hét
+          one: '%{count} hét'
           other: '%{count} hét'
         months:
-          one: 1 hónap
+          one: '%{count} hónap'
           other: '%{count} hónap'
         years:
-          one: 1 év
+          one: '%{count} év'
           other: '%{count} év'
     blocks_on:
       title: '%{name} blokkolásai'
@@ -2899,15 +2787,6 @@ hu:
       open_title: '%{note_name} megoldatlan jegyzet'
       closed_title: '%{note_name} megoldott jegyzet'
       hidden_title: '%{note_name} rejtett jegyzet'
-      opened_by_html: Létrehozta %{user}, <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Létrehozva névtelenül, <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: '%{user} hozzászólása, <abbr title=''%{exact_time}''>%{when}</abbr>'
-      commented_by_anonymous_html: Névtelen megjegyzés, <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Megoldotta %{user}, <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Megoldva névtelenül, <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Újraaktiválta %{user}, <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Újraaktiválva névtelenül, <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Elrejtette %{user}, <abbr title='%{exact_time}'>%{when}</abbr>
       report: jegyzet bejelentése
       anonymous_warning: Ez a jegyzet névtelen felhasználók hozzászólásait is tartalmazza,
         amelyeket független módon kell ellenőrizni.
@@ -2968,10 +2847,10 @@ hu:
       locate:
         title: Helyzetem megjelenítése
         metersPopup:
-          one: Egy méternél közelebb vagy ehhez a ponthoz
+          one: '%{count} méternél is közelebb vagy ehhez a ponthoz'
           other: '%{count} méternél közelebb vagy ehhez a ponthoz'
         feetPopup:
-          one: Egy lábnál is közelebb vagy ehhez a ponthoz
+          one: '%{count} lábnál is közelebb vagy ehhez a ponthoz'
           other: '%{count} lábnál közelebb vagy ehhez a ponthoz'
       base:
         standard: Alapértelmezett
@@ -2987,19 +2866,6 @@ hu:
         gps: Nyilvános GPS-nyomvonalak
         overlays: További rétegek engedélyezése a térkép hibáinak javítása érdekében
         title: Rétegek
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap közreműködők</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Támogatás</a>
-      terms: A <a href='%{terms_url}' target='_blank'>weboldal és API felhasználási
-        feltételei</a>
-      cyclosm: 'Csempestílus: <a href=''%{cyclosm_url}'' target=''_blank''>CyclOSM</a>,
-        üzemeltető: <a href=''%{osmfrance_url}'' target=''_blank''>OpenStreetMap France</a>'
-      thunderforest: Csempék <a href='%{thunderforest_url}' target='_blank'>Andy Allen</a>
-        jóvoltából
-      opnvkarte: Csempék a <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-        jóvoltából
-      hotosm: 'Csempestílus: <a href=''%{hotosm_url}'' target=''_blank''>Humanitarian
-        OpenStreetMap Team</a>, üzemeltető: <a href=''%{osmfrance_url}'' target=''_blank''>OpenStreetMap
-        France</a>'
     site:
       edit_tooltip: Térkép szerkesztése
       edit_disabled_tooltip: Közelíts a térkép szerkesztéséhez
index cd5cd9bf94b7bb19488beb5021156a3fd7c6ad72..8a7ca2acc9a4ab6d564b35e4c0b288d68fe4c57c 100644 (file)
@@ -164,49 +164,45 @@ ia:
           usar terminos simple.
         needs_view: Debe le usator aperir un session ante que iste blocada es cancellate?
       user:
-        email_confirmation: Tu adresse non es monstrate publicamente. Vide nostre
-          <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="Politica
-          de confidentialitate de OSMF includente un section sur adresses de e-mail">politica
-          de confidentialitate</a> pro plus information.
         new_email: (nunquam monstrate publicamente)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: circa 1 hora retro
+        one: circa %{count} hora retro
         other: circa %{count} horas retro
       about_x_months:
-        one: circa 1 mense retro
+        one: circa %{count} mense retro
         other: circa %{count} menses retro
       about_x_years:
-        one: circa 1 anno retro
+        one: circa %{count} anno retro
         other: circa %{count} annos retro
       almost_x_years:
-        one: quasi 1 anno retro
+        one: quasi %{count} anno retro
         other: quasi %{count} annos retro
       half_a_minute: un medie minuta retro
       less_than_x_seconds:
-        one: minus de 1 seconda retro
+        one: minus de %{count} secunda retro
         other: minus de %{count} secundas retro
       less_than_x_minutes:
-        one: minus de un minuta retro
+        one: minus de %{count} minuta retro
         other: minus de %{count} minutas retro
       over_x_years:
-        one: plus de 1 anno retro
+        one: plus de %{count} anno retro
         other: plus de %{count} annos retro
       x_seconds:
-        one: 1 secunda retro
+        one: '%{count} secunda retro'
         other: '%{count} secundas retro'
       x_minutes:
-        one: 1 minuta retro
+        one: '%{count} minuta retro'
         other: '%{count} minutas retro'
       x_days:
-        one: 1 die retro
+        one: '%{count} die retro'
         other: '%{count} dies retro'
       x_months:
-        one: 1 mense retro
+        one: '%{count} mense retro'
         other: '%{count} menses retro'
       x_years:
-        one: 1 anno retro
+        one: '%{count} anno retro'
         other: '%{count} annos retro'
   editor:
     default: Predefinite (actualmente %{name})
@@ -310,9 +306,7 @@ ia:
         sur le button hic infra.
       only_public_can_edit: Post le cambiamento al API 0.6, solmente usatores public
         pote modificar datos cartographic.
-      find_out_why_html: (%{link}).
       find_out_why: apprende proque
-      find_out_why_url: https://wiki.openstreetmap.org/wiki/Anonymous_edits
       email_not_revealed: Render tu conto public non revelara tu adresse de e-mail.
       not_reversible: Iste action es irreversibile e tote le nove usatores es ora
         public per predefinition.
@@ -326,22 +320,22 @@ ia:
   browse:
     created: Create a
     closed: Claudite a
-    created_html: Create <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Claudite <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Create <abbr title='%{title}'>%{time}</abbr> per %{user}
-    deleted_by_html: Delite <abbr title='%{title}'>%{time}</abbr> per %{user}
-    edited_by_html: Modificate <abbr title='%{title}'>%{time}</abbr> per %{user}
-    closed_by_html: Claudite <abbr title='%{title}'>%{time}</abbr> per %{user}
+    created_ago_html: Create %{time_ago}
+    closed_ago_html: Claudite %{time_ago}
+    created_ago_by_html: Create %{time_ago} per %{user}
+    closed_ago_by_html: Claudite %{time_ago} per %{user}
+    deleted_ago_by_html: Delite %{time_ago} per %{user}
+    edited_ago_by_html: Modificate %{time_ago} per %{user}
     version: Version
     in_changeset: Gruppo de modificationes
     anonymous: anonyme
     no_comment: (sin commento)
     part_of: Parte de
     part_of_relations:
-      one: 1 relation
+      one: '%{count} relation'
       other: '%{count} relationes'
     part_of_ways:
-      one: 1 via
+      one: '%{count} via'
       other: '%{count} vias'
     download_xml: Discargar XML
     view_history: Vider historia
@@ -357,8 +351,8 @@ ia:
       relation: Relationes (%{count})
       relation_paginated: Relationes (%{x}-%{y} de %{count})
       comment: Commentos (%{count})
-      hidden_commented_by_html: Commento celate de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Commento de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Commento celate de %{user} %{time_ago}
+      comment_by_html: Commento de %{user} %{time_ago}
       changesetxml: XML del gruppo de modificationes
       osmchangexml: XML osmChange
       feed:
@@ -386,7 +380,7 @@ ia:
       history_title_html: 'Historia del relation: %{name}'
       members: Membros
       members_count:
-        one: 1 membro
+        one: '%{count} membro'
         other: '%{count} membros'
     relation_member:
       entry_role_html: '%{type} %{name} como %{role}'
@@ -630,11 +624,10 @@ ia:
   geocoder:
     search:
       title:
-        latlon_html: Resultatos <a href="https://openstreetmap.org/">interne</a>
-        osm_nominatim_html: Resultatos de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultatos de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Resultatos de %{results_link}
+        latlon: Interne
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1427,11 +1420,10 @@ ia:
       status: Stato
       reports: Reportos
       last_updated: Ultime actualisation
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> per %{user}
+      last_updated_time_ago_user_html: '%{time_ago} per %{user}'
       link_to_reports: Vider reportos
       reports_count:
-        one: 1 reporto
+        one: '%{count} reporto'
         other: '%{count} reportos'
       reported_item: Objecto reportate
       states:
@@ -1441,7 +1433,6 @@ ia:
     show:
       title: '%{status} Problema №%{issue_id}'
       reports:
-        zero: Nulle reporto
         one: 1 reporto
         other: '%{count} reportos'
       report_created_at: 'Prime reporto: %{datetime}'
@@ -1606,11 +1597,11 @@ ia:
       subject: '[OpenStreetMap] Importation GPX fallite'
     gpx_success:
       hi: Salute %{to_user},
-      loaded_successfully:
-        one: ha essite cargate con successo con %{trace_points} ex un maximo de 1
+      loaded:
+        one: ha essite cargate con successo con %{trace_points} ex un maximo de %{count}
           puncto.
         other: ha essite cargate con successo con %{trace_points} ex un maximo de
-          %{possible_points} punctos.
+          %{count} punctos.
       subject: '[OpenStreetMap] Importation GPX succedite'
     signup_confirm:
       subject: '[OpenStreetMap] Benvenite a OpenStreetMap'
@@ -1633,7 +1624,7 @@ ia:
       greeting: Salute,
       hopefully_you: Alcuno (probabilemente tu) ha demandate que le contrasigno del
         conto openstreetmap.org associate con iste adresse de e-mail sia reinitialisate.
-      click_the_link: Si isto es tu, per favor clicca super le ligamine ci infra pro
+      click_the_link: Si isto es tu, per favor clicca sur le ligamine hic infra pro
         reinitialisar tu contrasigno.
     note_comment_notification:
       anonymous: Un usator anonyme
@@ -1838,7 +1829,6 @@ ia:
       image: Imagine
       gravatar:
         gravatar: Usar Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Que es Gravatar?
         disabled: Gravatar ha essite disactivate.
         enabled: Tu Gravatar ha essite activate e essera monstrate desde ora.
@@ -1850,7 +1840,7 @@ ia:
       home location: Position de origine
       no home location: Tu non ha entrate tu position de origine.
       update home location on click: Actualisar le position de origine quando io clicca
-        super le carta?
+        sur le carta?
     update:
       success: Profilo actualisate.
       failure: Non poteva actualisar le profilo.
@@ -1906,8 +1896,6 @@ ia:
   shared:
     markdown_help:
       heading_html: Interpretate con %{kramdown_link}
-      kramdown_url: https://kramdown.gettalong.org/quickref.html
-      kramdown: kramdown
       headings: Titulos
       heading: Titulo
       subheading: Subtitulo
@@ -1926,7 +1914,7 @@ ia:
   site:
     about:
       next: Sequente
-      copyright_html: <span>&copy;</span>Contributores de<br>OpenStreetMap
+      heading_html: '%{copyright}Contributores %{br} de OpenStreetMap'
       used_by_html: '%{name} forni datos cartographic a milles de sitos web, applicationes
         mobile e dispositivos physic'
       lede_text: OpenStreetMap es construite per un communitate de cartographos que
@@ -1938,29 +1926,36 @@ ia:
         imageria aeree, apparatos GPS e cartas ordinari de terreno pro verificar que OSM
         es accurate e actual.
       community_driven_title: Dirigite per le communitate
-      community_driven_html: |-
+      community_driven_1_html: |-
         Le communitate de OpenStreetMap es diverse, passionate e cresce cata die. Nostre contributores include cartographos enthusiasta, professionales de GIS, ingenieros gerente le servitores de OSM, humanitarios cartographiante areas devastate per un disastro, e multe alteres.
-        Pro apprender plus sur le communitate, vide
-        le <a href='https://blog.openstreetmap.org'>blog de OpenStreetMap</a>,
-        le <a href='%{diary_path}'>diarios del usatores</a>,
-        le <a href='http://blogs.openstreetmap.org/'>blogs del communitate</a>
-        e le sito web del <a href='http://www.osmfoundation.org/'>Fundation OSM</a>.
+        Pro apprender plus sur le communitate, vide le %{osm_blog_link}, le %{user_diaries_link}, le %{community_blogs_link} e le sito web del %{osm_foundation_link}.
+      community_driven_osm_blog: Blog de OpenStreetMap
+      community_driven_user_diaries: diarios de usatores
+      community_driven_community_blogs: blogs del communitate
+      community_driven_osm_foundation: Fundation OSM
       open_data_title: Datos aperte
-      open_data_html: |-
-        OpenStreetMap es constituite per <i>datos aperte</i>: tu es libere de usar lo pro qualcunque scopo a condition que tu da credito a OpenStreetMap e su contributores. Si tu altera o extende le datos in certe manieras, tu pote distribuer le resultato solmente sub le mesme licentia. Vide le pagina <a href='%{copyright_path}'>Copyright e
-        Licentia</a> pro detalios.
+      open_data_1_html: 'OpenStreetMap es constituite per %{open_data}: tu es libere
+        de usar lo pro qualcunque scopo a condition que tu da recognoscenita a OpenStreetMap
+        e su contributores. Si tu altera o extende le datos in certe manieras, tu
+        pote distribuer le resultato solmente sub le mesme licentia. Vide le pagina
+        %{copyright_license_link} pro detalios.'
+      open_data_open_data: datos aperte
+      open_data_copyright_license: pagina Derectos de autor e Licentia
       legal_title: Juridic
-      legal_1_html: "Iste sito e multe altere servicios associate es formalmente gerite
-        per le  \n<a href=\"https://osmfoundation.org/\">Fundation OpenStreetMap</a>
-        (OSMF) \nin nomine del communitate. Le uso de tote le servicios gerite per
-        OSMF es subjecte a nostre <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">conditiones
-        de uso</a>, a nostre <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\npoliticas
-        de uso acceptabile</a> e a nostre <a href=\"http://wiki.osmfoundation.org/wiki/Privacy_Policy\">politica
-        de confidentialitate</a>."
-      legal_2_html: "<a href=\"https://osmfoundation.org/Contact\">Contacta OSMF</a>
-        \nsi vos ha questiones sur licentias, derectos de autor o altere themas juridic.\n<br>\nOpenStreetMap,
-        le logotypo de lupa e \"State of the Map\" es <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">marcas
-        commercial registrate del OSMF</a>."
+      legal_1_1_html: Iste sito e multe altere servicios associate es formalmente
+        gerite per le %{openstreetmap_foundation_link} (OSMF) in nomine del communitate.
+        Le uso de tote le servicios gerite per OSMF es subjecte a nostre %{terms_of_use_link},
+        a nostre %{aup_link} e a nostre %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: Fundation OpenStreetMap
+      legal_1_1_terms_of_use: Conditiones de uso
+      legal_1_1_aup: Politica de uso acceptabile
+      legal_1_1_privacy_policy: Politica de confidentialitate
+      legal_2_1_html: Per favor %{contact_the_osmf_link} si tu ha questiones sur le
+        licentia o le derecto de autor o altere questiones juridic.
+      legal_2_1_contact_the_osmf: contacta le OSMF
+      legal_2_2_html: OpenStreetMap, le logotypo con le lupa e "State of the Map"
+        es %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: marcas commercial registrate del OSMF
       partners_title: Partners
     copyright:
       foreign:
@@ -1977,109 +1972,125 @@ ia:
         mapping_link: comenciar le cartographia
       legal_babble:
         title_html: Copyright e Licentia
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> es <i>datos aperte</i>, licentiate sub le <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) per le <a
-          href="https://osmfoundation.org/">Fundation OpenStreetMap</a> (OSMF).
-        intro_2_html: Vos es libere de copiar, distribuer, transmitter e adaptar nostre
-          datos, a condition que vos da recognoscentia a OpenStreetMap e su contributores.
-          Si vos altera o extende nostre datos, vos pote distribuer le resultato solmente
-          sub le mesme licentia. Le <a href="https://opendatacommons.org/licenses/odbl/1.0/">codice
-          juridic</a> complete explica vostre derectos e responsabilitates.
-        intro_3_1_html: Nostre documentation es publicate sub licentia <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC-BY-SA 2.0).
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} es %{open_data}, licentiate sub
+          %{odc_odbl_link} (ODbL) per le %{osm_foundation_link} (OSMF).
+        introduction_1_open_data: datos aperte
+        introduction_1_odc_odbl: Licentia de base de datos aperte de Open Data Commons
+        introduction_1_osm_foundation: Fundation OpenStreetMap
+        introduction_2_html: Vos es libere de copiar, distribuer, transmitter e adaptar
+          nostre datos, a condition que vos da recognoscentia a OpenStreetMap e su
+          contributores. Si vos altera o extende nostre datos, vos pote distribuer
+          le resultato solmente sub le mesme licentia. Le %{legal_code_link} complete
+          explica vostre derectos e responsabilitates.
+        introduction_2_legal_code: codice juridic
+        introduction_3_html: Nostre documentation es sub licentia %{creative_commons_link}
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Attribution-CompartiSimile
+          2.0
+        introduction_3_creative_commons_url: https://creativecommons.org/licenses/by-sa/2.0/deed.ia
         credit_title_html: Como dar recognoscentia a OpenStreetMap
         credit_1_html: 'Ubi tu usa le datos de OpenStreetMap, tu es obligate a facer
           le sequente duo cosas:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Dar credito a OpenStreetMap monstrante nostre aviso de derecto de autor.</li>
-            <li>Render clar que le datos es disponibile sub Open Database License.</li>
-          </ul>
-        credit_3_1_html: Quanto al aviso de derecto de autor, nos ha differente exigentias
+        credit_2_1: Forni credito a OpenStreetMap monstrante nostre aviso de derecto
+          de autor.
+        credit_2_2: Rende clar que le datos es disponibile sub le Licentia Open Database.
+        credit_3_html: Quanto al aviso de derecto de autor, nos ha differente exigentias
           sur como illo debe esser monstrate, dependente de como tu usa nostre datos.
           Per exemplo, se applica regulas differente sur como monstrar le aviso de
           derecto de autor dependente de si tu ha create un carta navigabile, un carta
           imprimite o un imagine static. Le detalios complete sur le iste exigentias
-          se trova in le <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Directivas
-          de attribution</a>.
-        credit_4_html: Pro render clar que le datos es disponibile sub Open Database
-          License, tu pote ligar a <a href="https://www.openstreetmap.org/copyright">iste
-          pagina de derecto de autor</a>. Alternativemente, e obligatorimente si tu
-          distribue OSM in forma de datos, tu pote mentionar le licentia(s) e ligar
-          directemente a illo(s). Si tu usa un medio de communication in le qual le
-          ligamines non es possibile (p.ex. un obra imprimite), nos suggere que tu
-          dirige le lectores a openstreetmap.org (forsan inserente iste adresse complete
-          in loco del parola &lsquo;OpenStreetMap&rsquo;) e a opendatacommons.org.
+          se trova in le %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Directivas de attribution
+        credit_4_1_html: Pro render clar que le datos es disponibile sub Open Database
+          License, tu pote ligar a %{this_copyright_page_link}. Alternativemente,
+          e obligatorimente si tu distribue OSM in forma de datos, tu pote mentionar
+          le licentia(s) e ligar directemente a illo(s). Si tu usa un medio de communication
+          in le qual le ligamines non es possibile (p.ex. un obra imprimite), nos
+          suggere que tu dirige le lectores a openstreetmap.org (forsan inserente
+          iste adresse complete in loco del parola ‘OpenStreetMap’) e a opendatacommons.org.
           In iste exemplo, le credito appare in le angulo del carta.
+        credit_4_1_this_copyright_page: iste pagina de derecto de autor
         attribution_example:
           alt: Exemplo de como recognoscer OpenStreetMap in un pagina web
           title: Exemplo de recognoscentia
         more_title_html: Pro saper plus
-        more_1_html: Lege plus sur le uso de nostre datos, e sur como citar correctemente
-          lor fonte, in le <a href="https://osmfoundation.org/Licence">pagina de licentia
-          OSMF</a>.
-        more_2_html: |-
-          Ben que OpenStreetMap es datos aperte, nos non pote fornir un API cartographic gratuite pro tertios. Vide nostre <a href="https://operations.osmfoundation.org/policies/api/">politica pro le uso del API</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles">politica pro le uso de tegulas</a>
-          e <a href="https://operations.osmfoundation.org/policies/nominatim">politica pro le uso de Nominatim</a>.
+        more_1_1_html: Lege plus sur le uso de nostre datos, e como dar nos recognoscentia,
+          sur le %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: pagina Licentia del Fundation OSM
+        more_2_1_html: Benque OpenStreetMap es datos aperte, nos non pote fornir un
+          API cartographic gratuite a tertios. Vide nostre %{api_usage_policy_link},
+          %{tile_usage_policy_link} e %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Politica de uso del API
+        more_2_1_tile_usage_policy: Politica de uso de tegulas
+        more_2_1_nominatim_usage_policy: Politica de uso de Nominatim
         contributors_title_html: Nostre contributores
         contributors_intro_html: 'Nostre contributores es milles de personas. Nos
           include anque le datos sub licentia aperte de agentias cartographic national
           e de altere fontes, inter le quales:'
-        contributors_at_html: '<strong>Austria</strong>: Contine datos ab le <a href="https://data.wien.gv.at/">Citate
-          de Vienna</a> licentiate sub <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC
-          BY</a>, <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land
-          Vorarlberg</a> e Land Tirol (sub <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC
-          BY AT con emendamentos</a>).'
-        contributors_au_html: '<strong>Australia</strong>: Incorpora o disveloppate
-          usante Limites Administrative &copy; <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape
-          Australia</a> publicate per le Commonwealth de Australia sub licentia <a
-          href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution
-          4.0 International (CC BY 4.0)</a>.'
-        contributors_ca_html: |-
-          <strong>Canada</strong>: Contine datos ab
-             GeoBase&reg;, GeoGratis (&copy; Department of Natural
-             Resources Canada), CanVec (&copy; Department of Natural
-             Resources Canada), e StatCan (Geography Division,
-             Statistics Canada).
-        contributors_fi_html: '<strong>Finlandia</strong>: Contine datos ab le base
-          de datos topographic del Inspection National del Territorio de Finlandia
-          e de altere insimules de datos, sub le <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">licentia
-          NLSFI</a>.'
-        contributors_fr_html: |-
-          <strong>Francia</strong>: Contine datos fornite per le
-             Direction Générale des Impôts.
-        contributors_nl_html: '<strong>Nederlandia</strong>: Contine datos &copy;
-          AND, 2007 (<a href="https://www.and.com">www.and.com</a>)'
-        contributors_nz_html: '<strong>Nove Zelandia</strong>: Contine datos proveniente
-          de <a href="https://data.linz.govt.nz/">LINZ Data Service</a> e licentiate
-          pro re-uso sub <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>.'
-        contributors_si_html: |-
-          <strong>Slovenia</strong>: Contine datos ab le
-          <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> e del
-          <a href="http://www.mkgp.gov.si/en/">Ministerio del Agricultura, Silvicultura e Alimento</a>
+        contributors_at_credit_html: |-
+          %{austria}: Contine datos del %{stadt_wien_link} (sub %{cc_by_link}), %{land_vorarlberg_link}
+          e le Region de Tirol (sub %{cc_by_at_with_amendments_link}).
+        contributors_at_austria: Austria
+        contributors_at_stadt_wien: Citate de Vienna
+        contributors_at_cc_by: CC BY
+        contributors_at_land_vorarlberg: Region de Vorarlberg
+        contributors_at_cc_by_at_with_amendments: CC BY AT con emendamentos
+        contributors_au_credit_html: |-
+          %{australia}: Incorpora o ha essite disveloppate usante Administrative Boundaries &copy; %{geoscape_australia_link}
+          licentiate per le Commonwealth de Australia sub %{cc_licence_link}.
+        contributors_au_australia: Australia
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: licentia Creative Commons Attribution 4.0 International
+          (CC BY 4.0)
+        contributors_ca_credit_html: |-
+          %{canada}: Contine datos de
+          GeoBase&reg;, GeoGratis (&copy; Ministerio de Ressources natural de Canada), CanVec (&copy; Ministerio de Ressources natural de Canada), and StatCan (Division de Geographia,
+          Statisticas Canada).
+        contributors_ca_canada: Canada
+        contributors_fi_credit_html: '%{finland}: Contine datos del Sondage de Territorio
+          National del Base de Datos Topographic de Finlandia e altere insimules de
+          datos, sub le %{nlsfi_license_link}.'
+        contributors_fi_finland: Finlandia
+        contributors_fi_nlsfi_license: Licentia NLSFI
+        contributors_fr_credit_html: |-
+          %{france}: Contine datos fornite per le
+          Direction General de Impostos.
+        contributors_fr_france: Francia
+        contributors_nl_credit_html: '%{netherlands}: Contine datos &copy; AND, 2007
+          (%{and_link})'
+        contributors_nl_netherlands: Nederlandia
+        contributors_nz_credit_html: |-
+          %{new_zealand}: Contine datos proveniente del %{linz_data_service_link}
+          e licentiate pro reuso sub %{cc_by_link}.
+        contributors_nz_new_zealand: Nove Zelanda
+        contributors_nz_linz_data_service: Servicio de datos de LINZ
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_credit_html: |-
+          %{slovenia}: Contine datos del %{gu_link} e del %{mkgp_link}
           (information public de Slovenia).
-        contributors_es_html: '<strong>Espania</strong>: Contine datos proveniente
-          del Instituto Geographic National (<a href="http://www.ign.es/">IGN</a>)
-          e del Systema Cartographic National (<a href="http://www.scne.es/">SCNE</a>),
-          licentiate pro su reutilisation sub <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>.'
-        contributors_za_html: |-
-          <strong>Africa del Sud</strong>: Contine datos proveniente del
-             <a href="http://www.ngi.gov.za/">Chief Directorate:
-             National Geo-Spatial Information</a>, copyright del Stato reservate.
-        contributors_gb_html: |-
-          <strong>Regno Unite</strong>: Contine datos de Ordnance
+        contributors_si_slovenia: Slovenia
+        contributors_si_gu: Autoritate Topographic e Cartographic
+        contributors_si_mkgp: Ministerio de Agricultura, Forestes e Alimentos
+        contributors_es_credit_html: '%{spain}: Contine datos proveniente del Instituto
+          Geographic National (%{ign_link}) e del Systema Cartographic National (%{scne_link})
+          de Espania, licentiate pro reuso sub %{cc_by_link}.'
+        contributors_es_spain: Espania
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: Contine datos proveniente del
+          %{ngi_link}, derectos de autor reservate al Stato.'
+        contributors_za_south_africa: Africa del Sud
+        contributors_za_ngi: 'Direction general: Information geospatial national'
+        contributors_gb_credit_html: |-
+          %{united_kingdom}: Contine datos de Ordnance
           Survey &copy; copyright del Corona e derecto de base de datos
-          2010-23.
-        contributors_footer_1_html: |-
-          Pro ulterior detalios de iste e altere fontes que ha essite usate
-          pro adjutar a meliorar OpenStreetMap, vide le <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">pagina
-          de contributores</a> in le wiki de OpenStreetMap.
+          2010-2023.
+        contributors_gb_united_kingdom: Regno Unite
+        contributors_2_html: |-
+          Pro ulterior detalios sur iste e altere fontes que ha essite usate
+          pro adjutar a meliorar OpenStreetMap, per favor vide le %{contributors_page_link} sur le wiki de OpenStreetMap.
+        contributors_2_contributors_page: pagina de contributores
         contributors_footer_2_html: |2-
             Le inclusion de datos in OpenStreetMap non implica que le fornitor
             original del datos indorsa OpenStreetMap, forni alcun garantia, o
@@ -2089,16 +2100,17 @@ ia:
             Nos rememora al contributores de OSM de nunquam adder datos de alcun
             fonte sub derecto de autor (p.ex. Google Maps o cartas imprimite)
             sin explicite permission del titulares del derecto de autor.
-        infringement_2_html: Si vos crede que material sub copyright ha essite inserite
-          inappropriatemente in le base de datos de OpenStreetMap o in iste sito,
-          per favor consulta nostre <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">procedura
-          de remotion</a> o submitte un plancto immediate usante nostre <a href="https://dmca.openstreetmap.org/">formulario
-          in linea</a>.
-        trademarks_title_html: <span id="trademarks"></span>Marcas commercial
-        trademarks_1_html: OpenStreetMap, le logotypo con le lupa e "State of the
-          Map" es marcas registrate del Fundation OpenStreetMap. Si vos ha questiones
-          sur le uso de iste marcas, vide nostre <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">politica
-          sur le marcas registrate</a>.
+        infringement_2_1_html: Si tu crede que material protegite per derectos de
+          autor ha essite addite de maniera inappropriate al base de datos de OpenStreetMap
+          o a iste sito, per favor refere a nostre %{takedown_procedure_link} o submitte
+          un reclamation directemente a nostre %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: procedura de retiro
+        infringement_2_1_online_filing_page: pagina de submission in linea
+        trademarks_title: Marcas de commercio
+        trademarks_1_1_html: OpenStreetMap, le logo in forma de lupa e State of the
+          Map es marcas deponite del Fundation OpenStreetMap. Si vos ha questiones
+          sur vostre uso de iste marcas, per favor vide nostre %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Politica de marcas de commercio
     index:
       js_1: O tu usa un navigator que non supporta JavaScript, o tu ha disactivate
         JavaScript.
@@ -2131,7 +2143,6 @@ ia:
       licence_details_html: Le datos de OpenStreetMap data es sub licentia %{odbl_link}
         (ODbL).
       odbl: Licentia de base de datos aperte de Open Data Commons
-      odbl_url: https://opendatacommons.org/licenses/odbl/1.0/
       too_large:
         advice: 'Si iste exportation falle, considera usar un del fontes listate hic
           infra:'
@@ -2175,10 +2186,10 @@ ia:
             per exemplo si il manca un cammino o tu adresse, lo melior es inscriber
             te a OpenStreetMap e adder o reparar le datos tu mesme.
         add_a_note:
-          instructions_html: Clicca simplemente sur <a class='icon note'></a> o sur
-            le mesme icone in le quadro del carta. Un marcator essera addite al carta,
-            que tu pote displaciar trahente lo con le mouse. Adde tu message, pois
-            clicca sur Salveguardar, e altere cartographos lo investigara.
+          instructions_1_html: Clicca sur %{note_icon} o sur le mesme icone in le
+            quadro del carta. Un marcator essera addite al carta, que tu pote displaciar
+            trahente lo con le mouse. Adde tu message, pois clicca sur Salveguardar,
+            e altere cartographos lo investigara.
       other_concerns:
         title: Altere preoccupationes
         concerns_html: Si tu ha preoccupationes concernente le maniera in que nostre
@@ -2186,7 +2197,6 @@ ia:
           pro plus information juridic o contacta le %{working_group_link} appropriate.
         copyright: pagina de derecto de autor
         working_group: Gruppo de labor del Fundation OSM
-        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: Obtener adjuta
       introduction: OpenStreetMap ha plure ressources pro apprender a cognoscer le
@@ -2232,7 +2242,6 @@ ia:
         in un navigator web.
       desktop_application_html: Tu pote sempre usar Potlatch per %{download_link}.
       download: discargar le application scriptorio pro Mac e Windows
-      download_url: https://www.systemed.net/potlatch/
       id_editor_html: Alternativemente, tu pote fixar le editor predefinite a iD,
         le qual functiona in tu navigator web como Potlatch lo faceva antea. %{change_preferences_link}
       change_preferences: Cambia tu preferentias hic
@@ -2244,7 +2253,6 @@ ia:
         planos pro OpenStreetMap? %{welcome_mat_link}.
       get_help_here: Obtene adjuta hic
       welcome_mat: Discoperi le Tapete de benvenita
-      welcome_mat_url: https://welcome.openstreetmap.org/
     sidebar:
       search_results: Resultatos del recerca
       close: Clauder
@@ -2367,9 +2375,7 @@ ia:
           activitates altere que modificar per mano, per favor lege e seque le directivas
           sur %{imports_link} e %{automated_edits_link}.
         imports: Importationes
-        imports_url: https://wiki.openstreetmap.org/wiki/Import/Guidelines
         automated_edits: Modificationes automatisate
-        automated_edits_url: https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct
       start_mapping: comenciar le cartographia
       add_a_note:
         title: Non ha tempore pro modificar? Adde un nota!
@@ -2403,7 +2409,6 @@ ia:
           Non es necessari stabilir formalmente un gruppo in le mesme mesura que le capitulos local.
           In effecto, multe gruppos existe con grande successo como reunion informal de personas o como un gruppo communitari. Omnes pote crear o adherer a tales. Lege plus sur le %{communities_wiki_link}.
         communities_wiki: pagina wiki sur communitates
-        communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
   traces:
     visibility:
       private: Private (solmente condividite como anonymo, punctos non ordinate)
@@ -2469,7 +2474,7 @@ ia:
     trace:
       pending: PENDENTE
       count_points:
-        one: 1 puncto
+        one: '%{count} puncto'
         other: '%{count} punctos'
       more: plus
       trace_details: Vider detalios del tracia
@@ -2492,7 +2497,6 @@ ia:
         le %{wiki_link}.'
       upload_new: Incargar un nove tracia
       wiki_page: pagina wiki
-      wiki_page_url: https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2
       upload_trace: Incargar un tracia
       all_traces: Tote le tracias
       my_traces: Mi tracias
@@ -2685,6 +2689,11 @@ ia:
         ma alcun instrumentos o servitores supplementari pote totevia necessitar un.
       continue: Crear conto
       terms accepted: Gratias pro acceptar le nove conditiones de contributor!
+      email_confirmation_help_html: Tu adresse non es monstrate publicamente. Consulta
+        nostre %{privacy_policy_link} pro plus information.
+      privacy_policy: politica de confidentialitate
+      privacy_policy_title: Politica de confidentialitate del OSMF con un section
+        sur adresses de e-mail
     terms:
       title: Conditiones
       heading: Conditiones
@@ -2845,8 +2854,8 @@ ia:
       period: Quante tempore, a partir de ora, essera le usator blocate del API?
       back: Vider tote le blocadas
     edit:
-      title: Modification de un blocada super %{name}
-      heading_html: Modification de un blocada super %{name}
+      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?
       show: Examinar iste blocada
       back: Examinar tote le blocadas
@@ -2880,19 +2889,19 @@ ia:
       time_past_html: Expirava %{time}.
       block_duration:
         hours:
-          one: 1 hora
+          one: '%{count} hora'
           other: '%{count} horas'
         days:
-          one: 1 die
+          one: '%{count} die'
           other: '%{count} dies'
         weeks:
-          one: 1 septimana
+          one: '%{count} septimana'
           other: '%{count} septimanas'
         months:
-          one: 1 mense
+          one: '%{count} mense'
           other: '%{count} menses'
         years:
-          one: 1 anno
+          one: '%{count} anno'
           other: '%{count} annos'
     blocks_on:
       title: Blocadas de %{name}
@@ -2947,15 +2956,15 @@ ia:
       open_title: Nota non resolvite №%{note_name}
       closed_title: Nota resolvite №%{note_name}
       hidden_title: Nota celate №%{note_name}
-      opened_by_html: Create per %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Create per un anonymo <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Commento de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Commento de un anonymo <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Resolvite per %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Resolvite per un anonymo <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reactivate per %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reactivate per un anonymo <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Celate per %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Create per %{user} %{time_ago}
+      event_opened_by_anonymous_html: Create anonymemente %{time_ago}
+      event_commented_by_html: Commento de %{user} %{time_ago}
+      event_commented_by_anonymous_html: Commento anonyme %{time_ago}
+      event_closed_by_html: Resolvite per %{user} %{time_ago}
+      event_closed_by_anonymous_html: Resolvite anonymemente %{time_ago}
+      event_reopened_by_html: Reactivate per %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Reactivate anonymemente %{time_ago}
+      event_hidden_by_html: Celate per %{user} %{time_ago}
       report: signalar iste nota
       coordinates_html: '%{latitude}; %{longitude}'
       anonymous_warning: Iste nota include commentos de usatores anonyme que debe
@@ -3015,10 +3024,10 @@ ia:
       locate:
         title: Monstrar mi position
         metersPopup:
-          one: Tu es minus de un metro distante de iste puncto
+          one: Tu es minus de %{count} metro distante de iste puncto
           other: Tu es minus de %{count} metros distante de iste puncto
         feetPopup:
-          one: Tu es minus de un pede distante de iste puncto
+          one: Tu es minus de %{count} pede distante de iste puncto
           other: Tu es minus de %{count} pedes distante de iste puncto
       base:
         standard: Standard
@@ -3034,18 +3043,17 @@ ia:
         gps: Tracias GPS public
         overlays: Activar superpositiones pro resolver problemas in le carta
         title: Stratos
-      copyright: © <a href='%{copyright_url}'>contributores de OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Facer un donation</a>
-      terms: <a href='%{terms_url}' target='_blank'>Conditiones del sito web e del
-        API</a>
-      cyclosm: Stilo de tegulas concipite per <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        e albergate per <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>
-      thunderforest: Tegulas fornite per <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Tegulas fornite per <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Stilo de tegulas concipite per <a href='%{hotosm_url}' target='_blank'>le
-        equipa humanitari de OpenStreetMap</a> e albergate per <a href='%{osmfrance_url}'
-        target='_blank'>OpenStreetMap France</a>
+      openstreetmap_contributors: Contributores de OpenStreetMap
+      make_a_donation: Facer un donation
+      website_and_api_terms: Conditiones del API e sito web
+      cyclosm_credit: Stilo de tegulas per %{cyclosm_link} albergate per %{osm_france_link}
+      osm_france: OpenStreetMap Francia
+      thunderforest_credit: Tegulas fornite per %{thunderforest_link}
+      andy_allan: Andy Allan
+      opnvkarte_credit: Tegulas fornite per %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Stilo de tegulas per %{hotosm_link} albergate per %{osm_france_link}
+      hotosm_name: le Equipa Humanitari de OpenStreetMap
     site:
       edit_tooltip: Modificar le carta
       edit_disabled_tooltip: Face zoom avante pro modificar le carta
index 0602a11c0db4e683c6d64407456e94da0b3a633b..6bccfe37ed8f4140b38ee55bc757922ecdab700b 100644 (file)
@@ -131,6 +131,7 @@ id:
       diary_entry:
         user: Pengguna
         title: Subjek
+        body: Isi
         latitude: Garis Lintang
         longitude: Garis Bujur
         language_code: Bahasa
@@ -181,9 +182,17 @@ id:
         pass_crypt: Kata Sandi
         pass_crypt_confirmation: Konfirmasi Kata Sandi
     help:
+      doorkeeper/application:
+        confidential: Aplikasi akan digunakan apabila informasi klien bisa dirahasiakan
+          (aplikasi ponsel bawaan dan aplikasi sehalaman sifatnya tidak rahasia)
+        redirect_uri: Gunakan satu baris per URI
       trace:
         tagstring: dipisahkan oleh koma
       user_block:
+        reason: Alasan pemblokiran pengguna. Harap bersikap tenang, ceritakan sedetail
+          mungkin, ketahui bahwa pesan ini dapat dilihat oleh publik. Ingat, tidak
+          semua pengguna paham istilah-istilah teknis. Gunakan istilah sesederhana
+          mungkin.
         needs_view: Apakah pengguna harus login sebelum blokirnya dihapus?
       user:
         new_email: (jangan pernah ditampilkan ke publik)
@@ -283,6 +292,11 @@ id:
           meskipun akun Anda telah dihapus:'
         retain_edits: Suntingan Anda ke database peta tidak akan dihapus.
         retain_traces: Jejak GPS yang Anda unggah akan disimpan.
+        retain_diary_entries: Artikel dan komentar artikel Anda tidak akan dihapus,
+          tetapi disembunyikan dari publik.
+        retain_notes: Catatan peta dan komentar catatan Anda tidak akan dihapus, tetapi
+          disembunyikan dari publik.
+        retain_changeset_discussions: Diskusi perubahan Anda tidak akan dihapus.
         retain_email: Alamat surel Anda akan dipertahankan.
         confirm_delete: Apakah Anda yakin?
         cancel: Batal
@@ -297,6 +311,7 @@ id:
       public editing:
         heading: Mengedit secara publik
         enabled: Diaktifkan. Tidak anonim dan dapat mengedit data.
+        enabled link: https://wiki.openstreetmap.org/wiki/Anonymous_edits
         enabled link text: Apa ini?
         disabled: Dinonaktifkan dan tidak dapat mengedit data, seluruh hasil edit
           sebelumnya anonim.
@@ -309,11 +324,23 @@ id:
           dan menyetujui Persyaratan Kontributor yang baru.
         agreed_with_pd: Anda juga telah menyatakan bahwa Anda mempertimbangkan suntingan
           Anda berada dalam Domain publik.
+        link: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms
         link text: Apa ini?
       save changes button: Simpan Perubahan
       delete_account: Hapus Akun...
     go_public:
       heading: Menyunting secara publik
+      currently_not_public: Saat ini suntingan Anda bersifat anonim. Orang lain tidak
+        dapat mengirim pesan ke Anda atau melihat lokasi Anda. Untuk menunjukkan suntingan
+        Anda dan mengizinkan orang lain menghubungi Anda via situs web, klik tombol
+        di bawah.
+      only_public_can_edit: Sejak peralihan API 0.6, hanya pengguna terbuka yang boleh
+        menyunting data peta.
+      find_out_why: cari tahu alasannya
+      email_not_revealed: Alamat surel Anda tetap tersembunyi meski aktivitas Anda
+        terbuka.
+      not_reversible: Tindakan ini tidak dapat dibatalkan dan semua pengguna baru
+        otomatis terbuka.
       make_edits_public_button: Membuat seluruh suntingan saya menjadi publik
     update:
       success_confirm_needed: Informasi pengguna telah berhasil diperbarui. Periksa
@@ -324,14 +351,12 @@ id:
   browse:
     created: Dibuat
     closed: Ditutup
-    created_html: Dibuat <abbr title='%{title}'>%{time} yang lalu</abbr>
-    closed_html: Ditutup <abbr title='%{title}'>%{time} yang lalu</abbr>
-    created_by_html: Dibuat <abbr title='%{title}'>%{time} yang lalu</abbr> oleh %{user}
-    deleted_by_html: Dihapus <abbr title='%{title}'>%{time} yang lalu</abbr> oleh
-      %{user}
-    edited_by_html: Disunting <abbr title='%{title}'>%{time} yang lalu</abbr> oleh
-      %{user}
-    closed_by_html: Ditutup <abbr title='%{title}'>%{time} yang lalu</abbr> oleh %{user}
+    created_ago_html: Dibuat %{time_ago}
+    closed_ago_html: Ditutup %{time_ago}
+    created_ago_by_html: Dibuat %{time_ago} oleh %{user}
+    closed_ago_by_html: Ditutup %{time_ago} oleh %{user}
+    deleted_ago_by_html: Dihapus %{time_ago} oleh %{user}
+    edited_ago_by_html: Disunting %{time_ago} oleh %{user}
     version: Versi
     in_changeset: Set Perubahan
     anonymous: Anonimitas
@@ -357,10 +382,8 @@ id:
       relation: Hubungan (%{count})
       relation_paginated: Hubungan (%{x}-%{y} dari %{count})
       comment: Komentar %{count}
-      hidden_commented_by_html: Komentar tersembunyi dari %{user} <abbr title='%{exact_time}'>%{when}
-        yang lalu</abbr>
-      commented_by_html: Komentar dari %{user} <abbr title='%{exact_time}'>%{when}
-        yang lalu</abbr>
+      hidden_comment_by_html: Komentar tersembunyi dari %{user} %{time_ago}
+      comment_by_html: Komentar dari %{user} %{time_ago}
       changesetxml: Set Perubahan XML
       osmchangexml: osmChange XML
       feed:
@@ -439,6 +462,7 @@ id:
       wikimedia_commons_link: Item %{page} di Wikimedia Commons
       telephone_link: Hubungi %{phone_number}
       colour_preview: Pratinjau warna %{colour_value}
+      email_link: Surel %{email}
     query:
       title: Fitur Kueri
       introduction: Klik di peta untuk mencari fitur terdekat.
@@ -462,6 +486,7 @@ id:
     index:
       title: Set perubahan
       title_user: Set perubahan oleh %{user}
+      title_user_link_html: Set perubahan oleh %{user_link}
       title_friend: Set perubahan oleh teman saya
       title_nearby: Set perubahan oleh pengguna terdekat
       empty: Tidak ada set perubahan yang ditemukan.
@@ -591,6 +616,24 @@ id:
       applications:
         create:
           notice: Aplikasi Didaftarkan.
+  errors:
+    contact:
+      contact_url_title: Penjelasan berbagai kanal kontak
+      contact: kontak
+      contact_the_community_html: Silakan %{contact_link} komunitas OpenStreetMap
+        bila Anda menemukan tautan rusak/bug. Catat URL yang tadinya ingin Anda kunjungi.
+    forbidden:
+      title: Terlarang
+      description: Halaman yang Anda minta dari server OpenStreetMap hanya bisa diakses
+        oleh pengurus (HTTP 403)
+    internal_server_error:
+      title: Kesalahan aplikasi
+      description: Server OpenStreetMap mengalami keadaan tak terduga sehingga gagal
+        memenuhi permintaan (HTTP 500)
+    not_found:
+      title: Berkas tidak ditemukan
+      description: Gagal menemukan operasi berkas/direktori/API dengan nama itu di
+        server OpenStreetMap (HTTP 404)
   friendships:
     make_friend:
       heading: Tambahkan %{user} sebagai teman?
@@ -608,11 +651,10 @@ id:
   geocoder:
     search:
       title:
-        latlon_html: Hasil dari <a href="https://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Hasil dari <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Hasil dari <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Hasil dari %{results_link}
+        latlon: Internal
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -620,7 +662,11 @@ id:
           chair_lift: Kursi Gantung
           drag_lift: Angkat Tarik
           gondola: Lift Gondola
+          magic_carpet: Lift Sabuk
+          platter: Lift Ski Jepit
+          pylon: Tiang Lift
           station: Stasiun Aerialway
+          t-bar: Lift Ski T
           "yes": Kereta Gantung
         aeroway:
           aerodrome: Lapangan Terbang
@@ -629,10 +675,14 @@ id:
           gate: Gerbang Bandara
           hangar: Hanggar
           helipad: Helipad
+          holding_position: Tempat Henti Pesawat
+          navigationaid: Lampu Navigasi Bandara
           parking_position: Posisi Parkir
           runway: Landasan pacu
+          taxilane: Lajur Parkir Pesawat
           taxiway: Landas hubung
           terminal: Terminal Bandara
+          windsock: Gada-gada
         amenity:
           animal_boarding: Penitipan Hewan
           animal_shelter: Tempat Perlindungan Hewan
@@ -680,6 +730,7 @@ id:
           fuel: Stasiun Pengisian Bahan Bakar
           gambling: Perjudian
           grave_yard: Kuburan
+          grit_bin: Kotak Halit
           hospital: Rumah Sakit
           hunting_stand: Pos Berburu
           ice_cream: Es Krim
@@ -739,6 +790,7 @@ id:
           watering_place: Tempat Minum Hewan
           water_point: Keran Air Umum
           weighbridge: Jembatan Timbang
+          "yes": Amenitas
         boundary:
           aboriginal_lands: Tanah Adat
           administrative: Batas Administratif
@@ -749,6 +801,7 @@ id:
           "yes": Perbatasan Wilayah
         bridge:
           aqueduct: Saluran Air
+          boardwalk: Jalan Papan Kayu
           suspension: Jembatan Suspensi
           swing: Jembatan Gantung
           viaduct: Jembatan Viaduct
@@ -761,12 +814,15 @@ id:
           cabin: Kabin
           chapel: Kapel
           church: Bangunan Gereja
+          civic: Balai Warga
           college: Bangunan Kolese
           commercial: Bangunan Komersial
           construction: Bangunan yang Sedang Dibangun
           detached: Rumah Tunggal
           dormitory: Asrama
           duplex: Rumah Dupleks
+          farm: Rumah Peladang
+          farm_auxiliary: Gudang Ladang
           garage: Garasi
           garages: Garasi
           greenhouse: Rumah Kaca
@@ -786,6 +842,9 @@ id:
           roof: Atap
           ruins: Reruntuhan Bangunan
           school: Bangunan Sekolah
+          semidetached_house: Rumah Dupleks
+          service: Bangunan Teknis
+          shed: Gudang
           stable: Istal
           static_caravan: Karavan
           temple: Bangunan Kuil
@@ -795,6 +854,7 @@ id:
           warehouse: Gudang
           "yes": Bangunan
         club:
+          scout: Kwartir Pramuka
           sport: Klub Olahraga
           "yes": Klub
         craft:
@@ -803,17 +863,22 @@ id:
           brewery: Pabrik Bir
           carpenter: Tukang Kayu
           caterer: Jasa Boga
+          confectionery: Toko Permen
           dressmaker: Pembuat baju
           electrician: Tukang Listrik
           electronics_repair: Servis Elektronik
           gardener: Tukang Kebun
           glaziery: Toko kaca
           handicraft: Kerajinan Tangan
+          hvac: Tukang AC
+          metal_construction: Tukang Logam
           painter: Tukang Cat
           photographer: Fotografer
           plumber: Tukang Pipa
+          roofer: Tukang Atap
           sawmill: Penggergajian Kayu
           shoemaker: Perajin Sepatu
+          stonemason: Tukang Pahat
           tailor: Penjahit
           window_construction: Konstruksi Jendela
           winery: Kilang anggur
@@ -824,10 +889,12 @@ id:
           assembly_point: Titik Kumpul
           defibrillator: Alat Pacu Jantung
           fire_extinguisher: Alat Pemadam Api
+          fire_water_pond: Kolam Damkar
           landing_site: Pintu Masuk Darurat
           life_ring: Ban Pelampung Darurat
           phone: Telepon Darurat
           siren: Sirene Darurat
+          suction_point: Titik Pompa Damkar
           water_tank: Tangki Air Darurat
         highway:
           abandoned: Jalan Bebas Hambatan Usang
@@ -840,6 +907,7 @@ id:
           cycleway: Jalur Sepeda
           elevator: Elevator
           emergency_access_point: Titik Akses Darurat
+          emergency_bay: Perhentian Darurat
           footway: Jalan setapak
           ford: Arungan
           give_way: Rambu Lalu Lintas
@@ -872,8 +940,10 @@ id:
           track: Trek
           traffic_mirror: Cermin Cembung
           traffic_signals: Lampu Lalu Lintas
+          trailhead: Awal Jalan Setapak
           trunk: Jalan Nasional
           trunk_link: Jalan Nasional
+          turning_circle: Putaran Jalan Buntu
           turning_loop: Petak Balon
           unclassified: Jalan Tidak Terklasifikasi
           "yes": Jalan
@@ -887,11 +957,13 @@ id:
           bunker: Bunker
           cannon: Meriam Bersejarah
           castle: Kastil
+          charcoal_pile: Tumpukan Arang Bersejarah
           church: Gereja
           city_gate: Gerbang Kota
           citywalls: Dinding Kota
           fort: Benteng
           heritage: Situs Warisan
+          hollow_way: Jalan Setapak Tererosi
           house: Rumah
           manor: Tanah Bangsawan
           memorial: Memorial
@@ -902,9 +974,11 @@ id:
           railway: Rel Kereta Bersejarah
           roman_road: Jalan Romawi
           ruins: Reruntuhan
+          rune_stone: Batu Rune
           stone: Batu
           tomb: Makam
           tower: Menara
+          wayside_chapel: Kapel Pinggir Jalan
           wayside_cross: Pinggir persimpangan
           wayside_shrine: Kuil pinggir jalan
           wreck: Rongsokan
@@ -947,18 +1021,21 @@ id:
         leisure:
           adult_gaming_centre: Pusat Mesin Judi
           amusement_arcade: Arkade Permainan
+          bandstand: Panggung Gazebo
           beach_resort: Resort Pantai
           bird_hide: Tempat Observasi Burung
+          bleachers: Tribun Terbuka
           bowling_alley: Arena Boling
           common: Lahan Publik
           dance: Lantai Dansa
           dog_park: Taman Anjing
+          firepit: Bangku Api Unggun
           fishing: Tempat Pemancingan
           fitness_centre: Pusat Kebugaran
           fitness_station: Stasiun Kebugaran
           garden: Kebun
           golf_course: Taman Golf
-          horse_riding: Pacuan Kuda
+          horse_riding: Pusat Pacuan Kuda
           ice_rink: Gelanggang Es (Ice Rink)
           marina: Pantai
           miniature_golf: Mini Golf
@@ -979,6 +1056,7 @@ id:
           water_park: Taman Air
           "yes": Plesir
         man_made:
+          adit: Pintu Tambang
           advertising: Iklan
           antenna: Antena
           avalanche_protection: Pagar Longsor Salju
@@ -988,15 +1066,22 @@ id:
           breakwater: Pemecah Gelombang
           bridge: Jembatan
           bunker_silo: Bungker
+          cairn: Batu Bertumpuk
           chimney: Cerobong Asap
+          clearcut: Babatan Hutan
           communications_tower: Menara Komunikasi
           crane: Derek
+          cross: Salib
+          dolphin: Tiang Tambat
+          dyke: Bendungan Tanah
           embankment: Tanggul
           flagpole: Tiang Bendera
           gasometer: Kilang
+          groyne: Pemecah Endapan
           kiln: Tanur
           lighthouse: Mercusuar
           manhole: Lubang Got
+          mast: Tiang Kecil
           mine: Tambang
           mineshaft: Lubang Bukaan Tambang
           monitoring_station: Stasiun Pengawas
@@ -1009,6 +1094,7 @@ id:
           snow_cannon: Mesin Salju
           snow_fence: Pagar Salju
           storage_tank: Tangki Penyimpanan
+          street_cabinet: Lemari Kabel
           surveillance: Pengawasan
           telescope: Teleskop
           tower: Menara
@@ -1026,12 +1112,14 @@ id:
           airfield: Lapangan Udara Militer
           barracks: Barak
           bunker: Bunker
+          checkpoint: Pos Pemeriksaan
           trench: Parit
           "yes": Militer
         mountain_pass:
           "yes": Perlintasan Pegunungan
         natural:
           atoll: Atol
+          bare_rock: Daratan Batu
           bay: Teluk
           beach: Pantai
           cape: Tanjung
@@ -1065,6 +1153,7 @@ id:
           sand: Pasir
           scree: Kerikil
           scrub: Semak Belukar
+          shingle: Pasir Batu
           spring: Mata Air
           stone: Batu
           strait: Selat
@@ -1076,6 +1165,7 @@ id:
           water: Air
           wetland: Lahan Basah
           wood: Kayu
+          "yes": Bentang Alam
         office:
           accountant: Akuntan
           administrative: Tata Usaha
@@ -1120,6 +1210,7 @@ id:
           locality: Lokal
           municipality: Kotamadya/Kabupaten
           neighbourhood: Lingkungan
+          plot: Kavling
           postcode: Kode Pos
           quarter: Distrik
           region: Wilayah
@@ -1133,6 +1224,7 @@ id:
           "yes": Tempat
         railway:
           abandoned: Rel Kereta Api Terbengkalai
+          buffer_stop: Badug Rel
           construction: Rel kereta yang diperbaiki
           disused: Rel Kereta Api Tak Terpakai
           funicular: Trem yang digerakan dengan kabel
@@ -1212,6 +1304,7 @@ id:
           funeral_directors: Penyelenggara Pemakaman
           furniture: Toko Meubel
           garden_centre: Pusat Kebun
+          gas: Toko Elpiji
           general: Toko Umum
           gift: Toko Hadiah
           greengrocer: Toko Sayuran
@@ -1258,6 +1351,7 @@ id:
           shoes: Toko Sepatu
           sports: Toko Olahraga
           stationery: Toko Alat Tulis
+          storage_rental: Gudang Sewaan
           supermarket: Supermarket
           tailor: Penjahit
           tattoo: Studio Tato
@@ -1295,8 +1389,10 @@ id:
           picnic_site: Tempat Piknik
           theme_park: Taman Hiburan
           viewpoint: Sudut Pandang
+          wilderness_hut: Rumah Singgah
           zoo: Kebun Binatang
         tunnel:
+          building_passage: Lorong Bangunan
           culvert: Gorong-gorong
           "yes": Terowongan
         waterway:
@@ -1328,6 +1424,7 @@ id:
         level8: Batas Kota/Kabupaten
         level9: Batas Desa
         level10: Batas kota pinggiran
+        level11: Batas RT
       types:
         cities: Kota (jamak)
         towns: Kota Kecil (jamak)
@@ -1350,8 +1447,7 @@ id:
       status: Status
       reports: Laporan
       last_updated: Terakhir Diperbarui
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> oleh %{user}
+      last_updated_time_ago_user_html: '%{time_ago} oleh %{user}'
       link_to_reports: Lihat Laporan
       reports_count:
         one: 1 Laporan
@@ -1459,6 +1555,7 @@ id:
     hosting_partners_html: Hosting didukung oleh %{ucl}, %{fastly}, %{bytemark}, dan
       %{partners} lainnya.
     partners_ucl: UCL
+    partners_fastly: Fastly
     partners_bytemark: Hosting Bytemark
     partners_partners: mitra
     tou: Ketentuan Penggunaan
@@ -1470,6 +1567,7 @@ id:
     help: Bantuan
     about: Tentang
     copyright: Hak Cipta
+    communities: Komunitas
     community: Komunitas
     community_blogs: Blog Komunitas
     community_blogs_title: Blog dari anggota komunitas OpenStreetMap
@@ -1522,8 +1620,6 @@ id:
       subject: '[OpenStreetMap] gagal impor GPX'
     gpx_success:
       hi: Halo %{to_user},
-      loaded_successfully: telah berhasil dengan %{trace_points} dari %{possible_points}
-        titik yang mungkin.
       subject: '[OpenStreetMap] impor GPX sukses'
     signup_confirm:
       subject: '[OpenStreetMap] Selamat datang di OpenStreetMap'
@@ -1630,6 +1726,8 @@ id:
       success: Akun Anda telah dikonfirmasi, terima kasih telah mendaftar!
       already active: Akun ini telah dikonfirmasi.
       unknown token: Kode konfirmasi telah kedaluwarsa atau tidak ada.
+      resend_html: Bila Anda perlu surel konfirmasi lagi, %{reconfirm_link}.
+      click_here: klik di sini
     confirm_resend:
       failure: Pengguna %{name} tidak ditemukan.
     confirm_email:
@@ -1640,6 +1738,11 @@ id:
       success: Perubahan alamat email Anda telah dikonfirmasi!
       failure: Sebuah alamat email telah dikonfirmasikan dengan token ini.
       unknown_token: Kode konfirmasi tersebut telah kedaluwarsa atau tidak ada.
+    resend_success_flash:
+      confirmation_sent: Surel konfirmasi baru telah dikirim ke %{email}. Anda baru
+        bisa mengedit peta setelah akun Anda terkonfirmasi.
+      whitelist: Bila sistem antispam Anda menyarik surel konfirmasi, kecualikan %{sender}
+        supaya kami bisa membalas permintaan konfirmasi Anda.
   messages:
     inbox:
       title: Kotak Masuk
@@ -1747,7 +1850,6 @@ id:
       image: Gambar
       gravatar:
         gravatar: Gunakan Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Apa itu Gravatar?
         disabled: Gravatar telah dinonaktifkan.
         enabled: Tampilan dari Gravatar Anda telah diaktifkan.
@@ -1808,8 +1910,13 @@ id:
       title: Logout
       heading: Logout dari OpenStreetMap
       logout_button: Logout
+    suspended_flash:
+      suspended: Maaf, akun Anda ditangguhkan karena aktivitasnya mencurigakan.
+      contact_support_html: Hubungi %{support_link} bila ingin menindaklanjutinya.
+      support: bantuan
   shared:
     markdown_help:
+      heading_html: Diurai dengan %{kramdown_link}
       headings: Judul
       heading: Judul
       subheading: Subjudul
@@ -1828,7 +1935,7 @@ id:
   site:
     about:
       next: Berikutnya
-      copyright_html: <span>&copy;</span>Kontributor<br>OpenStreetMap
+      heading_html: '%{copyright}Kontributor %{br} OpenStreetMap'
       used_by_html: Kekuatan %{name} menyediakan peta data untuk ribuan situs web,
         aplikasi seluler, dan perangkat keras
       lede_text: "OpenStreetMap dibangun oleh komunitas pembuat peta yang berkontribusi
@@ -1839,28 +1946,37 @@ id:
         menggunakan \ncitra udara, perangkat GPS, dan peta lapangan berteknologi rendah
         untuk memverifikasi bahwa OSM akurat dan termutakhir."
       community_driven_title: Berbasis Masyarakat
-      community_driven_html: |-
-        Komunitas OpenStreetMap sangat beragam, rajin berkontribusi, dan semakin besar setiap harinya.
-        Kontributor kami terdiri dari penggemar peta, pegiat SIG, teknisi
-        yang mengurus server OSM, relawan yang memetakan kawasan terdampak bencana,
-        dan lain-lain.
-        Untuk mengetahui lebih lanjut, baca <a href='%{diary_path}'>catatan harian pengguna</a>,
-        <a href='http://blogs.openstreetmap.org/'>blog komunitas</a>, dan situs web <a href='http://www.osmfoundation.org/'>OSM Foundation</a>.
+      community_driven_1_html: |-
+        Komunitas OpenStreetMap sangat beragam, antusias, dan terus berkembang. Kontributor kami meliputi para pemeta ulung, pegiat GIS, teknisi yang mengurus server OSM, relawan yang memetakan daerah terdampak bencana, dan lain-lain. Untuk membaca lebih lanjut soal komunitas kami, simak %{osm_blog_link},
+        %{user_diaries_link}, %{community_blogs_link}, dan situs
+        %{osm_foundation_link}.
+      community_driven_osm_blog: Blog OpenStreetMap
+      community_driven_user_diaries: artikel pengguna
+      community_driven_community_blogs: blog komunitas
+      community_driven_osm_foundation: Yayasan OSM
       open_data_title: Data Terbuka
-      open_data_html: 'OpenStreetMap adalah <i>data terbuka</i>: Anda bebas untuk
-        menggunakannya untuk tujuan apapun selama Anda memberi penghargaan pada OpenStreetMap
-        dan kontributornya. Jika Anda mengubah atau membangun dari data dengan cara
-        tertentu, Anda dapat menyebarkan hasilnya hanya di bawah lisensi yang sama.
-        Lihat <a href=''%{copyright_path}''>halaman Hak Cipta dan Lisensi</a> untuk
-        perinciannya.'
+      open_data_1_html: 'OpenStreetMap tergolong %{open_data}: Anda bebas memakainya
+        untuk keperluan apa saja asalkan mencantumkan sumber "OpenStreetMap dan para
+        kontributornya". Bila Anda mengubah atau mengembangkan datanya, Anda hanya
+        diizinkan menyebarluaskannya dengan lisensi yang sama. Baca %{copyright_license_link}
+        untuk ketentuan lebih lanjut.'
+      open_data_open_data: data terbuka
+      open_data_copyright_license: Halaman Hak Cipta dan Lisensi
       legal_title: Legal
-      legal_1_html: |-
-        Situs ini dan layanan terkait lainnya dioperasikan secara resmi oleh <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF) atas nama komunitas. Menggunakan semua layanan yang dioperasikan oleh OSMF tunduk kepada <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Syarat Penggunaan</a>, <a href="https:://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Kebijakan Penggunaan Diterima</a> dan <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Kebijakan Privasi</a> kami.
-      legal_2_html: |-
-        Silakan <a href='https://osmfoundation.org/Contact'>menghubungi OSMF</a> jika Anda punya pertanyaan seputar lisensi, hak cipta, atau isu dan pertanyaan hukum lainnya.
-        <br>
-        OpenStreetMap, logo kaca pembesar dan Peta adalah <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">merek dagang terdaftar OSMF</a>.
+      legal_1_1_html: Situs ini beserta layanan terkait secara resmi dioperasikan
+        oleh %{openstreetmap_foundation_link} (OSMF) atas nama komunitas kontributor.
+        Pemanfaatan semua layanan OSMF wajib mematuhi %{terms_of_use_link}, %{aup_link},
+        dan %{privacy_policy_link} kami.
+      legal_1_1_openstreetmap_foundation: Yayasan OpenStreetMap
+      legal_1_1_terms_of_use: Ketentuan Penggunaan
+      legal_1_1_aup: Aturan Penggunaan yang Diizinkan
+      legal_1_1_privacy_policy: Kebijakan Privasi
+      legal_2_1_html: Hubungi %{contact_the_osmf_link} bila Anda ingin tahu soal lisensi,
+        hak cipta, atau persoalan hukum lainnya.
+      legal_2_1_contact_the_osmf: hubungi OSMF
+      legal_2_2_html: OpenStreetMap, logo suryakanta, dan State of the Map merupakan
+        %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: merek dagang terdaftar OSMF
       partners_title: Rekan
     copyright:
       foreign:
@@ -1877,108 +1993,117 @@ id:
         mapping_link: memulai pemetaan
       legal_babble:
         title_html: Hak Cipta & Lisensi
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> adalah <i>data terbuka</i>, berlisensi di bawah <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) oleh  <a
-          href="http://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: |-
-          Anda dibebaskan untuk menyalin, menyalurkan, mentransfer dan mengadaptasi data kami,
-          selama Anda menyertakan OpenStreetMap dan kontributornya. Jika Anda mengubah atau membangun
-          data kami, Anda harus menyalurkan hasilnya dalam lisensi yang sama.
-          <a href="http://opendatacommons.org/licenses/odbl/1.0/">Kode legal</a> berisi penjelasan hak dan kewajiban Anda.
-        intro_3_1_html: |-
-          Dokumentasi kami dilisensikan di bawah <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> lisensi (CC BY-SA 2.0).
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} tergolong %{open_data}, berlisensi
+          %{odc_odbl_link} (ODbL) yang diterbitkan oleh %{osm_foundation_link} (OSMF).
+        introduction_1_open_data: data terbuka
+        introduction_1_odc_odbl: Open Data Commons Open Database License
+        introduction_1_osm_foundation: Yayasan OpenStreetMap
+        introduction_2_html: Anda boleh menyalin, menyebarluaskan, mengirimkan, dan
+          menyesuaikan data kami asalkan mencantumkan sumber OpenStreetMap dan kontributornya.
+          Bila Anda mengubah atau memanfaatkan data kami, Anda boleh menyebarluaskan
+          produk akhirnya dengan lisensi yang sama. Hak dan tanggung jawab Anda tercantum
+          selengkapnya dalam %{legal_code_link}.
+        introduction_2_legal_code: aturan hukum
+        introduction_3_html: Dokumentasi kami berlisensi %{creative_commons_link}
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Atribusi-BerbagiSerupa 2.0
         credit_title_html: Cara memberikan kredit pada OpenStreetMap
         credit_1_html: 'Ketika Anda menggunakan data OpenStreetMap, Anda diwajibkan
           untuk melakukan dua hal berikut:'
-        credit_2_1_html: "<ul>\n  <li> Berikan kredit kepada OpenStreetMap dengan
-          menampilkan pemberitahuan hak cipta kami.</li> \n  <li> Jelaskan bahwa data
-          tersedia di bawah Lisensi Open Database.</li> \n</ul>"
-        credit_3_1_html: Untuk pemberitahuan hak cipta, kami memiliki persyaratan
-          yang berbeda tentang bagaimana ini harus ditampilkan, tergantung pada bagaimana
-          Anda menggunakan data kami. Misalnya, aturan yang berbeda berlaku tentang
-          cara menampilkan pemberitahuan hak cipta bergantung pada apakah Anda membuat
-          peta yang dapat dijelajahi, peta yang dicetak, atau gambar statis. Detail
-          lengkap tentang persyaratan dapat ditemukan di <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Pedoman
-          Atribusi</a> .
-        credit_4_html: 'Untuk memperjelas bahwa data tersedia di bawah Lisensi Open
-          Database, Anda dapat menautkan ke <a href="http://www.openstreetmap.org/copyright">halaman
-          hak cipta</a>. Cara lainnya, dan diwajibkan jika Anda mendistribusikan OSM
-          dalam bentul data, Anda bisa menyebut nama dan tautan ke lisensi. Dalam
-          media yang tidak memungkinkan tautan (contohnya: karya cetak), kami menyarankan
-          Anda mengarahkan pembaca Anda ke openstreetmap.org (mungkin dengan memperluas
-          tulisan ''OpenStreetMap'' menjadi alamat lengkap) dan opendatacommons.org.
-          Dalam contoh ini, kreditnya ditampilkan di pojok peta.'
+        credit_2_1: Cantumkan sumber OpenStreetMap dengan menampilkan pemberitahuan
+          hak cipta kami.
+        credit_2_2: Tambahkan bahwa data peta ini berlisensi Open Database License.
+        credit_3_html: Soal pemberitahuan hak cipta, kami punya aturan yang berbeda
+          tergantung cara Anda menggunakan data kami. Misalnya, peta digital, peta
+          cetak, atau gambar tidak bergerak (statis) masing-masing punya cara pencantuman
+          sumbernya sendiri. Info lebih lanjut dapat dibaca di %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Pedoman Pencantuman Sumber
+        credit_4_1_html: Tambahkan tautan ke %{this_copyright_page_link} untuk memperjelas
+          bahwa data peta ini berlisensi Open Database License. Selain itu, bila Anda
+          menyebarluaskan OSM dalam bentuk data, cantumkan dan tautkan langsung lisensinya.
+          Di medium yang tidak memungkinkan klik-mengeklik (misalnya karya cetak),
+          tulis saja openstreetmap.org (atau URL lengkapnya) dan opendatacommons.org.
+          Dalam contoh berikut ini, sumbernya tercantum di pojok peta.
+        credit_4_1_this_copyright_page: laman hak cipta ini
         attribution_example:
           alt: Contoh tentang bagaimana memberikan atribusi untuk OpenStreetMap pada
             halaman web
           title: Contoh atribusi
         more_title_html: Mengetahui lebih lanjut
-        more_1_html: |-
-          Baca lebih lanjut tentang pemakaian data kami, dan cara memberi kami kredit, di <a
-          href="http://osmfoundation.org/License">halaman lisensi OSMF</a> dan <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Pertanyaan Legal yang sering diajukan (FAQ)</a> komunitas.
-        more_2_html: |-
-          Meskipun OpenStreetMap merupakan data yang terbuka, kami tidak dapat menyediakan API peta gratis bagi pihak ketiga.
-          Lihat <a href="ttps://operations.osmfoundation.org/policies/api">Kebijakan Penggunaan API</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Kebijakan Penggunaan Tile</a>
-          dan <a href="https://operations.osmfoundation.org/policies/nominatim/">Kebijakan Penggunaan Nominatim</a>.
+        more_1_1_html: Simak lebih lanjut tata cara pemanfaatan data kami dan pencantuman
+          sumber di %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: Halaman Lisensi OSMF
+        more_2_1_html: Meski data OpenStreetMap bersifat terbuka, kami tidak bisa
+          menyediakan API peta gratis untuk pihak ketiga. Simak %{api_usage_policy_link},
+          %{tile_usage_policy_link}, dan %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Aturan Penggunaan API
+        more_2_1_tile_usage_policy: Aturan Penggunaan Kotak Peta
+        more_2_1_nominatim_usage_policy: Aturan Penggunaan Nominatim
         contributors_title_html: Kontributor kami
         contributors_intro_html: 'Kontributor kami terdiri dari ribuan orang. Kami
           juga memasukkan data dengan lisensi terbuka yang didapat dari badan-badan
           pemetaan nasional dan sumber lainnya, diantaranya:'
-        contributors_at_html: |-
-          <strong>Austria</strong>: Berisi data dari
-          <a href="http://data.wien.gv.at/">Stadt Wien</a> (lisensi
-          <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> dan
-          Land Tirol (lisensi <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT dengan perubahan</a>).
-        contributors_au_html: |-
-          <strong>Australia</strong>: Memasukkan atau dikembangkan menggunakan Administrative Boundaries &copy;
-          <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA Australia Limited</a>
-          dilisensikan oleh Commonwealth of Australia di bawah
-          <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International licence (CC BY 4.0)</a>.
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: Berisi data dari
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada), dan StatCan (Geography Division,
-          Statistics Canada).
-        contributors_fi_html: "<strong>Finlandia</strong>: Berisi data dari basis
-          data topografi\nSurvei Pertanahan Nasional Finlandia \n dan dataset lainnya,
-          di bawah\n<a href=\"http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501\">Lisensi
-          NLSFI</a>."
-        contributors_fr_html: |-
-          <strong>Perancis</strong>: Berisi data yang bersumber dari
+        contributors_at_credit_html: '%{austria}: Mengandung data dari %{stadt_wien_link}
+          (lisensi %{cc_by_link}), %{land_vorarlberg_link}, dan Land Tirol (lisensi
+          %{cc_by_at_with_amendments_link}).'
+        contributors_at_austria: 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 dengan perubahan
+        contributors_au_credit_html: |-
+          %{australia}: Mengandung data dari Administrative Boundaries &copy; %{geoscape_australia_link}
+          dilisensikan %{cc_licence_link} oleh Persemakmuran Australia.
+        contributors_au_australia: Australia
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: Lisensi Creative Commons Attribution 4.0 International
+          (CC BY 4.0)
+        contributors_ca_credit_html: |-
+          %{canada}: Mengandung data dari
+          GeoBase&reg;, GeoGratis (&copy; Departemen Sumber Daya Alam Kanada), CanVec (&copy; Departemen Sumber Daya Alam Kanada), dan StatCan (Divisi Geografi, Badan Pusat Statistik Kanada).
+        contributors_ca_canada: Kanada
+        contributors_fi_credit_html: '%{finland}: Mengandung data dari Pusat Data
+          Topografi Survei Pertanahan Nasional Finlandia dan sumber data lain, berlisensi
+          %{nlsfi_license_link}.'
+        contributors_fi_finland: Finlandia
+        contributors_fi_nlsfi_license: Lisensi NLSFI
+        contributors_fr_credit_html: |-
+          %{france}: Mengandung data dari
           Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Belanda</strong>: Berisi &copy; data AND, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Selandia Baru</strong>: Berisi data yang bersumber dari
-          <a href="https://data.linz.govt.nz/">Layanan Data LINZ</a> dan atas lisensi untuk digunakan ulang berdasarkan <a href="https://creativecommons.org/licenses/by/4.0/"><a href="https://data.linz.govt.nz/">CC BY 4.0</a>
-        contributors_si_html: |-
-          <strong>Slovenia</strong>: Berisi data dari
-          <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> dan
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
-          (informasi publik Slovenia).
-        contributors_es_html: |-
-          <strong>Spanyol</strong>: Mengandung data yang bersumber dari
-          Institut Geografi Nasional (<a href="http://www.ign.es/">IGN</a>) dan
-          Sistem Kartografi Nasional Spanyol (<a href="http://www.scne.es/">SCNE</a>)
-          dilisensikan untuk digunakan kembali di bawah <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Afrika Selatan</strong>: Berisi data yang bersumber dari
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, hak cipta milik negara.
-        contributors_gb_html: |-
-          <strong>Britania Raya</strong>: Berisi data Ordnance
-          Survey &copy; Hak cipta dan basis data milik Kerajaan
-          2010-19.
-        contributors_footer_1_html: |-
-          Untuk rincian lebih lanjut, dan sumber-sumber lainnya yang telah digunakan untuk meningkatkan OpenStreetMap, silakan lihat <a
-          href="http://wiki.openstreetmap.org/wiki/Contributors">halaman Kontributor</a> pada Wiki OpenStreetMap.
+        contributors_fr_france: Prancis
+        contributors_nl_credit_html: '%{netherlands}: Mengandung data AND &copy;,
+          2007 (%{and_link})'
+        contributors_nl_netherlands: Belanda
+        contributors_nz_credit_html: |-
+          %{new_zealand}: Mengandung data dari %{linz_data_service_link}
+          dan boleh dipakai ulang dengan lisensi %{cc_by_link}.
+        contributors_nz_new_zealand: Selandia Baru
+        contributors_nz_linz_data_service: LINZ Data Service
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_credit_html: |-
+          %{slovenia}: Mengandung data dari %{gu_link} dan %{mkgp_link}
+          (penerangan umum Slovenia).
+        contributors_si_slovenia: Slovenia
+        contributors_si_gu: Badan Survei dan Pemetaan
+        contributors_si_mkgp: Kementerian Pertanian, Kehutanan, dan Pangan
+        contributors_es_credit_html: '%{spain}: Mengandung data dari Institut Geografi
+          Nasional Spanyol (%{ign_link}) dan Sistem Kartografi Nasional (%{scne_link}),
+          boleh dipakai ulang dengan lisensi %{cc_by_link}.'
+        contributors_es_spain: Spanyol
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: Mengandung data dari %{ngi_link},
+          hak cipta pemerintah dilindungi undang-undang.'
+        contributors_za_south_africa: Afrika Selatan
+        contributors_za_ngi: 'Direktorat Utama: Informasi Geospasial Nasional'
+        contributors_gb_credit_html: |-
+          %{united_kingdom}: Mengandung data Ordnance
+          Survey &copy; hak cipta pemerintah dan pusat data dilindungi undang-undang 2010-2023.
+        contributors_gb_united_kingdom: Britania Raya
+        contributors_2_html: Untuk informasi lebih lanjut beserta sumber-sumber lain
+          yang menunjang OpenStreetMap, lihat %{contributors_page_link} di Wiki OpenStreetMap.
+        contributors_2_contributors_page: Halaman kontributor
         contributors_footer_2_html: Dimasukkannya data dalam OpenStreetMap tidak berarti
           bahwa penyedia data yang asli mendukung OpenStreetMap, menyediakan jaminan,
           atau menerima tanggung jawab apapun.
@@ -1986,15 +2111,17 @@ id:
         infringement_1_html: Kontributor OSM diingatkan untuk tidak menambahkan data
           dari sumber yang memiliki hak cipta sendiri (misalnya, Google Maps atau
           peta cetak) tanpa izin eksplisit dari pemegang hak cipta.
-        infringement_2_html: |-
-          Jika Anda percaya bahwa materi berhak cipta telah tidak tepat
-           ditambahkan ke OpenStreetMap database atau situs ini, silakan lihat <a href="https://wiki.osmfoundation.org/wiki/License/Takedown_procedure">prosedur takedown</a> kami atau kirimkan file langsung pada
-          <a href="https://dmca.openstreetmap.org/">pengajuan halaman on-line</a>.
-        trademarks_title_html: <span id="trademarks"></span>Merek dagang
-        trademarks_1_html: OpenStreetMap, logo lup, dan State of the Map adalah merek
-          dagang terdaftar dari OpenStreetMap Foundation. Jika Anda memiliki pertanyaan
-          tentang penggunaan merek tersebut, silakan kirim pertanyaan Anda ke <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">Licence
-          Working Group</a>.
+        infringement_2_1_html: Bila Anda curiga ada materi berhak cipta di dalam data
+          OpenStreetMap atau situs ini, simak %{takedown_procedure_link} kami atau
+          isi %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: prosedur penghapusan
+        infringement_2_1_online_filing_page: formulir digital
+        trademarks_title: Merek dagang
+        trademarks_1_1_html: OpenStreetMap, logo kaca pembesar, dan State of the Map
+          adalah merek dagang terdaftar Yayasan OpenStreetMap. Bila Anda ingin tahu
+          lebih lanjut soal penggunaan merek-merek ini, silakan baca %{trademark_policy_link}
+          kami.
+        trademarks_1_1_trademark_policy: Aturan Merek Dagang
     index:
       js_1: Anda menggunakan browser yang tidak mendukung JavaScript, atau Anda telah
         menonaktifkan JavaScript.
@@ -2024,6 +2151,9 @@ id:
       map_image: Gambar Peta (menunjukkan layer standar)
       embeddable_html: HTML yang terkait
       licence: Lisensi
+      licence_details_html: Data OpenStreetMap dilindungi oleh lisensi %{odbl_link}
+        (ODbL).
+      odbl: Open Data Commons Open Database License
       too_large:
         advice: 'Jika ekspor di atas gagal, silakan pertimbangkan untuk menggunakan
           satu dari sumber yang tercantum di bawah ini:'
@@ -2067,12 +2197,16 @@ id:
             adalah untuk bergabung dengan komunitas OpenStreetMap dan menambah atau
             memperbaiki data diri."
         add_a_note:
-          instructions_html: "Hanya klik <a class='icon note'></a> atau ikon yang
-            sama pada layar peta. \nIni akan menambahkan penanda ke peta, yang dapat
-            Anda bergerak \ndengan menyeret. Tambahkan pesan Anda, lalu klik simpan,
-            dan pembuat peta lainnya akan menyelidiki."
+          instructions_1_html: |-
+            Klik %{note_icon} atau ikon serupa di peta.
+            Markah/penanda akan muncul di peta. Anda bisa memindahkannya dengan cara klik-seret. Tulis pesan Anda, lalu klik simpan. Kontributor lain akan menanggapinya.
       other_concerns:
         title: Kekhawatiran lain
+        concerns_html: "Bila Anda ingin tahu soal pemanfaatan data kami atau konten
+          peta, baca \n%{copyright_link} untuk info hukum lebih lanjut atau hubungi
+          %{working_group_link} yang terkait."
+        copyright: halaman hak cipta
+        working_group: satgas OSMF
     help:
       title: Dapatkan Bantuan
       introduction: "OpenStreetMap memiliki beberapa sumber daya untuk belajar tentang
@@ -2094,6 +2228,9 @@ id:
         title: Daftar Alamat
         description: Bertanya atau berdiskusi hal-hal menarik dalam daftar alamat
           menurut berbagai topik dan daerah.
+      community:
+        title: Forum komunitas
+        description: Forum bincang-bincang OpenStreetMap.
       irc:
         title: IRC
         description: Obrolan interaktif dalam berbagai bahasa mengenai bermacam-macam
@@ -2113,8 +2250,18 @@ id:
       removed: Editor OpenStreetMap baku Anda ditetapkan menjadi Potlatch. Karena
         Adobe Flash Player telah ditarik; Potlatch tidak lagi tersedia untuk digunakan
         di penjelajah web.
+      desktop_application_html: Anda masih bisa memakai Potlatch dengan %{download_link}.
+      download: mengunduh aplikasi khusus Mac dan Windows
+      id_editor_html: Selain itu, Anda bisa menyetel iD sebagai editor utama yang
+        bisa dibuka di peramban web (sama seperti Potlatch dulu). %{change_preferences_link}.
+      change_preferences: Ubah setelan Anda di sini
     any_questions:
       title: Ada pertanyaan?
+      paragraph_1_html: OpenStreetMap punya banyak materi untuk mendalami proyek ini,
+        tanya jawab, dan saling bahas soal perpetaan. %{help_link}. Organisasi Anda
+        punya program yang melibatkan OpenStreetMap? %{welcome_mat_link}.
+      get_help_here: Kunjungi halaman ini
+      welcome_mat: Kunjungi halaman Selamat Datang
     sidebar:
       search_results: Hasil Pencarian
       close: Tutup
@@ -2206,17 +2353,70 @@ id:
         ini adalah panduan cepat dengan hal-hal terpenting yang perlu Anda ketahui.
       whats_on_the_map:
         title: Apa yang ada di Peta
+        on_the_map_html: OpenStreetMap ialah tempat untuk memetakan hal-hal yang sifatnya
+          %{real_and_current} - ada jutaan bangunan, jalan, dan detail tempat di sini.
+          Anda boleh memetakan apapun di dunia nyata yang menurut Anda menarik.
+        real_and_current: nyata dan mutakhir
+        off_the_map_html: OpenStreetMap %{doesnt} tempat bagi data subjektif seperti
+          rating, tempat lawas/khayalan, atau data yang masih berhak cipta. Jangan
+          menyalin data peta dari web lain atau peta cetak, kecuali Anda sudah diberi
+          izin oleh penerbitnya.
+        doesnt: bukan
       basic_terms:
         title: Istilah-Istilah Dasar untuk Pemetaan
         paragraph_1: OpenStreetMap memiliki beberapa istilah tersendiri. Berikut ini
           beberapa kata kunci yang dapat digunakan.
+        an_editor_html: '%{editor} adalah program atau situs web yang bisa Anda gunakan
+          untuk mengedit peta.'
+        a_node_html: '%{node} adalah suatu tempat di dalam peta, misalnya sebuah restoran
+          atau sebatang pohon.'
+        a_way_html: '%{way} adalah fitur yang memanjang atau tertutup, misalnya jalan,
+          kali, danau, atau bangunan.'
+        a_tag_html: '%{tag} adalah data yang memperjelas titik atau garis, misalnya
+          nama restoran atau batas kecepatan jalan.'
+        editor: Editor
+        node: Titik
+        way: Garis
+        tag: Tag
       rules:
         title: Aturan!
+        para_1_html: OpenStreetMap punya aturan-aturan resmi. Namun, kami berharap
+          para kontributor bisa bekerja sama dan saling berkomunikasi. Bila Anda tidak
+          ingin mengedit peta secara manual, baca dan simak panduan tentang %{imports_link}
+          dan %{automated_edits_link}.
+        imports: Impor
+        automated_edits: Edit Otomatis
       start_mapping: Mulai pemetaan
       add_a_note:
         title: Keberatan menyunting? Tambahkan catatan!
         para_1: Jika Anda ingin memberi perbaikan kecil dan tidak mau mendaftar ataupun
           mempelajari cara penyuntingan, Anda cukup memberi catatan.
+        para_2_html: 'Klik %{map_link} dan klik ikon catatan: %{note_icon}. Markah/penanda
+          akan muncul di peta. Anda bisa memindahkannya dengan cara klik-seret. Tulis
+          pesan Anda, lalu klik simpan. Kontributor lain akan menanggapinya.'
+        the_map: peta
+    communities:
+      title: Komunitas
+      lede_text: Banyak orang dari berbagai negara turut memperkaya atau memanfaatkan
+        OpenStreetMap. Ada yang sendiri-sendiri dan ada pula yang bersatu-padu membentuk
+        kelompok. Kelompok ini beragam ukurannya, mulai dari kota kecil hingga regional
+        lintas negara; bentuknya formal atau informal.
+      local_chapters:
+        title: Perkumpulan Lokal
+        about_text: Perkumpulan Lokal adalah kelompok nasional atau regional yang
+          berdiri resmi sebagai badan hukum nirlaba. Mereka mewakili peta dan pemeta
+          di wilayah itu saat berkomunikasi dengan pemerintah daerah, perusahaan,
+          dan media. Mereka juga menjalin hubungan resmi dengan Yayasan OpenStreetMap
+          (OSMF) yang menangani urusan hukum dan hak cipta.
+        list_text: 'Komunitas-komunitas di bawah ini telah berdiri resmi sebagai Perkumpulan
+          Lokal:'
+      other_groups:
+        title: Kelompok Lain
+        other_groups_html: Sebetulnya tidak perlu membuat kelompok resmi layaknya
+          Perkumpulan Lokal. Banyak kelompok besar yang sifatnya hanya kumpul-kumpul
+          biasa atau grup kontributor. Siapa saja boleh membuat kelompok atau bergabung
+          dengan salah satunya. Simak %{communities_wiki_link}.
+        communities_wiki: laman wiki Komunitas
   traces:
     visibility:
       private: Pribadi (hanya berbagi sebagai anonim, poin tidak berurut)
@@ -2298,6 +2498,11 @@ id:
       public_traces_from: Jejak GPS Umum dari %{user}
       description: Ramban unggahan jejak GPS terbaru.
       tagged_with: di tag dengan %{tags}
+      empty_title: Masih kosong
+      empty_upload_html: '%{upload_link} atau baca lebih lanjut soal penjejakan GPS
+        di %{wiki_link}.'
+      upload_new: Unggah jejak baru
+      wiki_page: laman wiki
       upload_trace: Unggah jejak GPS
       all_traces: Semua Jejak
       my_traces: Jejak Saya
@@ -2443,6 +2648,7 @@ id:
       client_secret_warning: Pastikan untuk menyimpan rahasia ini - ia tidak akan
         dapat diakses lagi
       permissions: Izin
+      redirect_uris: Alihkan URI
     not_found:
       sorry: Maaf, aplikasi itu tidak dapat ditemukan.
   oauth2_authorizations:
@@ -2470,8 +2676,16 @@ id:
       title: Mendaftar
       no_auto_account_create: Sayangnya saat ini kami tidak dapat membuatkan akun
         secara otomatis untuk Anda.
+      please_contact_support_html: Hubungi %{support_link} bila Anda ingin kami buatkan
+        akun. Kami akan menanggapi permintaan Anda sesegera mungkin.
+      support: bantuan
       about:
         header: Gratis dan dapat disunting
+        paragraph_1: Tidak seperti peta lainnya, OpenStreetMap sepenuhnya dibangun
+          oleh orang-orang seperti Anda. Siapa saja boleh memperbaiki, memperbarui,
+          mengunduh, dan memanfaatkannya.
+        paragraph_2: Silakan mendaftar untuk berkontribusi. Kami akan kirimkan surat
+          elektronik untuk konfirmasi akun Anda.
       display name description: Username Anda yang ditampilkan pada publik. Anda dapat
         mengubahnya dalam pengaturan.
       external auth: 'Autentikasi Pihak Ketiga:'
@@ -2480,6 +2694,11 @@ id:
         tetapi beberapa alat tambahan atau server mungkin memerlukannya.
       continue: Mendaftar
       terms accepted: Terima kasih telah menerima persyaratan kontributor yang baru!
+      email_confirmation_help_html: Alamat Anda tidak dapat dilihat publik. Lihat
+        %{privacy_policy_link} kami untuk info lebih lanjut.
+      privacy_policy: kebijakan privasi
+      privacy_policy_title: Kebijakan privasi OSMF meliputi aturan soal alamat surat
+        elektronik
     terms:
       title: Persyaratan
       heading: Persyaratan
@@ -2496,6 +2715,10 @@ id:
       consider_pd: Sebagai tambahan perjanjian di atas, saya menganggap kontribusi
         saya berada di dalam Domain Publik
       consider_pd_why: apa ini?
+      guidance_info_html: 'Informasi untuk membantu Anda memahami ketentuan ini: %{readable_summary_link}
+        dan %{informal_translations_link}'
+      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
@@ -2585,6 +2808,9 @@ id:
       title: Akun Ditangguhkan
       heading: Akun Ditangguhkan
       support: dukung
+      automatically_suspended: Maaf, akun Anda ditangguhkan karena aktivitasnya mencurigakan.
+      contact_support_html: Keputusan ini akan segera ditinjau oleh pengurus. Anda
+        boleh menghubungi %{support_link} jika ingin membahas hal ini lebih lanjut.
     auth_failure:
       connection_failed: Hubungan dengan penyedia autentikasi gagal
       invalid_credentials: Kredensial otentikasi tidak sah
@@ -2737,24 +2963,15 @@ id:
       open_title: 'Catatan belum tuntas: %{note_name}'
       closed_title: 'Catatan tuntas: %{note_name}'
       hidden_title: 'Catatan tersembunyi #%{note_name}'
-      opened_by_html: Dibuat oleh %{user} <abbr title='%{exact_time}'>%{when} yang
-        lalu</abbr>
-      opened_by_anonymous_html: Dibuat oleh anonim <abbr title='%{exact_time}'>%{when}
-        yang lalu</abbr>
-      commented_by_html: Komentar dari %{user} <abbr title='%{exact_time}'>%{when}
-        yang lalu</abbr>
-      commented_by_anonymous_html: Komentar dari anonim <abbr title='%{exact_time}'>%{when}
-        yang lalu</abbr>
-      closed_by_html: Diselesaikan oleh %{user} <abbr title='%{exact_time}'>%{when}
-        yang lalu</abbr>
-      closed_by_anonymous_html: Diselesaikan oleh anonim <abbr title='%{exact_time}'>%{when}
-        yang lalu</abbr>
-      reopened_by_html: Diaktifkan kembali oleh %{user} <abbr title='%{exact_time}'>%{when}
-        yang lalu</abbr>
-      reopened_by_anonymous_html: Diaktifkan kembali oleh anonim <abbr title='%{exact_time}'>%{when}
-        yang lalu</abbr>
-      hidden_by_html: Disembunyikan oleh %{user} <abbr title='%{exact_time}'>%{when}
-        yang lalu</abbr>
+      event_opened_by_html: Dibuat oleh %{user} %{time_ago}
+      event_opened_by_anonymous_html: Dibuat oleh anonim %{time_ago}
+      event_commented_by_html: Komentar dari %{user} %{time_ago}
+      event_commented_by_anonymous_html: Komentar dari anonim %{time_ago}
+      event_closed_by_html: Ditutup oleh %{user} %{time_ago}
+      event_closed_by_anonymous_html: Ditutup oleh anonim %{time_ago}
+      event_reopened_by_html: Dibuka kembali oleh %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Dibuka kembali oleh anonim %{time_ago}
+      event_hidden_by_html: Disembunyikan oleh %{user} %{time_ago}
       report: laporkan catatan ini
       anonymous_warning: Catatan ini termasuk komentar dari pengguna anonim yang harus
         diverifikasi secara independen.
@@ -2763,7 +2980,12 @@ id:
       reactivate: Aktifkan kembali
       comment_and_resolve: Komentar & Selesaikan
       comment: Komentar
+      report_link_html: Bila catatan ini mengandung informasi sensitif yang perlu
+        dihapus, Anda bisa %{link}.
+      other_problems_resolve: Kalau ada masalah lain, mohon tutup/selesaikan dengan
+        menyertakan komentar.
       other_problems_resolved: Untuk semua masalah lain, penyelesaian sudah cukup.
+      disappear_date_html: Catatan yang ditutup akan menghilang dari peta dalam %{disappear_in}.
     new:
       title: Catatan Baru
       intro: Melihat kesalahan atau sesuatu yang hilang? Biarkan pembuat peta lainnya
@@ -2828,18 +3050,17 @@ id:
         gps: Jejak GPS Umum
         overlays: Mengaktifkan overlay untuk penyelesaian masalah peta
         title: Lapisan
-      copyright: © <a href='%{copyright_url}'>Kontributor OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Beri Sumbangan</a>
-      terms: <a href='%{terms_url}' target='_blank'>Ketentuan Situs Web dan API</a>
-      cyclosm: Desain peta oleh <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>,
-        disimpan di server <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
-      thunderforest: Desain peta oleh <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Desain peta oleh <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Desain peta oleh <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a>, disimpan di server <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
+      openstreetmap_contributors: Kontributor OpenStreetMap
+      make_a_donation: Urun Dana
+      website_and_api_terms: Ketentuan Situs Web dan API
+      cyclosm_credit: Desain kotak peta oleh %{cyclosm_link}, diproses oleh %{osm_france_link}
+      osm_france: OpenStreetMap France
+      thunderforest_credit: Kotak peta oleh %{thunderforest_link}
+      andy_allan: Andy Allan
+      opnvkarte_credit: Kotak peta oleh %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Desain kotak peta oleh %{hotosm_link}, diproses oleh %{osm_france_link}
+      hotosm_name: Humanitarian OpenStreetMap Team
     site:
       edit_tooltip: Edit peta
       edit_disabled_tooltip: Perbesar untuk mengedit peta
@@ -2873,6 +3094,8 @@ id:
       descend: Turun
       directions: Petunjuk Arah
       distance: Jarak
+      distance_m: '%{distance}m'
+      distance_km: '%{distance}km'
       errors:
         no_route: Gagal menemukan rute antara dua tempat tersebut.
         no_place: Maaf - '%{place}' tidak ditemukan.
index e4e283f319b061486994950bc0b4262823bc4fb8..ce00f9c874beafff927aa5682bfb9be7d41a7cb6 100644 (file)
@@ -1,6 +1,7 @@
 # Messages for Icelandic (íslenska)
 # Exported from translatewiki.net
 # Export driver: phpyaml
+# Author: Gravitystorm
 # Author: LoveIceLang
 # Author: Macofe
 # Author: McDutchie
@@ -13,6 +14,8 @@
 # Author: Þjarkur
 ---
 is:
+  html:
+    dir: ltr
   time:
     formats:
       friendly: '%e. %B %Y kl. %H:%M'
@@ -170,51 +173,49 @@ is:
           að betra að nota orðalag sem allir skilja.
         needs_view: Notandinn þarf að innskrá sig áður en bannið fellur úr gildi.
       user:
-        email_confirmation: Netfangið þitt er ekki birt opinberlega, sjá kaflann <a
-          href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title=Meðferð
-          OSMF á persónuupplýsingum, þar með töldum netföngum">um meðferð persónuupplýsinga</a>
         new_email: (aldrei birt opinberlega)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: fyrir um klukkustund síðan
+        one: fyrir um %{count} klukkustund síðan
         other: fyrir um %{count} klukkustundum síðan
       about_x_months:
-        one: fyrir um mánuði síðan
+        one: fyrir um %{count} mánuði síðan
         other: fyrir um %{count} mánuðum síðan
       about_x_years:
-        one: fyrir um ári síðan
+        one: fyrir um %{count} ári síðan
         other: fyrir um %{count} árum síðan
       almost_x_years:
-        one: fyrir næstum ári síðan
+        one: fyrir næstum %{count} ári síðan
         other: fyrir næstum %{count} árum síðan
       half_a_minute: fyrir hálfri mínútu síðan
       less_than_x_seconds:
-        one: fyrir minna en sekúndu síðan
+        one: fyrir minna en %{count} sekúndu síðan
         other: fyrir minna en %{count} sekúndum síðan
       less_than_x_minutes:
-        one: fyrir minna en mínútu síðan
+        one: fyrir minna en %{count} mínútu síðan
         other: fyrir minna en %{count} mínútum síðan
       over_x_years:
-        one: fyrir meira en ári síðan
+        one: fyrir meira en %{count} ári síðan
         other: fyrir meira en %{count} árum síðan
       x_seconds:
-        one: fyrir 1 sekúndu síðan
+        one: fyrir %{count} sekúndu síðan
         other: fyrir %{count} sekúndum síðan
       x_minutes:
-        one: fyrir 1 mínútu síðan
+        one: fyrir %{count} mínútu síðan
         other: fyrir %{count} mínútum síðan
       x_days:
-        one: fyrir 1 degi síðan
+        one: fyrir %{count} degi síðan
         other: fyrir %{count} dögum síðan
       x_months:
-        one: fyrir mánuði síðan
+        one: fyrir %{count} mánuði síðan
         other: fyrir %{count} mánuðum síðan
       x_years:
-        one: fyrir ári síðan
+        one: fyrir %{count} ári síðan
         other: fyrir %{count} árum síðan
   printable_name:
     with_version: '%{id}, útgáfa %{version}'
+    with_name_html: '%{name} (%{id})'
   editor:
     default: Sjálfgefið (núna %{name})
     id:
@@ -289,6 +290,7 @@ is:
       current email address: Núverandi póstfang
       external auth: Ytri auðkenning
       openid:
+        link: https://wiki.openstreetmap.org/wiki/OpenID
         link text: hvað er openID?
       public editing:
         heading: Nafngreindar breytingar
@@ -313,6 +315,18 @@ is:
       delete_account: Eyði aðgangi...
     go_public:
       heading: Opinberar breytingar
+      currently_not_public: Núna eru breytingarnar þínar nafnlausar og fólk getur
+        þar með ekki sent þér skilaboð eða séð staðsetningu þína. Til að sýna hverjar
+        breytingarnar þínar eru og gefa fólki kost á að hafa samband við þig í gegnum
+        vefinn, skaltu smella á hnappinn hér fyrir neðan.
+      only_public_can_edit: Síðan skipt var yfir í útgáfu 0.6 af API-kerfisviðmótinu,
+        geta einungis opinberir notendur breytt kortagögnum.
+      find_out_why_html: (%{link}).
+      find_out_why: sjáðu hvers vegna
+      find_out_why_url: https://wiki.openstreetmap.org/wiki/Anonymous_edits
+      email_not_revealed: Tölvupóstfangið þitt verður ekki birt opinberlega.
+      not_reversible: Þessa aðgerð er ekki hægt að afturkalla og allir nýir notendur
+        eru núna sjálfgefið opinberir.
       make_edits_public_button: Gera allar breytingarnar mínar opinberar
     update:
       success_confirm_needed: Notandaupplýsingar voru uppfærðar. Tölvupóstur var sendur
@@ -323,27 +337,29 @@ is:
   browse:
     created: Búið til
     closed: Lokað
-    created_html: Bjó til <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Lokaði <abbr title='%{title}'> %{time}</abbr>
-    created_by_html: '%{user} bjó til <abbr title=''%{title}''> %{time}</abbr>'
-    deleted_by_html: '%{user} eyddi <abbr title=''%{title}''> %{time}</abbr>'
-    edited_by_html: '%{user} breytti <abbr title=''%{title}''> %{time}</abbr>'
-    closed_by_html: '%{user} lokaði <abbr title=''%{title}''> %{time}</abbr>'
+    created_ago_html: Búið til %{time_ago}
+    closed_ago_html: Lokað %{time_ago}
+    created_ago_by_html: Búið til %{time_ago} af %{user}
+    closed_ago_by_html: Lokað %{time_ago} af %{user}
+    deleted_ago_by_html: Eytt %{time_ago} af %{user}
+    edited_ago_by_html: Breytt %{time_ago} af %{user}
     version: Útgáfa
     in_changeset: Breytingasett
     anonymous: nafnlaus
     no_comment: (engin athugasemd)
     part_of: Hluti af
     part_of_relations:
-      one: 1 vensl
+      one: '{count} vensl'
       other: '%{count} vensl'
     part_of_ways:
-      one: 1 leið
+      one: '{count} leið'
       other: '%{count} leiðir'
     download_xml: Sækja XML
     view_history: Skoða feril
     view_details: Skoða nánar
     location: 'Staðsetning:'
+    common_details:
+      coordinates_html: '%{latitude}, %{longitude}'
     changeset:
       title: 'Breytingasett: %{id}'
       belongs_to: Höfundur
@@ -354,8 +370,8 @@ is:
       relation: Vensl (%{count})
       relation_paginated: Vensl (%{x}-%{y} af %{count})
       comment: Athugasemdir (%{count})
-      hidden_commented_by_html: Falin umsögn frá %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Umsögn frá %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Falin umsögn frá %{user} %{time_ago}
+      comment_by_html: Umsögn frá %{user} %{time_ago}
       changesetxml: XML breytingasetts
       osmchangexml: XML osmChange
       feed:
@@ -383,9 +399,10 @@ is:
       history_title_html: 'Ferill vensla: %{name}'
       members: Meðlimir
       members_count:
-        one: 1 meðlimur
+        one: '%{count} meðlimur'
         other: '%{count} meðlimir'
     relation_member:
+      entry_html: '%{type} %{name}'
       entry_role_html: '%{type} %{name} sem „%{role}“'
       type:
         node: Liður
@@ -565,6 +582,7 @@ is:
       location: 'Staðsetning:'
       view: Skoða
       edit: Breyta
+      coordinates: '%{latitude}; %{longitude}'
     feed:
       user:
         title: OpenStreetMap bloggfærslur eftir %{user}
@@ -592,6 +610,7 @@ is:
           notice: Umsókn skráð.
   errors:
     contact:
+      contact_url: https://wiki.openstreetmap.org/wiki/Contact
       contact_url_title: Ýmsar samskiptaleiðir útskýrðar
       contact: hafa samband við
       contact_the_community_html: Ekki hika við að %{contact_link} OpenStreetMap-samfélagið
@@ -626,11 +645,13 @@ is:
   geocoder:
     search:
       title:
-        latlon_html: Niðurstöður frá <a href="https://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Niðurstöður frá <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Niðurstöður frá <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Niðurstöður frá %{results_link}
+        latlon: Innri
+        latlon_url: https://openstreetmap.org/
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_url: https://nominatim.openstreetmap.org/
+        osm_nominatim_reverse: OpenStreetMap Nominatim
+        osm_nominatim_reverse_url: https://nominatim.openstreetmap.org/
     search_osm_nominatim:
       prefix_format: '%{name}:'
       prefix:
@@ -1012,7 +1033,7 @@ is:
           fitness_station: Líkamsræktarstöð
           garden: Garður
           golf_course: Golfvöllur
-          horse_riding: Hestaferðir
+          horse_riding: Reiðmiðstöð
           ice_rink: Skautahöll
           marina: Bátalægi
           miniature_golf: Mínigolf
@@ -1424,11 +1445,10 @@ is:
       status: Staða
       reports: Skýrslur
       last_updated: Síðast uppfært
-      last_updated_time_html: <abbr title='%{title}'> %{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'> %{time}</abbr> af %{user}
+      last_updated_time_ago_user_html: '%{time_ago} af %{user}'
       link_to_reports: Skoða skýrslur
       reports_count:
-        one: 1 skýrsla
+        one: '%{count} skýrsla'
         other: '%{count} skýrslur'
       reported_item: Tilkynnt atriði
       states:
@@ -1439,7 +1459,7 @@ is:
       title: '%{status} vandamál #%{issue_id}'
       reports:
         zero: Engar skýrslur
-        one: 1 skýrsla
+        one: '%{count} skýrsla'
         other: '%{count} skýrslur'
       report_created_at: Fyrst tilkynnt %{datetime}
       last_resolved_at: Síðast leyst %{datetime}
@@ -1448,7 +1468,7 @@ is:
       ignore: Hunsa
       reopen: Enduropna
       reports_of_this_issue: Tilkynningar um þetta vandamál
-      read_reports: Lesta skýrslur
+      read_reports: Lesa skýrslur
       new_reports: Nýjar skýrslur
       other_issues_against_this_user: Önnur vandamál varðandi þennan notanda
       no_other_issues: Engin önnur vandamál varðandi þennan notanda.
@@ -1510,6 +1530,9 @@ is:
       successful_report: Það tókst að skrá skýrsluna þína
       provide_details: Tilgreindu öll nauðsynleg atriði
   layouts:
+    project_name:
+      title: OpenStreetMap
+      h1: OpenStreetMap
     logo:
       alt_text: OpenStreetMap merkið
     home: Fara heim
@@ -1597,12 +1620,13 @@ is:
       failed_to_import: 'tókst ekki að flytja inn. Hér er villan:'
       more_info_html: Frekari upplýsingar um bilanir í GPX-innflutningi og hvernig
         á að forðast þær má finna á %{url}.
+      import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures
       subject: '[OpenStreetMap] Villa við að flytja inn GPX skrá'
     gpx_success:
       hi: Hæ %{to_user},
-      loaded_successfully:
-        one: var hlaðið inn með %{trace_points} af 1 punkti mögulegum.
-        other: var hlaðið inn með %{trace_points} punktum af %{possible_points} mögulegum.
+      loaded:
+        one: var hlaðið inn með %{trace_points} af %{count} punkti mögulegum.
+        other: var hlaðið inn með %{trace_points} punktum af %{count} mögulegum.
       subject: '[OpenStreetMap] GPX skrá flutt inn'
     signup_confirm:
       subject: '[OpenStreetMap] Velkomin í OpenStreetMap'
@@ -1709,6 +1733,8 @@ is:
         þig.
       already active: Þessi notandaaðgangur hefur þegar verið staðfestur.
       unknown token: Þessi staðfestingarkóði er útrunninn eða er ekki til staðar.
+      resend_html: Ef þú vilt að við sendum þér staðfestingarpóstinn aftur, %{reconfirm_link}.
+      click_here: skaltu smella hér
     confirm_resend:
       failure: Notandinn %{name} fannst ekki.
     confirm_email:
@@ -1830,7 +1856,6 @@ is:
       image: Mynd
       gravatar:
         gravatar: Nota Gravatar-auðkennismynd
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Hvað er Gravatar?
         disabled: Gravatar-auðkennismynd hefur verið gerð óvirk.
         enabled: Birting Gravatar-auðkennismyndar hefur verið gerð virk.
@@ -1896,6 +1921,9 @@ is:
       support: aðstoðarteymið
   shared:
     markdown_help:
+      heading_html: Þáttað með %{kramdown_link}
+      kramdown_url: https://kramdown.gettalong.org/quickref.html
+      kramdown: kramdown
       headings: Fyrirsagnir
       heading: Fyrirsögn
       subheading: Undirfyrirsögn
@@ -1914,7 +1942,7 @@ is:
   site:
     about:
       next: Næsta
-      copyright_html: <span>&copy;</span>Þátttakendur í<br>OpenStreetMap<br>verkefninu
+      heading_html: '%{copyright}OpenStreetMap %{br} þátttakendur'
       used_by_html: '%{name} veitir kortagögn á þúsundum vefsvæða, símaforritum og
         tækjum'
       lede_text: OpenStreetMap er byggt upp af heilu samfélagi kortagerðarfólks sem
@@ -1926,36 +1954,43 @@ is:
         loftmyndir, GPS-tæki o.þ.h. til jafns við frumstæðar kortaskissur til að sannreyna að OSM
         sé nákvæmt og vel uppfært.
       community_driven_title: Samfélagsdrifið
-      community_driven_html: |-
-        Samfélagið í kringum OpenStreetMap er fjölbreytilegt, áhugasamt og vex frá degi til dags.
-        Innan þess starfa áhugafólk um kortagerð, atvinnumenn í GIS-fræðum, verkfræðingar
-        sem meðal annars sjá um vefþjóna OSM, hjálparstarfsfólk sem kortleggur hamfarasvæði,
-        og margir aðrir.
-        Til að fræðast betur um þetta samfélag, geturðu skoðað
-        <a href='https://blog.openstreetmap.org'>OpenStreetMap bloggið</a>,
-        <a href='%{diary_path}'>dagbækur notenda</a>,
-        <a href='https://blogs.openstreetmap.org/'>bloggsvæði þátttakenda</a> og
-        vefsvæði <a href='https://www.osmfoundation.org/'>OSM Foundation</a>.
+      community_driven_1_html: |-
+        Samfélagið í kringum OpenStreetMap er fjölbreytt, ástríðufullt og stækkar með hverjum deginum.
+        Þátttakendur okkar eru áhugasamt kortagerðarfólk, atvinnumenn í GIS-fræðum, tölvuverkfræðingar
+        sem keyra OSM-þjóna, hjálparstarfsfólk sem gerir kort yfir svæði þar sem náttúruhamfarir hafa átt sér stað,
+        og margir fleiri.
+        Til að læra meira um þetta samfélag, ættirðu að skoða %{osm_blog_link},
+        %{user_diaries_link}, %{community_blogs_link} og vefsvæði
+        %{osm_foundation_link}.
+      community_driven_osm_blog: OpenStreetMap-bloggið
+      community_driven_user_diaries: blogg notenda
+      community_driven_community_blogs: blogg samfélaga
+      community_driven_osm_foundation: OSM-sjálfseignarstofnunarinnar
       open_data_title: Opin gögn
-      open_data_html: |-
-        OpenStreetMap eru <i>opin gögn</i>: þér er heimilt að nota þetta í hvaða tilgangi sem er
+      open_data_1_html: |-
+        OpenStreetMap eru %{open_data}: þér er heimilt að nota þetta í hvaða tilgangi sem er
         svo framarlega að þú getir um OpenStreetMap og þátttakendurna í verkefninu. Ef þú breytir gögnunum
-        eða byggir á göngunum á einhvern máta, máttu einungis dreifa útkomunni
-        með sömu notkunarskilmálum. Skoðaðu síðuna um <a href='%{copyright_path}'>höfundarrétt og
-        notkunarleyfi</a> til að sjá ítarlegri upplýsingar varðandi þetta.
+        eða byggir á gögnunum á einhvern máta, máttu einungis dreifa útkomunni
+        með sömu notkunarskilmálum. Skoðaðu síðuna um %{copyright_license_link} til að sjá ítarlegri upplýsingar varðandi þetta.
+      open_data_open_data: opin gögn
+      open_data_copyright_license: höfundarrétt og notkunarleyfi
       legal_title: Lagalegur fyrirvari
-      legal_1_html: "Þetta vefsvæði ásamt mörgum tengdum þjónustum er formlega rekið
-        af\n<a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
-        \nfyrir hönd samfélagsins. Notkun allrar þjónustu á vegum OSMF fellur undir
-        \n<a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">notkunarskilmála
-        okkar</a>, <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">ásættanlega
-        notkunarskilmála</a> og einnig <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">persónuverndarstefnu
-        okkar</a>."
-      legal_2_html: "Endilega <a href='https://osmfoundation.org/Contact'>hafðu samband
-        við OSMF</a> \nef þú ert með spurningar eða beiðnir varðandi notkunarleyfi,
-        höfundarrétt eða önnur lögfræðileg málefni.\n<br>\nOpenStreetMap, táknmerkið
-        með stækkunarglerinu og ástand kortsins eru <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">skrásett
-        vörumerki OSMF</a>."
+      legal_1_1_html: |-
+        Þetta vefsvæði og margar aðrar tengdar þjónustur eru formlega reknar af
+        %{openstreetmap_foundation_link} (OSMF)
+        fyrir hönd þátttakendanna í verkerfninu. Öll notkun á þjónustum sem OSMF rekur falla undir
+        %{terms_of_use_link}, %{aup_link} and our %{privacy_policy_link} okkar.
+      legal_1_1_openstreetmap_foundation: OpenStreetMap-sjálfseignarstofnuninni
+      legal_1_1_terms_of_use: Notkunarskilmála
+      legal_1_1_aup: Stefnu varðandi ásættanlega notkun
+      legal_1_1_privacy_policy: Persónuverndarstefnu
+      legal_2_1_html: |-
+        Endilega %{contact_the_osmf_link}
+        ef þú ert með spurningar eða beiðnir varðandi notkunarleyfi, höfundarrétt eða önnur lögfræðileg málefni.
+      legal_2_1_contact_the_osmf: hafðu samband við OSMF
+      legal_2_2_html: OpenStreetMap, merkið með stækkunarglerinu og ástand kortsins
+        eru %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: skráð vörumerki OSMF
       partners_title: Samstarfsaðilar
     copyright:
       foreign:
@@ -1973,111 +2008,134 @@ is:
         mapping_link: farið að kortleggja
       legal_babble:
         title_html: Höfundaréttur og notkunarleyfi
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> er <i>opinn og frjáls kortagrunnur</i>, gefinn út með <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) notkunarleyfi frá  <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) sjálfseignarstofnuninni.
-        intro_2_html: |-
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} eru %{open_data}, gefin út með
+          %{odc_odbl_link} (ODbL) af %{osm_foundation_link} (OSMF).
+        introduction_1_registered_trademark_html: '&reg;'
+        introduction_1_open_data: opin gögn
+        introduction_1_odc_odbl: Open Data Commons Open Database License (ODbL) notkunarleyfi
+        introduction_1_odc_odbl_url: https://opendatacommons.org/licenses/odbl/
+        introduction_1_osm_foundation: OpenStreetMap-sjálfseignarstofnuninni
+        introduction_1_osm_foundation_url: https://osmfoundation.org/
+        introduction_2_html: |-
           Þér er frjálst að afrita, dreifa, senda og aðlaga kortagrunninn
-           og gögn hans, gegn því að þú vísar í og viðurkennir rétt OpenStreetMap
+          og gögn hans, gegn því að þú vísir í og viðurkennir rétt OpenStreetMap
           og sjálfboðaliða þess. Ef þú breytir eða byggir á kortagrunninum
-          eða gögnum hans, þá verður þú að gefa niðurstöðuna út með
-          sama leyfi.
-          <a href="https://opendatacommons.org/licenses/odbl/1.0/">Leyfistextinn</a>
-          útskýrir réttindi þín og skyldur.
-        intro_3_1_html: "Hjálparskjölin okkar eru gefin út með \n<a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">Creative\nCommons
-          Attribution-ShareAlike 2.0</a> notkunarleyfi (CC BY-SA 2.0)."
+          eða gögnum hans, þá verður þú að gefa niðurstöðuna út með sama notkunarleyfi.
+          %{legal_code_link} útskýrir réttindi þín og skyldur.
+        introduction_2_legal_code: Leyfistextinn
+        introduction_2_legal_code_url: https://opendatacommons.org/licenses/odbl/1.0/
+        introduction_3_html: Hjálparskjölin okkar eru gefin út með %{creative_commons_link}
+          notkunarleyfi (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons HöfundarGetið-DeilistEinsÁfram
+          2.0
+        introduction_3_creative_commons_url: https://creativecommons.org/licenses/by-sa/2.0/
         credit_title_html: Hvernig á að vísa til OpenStreetMap
         credit_1_html: 'Þegar þú notar gögn úr OpenStreetMap, þarft þú að gera tvennt:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Birta tilvísun í OpenStreetMap með höfundarréttartilkynningu okkar.</li>
-            <li>Gera ljóst að gögnin séu tiltæk með Open Database License notkunarleyfinu.</li>
-          </ul>
-        credit_3_1_html: Varðandi höfundarréttartilkynninguna erum við með aðrar kröfur
+        credit_2_1: Birta tilvísun í OpenStreetMap með höfundarréttartilkynningu okkar.
+        credit_2_2: Gera ljóst að gögnin séu tiltæk með Open Database License notkunarleyfinu.
+        credit_3_html: "Varðandi höfundarréttartilkynninguna erum við með aðrar kröfur
           um hvernig hún ætti að birtast, háð því hvernig þú sért að nota gögnin okkar.
-          Til dæmis, mismunandi reglur eiga við um birtingu höfundarréttartilkynningar
+          Til dæmis, \nmismunandi reglur eiga við um birtingu höfundarréttartilkynningar
           eftir því hvort þú hafir útbúið flettanlegt landakort, prentað kort eða
-          fasta mynd. Nánari upplýsingar um þessar kröfur má finna á síðunni um <a
-          href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Leiðbeiningar
-          varðandi tilvísanir höfundarréttar</a>.
-        credit_4_html: |-
-          Til að gera ljóst að gögnin séu tiltæk með Open Database License notkunarleyfinu, gætirðu tengt í <a href="https://www.openstreetmap.org/copyright">þessa höfundarréttarsíðu</a>.
+          fasta mynd.\nNánari upplýsingar um þessar kröfur má finna á síðunni um %{attribution_guidelines_link}."
+        credit_3_attribution_guidelines: Leiðbeiningar varðandi tilvísanir höfundarréttar
+        credit_3_attribution_guidelines_url: https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines
+        credit_4_1_html: |-
+          Til að gera ljóst að gögnin séu tiltæk með Open Database License notkunarleyfinu, gætirðu tengt í %{this_copyright_page_link}.
           Að öðrum kosti, sem er krafa ef þú ert að dreifa OSM á gagnaformi, geturðu nefnt og tengt beint í notkunarleyfið/notkunarleyfin. Í gagnamiðlum þar sem tenglar eru ekki mögulegir (t.d. prentuðu efni), leggjum við til að þú bendir lesendum þínum á openstreetmap.org (til dæmis með því að birta
           'OpenStreetMap' sem fulla slóð) og á opendatacommons.org.
           Í þessu dæmi ætti tilvísunin að birtast í horni kortsins.
+        credit_4_1_this_copyright_page: þessa höfundarréttarsíðu
         attribution_example:
           alt: Dæmi um hvernig eigi að vísa til OpenStreetMap á vefsíðu
           title: Dæmi um tilvísun höfundarréttar
         more_title_html: Finna út meira
-        more_1_html: |-
-          Lestu meira um notkun á gögnunum okkar og hvernig eigi að vísa til okkar á síðunni <a
-          href="https://osmfoundation.org/Licence">OSMF notkunarleyfi</a>.
-        more_2_html: |-
-          Þó OpenStreetMap snúist um opin gögn, getum við ekki
-          séð utanaðkomandi aðilum fyrir ókeypis API-kortaþjónustu.
-          Skoðaðu síðurnar um <a href="https://operations.osmfoundation.org/policies/api/">notkun á API-forritsviðmóti</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">notkun á kortaflísum</a>
-          and <a href="https://operations.osmfoundation.org/policies/nominatim/">notkun á OSM-Nominatim</a>.
+        more_1_1_html: Lestu meira um notkun á gögnunum okkar og hvernig eigi að vísa
+          til okkar á %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: síðunni um OSMF notkunarleyfi
+        more_1_1_osmf_licence_page_url: https://osmfoundation.org/Licence
+        more_2_1_html: |-
+          Þrátt fyrir að OpenStreetMap séu opin gögn, getum við ekki veitt
+          ókeypis óheftan aðgang að API-viðmóti kortagrunnsins fyrir utanaðkomandi aðila.
+          Skoðaðu síðurnar %{api_usage_policy_link}, %{tile_usage_policy_link} og %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Stefna varðandi notkun API-kerfisviðmóts
+        more_2_1_api_usage_policy_url: https://operations.osmfoundation.org/policies/api/
+        more_2_1_tile_usage_policy: Stefna varðandi notkun kortatígla
+        more_2_1_tile_usage_policy_url: https://operations.osmfoundation.org/policies/tiles/
+        more_2_1_nominatim_usage_policy: Stefna varðandi notkun Nominatim
+        more_2_1_nominatim_usage_policy_url: https://operations.osmfoundation.org/policies/nominatim/
         contributors_title_html: Þeir sem hafa komið með framlög
         contributors_intro_html: |-
           Framlög hafa komið frá mörgum þúsundum einstaklinga. Við erum líka
           með gögn með opnum notkunarleyfum frá þjóðlegum landupplýsingastofnunum
           auk annarra opinberra aðila, meðal annars:
-        contributors_at_html: |-
-          <strong>Austurríki</strong>: Inniheldur gögn frá
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (með
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> og
-          Land Tirol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT með viðaukum</a>).
-        contributors_au_html: |-
-          <strong>Ástralía</strong>: Inniheldur gögn frá
-          <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA Australia Limited</a>
-          sem gert er aðgengilegt af Commonwealth of Australia með
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> notkunarleyfi.
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: Inniheldur gögn frá
+        contributors_at_credit_html: |-
+          %{austria}: Inniheldur gögn frá %{stadt_wien_link} (með %{cc_by_link}), %{land_vorarlberg_link}
+          og Land Tirol (með %{cc_by_at_with_amendments_link}).
+        contributors_at_austria: Austurríki
+        contributors_at_stadt_wien: Vínarborg
+        contributors_at_stadt_wien_url: https://data.wien.gv.at/
+        contributors_at_cc_by: CC BY
+        contributors_at_cc_by_url: https://creativecommons.org/licenses/by/3.0/at/deed.de
+        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}.
+        contributors_au_australia: Ástralía
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_geoscape_australia_url: https://geoscape.com.au/legal/data-copyright-and-disclaimer/
+        contributors_au_cc_licence: Creative Commons HöfundarGetið 4.0 alþjóðlegt
+          notkunarleyfi (CC BY 4.0)
+        contributors_au_cc_licence_url: https://creativecommons.org/licenses/by/4.0/
+        contributors_ca_credit_html: |-
+          %{canada}: Inniheldur gögn frá
           GeoBase&reg;, GeoGratis (&copy; Department of Natural
           Resources Canada), CanVec (&copy; Department of Natural
           Resources Canada), og StatCan (Geography Division,
           Statistics Canada).
-        contributors_fi_html: |-
-          <strong>Finnland</strong>: Inniheldur gögn frá
+        contributors_ca_canada: Kanada
+        contributors_fi_credit_html: |-
+          %{finland}: Inniheldur gögn frá
           landupplýsingagagnagrunni Landmælinga Finnlands
-          auk annarra gagnasafna, með
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI notkunarleyfi</a>.
-        contributors_fr_html: |-
-          <strong>Frakkland</strong>: Inniheldur afleidd gögn frá
+          auk annarra gagnasafna, með %{nlsfi_license_link}.
+        contributors_fi_finland: Finnland
+        contributors_fi_nlsfi_license: NLSFI notkunarleyfi
+        contributors_fi_nlsfi_license_url: https://www.maanmittauslaitos.fi/en/opendata-licence-version1
+        contributors_fr_credit_html: |-
+          %{france}: Inniheldur afleidd gögn frá
           Direction Générale des Impôts (Skattstjóraembættið).
-        contributors_nl_html: |-
-          <strong>Holland</strong>: Inniheldur AND-gögn &copy;, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Nýja-Sjáland</strong>: Inniheldur gögn með uppruna frá
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> og er með notkunarleyfi til endurnýtingar fyrir <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Slóvenía</strong>: Inniheldur gögn frá
-          <a href="http://www.gu.gov.si/en/">landmælinga og kortagerðaryfirvöldum</a> og
-          <a href="http://www.mkgp.gov.si/en/">ráðuneyti landbúnaðar, skógnýtingar og matvæla</a>
-          (opinberar upplýsingar í Slóveníu).
-        contributors_es_html: |-
-          <strong>Spánn</strong>: Inniheldur landmælinga- og kortagerðargögn frá
-          Spænsku landfræðistofnuninni (<a href="http://www.ign.es/">IGN</a>) og
-          úr Spænska kortagerðarkerfinu (<a href="http://www.scne.es/">SCNE</a>)
-          sem leyfilegt er að endurnýta með <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> notkunarleyfi.
-        contributors_za_html: |-
-          <strong>Suður-Afríka</strong>: Inniheldur gögn frá
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, höfundarréttur suðurafríska ríkisins (state copyright) áskilinn.
-        contributors_gb_html: |-
-          <strong>Bretland</strong>: Inniheldur landmælinga-
-          og kortagerðargögn með &copy; Crown Copyright höfundarrétti auk réttinda varðandi gagnasafn
-          2010-19.
-        contributors_footer_1_html: |-
-          Til að skoða nánari upplýsingar um þetta, auk annarra gagna sem notuð hafa verið
-          til að bæta OpenStreetMap, skoðaðu þá síðuna <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">Þátttakendur</a> á wiki/kvikusvæði OpenStreetMap.
+        contributors_fr_france: Frakkland
+        contributors_nl_credit_html: '%{netherlands}: Inniheldur AND-gögn &copy;,
+          2007 (%{and_link})'
+        contributors_nl_netherlands: Holland
+        contributors_nl_and: www.and.com
+        contributors_nl_and_url: https://www.and.com
+        contributors_nz_credit_html: |-
+          %{new_zealand}: Inniheldur gögn með uppruna frá %{linz_data_service_link}
+          og er með %{cc_by_link} notkunarleyfi til endurnýtingar.
+        contributors_nz_new_zealand: Nýja-Sjáland
+        contributors_nz_linz_data_service: LINZ Data Service
+        contributors_nz_linz_data_service_url: https://data.linz.govt.nz/
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_nz_cc_by_url: https://creativecommons.org/licenses/by/4.0/
+        contributors_si_slovenia: Slóvenía
+        contributors_si_gu_url: https://www.gov.si/en/state-authorities/bodies-within-ministries/surveying-and-mapping-authority/
+        contributors_si_mkgp_url: https://www.gov.si/en/state-authorities/ministries/ministry-of-agriculture-forestry-and-food/
+        contributors_es_spain: Spánn
+        contributors_es_ign: IGN
+        contributors_es_ign_url: https://www.ign.es/
+        contributors_es_scne: SCNE
+        contributors_es_scne_url: https://www.scne.es/
+        contributors_es_cc_by: CC BY 4.0
+        contributors_es_cc_by_url: https://creativecommons.org/licenses/by/4.0/
+        contributors_za_south_africa: Suður-Afríka
+        contributors_za_ngi_url: https://ngi.dalrrd.gov.za/
+        contributors_gb_united_kingdom: Bretland
+        contributors_2_contributors_page_url: https://wiki.openstreetmap.org/wiki/Contributors
         contributors_footer_2_html: |-
           Samþætting gagna inn í OpenStreetMap hefur ekki sjálfkrafa í för með sér að
           upprunaleg gagnaþjónusta taki þátt í OpenStreetMap, taki neina ábyrgð á gögnum, eða
@@ -2087,17 +2145,22 @@ is:
           Þátttakendur í OSM eru minntir á að þeir megi aldrei bæta inn gögnum frá neinum
           höfundarréttarvörðum upptökum (t.d. Google Maps eða prentuðum kortum) án
           sérstakrar heimildar frá handhöfum höfundarréttarins.
-        infringement_2_html: |-
-          Ef þú heldur að höfundarréttarvarið efni hafi ranglega verið bætt í
-          OpenStreetMap gagnagrunninn eða á þetta vefsvæði, skaltu skoða
-          <a href="https://wiki.osmfoundation.org/wiki/License/Takedown_procedure">fjarlægingarferlið</a> okkar eða skrá fyrirspurn beint á
-           veflægu <a href="https://dmca.openstreetmap.org/">kröfugerðarsíðuna</a> okkar.
-        trademarks_title_html: <span id="trademarks"></span>Vörumerki
-        trademarks_1_html: OpenStreetMap, merkið með stækkunarglerinu staða kortsins
-          eru skrásett vörumerki OpenStreetMap Foundation sjálfseignarstofnuninnar.
-          Ef þú ert með spurningar varðandi notkun þína á þessum vörumerkjum, sendu
-          þá fyrirspurnir á <a href="https://wiki.osmfoundation.org/wiki/Licensing_Working_Group">vinnuhóp
-          notkunarleyfa</a>.
+        infringement_2_1_html: |-
+          Ef þú heldur að höfundarréttarvörðu efni hafi ranglega verið bætt í
+          OpenStreetMap-gagnagrunninn eða á þetta vefsvæði, skaltu skoða
+           %{takedown_procedure_link} eða skrá fyrirspurn beint á
+          %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: fjarlægingarferlið okkar
+        infringement_2_1_takedown_procedure_url: https://wiki.osmfoundation.org/wiki/Takedown_procedure
+        infringement_2_1_online_filing_page: veflægu kröfugerðarsíðuna okkar
+        infringement_2_1_online_filing_page_url: https://dmca.openstreetmap.org/
+        trademarks_title: Vörumerki
+        trademarks_1_1_html: |-
+          OpenStreetMap, merkið með stækkunarglerinu og ástand landakortsins eru skrásett
+           vörumerki OpenStreetMap Foundation sjálfseignarstofnuninnar. Ef þú ert með spurningar varðandi notkun þína á þessum vörumerkjum, skaltu skoða
+          %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: reglur fyrir vörumerkið
+        trademarks_1_1_trademark_policy_url: https://wiki.osmfoundation.org/wiki/Trademark_Policy
     index:
       js_1: Þú ert annaðhvort að nota vafra sem styður ekki JavaScript eða hefur slökkt
         á JavaScript stuðning.
@@ -2114,6 +2177,7 @@ is:
       not_public_description_html: Þú getur ekki lengur gert breytingar nema þær séu
         merktar opinberar, þú getur breytt þeim stillingum á %{user_page}.
       user_page_link: notandasíðunni þinni
+      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
@@ -2127,6 +2191,9 @@ is:
       map_image: Kortamynd (sýnir staðallagið)
       embeddable_html: HTML til að bæta á vefsíðu
       licence: Leyfi
+      licence_details_html: OpenStreetMap gögnin eru með %{odbl_link}.
+      odbl: Open Data Commons Open Database License (ODbL) notkunarleyfi
+      odbl_url: https://opendatacommons.org/licenses/odbl/1.0/
       too_large:
         advice: 'Ef útflutningurinn hér að ofan mistekst, íhugaðu að nota einn af
           gagnagjöfunum sem taldir eru upp hér að neðan:'
@@ -2167,12 +2234,18 @@ is:
             Ef þú hefur rekist á vandamál í kortagögnunum, til dæmis ef það vantar götu eða húsnúmer, er besta leiðin
             að ganga til liðs við OpenStreetMap og bæta við eða laga gögnin sjálfur. \
         add_a_note:
-          instructions_html: |-
-            Smelltu á <a class='icon note'></a> eða sama táknið í kortaglugganum.
+          instructions_1_html: |-
+            Smelltu á %{note_icon} eða sama táknið í kortaglugganum.
             Þetta mun bæta merki á kortið, sem þú getur fært til
             með því að draga það. Bættu við skilaboðunum þínum, smelltu síðan á að vista, og annað kortagerðarfólk mun væntanlega rannsaka málið.
       other_concerns:
         title: Önnur íhugunarefni
+        concerns_html: |-
+          Ef þú ert að velta fyrir þér hvernig gögnin okkar eru notuð eða einhverju varðandi efni þeirra, geturðu skoðað
+          %{copyright_link} varðandi nánari lagaskýringar, eða haft samband við viðeigandi %{working_group_link}.
+        copyright: höfundarréttarsíðuna
+        working_group: OSMF-vinnuhóp
+        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: Til að fá hjálp
       introduction: |-
@@ -2184,9 +2257,11 @@ is:
         description: Byrjaðu með þessum fljótlega leiðarvísi með helstu grunnatriðum
           varðandi OpenStreetMap.
       beginners_guide:
+        url: https://wiki.openstreetmap.org/wiki/Beginners%27_guide
         title: Leiðbeiningar fyrir byrjendur
         description: Leiðarvísir fyrir byrjendur sem haldið er við af samfélaginu.
       help:
+        url: https://help.openstreetmap.org/
         title: Hjálparvefur
         description: Spyrðu spurninga eða flettu upp svörum á spyrja/svara hluta OpenStreetMap-vefsvæðisins.
       mailing_lists:
@@ -2194,6 +2269,7 @@ is:
         description: Spyrðu spurninga eða spjallaðu um áhugaverð málefni á einhverjum
           af fjölmörgum póstlistum tengdum tungumálum eða viðfangsefnum.
       community:
+        url: https://community.openstreetmap.org/
         title: Samfélagsgátt
         description: Sameiginlegur staður fyrir umræður um OpenStreetMap.
       irc:
@@ -2204,10 +2280,12 @@ is:
         description: Hjálp fyrir fyrirtæki, stofnanir og félagasamtök sem ætla sér
           að skipta yfir í kort byggð á OpenStreetMap og tengdum þjónustum.
       welcomemat:
+        url: https://welcome.openstreetmap.org/
         title: Fyrir félög, stofnanir og fyrirtæki
         description: Ertu á vegum stofnunar/fyrirtækis sem hefur hug á að nota OpenStreetMap?
-          Finndu það sem þú þarft að vita á kynningarsíðunni</a>.
+          Finndu það sem þú þarft að vita á kynningarsíðunni.
       wiki:
+        url: https://wiki.openstreetmap.org/
         title: Wiki-vefur OpenStreetMap
         description: Vafraðu um wiki/kvikuna til að sjá greinargóðar leiðbeiningar
           varðandi OpenStreetMap.
@@ -2215,8 +2293,21 @@ is:
       removed: Sjálfgefinn OpenStreetMap ritstjóri er stilltur sem Potlatch. Þar sem
         Adobe Flash Player er ekki til lengur, er Potlatch ekki lengur hægt að nota
         í vafra.
+      desktop_application_html: Þú getur áfram notað Potlatch með því að %{download_link}.
+      download: sækja borðtölvuforritið fyrir Mac og Windows
+      download_url: https://www.systemed.net/potlatch/
+      id_editor_html: Annars geturðu stillt sjálfgefinn ritil sem iD, sem keyrir í
+        vafra eins og Potlatch gerði áður. %{change_preferences_link}.
+      change_preferences: Breyttu kjörstillingum þínum hér
     any_questions:
       title: Einhverjar spurningar?
+      paragraph_1_html: |-
+        OpenStreetMap er með ýmsar leiðir til að læra meira um verkefnið, spyrja og svara
+        spurningum, og ræða í hópum um málefni tengd kortagerð.
+         %{help_link}. Ertu á vegum stofnunar/fyrirtækis sem hefur hug á að nota OpenStreetMap? %{welcome_mat_link}.
+      get_help_here: Fáðu aðstoð hér
+      welcome_mat: Kíktu á kynningarsíðuna
+      welcome_mat_url: https://welcome.openstreetmap.org/
     sidebar:
       search_results: Leitarniðurstöður
       close: Loka
@@ -2309,17 +2400,53 @@ is:
         með því helsta sem þú þarft að vita.
       whats_on_the_map:
         title: Hvað er á kortinu
+        on_the_map_html: |-
+          OpenStreetMap er staður til að gera kort með bæði %{real_and_current} fyrirbærum -
+          nú þegar eru þarna milljónir bygginga, vega og annarra smáatriða sem lýsa stöðum. Þú getur kortlagt
+          hvaðeina sem þér finnst áhugavert og sem tilheyrir raunheimum.
+        real_and_current: varanlegum eða tímabundnum
+        off_the_map_html: |-
+          Það sem OSM %{doesnt} eru gögn sem byggjast á skoðunum eintaklinga, sagnfræðilegar tilgátur eða
+          möguleikar, að ógleymdum gögnum frá höfundarréttarvörðum upptökum. Ef þú ert ekki með sérstakt leyfi til slíks,
+          skaltu ekki afrita eftir landakortum á pappír eða á netinu.
+        doesnt: inniheldur ekki
       basic_terms:
         title: Grunnhugtök við kortagerð
         paragraph_1: OpenStreetMap inniheldur svolítið af eigin slangurorðum. Hér
           eru nokkur algeng orð sem gott er að hafa á bak við eyrað.
+        an_editor_html: '%{editor} er forrit eða vefsvæði sem hægt er að nota við
+          breytingar á landakortinu.'
+        a_node_html: '%{node} er punktur á kortinu, eins og til dæmis einn veitingastaður
+          eða tré.'
+        a_way_html: '%{way} er lína eða svæði, eins og til dæmis vegur, vatnsfall,
+          tjörn eða bygging.'
+        a_tag_html: '%{tag} er dálítill gagnabútur varðandi leið eða annað atriði,
+          til dæmis nafn á veitingastað eða hraðatakmörk á vegi.'
+        editor: Ritill
+        node: Liður
+        way: Leið
+        tag: Merki
       rules:
         title: Reglur!
+        para_1_html: |-
+          OpenStreetMap er með fáar formlegar reglur en við væntum þess og gerum kröfu um
+          að allir þáttakendur starfi með og eigi samskipti við OSM-samfélagið Ef þú ert að íhuga aðgerðir
+          aðrar en handvirkar breytingar, ættirðu að lesa og fylgja leiðbeiningunum á síðunum
+          %{imports_link} og %{automated_edits_link}.
+        imports: Innflutningur
+        imports_url: https://wiki.openstreetmap.org/wiki/Import/Guidelines
+        automated_edits: Sjálfvirkar breytingar
+        automated_edits_url: https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct
       start_mapping: Hefja kortlagningu
       add_a_note:
         title: Enginn tími fyrir breytingar? Bættu við athugasemd!
         para_1: Það er auðvelt að bæta við minnispunkti ef þú vilt laga eitthvað smávægilegt
           en hefur ekki tíma til að skrá þig og læra hvernig maður breytir kortinu.
+        para_2_html: |-
+          Farðu á %{map_link} og smelltu á minnismiðatáknið: %{note_icon}.
+          Þetta mun bæta merki á kortið, sem þú getur fært til með því að draga það.
+          Bættu við skilaboðunum þínum, smelltu síðan á að vista, og annað kortagerðarfólk mun væntanlega rannsaka málið.
+        the_map: landakortið
     communities:
       title: Samfélög
       lede_text: "Fólk alls staðar að úr heiminum leggur sitt af mörkum til OpenStreetMap
@@ -2338,6 +2465,12 @@ is:
         list_text: 'Eftirfarandi samfélög hafa verið formlega stofnuð sem svæðisdeildir:'
       other_groups:
         title: Aðrir hópar
+        other_groups_html: |-
+          Það er engin þörf á að stofna hóp jafn formlega og svæðisdeildirnar eru
+          Vissulega eru margir hópar mjög árangursríkir sem óformlegt samstarf fólks eða sem
+          samfélagshópar. Allir geta sett upp eða tekið þátt í slíku. Lestu meira um þetta á %{communities_wiki_link}.
+        communities_wiki: Wiki-síðunni um samfélögin
+        communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
   traces:
     visibility:
       private: Prívat  (aðeins deilt sem óauðkennanlegum, óröðuðum punktum)
@@ -2348,6 +2481,7 @@ is:
     new:
       upload_trace: Senda inn GPS-feril
       visibility_help: hvað þýðir þetta?
+      visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces
       help: Hjálp
       help_url: https://wiki.openstreetmap.org/index.php?title=Upload&uselang=is
     create:
@@ -2367,6 +2501,7 @@ is:
       title: Breyti ferlinum %{name}
       heading: Breyti ferlinum %{name}
       visibility_help: hvað þýðir þetta?
+      visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces
     update:
       updated: Ferill uppfærður
     trace_optionals:
@@ -2399,7 +2534,7 @@ is:
     trace:
       pending: Í BIÐ
       count_points:
-        one: 1 punktur punktar
+        one: '%{count} punktur punktar'
         other: '%{count} punktar punktar'
       more: upplýsingar
       trace_details: Sýna upplýsingar um ferilinn
@@ -2417,6 +2552,11 @@ is:
       public_traces_from: Ferlar eftir %{user}
       description: Skoða nýlega innsenda GPS-ferla
       tagged_with: ' með merkið %{tags}'
+      empty_title: Ekkert að sjá hér ennþá
+      empty_upload_html: '%{upload_link} eða lærðu meira um GPS-ferlun á %{wiki_link}.'
+      upload_new: Sendu inn nýjan feril
+      wiki_page: wiki-síðunni
+      wiki_page_url: https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2
       upload_trace: Senda inn feril
       all_traces: Allar ferlar
       my_traces: Ferlarnir mínir
@@ -2548,6 +2688,7 @@ is:
       no_applications_html: Ert þú að nota forrit sem þú myndir vilja skrá til notkunar
         hjá okkur með %{oauth2} staðlinum? Þú verður að skrá vefforritið áður en það
         fer að senda OAuth-beiðnir á þessa þjónustu.
+      oauth_2: OAuth 2
       new: Skrá nýtt forrit
       name: Nafn
       permissions: Heimildir
@@ -2601,6 +2742,10 @@ is:
       support: aðstoðarteymið
       about:
         header: Frjálst og breytanlegt
+        paragraph_1: Ólíkt öðrum landakortum, er OpenStreetMap gert frá grunni af
+          fólki eins og þér, öllum er heimilt að laga það, uppfæra, sækja og nota.
+        paragraph_2: Skráðu þig sem notanda til að geta tekið þátt. Við munum senda
+          þér tölvupóst til staðfestingar á aðgangnum.
       display name description: Nafn þitt sem aðrir notendur sjá, þú getur breytt
         því síðar í stillingunum þínum.
       external auth: 'Auðkenning með þriðja aðila:'
@@ -2610,6 +2755,11 @@ is:
       continue: Nýskrá
       terms accepted: Bestu þakkir fyrir að samþykkja nýju skilmálana vegna framlags
         þíns!
+      email_confirmation_help_html: Netfangið þitt er ekki birt opinberlega, skoðaðu
+        síðuna um %{privacy_policy_link} til að sjá nánari upplýsingar.
+      privacy_policy: meðferð persónuupplýsinga
+      privacy_policy_url: https://wiki.osmfoundation.org/wiki/Privacy_Policy
+      privacy_policy_title: persónuverndarstefnu OSMF, þar með talinn hlutann um tölvupóstföng
     terms:
       title: Skilmálar
       heading: Skilmálar
@@ -2625,11 +2775,17 @@ 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: 'Staðfærð og þýdd útgáfa notandaskilmálanna:'
+      legale_select: 'Búseta (land):'
       legale_names:
         france: Frakkland
         italy: Ítalía
@@ -2639,6 +2795,7 @@ is:
         nýja skilmála vegna framlags (contributor terms). Til að sjá ítarlegri upplýsingar,
         geturðu skoðað %{terms_declined_link}.
       terms_declined_link: þessari wiki síðu
+      terms_declined_url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
     no_such_user:
       title: Notandi ekki til
       heading: Notandinn %{user} er ekki til
@@ -2711,7 +2868,7 @@ is:
       hide: Fela valda notendur
       empty: Engir samsvarandi notendur fundust
     suspended:
-      title: Aðgangi lokað
+      title: Aðgangur frystur
       heading: Aðgangur frystur
       support: Aðstoð
       automatically_suspended: Því miður hefur reikningnum þínum verið sjálfvirkt
@@ -2801,19 +2958,19 @@ is:
       time_past_html: Endaði %{time}.
       block_duration:
         hours:
-          one: 1 stund
-          other: '%{count} stundir'
+          one: '%{count} klukkustund'
+          other: '%{count} klukkustundir'
         days:
-          one: 1 dagur
+          one: '%{count} dagur'
           other: '%{count} dagar'
         weeks:
-          one: 1 vika
+          one: '%{count} vika'
           other: '%{count} vikur'
         months:
-          one: 1 mánuður
+          one: '%{count} mánuður'
           other: '%{count} mánuðir'
         years:
-          one: 1 ár
+          one: '%{count} ár'
           other: '%{count} ár'
     blocks_on:
       title: Bönn gegn %{name}
@@ -2870,18 +3027,17 @@ is:
       open_title: 'Minnispunktur án lausnar #%{note_name}'
       closed_title: 'Minnispunktur með lausn #%{note_name}'
       hidden_title: 'Falinn minnispunktur #%{note_name}'
-      opened_by_html: Búið til af %{user} <abbr title='%{exact_time}'>fyrir %{when}
-        síðan</abbr>
-      opened_by_anonymous_html: Búið til af nafnlausum notanda fyrir <abbr title='%{exact_time}'>%{when}
-        síðan</abbr>
-      commented_by_html: Umsögn frá %{user} <abbr title='%{exact_time}'> %{when}</abbr>
-      commented_by_anonymous_html: Umsögn frá nafnlausum notanda <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Leyst af %{user} <abbr title='%{exact_time}'> %{when}</abbr>
-      closed_by_anonymous_html: Leyst af nafnlausum notanda fyrir <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Endurvirkjað af %{user} <abbr title='%{exact_time}'> %{when}</abbr>
-      reopened_by_anonymous_html: Endurvirkjað af nafnlausum notanda fyrir <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Falið af %{user} <abbr title='%{exact_time}'> %{when}</abbr>
+      event_opened_by_html: Búið til af %{user} %{time_ago}
+      event_opened_by_anonymous_html: Búið til af nafnlausum notanda %{time_ago}
+      event_commented_by_html: Umsögn frá %{user} %{time_ago}
+      event_commented_by_anonymous_html: Umsögn frá nafnlausum notanda %{time_ago}
+      event_closed_by_html: Leyst af %{user} %{time_ago}
+      event_closed_by_anonymous_html: Leyst af nafnlausum notanda %{time_ago}
+      event_reopened_by_html: Endurvirkjað af %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Endurvirkjað af nafnlausum notanda %{time_ago}
+      event_hidden_by_html: Falið af %{user} %{time_ago}
       report: tilkynnt þennan minnispunkt
+      coordinates_html: '%{latitude}, %{longitude}'
       anonymous_warning: Þessi minnispunktur inniheldur athugasemdir frá óskráðum
         notendum sem ætti að yfirfara sérstaklega.
       hide: Fela
@@ -2940,10 +3096,10 @@ is:
       locate:
         title: Birta staðsetningu mína
         metersPopup:
-          one: Þú ert minna en einn metra frá þessum punkti
+          one: Þú ert minna en %{count} metra frá þessum punkti
           other: Þú ert minna en %{count} metra frá þessum punkti
         feetPopup:
-          one: Þú ert minna en eitt fet frá þessum punkti
+          one: Þú ert minna en %{count} fet frá þessum punkti
           other: Þú ert minna en %{count} fet frá þessum punkti
       base:
         standard: Staðlað
@@ -2959,17 +3115,19 @@ is:
         gps: Opinberir GPS-ferlar
         overlays: Virkja yfirlög til að auðvelda lausn vandamála á kortinu
         title: Lög
-      copyright: © <a href='%{copyright_url}'>Þátttakendur í OpenStreetMap verkefninu</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Styrkja verkefnið</a>
-      terms: <a href='%{terms_url}' target='_blank'>Skilmálar vefsvæðis og API-kerfisviðmóts</a>
-      cyclosm: Stíll kortatígla frá <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        haldið af <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>
-      thunderforest: Kortatíglar frá <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Kortatíglar frá <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Stíll kortatígla frá <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap teyminu</a> hýst á <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
+      copyright_text: © %{copyright_link}
+      openstreetmap_contributors: Þátttakendur í OpenStreetMap-verkefninu
+      make_a_donation: Styrkja verkefnið
+      website_and_api_terms: Skilmálar vefsvæðis og API-kerfisviðmóts
+      cyclosm_credit: Stíll kortatígla frá %{cyclosm_link} hýst af %{osm_france_link}
+      cyclosm_name: CyclOSM
+      osm_france: OpenStreetMap Frakklandi
+      thunderforest_credit: Kortatíglar frá %{thunderforest_link}
+      andy_allan: Andy Allan
+      opnvkarte_credit: Kortatíglar frá %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Stíll kortatígla frá %{hotosm_link} hýst af %{osm_france_link}
+      hotosm_name: Humanitarian OpenStreetMap teyminu
     site:
       edit_tooltip: Breyta kortinu
       edit_disabled_tooltip: Renndu að til að breyta kortinu
index a1b91b61f18e7ff88b48de6908701dbb26daac52..a2e8133d99690fe5ea4cdc67a0166f2275d09900 100644 (file)
@@ -218,49 +218,45 @@ it:
         needs_view: L'utente ha bisogno di collegarsi prima che questo blocco sia
           cancellato?
       user:
-        email_confirmation: Il tuo indirizzo non è visualizzato pubblicamente, vedi
-          l'<a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="Norme
-          sulla privacy della OSMF inclusa la sezione sull'indirizzo email">informativa
-          sulla privacy</a> per ulteriori informazioni.
         new_email: (mai visualizzato pubblicamente)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: circa 1 ora fa
+        one: circa %{count} ora fa
         other: circa %{count} ore fa
       about_x_months:
-        one: circa 1 mese fa
+        one: circa %{count} mese fa
         other: circa %{count} mesi fa
       about_x_years:
-        one: circa 1 anno fa
+        one: circa %{count} anno fa
         other: circa %{count} anni fa
       almost_x_years:
-        one: quasi 1 anno fa
+        one: quasi %{count} anno fa
         other: quasi %{count} anni fa
       half_a_minute: mezzo minuto fa
       less_than_x_seconds:
-        one: meno di 1 secondo fa
+        one: meno di %{count} secondo fa
         other: meno di %{count} secondi fa
       less_than_x_minutes:
-        one: meno di un minuto fa
+        one: meno di %{count} minuto fa
         other: meno di %{count} minuti fa
       over_x_years:
-        one: oltre 1 anno fa
+        one: oltre %{count} anno fa
         other: oltre %{count} anni fa
       x_seconds:
-        one: 1 secondo fa
+        one: '%{count} secondo fa'
         other: '%{count} secondi fa'
       x_minutes:
-        one: 1 minuto fa
+        one: '%{count} minuto fa'
         other: '%{count} minuti fa'
       x_days:
-        one: 1 giorno fa
+        one: '%{count} giorno fa'
         other: '%{count} giorni fa'
       x_months:
-        one: 1 mese fa
+        one: '%{count} mese fa'
         other: '%{count} mesi fa'
       x_years:
-        one: 1 anno fa
+        one: '%{count} anno fa'
         other: '%{count} anni fa'
   editor:
     default: Predefinito (al momento %{name})
@@ -379,22 +375,22 @@ it:
   browse:
     created: Creato
     closed: Chiuso
-    created_html: Creato <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Chiuso <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Creato <abbr title='%{title}'>%{time}</abbr> da %{user}
-    deleted_by_html: Cancellato <abbr title='%{title}'>%{time}</abbr> da %{user}
-    edited_by_html: Modificato <abbr title='%{title}'>%{time}</abbr> da %{user}
-    closed_by_html: Chiuso <abbr title='%{title}'>%{time}</abbr> da %{user}
+    created_ago_html: Creato %{time_ago}
+    closed_ago_html: Chiuso %{time_ago}
+    created_ago_by_html: Creato %{time_ago} da %{user}
+    closed_ago_by_html: Chiuso %{time_ago} da %{user}
+    deleted_ago_by_html: Cancellato %{time_ago} da %{user}
+    edited_ago_by_html: Modificato %{time_ago} da %{user}
     version: Versione
     in_changeset: Gruppo di modifiche
     anonymous: anonimo
     no_comment: (nessun commento)
     part_of: Parte di
     part_of_relations:
-      one: 1 relazione
+      one: '%{count} relazione'
       other: '%{count} relazioni'
     part_of_ways:
-      one: 1 percorso
+      one: '%{count} percorso'
       other: '%{count} percorsi'
     download_xml: Scarica XML
     view_history: Visualizza cronologia
@@ -410,8 +406,8 @@ it:
       relation: Relazioni (%{count})
       relation_paginated: Relazioni (%{x}-%{y} di %{count})
       comment: Commenti (%{count})
-      hidden_commented_by_html: Commento nascosto da %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Commento di %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Commento nascosto da %{user} %{time_ago}
+      comment_by_html: Commento da %{user} %{time_ago}
       changesetxml: Gruppo di modifiche XML
       osmchangexml: XML in formato osmChange
       feed:
@@ -439,7 +435,7 @@ it:
       history_title_html: 'Cronologia relazione: %{name}'
       members: Membri
       members_count:
-        one: 1 membro
+        one: '%{count} membro'
         other: '%{count} membri'
     relation_member:
       entry_role_html: '%{type} %{name} come %{role}'
@@ -683,11 +679,10 @@ it:
   geocoder:
     search:
       title:
-        latlon_html: Risultati da <a href="https://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Risultati restituiti da <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Risultati restituiti da <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Risultati da %{results_link}
+        latlon: Interno
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1480,11 +1475,10 @@ it:
       status: Stato
       reports: Segnalazioni
       last_updated: Ultima modifica
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> da %{user}
+      last_updated_time_ago_user_html: '%{time_ago} da %{user}'
       link_to_reports: Visualizza segnalazioni
       reports_count:
-        one: 1 segnalazione
+        one: '%{count} segnalazione'
         other: '%{count} segnalazioni'
       reported_item: Elemento segnalato
       states:
@@ -1657,10 +1651,11 @@ it:
       subject: '[OpenStreetMap] Importazione GPX fallita'
     gpx_success:
       hi: Ciao %{to_user},
-      loaded_successfully:
-        one: sia stato caricato con successo con %{trace_points} di 1 punto possibile.
-        other: sia stato caricato con successo con %{trace_points} dei possibili %{possible_points}
-          punti.
+      loaded:
+        one: sia stato caricato con successo con %{trace_points} su un totale di %{count}
+          punto.
+        other: sia stato caricato con successo con %{trace_points} su un totale di
+          %{count} punti.
       subject: '[OpenStreetMap] Importazione GPX completata con successo'
     signup_confirm:
       subject: '[OpenStreetMap] Benvenuti su OpenStreetMap'
@@ -1891,7 +1886,6 @@ it:
       image: Immagine
       gravatar:
         gravatar: Usa Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Che cosa è un Gravatar?
         disabled: Gravatar è stato disattivato.
         enabled: La visualizzazione del vostro Gravatar è stata attivata.
@@ -1976,7 +1970,7 @@ it:
   site:
     about:
       next: Successivo
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>contributors
+      heading_html: '%{copyright}OpenStreetMap %{br} contributori'
       used_by_html: '%{name} fornisce dati geografici per migliaia di siti web, applicazioni
         mobili e dispositivi hardware'
       lede_text: OpenStreetMap è costruito da una comunità di mappatori che contribuiscono
@@ -1987,33 +1981,37 @@ it:
         usano immagini aeree, dispositivi GPS e mappe sul campo low-tech per verificare
         che OSM sia accurato e aggiornato.
       community_driven_title: Guidato dalla Comunità
-      community_driven_html: La comunità di OpenStreetMap è diversa, appassionante,
-        e cresce ogni giorno. I nostri contributori includono mapper entusiasti, professionisti
-        GIS, ingegneri che gestiscono i server di OSM, mapping umanitario di aree
-        soggette a disastri e molto altro. Per ulteriori informazioni sulla comunità,
-        consulta il <a href='https://blog.openstreetmap.org'>blog OpenStreetMap</a>,
-        i <a href='%{diary_path}'>diari degli utenti</a>, il <a href='https://blogs.openstreetmap.org/'>blog
-        della comunità</a>, e il sito <a href='https://www.osmfoundation.org/'>OSM
-        Foundation</a>.
+      community_driven_1_html: |-
+        La comunità di OpenStreetMap è diversa, appassionante, e cresce ogni giorno. I nostri contributori includono mapper entusiasti, professionisti GIS, ingegneri che gestiscono i server di OSM, mapping umanitario di aree soggette a disastri e molto altro. Per ulteriori informazioni sulla comunità, consulta il %{osm_blog_link},
+        %{user_diaries_link}, %{community_blogs_link}, e il sito
+        %{osm_foundation_link}.
+      community_driven_osm_blog: blog OpenStreetMap
+      community_driven_user_diaries: diari degli utenti
+      community_driven_community_blogs: blog della comunità
+      community_driven_osm_foundation: Fondazione OSM
       open_data_title: Open Data
-      open_data_html: 'OpenStreetMap è <i>open data</i>: sei libero di usarla per
-        qualsiasi scopo a patto di attribuirla a OpenStreetMap e ai suoi contributori.
-        Se alteri o sviluppi sulla base dei dati in un certo modo, puoi distribuire
-        il risultato solo mediante la stessa licenza. Consultare la <a href=''%{copyright_path}''>pagina
-        Copyright e Licenza</a> per i dettagli.'
+      open_data_1_html: 'OpenStreetMap è %{open_data}: sei libero di usarla per qualsiasi
+        scopo a patto di attribuirla a OpenStreetMap e ai suoi contributori. Se alteri
+        o sviluppi sulla base dei dati in un certo modo, puoi distribuire il risultato
+        solo mediante la stessa licenza. Consultare la %{copyright_license_link} per
+        i dettagli.'
+      open_data_open_data: dati aperti
+      open_data_copyright_license: pagina Copyright e licenza
       legal_title: Note legali
-      legal_1_html: "Questo sito e molti altri servizi correlati sono formalmente
-        gestiti dalla \n<a href=\"https://osmfoundation.org/\">OpenStreetMap Foundation</a>
-        (OSMF) \nper conto della comunità. L'uso di tutti i servizi gestiti dalla
-        OSMF è soggetto \nalle nostre <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">condizioni
-        d'uso</a>, <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nregole
-        di utilizzo accettabile</a> ed alla nostra <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">informativa
-        sulla privacy</a>."
-      legal_2_html: "Si prega di <a href=\"https://osmfoundation.org/Contact\">contattare
-        la OSMF</a> \nin caso di dubbi e problemi di licenza, copyright o altre questioni
-        legali.\n<br>\n\"OpenStreetMap\", il logo con la lente d'ingrandimento e \"State
-        of the Map\" sono <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">sono
-        marchi registrati della OSMF</a>."
+      legal_1_1_html: "Questo sito e molti altri servizi correlati sono formalmente
+        gestiti dalla \n%{openstreetmap_foundation_link} (OSMF) \nper conto della
+        comunità. L'uso di tutti i servizi gestiti dalla OSMF è soggetto \nalle nostre
+        %{terms_of_use_link}, %{aup_link} ed alla nostra %{privacy_policy_link}."
+      legal_1_1_openstreetmap_foundation: Fondazione OpenStreetMap
+      legal_1_1_terms_of_use: Condizioni d'uso
+      legal_1_1_aup: Politiche di utilizzo accettabile
+      legal_1_1_privacy_policy: Informativa sulla privacy
+      legal_2_1_html: Puoi %{contact_the_osmf_link} per problemi di licenza, diritto
+        d'autore o altre questioni legali.
+      legal_2_1_contact_the_osmf: contattare l'OSMF
+      legal_2_2_html: OpenStreetMap, il logo con la lente d'ingrandimento e quello
+        di “State of the Map” sono %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: marchi registrati dell'OSMF
       partners_title: Partner
     copyright:
       foreign:
@@ -2030,107 +2028,121 @@ it:
         mapping_link: inizia a mappare
       legal_babble:
         title_html: Copyright e licenza
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> è <i>open data</i>, e i suoi dati sono distribuiti con licenza <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL) dalla <a href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: "Sei libero di copiare, distribuire, trasmettere e adattare
-          i nostri dati, finché lo attribuisci a OpenStreetMap e ai suoi contributori.
-          Se alteri o ti basi sui nostri dati,\npuoi distribuire il risultato solo
-          sotto la stessa licenza. Il \n<a href=\"https://opendatacommons.org/licenses/odbl/1.0/\">codice\nlegale
-          completo</a> illustra i tuoi diritti e le tue responsabilità."
-        intro_3_1_html: "La nostra documentazione è rilasciata in base alla licenza
-          <a href=\"https://creativecommons.org/licenses/by-sa/2.0/deed.it\">Creative
-          \nCommons Attribuzione - Condividi allo stesso modo 2.0</a> (CC BY-SA 2.0)."
+        introduction_1_html: OpenStreetMap%{registered_trademark_link} è basato su
+          %{open_data}, rilasciato con %{odc_odbl_link} (ODbL) dalla %{osm_foundation_link}
+          (OSMF).
+        introduction_1_open_data: dati aperti
+        introduction_1_odc_odbl: Licenza della base di dati aperti Open Data Commons
+          (ODbL)
+        introduction_1_osm_foundation: Fondazione OpenStreetMap
+        introduction_2_html: |-
+          Sei libero di copiare, distribuire, trasmettere e adattare i nostri dati, finché lo attribuisci a OpenStreetMap e ai suoi contributori. Se alteri o ti basi sui nostri dati,
+          puoi distribuire il risultato solo con la stessa licenza. Il %{legal_code_link} illustra i tuoi diritti e le tue responsabilità.
+        introduction_2_legal_code: testo giuridico
+        introduction_3_html: La nostra documentazione è rilasciato con licenza %{creative_commons_link}
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Attribuzione-Condividi allo
+          stesso modo 2.0
         credit_title_html: Come si attribuisce a OpenStreetMap
         credit_1_html: 'Quando utilizzi i dati di OpenStreetMap, devi eseguire le
           seguenti due operazioni:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Fornisci crediti a OpenStreetMap visualizzando il nostro avviso di copyright.</li>
-            <li>Rendere chiaro che i dati sono disponibili con la licenza Open Database.</li>
-          </ul>
-        credit_3_1_html: Per l'avviso di copyright, abbiamo requisiti diversi su come
-          dovrebbe essere visualizzato, a seconda di come stai utilizzando i nostri
-          dati. Ad esempio, si applicano regole diverse su come mostrare l'avviso
-          di copyright a seconda che tu abbia creato una mappa navigabile, una mappa
-          stampata o un'immagine statica. Tutti i dettagli sui requisiti possono essere
-          trovati nelle <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">linee
-          guide sull'attribuzione</a>.
-        credit_4_html: |-
-          Per rendere chiaro che i dati sono disponibili in base alla licenza Open Database, puoi inserire un collegamento a <a href="https://www.openstreetmap.org/copyright">questa pagina sul copyright</a>. In alternativa, e come requisito se stai distribuendo OSM in a
-          modulo dati, è possibile nominare e collegare direttamente le licenze. Nei media dove i collegamenti non sono possibili (ad es. opere cartacee), ti suggeriamo di indirizzare i tuoi lettori direttamente a openstreetmap.org (magari espandendo 'OpenStreetMap' al suo indirizzo completo) e a opendatacommons.org. In questo esempio, i crediti appaiono nell'angolo della mappa.
+        credit_2_1: Fornisci l'attribuzione a OpenStreetMap mostrando il nostro avviso
+          sul diritto d'autore.
+        credit_2_2: Indica chiaramente che i dati sono disponibili con licenza Open
+          Database.
+        credit_3_html: Per l'avviso sul diritto d'autore, abbiamo requisiti diversi
+          su come dovrebbe essere visualizzato, a seconda di come stai utilizzando
+          i nostri dati. Ad esempio, si applicano regole diverse su come mostrare
+          l'avviso sul diritto d'autore a seconda che tu abbia creato una mappa navigabile,
+          una mappa stampata o un'immagine statica. Tutti i dettagli sui requisiti
+          possono essere trovati nelle %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Linee guida per l'attribuzione
+        credit_4_1_html: |-
+          Per rendere chiaro che i dati sono disponibili in base alla licenza Open Database, puoi inserire un collegamento a %{this_copyright_page_link}. In alternativa, e come requisito se stai distribuendo OSM in un
+          modulo dati, è possibile nominare e collegare direttamente la/e licenza/e. Nei media dove i collegamenti non sono possibili (ad es. opere cartacee), ti suggeriamo di indirizzare i tuoi lettori direttamente a openstreetmap.org (magari espandendo 'OpenStreetMap' al suo indirizzo completo) e a opendatacommons.org. In questo esempio, l'attribuzione compare nell'angolo della mappa.
+        credit_4_1_this_copyright_page: questa pagina del diritto d'autore
         attribution_example:
           alt: Esempio di come attribuire ad OpenStreetMap su una pagina web
           title: Esempio di attribuzione
         more_title_html: Per saperne di più
-        more_1_html: Per saperne di più su come utilizzare i nostri dati e come citarne
-          correttamente la fonte, consulta la pagina sulla <a href="https://osmfoundation.org/Licence">Licenza
-          OSMF</a>.
-        more_2_html: |-
-          Anche se i dati OpenStreetMap sono aperti, non possiamo fornire accesso alle API della mappa gratuitamente per terze parti.
-          Vedi la nostra <a href="https://operations.osmfoundation.org/policies/api/">Politica di utilizzo delle API</a>, la
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Politica di utilizzo delle tavole della mappa</a>
-          e la <a href="https://operations.osmfoundation.org/policies/nominatim/">Politica di utilizzo di Nominatim</a>.
+        more_1_1_html: Per saperne di più sui nostri dati e su come inserire l'attribuzione,
+          leggi la %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: pagina della Licenza della Fondazione OSM
+        more_2_1_html: |-
+          Sebbene OpenStreetMap sia costituita interamente di dati aperti, non possiamo fornire un'API cartografica gratuita a terzi.
+          Consulta la nostra %{api_usage_policy_link}, %{tile_usage_policy_link} e %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Normativa sull'utilizzo delle API
+        more_2_1_tile_usage_policy: Normativa sull'utilizzo dei tasselli
+        more_2_1_nominatim_usage_policy: Normativa sull'utilizzo di Nominatim
         contributors_title_html: Nostri collaboratori
         contributors_intro_html: 'I nostri contributori sono migliaia di individui.
           Includiamo anche dati distribuiti sotto licenze aperte provenienti da agenzie
           cartografiche nazionali o di altra fonte, tra cui:'
-        contributors_at_html: |-
-          <strong>Austria</strong>: contiene i dati della
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (sotto
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> e
-          Land Tirol (sotto <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT con emendamenti</a>).
-        contributors_au_html: '<strong>Australia</strong>: contiene o è sviluppato
-          sfruttando i confini amministrativi &copy; <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape
-          Australia</a> rilasciati dal Commonwealth dell''Australia con licenza <a
-          href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribuzione
-          4.0 Internazionale (CC BY 4.0)</a>.'
-        contributors_ca_html: |-
-          <strong>Canada</strong>: contiene i dati della
+        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}).
+        contributors_at_austria: Austria
+        contributors_at_stadt_wien: Città di Vienna
+        contributors_at_cc_by: CC BY
+        contributors_at_land_vorarlberg: Land del Vorarlberg
+        contributors_at_cc_by_at_with_amendments: CC BY AT con rettifiche
+        contributors_au_credit_html: |-
+          %{australia}: Incorpora o è stato sviluppato utilizzando gli Administrative Boundaries &copy; %{geoscape_australia_link}
+          rilasciati con licenza %{cc_licence_link} dal Commonwealth dell'Australia.
+        contributors_au_australia: Australia
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: Licenza internazionale Creative Commons Attribuzione
+          4.0 (CC BY 4.0)
+        contributors_ca_credit_html: |-
+          %{canada}: Contiene i dati della
           GeoBase&reg;, GeoGratis (&copy; Department of Natural
           Resources Canada), CanVec (&copy; Department of Natural
           Resources Canada), e della StatCan (Geography Division,
           Statistics Canada).
-        contributors_fi_html: |-
-          <strong>Finlandia</strong>: contiene dati dal
-          National Land Survey of Finland's Topographic Database
-          e di altri set di dati, in base alla
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">licensa NLSFI</a>.
-        contributors_fr_html: |-
-          <strong>Francia</strong>: contiene dati provenienti dalla
+        contributors_ca_canada: Canada
+        contributors_fi_credit_html: '%{finland}: Contiene i dati del database topografico
+          del National Land Survey della Finlandia e altri dataset, rilasciati con
+          %{nlsfi_license_link}.'
+        contributors_fi_finland: Finlandia
+        contributors_fi_nlsfi_license: licenza NLSFI
+        contributors_fr_credit_html: |-
+          %{france}: Contiene dati provenienti dalla
           Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Olanda</strong>: contiene dati &copy; AND, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Nuova Zelanda</strong>: contiene i dati provenienti da
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> in
-          base alla licenza per il riutilizzo
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Slovenia</strong>: Contiene dati dell'
-          <a href="http://www.gu.gov.si/en/">Autorità per il Rilievo e la Mappatura</a> e del
-          <a href="http://www.mkgp.gov.si/en/">Ministero dell' Agricoltura, delle foreste e dell'alimentazione</a>
+        contributors_fr_france: Francia
+        contributors_nl_credit_html: '%{netherlands}: Contiene i dati &copy; AND,
+          2007 (%{and_link})'
+        contributors_nl_netherlands: Paesi Bassi
+        contributors_nz_credit_html: '%{new_zealand}: Contiene i dati provenienti
+          da %{linz_data_service_link} e concessi in licenza per il riutilizzo con
+          %{cc_by_link}.'
+        contributors_nz_new_zealand: Nuova Zelanda
+        contributors_nz_linz_data_service: Servizio dei dati LINZ
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_rs_serbia: Serbia
+        contributors_si_credit_html: |-
+          %{slovenia}: Contiene i dati provenienti dall'%{gu_link} e dal %{mkgp_link}
           (informazioni pubbliche della Slovenia).
-        contributors_es_html: '<strong>Spagna</strong>: contiene dati provenienti
-          dall''istituto geografico nazionale spagnolo (<a href="http://www.ign.es/">IGN</a>)
-          e dal sistema cartografico nazionale (<a href="http://www.scne.es/">SCNE</a>)
-          con autorizzazione al riutilizzo secondo la <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>.'
-        contributors_za_html: |-
-          <strong>Sud Africa</strong>: contiene i dati provenienti dalla
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, State copyright reserved.
-        contributors_gb_html: |-
-          <strong>Regno Unito</strong>: contiene i dati della
-          Ordnance Survey &copy; Crown copyright and database right
-          2010-2023.
-        contributors_footer_1_html: |-
-          Per ulteriori dettagli di queste e altre fonti che sono state utilizzate
-          per aiutare a migliorare OpenStreetMap, consulta la <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">pagina dei
-          collaboratori</a> sul wiki di OpenStreetMap.
+        contributors_si_slovenia: Slovenia
+        contributors_si_gu: Autorità del rilevamento e della mappatura
+        contributors_si_mkgp: Ministro dell'agricoltura, delle foreste e dell'alimentazione
+        contributors_es_credit_html: |-
+          %{spain}: Contiene i dati provenienti dall'Istituto geografico nazionale spagnolo (%{ign_link}) e dal Sistema cartografico nazionale (%{scne_link})
+          concesso in licenza per il riutilizzo con %{cc_by_link}.
+        contributors_es_spain: Spagna
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: contiene dati provenienti da
+          %{ngi_link}, diritti d''autore statali riservati.'
+        contributors_za_south_africa: Sudafrica
+        contributors_za_ngi: 'Direzione principale: Informazioni geospaziali nazionali'
+        contributors_gb_credit_html: |-
+          %{united_kingdom}: Contiene i dati della
+          Ordnance Survey &copy; diritto d'autore sui dati e sulle basi di dati della Corona 2010–2023.
+        contributors_gb_united_kingdom: Regno Unito
+        contributors_2_html: Per ulteriori dettagli su queste e altre fonti che sono
+          state utilizzate per aiutare a migliorare OpenStreetMap, consulta la %{contributors_page_link}
+          sulla wiki OpenStreetMap.
+        contributors_2_contributors_page: Pagina dei contributori
         contributors_footer_2_html: |-
           L'inserimento dei dati in OpenStreetMap non implica che il fornitore
           originale dei dati appoggi OpenStreetMap, fornisca alcuna garanzia o
@@ -2139,15 +2151,17 @@ it:
         infringement_1_html: Ai contributori OSM si ricorda di non aggiungere dati
           da qualsiasi fonte protetta da copyright (ad esempio Google Maps o mappe
           stampate) senza esplicita autorizzazione dei titolari del copyright.
-        infringement_2_html: |-
-          Se ritieni che materiale protetto da copyright sia stato impropriamente aggiunto al database di OpenStreetMap o a questo sito, consulta la nostra
-           <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">procedura di rimozione per violazione del copyright</a> o segnalacelo direttamente alla nostra
-          <a href="https://dmca.openstreetmap.org/">pagina di segnalazione on-line</a>.
-        trademarks_title_html: <span id="trademarks"></span>Marchi registrati
-        trademarks_1_html: '"OpenStreetMap", il logo con la lente d''ingrandimento
-          e "State of the Map" sono marchi registrati della <i>Fondazione OpenStreetMap</i>.
-          Se hai domande sull''uso dei marchi, vedi la nostra <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">politica
-          sui marchi</a>.'
+        infringement_2_1_html: |-
+          Se ritieni che materiale protetto da diritto d'autore sia stato aggiunto in modo inappropriato al database di OpenStreetMap o a questo sito, fai riferimento
+          alla nostra %{takedown_procedure_link} o invia un reclamo direttamente alla nostra %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: procedura di rimozione
+        infringement_2_1_online_filing_page: pagina di segnalazione online
+        trademarks_title: Marchi registrati
+        trademarks_1_1_html: |-
+          OpenStreetMap, il logo della lente di ingrandimento e State of the Map sono marchi registrati della
+          OpenStreetMap Foundation. Se hai domande sull'uso dei marchi, consulta la nostra
+          %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Normativa sui marchi registrati
     index:
       js_1: Si sta utilizzando un browser che non supporta JavaScript, oppure è stato
         disabilitato JavaScript.
@@ -2224,10 +2238,10 @@ it:
             procedere è quello di unirsi alla comunità di OpenStreetMap e aggiungere
             o riparare quel dato da te.
         add_a_note:
-          instructions_html: Basta cliccare <a class='icon note'></a> o la stessa
-            icona visualizzata sulla mappa. Questo aggiungerà un marker alla mappa
-            che puoi muovere trascinando. Aggiungi un messaggio, poi fai clic su Salva
-            e altri mappers indagheranno.
+          instructions_1_html: Basta cliccare su %{note_icon} o sulla stessa icona
+            visualizzata sulla mappa. Ciò aggiungerà un indicatore alla mappa che
+            puoi spostare trascinandolo. Aggiungi un messaggio, poi fai clic su “Salva”
+            e altri mappatori indagheranno.
       other_concerns:
         title: Ulteriori dubbi
         concerns_html: Se hai dubbi su come vengono utilizzati in nostri dati o sui
@@ -2444,6 +2458,11 @@ it:
           locali:'
       other_groups:
         title: Altri gruppi
+        other_groups_html: Non è necessario creare formalmente un gruppo della stessa
+          estensione dei capitoli locali. Infatti molti gruppi esistono con un discreto
+          successo come ritrovo non ufficiale di persone oppure come gruppi comunitari.
+          Chiunque può crearne uno o unirsi ad uno già esistente. Per saperne di più
+          consulta la %{communities_wiki_link}.
         communities_wiki: Pagina wiki delle comunità
   traces:
     visibility:
@@ -2513,7 +2532,7 @@ it:
     trace:
       pending: IN ATTESA
       count_points:
-        one: 1 punto
+        one: '%{count} punto'
         other: '%{count} punti'
       more: altri
       trace_details: Visualizza i dettagli del tracciato
@@ -2728,6 +2747,11 @@ it:
         bisogno.
       continue: Registrati
       terms accepted: Grazie di aver accettato le nuove regole per contribuire!
+      email_confirmation_help_html: Il tuo indirizzo non viene visualizzato pubblicamente,
+        consulta la nostra %{privacy_policy_link} per ulteriori informazioni.
+      privacy_policy: normativa sulla privacy
+      privacy_policy_title: Informativa sulla privacy di OSM Foundation compresa la
+        sezione sugli indirizzi e-mail
     terms:
       title: Termini
       heading: Termini
@@ -2765,7 +2789,7 @@ it:
     no_such_user:
       title: Nessun utente
       heading: L'utente %{user} non esiste
-      body: Spiacenti, non c'è alcun utente con il nome %{user}. Controllare la digitazione,
+      body: Spiacenti, non c'è alcun utente con il nome %{user}. Controlla la digitazione,
         o che il collegamento sul quale hai cliccato non sia errato.
       deleted: cancellato
     show:
@@ -2926,19 +2950,19 @@ it:
       time_past_html: Terminato %{time}.
       block_duration:
         hours:
-          one: 1 ora
+          one: '%{count} ora'
           other: '%{count} ore'
         days:
-          one: 1 giorno
+          one: '%{count} giorno'
           other: '%{count} giorni'
         weeks:
-          one: 1 settimana
+          one: '%{count} settimana'
           other: '%{count} settimane'
         months:
-          one: 1 mese
+          one: '%{count} mese'
           other: '%{count} mesi'
         years:
-          one: 1 anno
+          one: '%{count} anno'
           other: '%{count} anni'
     blocks_on:
       title: Blocchi su %{name}
@@ -2993,15 +3017,15 @@ it:
       open_title: 'Nota irrisolta #%{note_name}'
       closed_title: 'Nota risolta #%{note_name}'
       hidden_title: 'Nota nascosta #%{note_name}'
-      opened_by_html: Creata da %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Creata da anonimo <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Commento da %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Commento da anonimo <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Risolta da %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Risolta da anonimo <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Riattivata da %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Riattivata da anonimo <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Nascosta da %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Creata da %{user} %{time_ago}
+      event_opened_by_anonymous_html: Creata da anonimo %{time_ago}
+      event_commented_by_html: Commento da %{user} %{time_ago}
+      event_commented_by_anonymous_html: Commento da anonimo %{time_ago}
+      event_closed_by_html: Risolta da %{user} %{time_ago}
+      event_closed_by_anonymous_html: Risolta da anonimo %{time_ago}
+      event_reopened_by_html: Riattivata da %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Riattivata da anonimo %{time_ago}
+      event_hidden_by_html: Nascosta da %{user} %{time_ago}
       report: segnalare questa nota
       anonymous_warning: Questa nota include commenti da parte di utenti anonimi che
         devono essere verificati in modo indipendente.
@@ -3060,10 +3084,10 @@ it:
       locate:
         title: Mostra la mia posizione
         metersPopup:
-          one: Ti trovi entro un metro da questo punto
+          one: Ti trovi entro %{count} metro da questo punto
           other: Ti trovi entro %{count} metri da questo punto
         feetPopup:
-          one: Ti trovi entro un piede da questo punto
+          one: Ti trovi entro %{count} piede da questo punto
           other: Ti trovi entro %{count} piedi da questo punto
       base:
         standard: Standard
@@ -3079,18 +3103,17 @@ it:
         gps: Tracciati GPS pubblici
         overlays: Abilita sovrapposizioni per la risoluzione dei problemi della mappa
         title: Livelli
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap contributors</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Fai una donazione</a>
-      terms: <a href='%{terms_url}' target='_blank'>Condizioni del sito web e delle
-        API</a>
-      cyclosm: Stile dei tasselli di <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        ospitato da <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap Francia</a>
-      thunderforest: Tasselli forniti da <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Tasselli forniti da <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Stile dei tasselli di <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> ospitato da <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
+      openstreetmap_contributors: Contributori di OpenStreetMap
+      make_a_donation: Fai una donazione
+      website_and_api_terms: Condizioni di utilizzo del sito web e delle API
+      cyclosm_credit: Stile tasselli di %{cyclosm_link} ospitato da %{osm_france_link}
+      osm_france: OpenStreetMap France
+      thunderforest_credit: Tasselli per gentile concessione di %{thunderforest_link}
+      andy_allan: Andy Allan
+      opnvkarte_credit: Tasselli per gentile concessione di %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Stile tasselli di %{hotosm_link} ospitato da %{osm_france_link}
+      hotosm_name: La squadra di OpenStreetMap Humanitarian
     site:
       edit_tooltip: Modifica la mappa
       edit_disabled_tooltip: Zooma per modificare la mappa
index d126c009fe7aad89e6b51166d824588eca24839a..a82e7e28ae402a0f6525dfac036dd6a54a52e195 100644 (file)
@@ -210,8 +210,6 @@ ja:
         reason: ユーザーがブロックされている理由です。メッセージは多くの人の目にふれることになるため、できるだけ冷静かつ理性的になり、できるだけ丁寧に状況を説明するようにしてください。すべての利用者がコミュニティ固有の用語を理解しているわけではないため、分かりやすい用語を使うように努めてください。
         needs_view: このブロックを解消するには、先に利用者がログインする必要がありますか?
       user:
-        email_confirmation: あなたのアドレスは非公開です。詳細は弊財団の<a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="メール アドレスの節を含む、OSMFのプライバシーポリシー">プライバシーポリシー</a>をご参照ください。
         new_email: (非公開)
   datetime:
     distance_in_words_ago:
@@ -349,12 +347,6 @@ ja:
   browse:
     created: 作成
     closed: クローズ
-    created_html: <abbr title='%{title}'>%{time}</abbr>に作成
-    closed_html: <abbr title='%{title}'>%{time}</abbr>にクローズ
-    created_by_html: '%{user}さんが<abbr title=''%{title}''>%{time}</abbr>に作成'
-    deleted_by_html: '%{user}さんが<abbr title=''%{title}''>%{time}</abbr>に削除'
-    edited_by_html: '%{user}さんが<abbr title=''%{title}''>%{time}</abbr>に編集'
-    closed_by_html: '%{user}さんが<abbr title=''%{title}''>%{time}</abbr>にクローズ'
     version: バージョン
     in_changeset: 変更セット
     anonymous: 匿名
@@ -380,8 +372,6 @@ ja:
       relation: リレーション (%{count}件)
       relation_paginated: リレーション (%{x}-%{y} / %{count})
       comment: コメント (%{count}件)
-      hidden_commented_by_html: '%{user}さんからの<abbr title=''%{exact_time}''>%{when}</abbr>の非表示のコメント'
-      commented_by_html: '%{user}さんからの<abbr title=''%{exact_time}''>%{when}</abbr>のコメント'
       changesetxml: 変更セット XML
       osmchangexml: OSM 差分 XML
       feed:
@@ -627,13 +617,6 @@ ja:
       success: '%{name} との友達を解除しました。'
       not_a_friend: '%{name} は友達ではありません。'
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="https://openstreetmap.org/">Internal</a>からの結果
-        osm_nominatim_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> からの結果
-        osm_nominatim_reverse_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> からの結果
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1426,8 +1409,6 @@ ja:
       status: 状態
       reports: 報告
       last_updated: 最近の更新
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: '%{user}さんによる<abbr title=''%{title}''>%{time}</abbr>の版'
       link_to_reports: レポートを表示
       reports_count:
         one: 1件のレポート
@@ -1584,8 +1565,6 @@ ja:
       subject: '[OpenStreetMap] GPX のインポートが失敗'
     gpx_success:
       hi: こんにちは、%{to_user} さん。
-      loaded_successfully:
-        other: 利用可能な点 %{possible_points} 個のうち、%{trace_points} 個の読み込みに成功しました。
       subject: '[OpenStreetMap] GPX のインポートが成功'
     signup_confirm:
       subject: '[OpenStreetMap] OpenStreetMapへようこそ'
@@ -1765,7 +1744,6 @@ ja:
       image: 画像
       gravatar:
         gravatar: Gravatar を使用
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Gravatarってなに?
         disabled: Gravatarは無効です。
         enabled: Gravatarの表示が有効になりました。
@@ -1847,26 +1825,27 @@ ja:
   site:
     about:
       next: 次へ
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>協力者
       used_by_html: '%{name} は数千ものウェブサイト、モバイル アプリ、ハードウェア機器に地図データを提供しています'
       lede_text: OpenStreetMapは、道路、通路、カフェ、鉄道駅など、世界中にあるすべてのものに関するデータを提供・メンテナンスしているマッパーのコミュニティによって構築されました。
       local_knowledge_title: 地元の情報
       local_knowledge_html: OpenStreetMapは地域の知識を強調します。協力者は航空写真やGPS機器、ローテクのフィールド地図を使用して、OpenStreetMapが正確で最新の状態であることを確認します。
       community_driven_title: コミュニティ主導
-      community_driven_html: OpenStreetMapのコミュニティは多様で、情熱的で、毎日成長しています。協力者には地図作りマニア、GISの専門家、OpenStreetMapサーバーを稼働させている技術者、被災地の地図作りをする人道主義者などを含みます。コミュニティについて詳しくは、<a
-        href='https://blog.openstreetmap.org'>OpenStreetMap のブログ</a>、<a href='%{diary_path}'>利用者の日記</a>、<a
-        href='https://blogs.openstreetmap.org/'>コミュニティのブログ</a>と<a href='https://www.osmfoundation.org/'>OSM財団</a>のウェブサイトをご覧ください。
+      community_driven_1_html: OpenStreetMapのコミュニティは多様で、情熱的で、毎日成長しています。協力者には地図作りマニア、GISの専門家、OpenStreetMapサーバーを稼働させている技術者、被災地の地図作りをする人道主義者などを含みます。コミュニティについて詳しくは、%{osm_blog_link}、%{user_diaries_link}、%{community_blogs_link}と%{osm_foundation_link}のウェブサイトをご覧ください。
+      community_driven_osm_blog: OpenStreetMap のブログ
+      community_driven_user_diaries: 利用者の日記
+      community_driven_community_blogs: コミュニティ ブログ
+      community_driven_osm_foundation: OSM財団
       open_data_title: オープン データ
-      open_data_html: OpenStreetMapは<i>オープンデータ</i>です。利用者はOpenStreetMapと協力者の著作権を表示すれば、いかなる目的にも無料で利用することができます。もし何らかの方法でデータを変更したり二次データを作成したりした場合も、同じライセンス条件下でのみ結果を配布できます。詳しくは、<a
-        href='%{copyright_path}'>著作権とライセンス</a>をご覧ください。
+      open_data_1_html: OpenStreetMapは%{open_data}です。利用者はOpenStreetMapと協力者の著作権を表示すれば、いかなる目的にも無料で利用することができます。もし何らかの方法でデータを変更したり二次データを作成したりした場合も、同じライセンス条件下でのみ結果を配布できます。詳しくは、%{copyright_license_link}をご覧ください。
+      open_data_open_data: オープンデータ
+      open_data_copyright_license: 著作権とライセンス
       legal_title: 法律関係
-      legal_1_html: このサイトおよびその他の関連サービスは、コミュニティを代表して<a href='https://osmfoundation.org/'>OpenStreetMap財団</a>
-        (OSMF) が運営しています。OpenStreetMap財団の運営するサービス利用者は、私たちの定める<a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">利用規定</a>ならびに当財団の<a
-        href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">プライバシーに関する規定</a>の対象となります。
-      legal_2_html: |-
-        ライセンス、著作権その他の法的案件のお問い合わせは<a href='https://osmfoundation.org/Contact'>OSMF</a>宛てにお願いします。
-        <br>
-        OpenStreetMap、拡大鏡のロゴならびにState of the Mapはいずれも<a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">OSMFの登録商標です</a>。
+      legal_1_1_html: このサイトおよびその他の関連サービスは、コミュニティを代表して%{openstreetmap_foundation_link}
+        (OSMF) が運営しています。OpenStreetMap財団の運営するサービス利用者は、私たちの定める%{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: プライバシー・ポリシー
       partners_title: パートナー
     copyright:
       foreign:
@@ -1880,86 +1859,37 @@ ja:
         mapping_link: マッピングを開始
       legal_babble:
         title_html: 著作権とライセンス
-        intro_1_html: |-
-          OpenStreetMap<a href="#trademarks">&reg;</a> は<a
-          href="https://osmfoundation.org/">OpenStreetMap財団</a> (OSMF)が<a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL) の下にライセンスする<i>オープンデータ</i>です。
-        intro_2_html: OpenStreetMapとその協力者をクレジットすれば、データを自由にコピー、配布、送信、利用することができます。変更したり翻案したりしたデータは同じライセンスに従う場合のみ、提供することができます。あなたの権利と責任は、<a
-          href="https://opendatacommons.org/licenses/odbl/1.0/">ライセンス契約</a>の全文で説明しています。
-        intro_3_1_html: |-
-          ドキュメントは、<a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> ライセンス (CC BY-SA 2.0) に基づいてライセンスされます。
         credit_title_html: OpenStreetMap のクレジット表記の仕方
         credit_1_html: OpenStreetMap を使う場所では、以下の2つの条件を必ず守ってください。
-        credit_2_1_html: |-
-          <ul>
-            <li>私たちの著作権表示ページを掲載し、OpenStreetMap にクレジットがあることを示してください。</li>
-            <li>データはライセンス要件である Open Database License に基づいて提供されていることを明示してください。</li>
-          </ul>
-        credit_3_1_html: |-
-          <!-- www.openstreetmap.org に載っている&ldquo;standard style&rdquo; の地図のタイルは、OpenStreetMap財団によるオープンデータベース・ライセンス(Open Database License)に準拠してOSMデータ(OpenStreetMap data )を使用した作成物(Produced Work)です。もし皆さんがこれらのタイルを利用する場合は、以下の継承を表示してください。
-          &ldquo;Base map and data from OpenStreetMap and OpenStreetMap Foundation&rdquo;。 -->著作権表示に関しては、皆さんが私たちのデータをどう使われるかによって、その表示要件が異なります。たとえば皆さんが新しく作成した地図は利用者が動かせるかどうか(browsable)、地図を印刷した、静止画像の地図を作成したなど、それぞれに適用されるルールが異なります。表示要件の詳細は
-          <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">帰属のガイドライン</a>をご参照ください。
-        credit_4_html: |-
-          あなたはデータが Open Database License に基づいて提供されていることを明示するため
-          <a href="https://www.openstreetmap.org/copyright">この著作権ページ</a>にリンクしてください。もしくは OSM をデータ形式で配布する場合の必須条件として、直接、それぞれのライセンス条項の名前を提示しリンクしてください。リンク付与が不可能な媒体の場合は(例:印刷物ほか)、読者の皆さんに openstreetmap.orgを読むよう(「OpenStreetMap」という文言を連絡先URLに置換してもよい)、また opendatacommons.org
-          をお勧めしてください。左の丸カッコ内の処理例ですと、地図の隅に著作権表示が印刷されます。
         attribution_example:
           alt: ウェブページに OpenStreetMap を記述する方法の例
           title: 権利表示の例
         more_title_html: 詳細を見る
-        more_1_html: |-
-          データの利用やクレジット方法についての詳細は<a
-          href="https://osmfoundation.org/Licence">OSMF ライセンスページ</a>をお読みください。
-        more_2_html: OpenStreetMap はオープンデータですが、サードパーティーの開発者のための無料の地図 API は提供できません。<a
-          href="https://operations.osmfoundation.org/policies/api/">API 利用規約</a>、<a
-          href="https://operations.osmfoundation.org/policies/tiles/">タイル利用規約</a>ならびに<a
-          href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim利用ポリシー</a>をお読みください。
+        more_1_1_osmf_licence_page: OSMFライセンスページ
+        more_2_1_api_usage_policy: API利用ポリシー
         contributors_title_html: 協力者
         contributors_intro_html: 数千人もの個人が協力者となっています。それに加え、各国の地図作成機関や、以下のように、その他の情報源も含め、公開されたライセンスによるデータを含みます。
-        contributors_at_html: '<strong>オーストリア</strong>: <a href="https://data.wien.gv.at/">Stadt
-          Wien</a> (ライセンス <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC
-          BY</a>)、<a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land
-          Vorarlberg</a>、Land Tirol (ライセンス <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC
-          BY AT with amendments</a>) によるデータを含みます。'
-        contributors_au_html: '<strong>オーストラリア</strong>: 行政管轄の境界(Administrative Boundaries)の組み入れもしくは採用した開発において&copy;<a
-          href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">PSMA
-          Australia Limited</a>を出典とするデータは<a href="https://creativecommons.org/licenses/by/4.0/">クリエイティブ・コモンズ表示
-          4.0 国際 (CC BY 4.0)</a>のもとオーストラリア連邦政府の許諾を得ています。'
-        contributors_ca_html: '<strong>カナダ</strong>: GeoBase&reg;、GeoGratis (&copy;
-          Department of Natural Resources Canada)、CanVec (&copy; Department of Natural
-          Resources Canada)、StatCan (Geography Division, Statistics Canada) によるデータを含みます。'
-        contributors_fi_html: '<strong>フィンランド</strong>: <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI
-          License</a>に基づき、National Land Survey of Finland''s Topographic Database及びその他のデータセットのデータを含んでいます。'
-        contributors_fr_html: '<strong>フランス</strong>: Direction Générale des Impôts
-          によるデータを含みます。'
-        contributors_nl_html: '<strong>オランダ</strong>: &copy; AND データ、2007 (<a href="https://www.and.com">www.and.com</a>)
-          を含みます。'
-        contributors_nz_html: '<strong>ニュージーランド</strong>: <a href="https://data.linz.govt.nz/">LINZ
-          Data Service</a>に提供されたデータを含み、再利用に関する著作権は<a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>に基づきます。'
-        contributors_si_html: '<strong>スロベニア</strong>: <a href="http://www.gu.gov.si/en/">調査地図庁</a>ならびに<a
-          href="http://www.mkgp.gov.si/en/">農林食料省</a>(スロベニアの公開情報)による。'
-        contributors_es_html: '<strong>スペイン</strong>: データ典拠スペイン国立地理研究所 (<a href="http://www.ign.es/">IGN</a>)
-          ならびに国立地理情報センター(<a href="http://www.scne.es/">SCNE</a>)より<a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>ライセンスの下で再利用。'
-        contributors_za_html: '<strong>南アフリカ</strong>: <a href="http://www.ngi.gov.za/">Chief
-          Directorate: National Geo-Spatial Information</a>,政府によるデータを含み、著作権を保持します。'
-        contributors_gb_html: "<strong>イギリス</strong>: 陸地測量\nデータ &copy; クラウン・コピーライト及びデータベース権限
-          database right \n2010-19 を含みます。"
-        contributors_footer_1_html: |-
-          これらの詳細について、またOpenStreetMapの向上に使用されたその他のソースについては、OpenStreetMap Wikiの<a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">協力者ページ</a>をご覧ください。
+        contributors_at_austria: オーストリア
+        contributors_au_australia: オーストラリア
+        contributors_ca_canada: カナダ
+        contributors_fi_finland: フィンランド
+        contributors_fi_nlsfi_license: NLSFIライセンス
+        contributors_fr_france: フランス
+        contributors_nl_netherlands: オランダ
+        contributors_nz_new_zealand: ニュージーランド
+        contributors_rs_serbia: セルビア
+        contributors_rs_rgz_url: https://geosrbija.rs/
+        contributors_rs_open_data_portal_url: https://data.gov.rs/sr/
+        contributors_si_slovenia: スロベニア
+        contributors_es_spain: スペイン
+        contributors_za_south_africa: 南アフリカ
+        contributors_gb_united_kingdom: イギリス
         contributors_footer_2_html: OpenStreetMapのデータに含めることは、元データの提供者がOpenStreetMapを支持したり、何かしらの保証を行ったり、何かしらの責任を負ったりすることを意味するものではありません。
         infringement_title_html: 著作権侵害
         infringement_1_html: 'OpenStreetMapの協力者は、著作権者から明確な許諾を得ずに、著作権のある情報源 (例: Google
           マップや印刷された地図) から決してデータを持ち込まないよう注意するものとします。'
-        infringement_2_html: もし著作権のある素材がOpenStreetMapのデータベースや本サイトに不正に追加されたとお考えの場合は、<a
-          href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">却下手順</a>をお読みになるか、<a
-          href="https://dmca.openstreetmap.org/">オンライン却下のページ</a>から直接申し立てを行ってください。
-        trademarks_title_html: <span id="trademarks"></span>商標
-        trademarks_1_html: OpenStreetMapならびに拡大鏡のロゴおよびState of the MapはOpenStreetMap財団の登録商標です。商標の利用に関しては、<a
-          href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">商標利用ポリシー</a>を参照ください。
+        trademarks_title: 商標
+        trademarks_1_1_trademark_policy: 商標ポリシー
     index:
       js_1: JavaScript に対応していないブラウザーを使用しているか、JavaScript を無効にしているかのどちらかです。
       js_2: OpenStreetMap は地図の表示に JavaScript を使用します。
@@ -2019,16 +1949,10 @@ ja:
         join_the_community:
           title: コミュニティへの参加
           explanation_html: 道路やあなたの住所が抜けているなど地図データの問題を見つけた場合、OpenStreetMapのコミュニティに参加して自分でデータの修正や追加をすることが最善の方法です。
-        add_a_note:
-          instructions_html: |-
-            <a class='icon note'></a> をクリックするか、または地図上の同じアイコンをクリックしてください。
-            地図にマーカーが追加されます。マーカーはドラッグで移動できます。
-            メッセージを追加して保存をクリックすると、他のマッパーたちが調査します。
       other_concerns:
         title: 他の問題
         copyright: 著作権ページ
         working_group: OSMFワーキンググループ
-        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: ヘルプの取得
       introduction: OpenStreetMapにはプロジェクトについて学んだり、質疑応答したり、協議したり、マッピングについての知識を文書化したりするさまざまなリソースがあります。
@@ -2063,7 +1987,6 @@ ja:
       removed: お使いの OpenStreetMap エディタは既定では Potlatch が選択されています。 Adobe Flash Player
         の撤退により、 Potlatch is はウェブブラウザ上で利用できなくなりました。
       download: macOS および Windows 用のデスクトップ アプリケーションのダウンロード
-      download_url: https://www.systemed.net/potlatch/
       id_editor_html: 代わりに、デフォルトのエディターを iD に設定することもできます。iD は、以前のPotlatchのように、Web ブラウザーで実行されます。
         %{change_preferences_link}。
     any_questions:
@@ -2185,7 +2108,6 @@ ja:
           地方支部と同じように公式にグループを設立する必要はありません.
           実際に多くのグループが非公式な人々の集まりとして、または
           コミュニティグループとして非常にうまく存在しています.誰でもこれらを設定または参加できます。 %{communities_wiki_link} で詳細をお読みください。
-        communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
   traces:
     visibility:
       private: 非公開 (匿名、点は順不同)
@@ -2330,7 +2252,7 @@ ja:
       read_gpx: 非公開GPSトレースを読む
       write_gpx: GPSトレースをアップロードする。
       write_notes: メモを変更する。
-      read_email: ユーザーの電子メールアドレスを読む
+      read_email: ユーザーのメールアドレスを読む
       skip_authorization: 自動的に申請を承認する
   oauth_clients:
     new:
@@ -2430,6 +2352,7 @@ ja:
       auth no password: サードパーティ認証があるとパスワードは不要ですが、それでもその他のツールやサーバーが必要な場合があります。
       continue: ユーザー登録
       terms accepted: 新しい協力者規約を承諾していただき、ありがとうございます!
+      privacy_policy: プライバシー・ポリシー
     terms:
       title: 規約
       heading: 規約
@@ -2670,15 +2593,6 @@ ja:
       open_title: '未解決のメモ #%{note_name}'
       closed_title: '解決済のメモ #%{note_name}'
       hidden_title: '非表示のメモ #%{note_name}'
-      opened_by_html: '%{user}さんが<abbr title=''%{exact_time}''>%{when}</abbr>に作成'
-      opened_by_anonymous_html: 誰かが<abbr title='%{exact_time}'>%{when}</abbr>に作成
-      commented_by_html: '%{user}さんによる<abbr title=''%{exact_time}''>%{when}</abbr>のコメント'
-      commented_by_anonymous_html: 誰かによる<abbr title='%{exact_time}'>%{when}</abbr>のコメント
-      closed_by_html: '%{user}さんが<abbr title=''%{exact_time}''>%{when}</abbr>に解決'
-      closed_by_anonymous_html: 誰かが<abbr title='%{exact_time}'>%{when}</abbr>に解決
-      reopened_by_html: '%{user}さんが<abbr title=''%{exact_time}''>%{when}</abbr>に再開'
-      reopened_by_anonymous_html: 誰かが<abbr title='%{exact_time}'>%{when}</abbr>に再開
-      hidden_by_html: '%{user}さんが<abbr title=''%{exact_time}''>%{when}</abbr>に非表示化'
       report: このノートを報告
       anonymous_warning: このメモはIP利用者によるコメントも含んでいるため、個別に確認してください。
       hide: 隠す
@@ -2747,16 +2661,7 @@ ja:
         gps: 公開GPSトラッキング
         overlays: トラブルシューティング用の地図オーバーレイ
         title: レイヤー
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap 協力者</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>寄付する</a>
-      terms: <a href='%{terms_url}' target='_blank'>ウェブサイトおよびAPI規約</a>
-      cyclosm: タイル様式のホストは<a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        フランス</a>であり<a href='%{cyclosm_url}' target='_blank'>CyclOSMチーム</a>から提供を受けました
-      thunderforest: タイルは <a href='%{thunderforest_url}' target='_blank'>Andy Allen</a>
-        のご好意による
-      opnvkarte: タイルは<a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>の提供
-      hotosm: タイル様式のホストは<a href='%{osmfrance_url}' target='_blank'>OpenStreetMap フランス</a>であり<a
-        href='%{hotosm_url}' target='_blank'>人道OpenStreetMap チーム</a>のご好意による
+      make_a_donation: 寄付をする
     site:
       edit_tooltip: 地図を編集
       edit_disabled_tooltip: 地図を編集するには拡大してください
index fabfc8467096be9be466a83d8437effc807b58c7..e04f8c5ad64e1c1eba4853d4f9815c480c4c31a1 100644 (file)
@@ -139,13 +139,6 @@ ka:
   browse:
     created: შეიქმნა
     closed: დახურულია
-    created_html: შეიქმნა <abbr title='%{title}'>%{time} წინ</abbr>
-    closed_html: დაიხურა <abbr title='%{title}'>%{time} წინ</abbr>
-    created_by_html: შეიქმნა <abbr title='%{title}'>%{time} წინ</abbr> ავტორი %{user}
-    deleted_by_html: წაიშალა <abbr title='%{title}'>%{time} წინ</abbr> ავტორი %{user}
-    edited_by_html: დარედაქტირდა <abbr title='%{title}'>%{time} წინ</abbr> ავტორი
-      %{user}
-    closed_by_html: დაიხურა <abbr title='%{title}'>%{time} წინ</abbr> ავტორი %{user}
     version: ვერსია
     in_changeset: ცვლილებების პაკეტი
     anonymous: ანონიმი
@@ -164,10 +157,6 @@ ka:
       relation: ურთიერთობები (%{count})
       relation_paginated: ურთიერთობები (%{x}-%{y} %{count}-დან)
       comment: კომენტარები (%{count})
-      hidden_commented_by_html: დამალული კომენტარები %{user}-სგან <abbr title='%{exact_time}'>%{when}
-        წინ</abbr>
-      commented_by_html: კომენატარი %{user}-სგან <abbr title='%{exact_time}'>%{when}
-        წინ</abbr>
       changesetxml: ცვლილებების პაკეტის XML
       osmchangexml: osmChange XML
       feed:
@@ -308,11 +297,6 @@ ka:
       heading: წავშალო მეგობრებიდან %{user}?
       button: მეგობრებიდან წაშლა
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="http://openstreetmap.org/">შიდა შედეგები</a>
-        osm_nominatim_html: <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>–ის შედეგები
     search_osm_nominatim:
       prefix:
         aerialway:
index ed28005993300e3a4491dddca638a48c6e3c21cd..c83a7427abdaa9227e19dacdf0b165f7f0e75d6a 100644 (file)
@@ -5,6 +5,7 @@
 # Author: Amsideg
 # Author: Belkacem77
 # Author: Bilalbill
+# Author: Gravitystorm
 # Author: K Messaoudi
 # Author: Marzuquccen
 # Author: Mastanabal
@@ -234,12 +235,6 @@ kab:
   browse:
     created: Yettwarna
     closed: Yemdel
-    created_html: Yettwarna deg <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Yettwamdek deg <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Yettwarna deg <abbr title='%{title}'>%{time} </abbr> sɣur %{user}
-    deleted_by_html: Yettwakkes deg <abbr title='%{title}'>%{time}</abbr> sɣur %{user}
-    edited_by_html: Yettwabdel deg <abbr title='%{title}'>%{time}</abbr> sɣuṛ %{user}
-    closed_by_html: Yettwamdel deg <abbr title='%{title}'>%{time}</abbr> sɣur %{user}
     version: Lqem
     in_changeset: Agraw n usnifel
     anonymous: udrig
@@ -259,9 +254,6 @@ kab:
       relation: Assaɣen (%{count})
       relation_paginated: Assaɣen (%{x}-%{y} si %{count})
       comment: Iwenniten (%{count})
-      hidden_commented_by_html: Awennit yeffren n  %{user} <abbr title='%{exact_time}'>%{when}
-        aya</abbr>
-      commented_by_html: Awennit n %{user} <abbr title='%{exact_time}'>%{when} aya</abbr>
       changesetxml: XML n ugraw n ibeddilen
       osmchangexml: XML osmChange
       feed:
@@ -479,13 +471,6 @@ kab:
       success: '%{name} yettwakkes seg yimdukkal.'
       not_a_friend: '%{name} ur yelli ara d amdakkel.'
   geocoder:
-    search:
-      title:
-        latlon_html: Igmaḍ  seg <a href="https://openstreetmap.org/">igensanen</a>
-        osm_nominatim_html: Igmaḍ si <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Igmaḍ si <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -850,8 +835,6 @@ kab:
       failed_to_import: 'ur d-yettwakter ara. Hatta tuccḍa:'
       subject: '[OpenStreetMap] Akter GPX ur yeddi ara'
     gpx_success:
-      loaded_successfully: yuli-d akken iwata s %{trace_points} n %{possible_points}
-        n tneqqiḍin izemren ad ilint.
       subject: '[OpenStreetMap] Akter GPX yedda'
     signup_confirm:
       subject: '[OpenStreetMap] Anṣuf ar OpenStreetMap'
@@ -1024,7 +1007,6 @@ kab:
   site:
     about:
       next: Ar zdat
-      copyright_html: <span>&copy;</span>imttekkiyen<br /> n OpenStreetMap
       open_data_title: Isefka ilelliyen
       legal_title: Asaḍuf
       partners_title: Imendiden
@@ -1040,26 +1022,12 @@ kab:
         mapping_link: Bdu attekki
       legal_babble:
         title_html: Izerfan n umeskar d turagt
-        intro_1_html: |-
-          OpenStreetMap d tagrumma n <i>isefka yeldin</i>, yellan ddaw n turagt <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL).
         credit_title_html: Amek ara ternuḍ asmad i OpenStreetMap
         attribution_example:
           alt: Amedɣa ɣef wamek ara tettekkiḍ di OpenStreetMap s usebter web
           title: Amedya n uttekki
         more_title_html: Akken ad tafeḍ ugar n telɣut
         contributors_title_html: Iwiziwen-nneɣ
-        contributors_at_html: '<strong>Utric</strong> : tegber isefka ɣef <a href="http://data.wien.gv.at/">Tamdint
-          n Viyan</a> (ddaw n turagt <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC
-          BY</a>), <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">tamnaḍt
-          n Vorarlberg</a> akked temnadt n Tyrol (ddaw n turagt <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC
-          BY AT avec amendements</a>).'
-        contributors_ca_html: '<strong>Canada</strong> : yegber isefka n <em>GeoBase</em>®,
-          <em>GeoGratis</em> (© Agezdu n tiɣbula n ugama n Kanada), <em>CanVec</em>
-          (© Agezdu n tiqbula n ugama n Kanada) et <em>StatCan</em> (Agezdu n tirakalt,
-          Tidaddanin n Kanada).'
-        contributors_nl_html: '<strong>Huland</strong> : yegber isefka © <abbr title="Automotive
-          Navigation Data">AND</abbr>, 2007 (<a href="http://www.and.com">www.and.com</a>).'
     index:
       permalink: Aseɣwen yezgan
       shortlink: Aseɣwen awezlan
@@ -1410,20 +1378,6 @@ kab:
       open_title: 'Tazmilt ur yefrin ara  #%{note_name}'
       closed_title: 'Tazmilt ur yefrin ara #%{note_name}'
       hidden_title: 'Tazmilt yeffren #%{note_name}'
-      opened_by_html: Yerna-t %{user} <abbr title='%{exact_time}'>%{when} aya</abbr>
-      opened_by_anonymous_html: Yernat useqdac udrig <abbr title='%{exact_time}'>%{when}
-        aya</abbr>
-      commented_by_html: Awennit sɣur %{user} <abbr title='%{exact_time}'>%{when}
-        aya</abbr>
-      commented_by_anonymous_html: Awennit n useqdac udrig <abbr title='%{exact_time}'>%{when}
-        aya</abbr>
-      closed_by_html: Yefra-t %{user} <abbr title='%{exact_time}'>%{when} aya</abbr>
-      closed_by_anonymous_html: YEfra-t useqdac udrig <abbr title='%{exact_time}'>%{when}
-        aya</abbr>
-      reopened_by_html: Irmed-it %{user} <abbr title='%{exact_time}'>%{when} aya</abbr>
-      reopened_by_anonymous_html: Irmed-it useqdac udrig <abbr title='%{exact_time}'>%{when}
-        aya</abbr>
-      hidden_by_html: Yeffer-it %{user} <abbr title='%{exact_time}'>%{when} aya</abbr>
       report: Sillef tazmilt agi
       hide: Ffer
       resolve: Fru
@@ -1452,8 +1406,6 @@ kab:
     map:
       locate:
         title: Sken adig-iw
-      copyright: © <a href='%{copyright_url}'>Iwiziwen n OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Mudd tawsa</a>
     site:
       edit_tooltip: Ẓreg takarḍa
       createnote_tooltip: Rnu tazmilt ar tkarḍa
@@ -1467,9 +1419,9 @@ kab:
         unhide_comment: sken
     directions:
       engines:
-        fossgis_osrm_car: S tkeṛṛust (<i>OSRM</i>)
+        fossgis_osrm_car: S tkeṛṛust (OSRM)
         graphhopper_car: S tkerrust(GraphHopper)
-        graphhopper_foot: Ɣef uḍaṛ (<i>GraphHopper</i>)
+        graphhopper_foot: Ɣef uḍaṛ (GraphHopper)
       instructions:
         continue_without_exit: Kemmel ɣef %{name}
       time: Akud
index 858b5ff3d319dae06b94d4dc15bcfbd3a47ee890..54827d18b99f90d88737667fa2f73a4403aa399d 100644 (file)
@@ -231,11 +231,6 @@ kk-cyrl:
       success: Тіркелгі жойылды.
   browse:
     closed: Жабық
-    created_html: <abbr title='%{title}'>%{time}</abbr> жасалған
-    closed_html: <abbr title='%{title}'>%{time}</abbr> жабылған
-    created_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} жасаған
-    edited_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} өңдеген
-    closed_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} жапқан
     version: Нұсқа
     in_changeset: Өңдеме дестесі
     anonymous: аноним
@@ -396,13 +391,6 @@ kk-cyrl:
       success: '%{name} достардан жойылды.'
       not_a_friend: '%{name} досыңыз емес.'
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="https://openstreetmap.org/">Ішкі нәтижелер</a>
-        osm_nominatim_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> нәтижелері
-        osm_nominatim_reverse_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> нәтижелері
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1126,7 +1114,6 @@ kk-cyrl:
     show:
       title: 'Естелік: %{id}'
       description: Сипаттама
-      opened_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} жасаған
       hide: Жасыру
     new:
       title: Жаңа естелік
@@ -1159,7 +1146,6 @@ kk-cyrl:
       layers:
         header: Карта қабаттары
         title: Қабаттар
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap қатысушылары</a>
     changesets:
       show:
         subscribe: Жазылу
index 12d280f4398f15140a99261467f8b2a9fd5dcf58..bd64152827dc85b6018af40fec2dbc7b2c5ae881 100644 (file)
@@ -1,6 +1,7 @@
 # Messages for Khmer (ភាសាខ្មែរ)
 # Exported from translatewiki.net
 # Export driver: phpyaml
+# Author: Gravitystorm
 # Author: Sovichet
 # Author: គីមស៊្រុន
 # Author: វ័ណថារិទ្ធ
@@ -10,20 +11,34 @@ km:
     formats:
       friendly: ថ្ងៃ%e ខែ%B ឆ្នាំ%Y នៅម៉ោង %H:%M
   helpers:
+    file:
+      prompt: ជ្រើសរើស​ឯកសារ
     submit:
       diary_comment:
-        create: á\9e\9aá\9e\80á\9f\92á\9e\9fá\9e¶á\9e\91á\9e»á\9e\80â\80\8b
+        create: á\9e\98á\9e\8fá\9e·á\9e\99á\9f\84á\9e\94á\9e\9bá\9f\8b
       diary_entry:
         create: បោះផ្សាយ
+        update: ធ្វើបច្ចុប្បន្នភាព
+      issue_comment:
+        create: បន្ថែមមតិ
       message:
         create: ផ្ញើ​
       client_application:
         create: ចុះឈ្មោះ​
-        update: កែប្រែ​
+        update: អាប់ដេត
+      oauth2_application:
+        create: ចុះឈ្មោះ
+        update: អាប់ដេត
       trace:
         create: ផ្ទុកឡើង​
         update: រក្សាទុក​បន្លាស់ប្តូរនានា​
+      user_block:
+        create: បង្កើតប្លុក
+        update: អាប់ដេតប្លុក
   activerecord:
+    errors:
+      messages:
+        invalid_email_address: មិន​ទំនង​ជា​អាសយដ្ឋាន​អ៊ីមែល​ត្រឹមត្រូវ​ទេ
     models:
       changeset: សំណុំបន្លាស់ប្តូរ​
       changeset_tag: ស្លាកនៃសំណុំបន្លាស់ប្តូរ​
@@ -31,6 +46,7 @@ km:
       diary_comment: មតិយោបល់​នៃសៀវភៅកំណត់ហេតុ​
       diary_entry: ប្រកាសក្នុងកំណត់ហេតុ
       friend: មិត្ត​
+      issue: បញ្ហា
       language: ភាសា​
       message: សារ​
       node: ខ្នែង
@@ -46,6 +62,7 @@ km:
       relation: ទំនាក់ទំនង​
       relation_member: សមាជិកនៃទំនាក់ទំនង
       relation_tag: ស្លាកនៃទំនាក់ទំនង​
+      report: របាយការណ៍
       user: អ្នកប្រើប្រាស់​
       user_preference: ចំណូលចិត្ត​អ្នកប្រើប្រាស់
       way: ផ្លូវ​
@@ -96,12 +113,6 @@ km:
   browse:
     created: បាន​បង្កើត​
     closed: បាន​បិទ
-    created_html: បានបង្កើត <abbr title='%{title}'>%{time} មុន</abbr>
-    closed_html: បានបិទ <abbr title='%{title}'>%{time} មុន</abbr>
-    created_by_html: បានបង្កើត <abbr title='%{title}'>%{time} មុន</abbr> ដោយ %{user}
-    deleted_by_html: បានលុបចោល <abbr title='%{title}'>%{time} មុន</abbr> ដោយ %{user}
-    edited_by_html: បានកែប្រែ <abbr title='%{title}'>%{time} មុន</abbr> ដោយ %{user}
-    closed_by_html: បានបិទ <abbr title='%{title}'>%{time} មុន</abbr> ដោយ %{user}
     version: កំណែ
     in_changeset: សំណុំបន្លាស់ប្ដូរ
     anonymous: អនាមិក
@@ -250,9 +261,6 @@ km:
     remove_friend:
       not_a_friend: '%{name} មិនមែនជាមិត្តរបស់អ្នកទេ​។'
   geocoder:
-    search:
-      title:
-        latlon_html: លទ្ធផលពី <a href="http://openstreetmap.org/">Internal</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -607,9 +615,7 @@ km:
     edit: កែប្រែ​
     history: ប្រវត្តិ​
     export: នាំចេញ​
-    tag_line: |-
-      ផែនទីពិភពលោក​វិគីសេរី <br/>
-      (The Free Wiki World Map)
+    tag_line: ផែនទីពិភពលោក​វិគីសេរី
     help: ជំនួយ
     about: អំពី
     copyright: រក្សាសិទ្ឋ
@@ -784,12 +790,6 @@ km:
     show:
       title: កំណត់សម្គាល់៖ %{id}
       description: ការពិពណ៌នា
-      opened_by_html: បង្កើតដោយ %{user} <abbr title='%{exact_time}'>%{when} មុន</abbr>
-      opened_by_anonymous_html: បង្កើតឡើងដោយជនអនាមិក <abbr title='%{exact_time}'>%{when}
-        មុន</abbr>
-      commented_by_html: មតិពី %{user} <abbr title='%{exact_time}'>%{when} មុន</abbr>
-      commented_by_anonymous_html: មតិពីជនអនាមិក <abbr title='%{exact_time}'>%{when}
-        មុន</abbr>
     new:
       title: កំណត់សម្គាល់ថ្មី
   javascripts:
index 780396a600709ec76ab0e4254fef290a74a695a1..5925bc1a18ea87016719c39de91320ec7c4e2725 100644 (file)
@@ -207,11 +207,6 @@ kn:
   browse:
     created: ಸೃಷ್ಟಿಸಲ್ಪಟ್ಟ
     closed: ಮುಚ್ಚಲಾಗಿದೆ
-    closed_html: ಮುಚ್ಚಲಾಗಿದೆ <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: ಸೃಷ್ಟಿಸಲಾಗಿದೆ <abbr title='%{title}'>%{time}</abbr> by %{user}
-    deleted_by_html: ಅಳಿಸಲಾಗಿದೆ <abbr title='%{title}'>%{time}</abbr> ಇವರಿಂದ %{user}
-    edited_by_html: ತಿದ್ದಲಾಗಿದೆ <abbr title='%{title}'>%{time}</abbr> ಇವರಿಂದ %{user}
-    closed_by_html: '%{user} ರವರಿಂದ <abbr title=''%{title}''>%{time}</abbr> ಮುಚ್ಚಲಾಗಿದೆ'
     version: ಆವೃತ್ತಿ
     in_changeset: ಬದಲಾವಣೆಗಳು
     anonymous: ಅನಾಮಧೇಯ
@@ -231,10 +226,6 @@ kn:
       relation: ಸಂಬಂಧಗಳು (%{count})
       relation_paginated: ಸಂಬಂಧಗಳು(%{x}-%{y} of %{count})
       comment: ಕಾಮೆಂಟ್ಗಳನ್ನು (%{count})
-      hidden_commented_by_html: ಗೌಪ್ಯ ಟಿಪ್ಪಣಿ %{user} ಅವರಿಂದ <abbr %{exact_time} %{when}
-        ಹಿಂದೆ</abbr>
-      commented_by_html: '%{user} ಅವರಿಂದ ಟಿಪ್ಪಣಿ <abbr %{exact_time} %{when} ಹಿಂದೆ
-        </abbr>'
       feed:
         title: ಬದಲಾವಣೆಗಳು %{id}
         title_comment: ಬದಲಾವಣೆಗಳು %{id} - %{comment}
index 5656776449bcae9b2d176d632f6b0f1c0268ab48..5dad776c1f7623de496a6e26ee82d7ce3436e330 100644 (file)
@@ -2,6 +2,7 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: A Retired User
+# Author: Adreamy
 # Author: Alattalatta
 # Author: Alex00728
 # Author: Apzp79
@@ -283,6 +284,7 @@ ko:
       public editing:
         heading: 공개 편집
         enabled: 활성화했습니다. 익명이 아니며 데이터를 편집할 수 있습니다.
+        enabled link: https://wiki.openstreetmap.org/wiki/Anonymous_edits
         enabled link text: 무엇인가요?
         disabled: 바활성화되어 데이터를 편집할 수 없으며, 모든 이전 편집은 익명입니다.
         disabled link text: 왜 편집할 수 없나요?
@@ -292,11 +294,14 @@ ko:
         not yet agreed: 아직 새 기여자 약관에 동의하지 않았습니다.
         review link text: 원하는 시간에 이 링크를 따라 새로운 기여자 약관을 검토하고 수락하세요.
         agreed_with_pd: 또한 자신의 편집이 퍼블릭 도메인에 있어야 한다고 생각하는 것도 선언하고 있습니다.
+        link: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms
         link text: 무엇인가요?
       save changes button: 변경사항 저장
       delete_account: 계정 삭제...
     go_public:
       heading: 공개 편집
+      currently_not_public: 현재 귀하가 편집한 내용은 익명이며 사람들은 귀하에게 메시지를 보내거나 귀하의 위치를 볼 수 없습니다.
+        수정한 내용을 표시하고 사람들이 웹사이트를 통해 연락할 수 있도록 하려면 아래 버튼을 클릭하세요.
       make_edits_public_button: 내 편집을 공개하기
     update:
       success_confirm_needed: 사용자 정보를 성공적으로 업데이트했습니다. 새 이메일 주소를 확인하기 위해 이메일을 확인하세요.
@@ -306,12 +311,6 @@ ko:
   browse:
     created: 만들어짐
     closed: 닫힘
-    created_html: <abbr title='%{title}'>%{time}</abbr>에 만들어짐
-    closed_html: <abbr title='%{title}'>%{time}</abbr>에 닫힘
-    created_by_html: <abbr title='%{title}'>%{time}</abbr>에 %{user}님이 만듦
-    deleted_by_html: <abbr title='%{title}'>%{time}</abbr>에 %{user} 님이 삭제함
-    edited_by_html: <abbr title='%{title}'>%{time}</abbr>에 %{user}님이 편집함
-    closed_by_html: <abbr title='%{title}'>%{time}</abbr>에 %{user}님이 닫음
     version: 버전
     in_changeset: 바뀜집합
     anonymous: 익명
@@ -334,9 +333,6 @@ ko:
       relation: 관계(%{count})
       relation_paginated: 관계(%{count}개 중 %{x}-%{y})
       comment: 의견(%{count}개)
-      hidden_commented_by_html: '%{user}님의 <abbr title=''%{exact_time}''>%{when}</abbr>
-        숨겨진 의견'
-      commented_by_html: '%{user}님의 <abbr title=''%{exact_time}''>%{when}</abbr> 의견'
       changesetxml: 바뀜집합 XML
       osmchangexml: osmChange XML
       feed:
@@ -592,11 +588,7 @@ ko:
   geocoder:
     search:
       title:
-        latlon_html: <a href="https://openstreetmap.org/">내부</a> 결과
-        osm_nominatim_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>에서의 결과
-        osm_nominatim_reverse_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>에서의 결과
+        latlon: 내부
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1333,9 +1325,6 @@ ko:
       status: 상태
       reports: 보고서
       last_updated: 최근 업데이트
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> (%{user}님에
-        의해)
       link_to_reports: 보고서 보기
       reports_count:
         one: 보고서 1개
@@ -1486,7 +1475,6 @@ ko:
       subject: '[OpenStreetMap] GPX 가져오기 실패'
     gpx_success:
       hi: 안녕하세요 %{to_user}님,
-      loaded_successfully: 가능한 %{possible_points} 점 중 %{trace_points} 점을 성공적으로 불러왔습니다.
       subject: '[OpenStreetMap] GPX 가져오기 성공'
     signup_confirm:
       subject: '[OpenStreetMap] OpenStreetMap에 오신 것을 환영합니다'
@@ -1662,7 +1650,6 @@ ko:
       image: 이미지
       gravatar:
         gravatar: Gravatar 사용
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Gravatar는 무엇입니까?
         disabled: 그라바타가 비활성화되었습니다.
         enabled: 그라바타의 표시가 활성화되었습니다
@@ -1727,6 +1714,7 @@ ko:
       support: 지원
   shared:
     markdown_help:
+      heading_html: '%{kramdown_link}로 해석됨'
       headings: 문단 제목
       heading: 문단 제목
       subheading: 하위 문단 제목
@@ -1745,7 +1733,6 @@ ko:
   site:
     about:
       next: 다음
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>기여자
       used_by_html: '%{name}은 수많은 웹사이트와 모바일 앱, 하드웨어 장치를 위해 지도 자료를 제공합니다'
       lede_text: OpenStreetMap은 전 세계의 도로나 오솔길, 카페, 기차역을 비롯한 다양한 정보를 관리하고 기여하는 지도 편집자
         공동체가 만들어 나갑니다.
@@ -1753,25 +1740,10 @@ ko:
       local_knowledge_html: OpenStreetMap은 지역 지식을 강조합니다. 기여자는 OSM이 정확하고 최신 상태라는 것이
         확인되는 항공 사진이나 GPS 장치, 저차원 기술분야 지도를 사용합니다.
       community_driven_title: 공동체 주도
-      community_driven_html: |-
-        OpenStreetMap의 공동체는 다양하고, 열정적이며, 날마다 자라납니다. 열성적인 지도 제작자, GIS 전문가, OSM 서버를 작동시키는 기술자, 재해 지역의 지도를 제작하는 인도주의자 등이 우리의 기여자입니다.
-        공동체에 대해 알고 싶다면 <a href='%{diary_path}'>사용자 일기</a>, <a href='https://blog.openstreetmap.org'>OpenStreetMap 블로그</a>, <a href='https://blogs.openstreetmap.org/'>공동체 블로그</a>, <a href='https://www.osmfoundation.org/'>OpenStreetMap 재단</a> 웹사이트를 방문해보세요.
       open_data_title: 개방형 자료
-      open_data_html: 'OpenStreetMap은 개방형 자료입니다: OpenStreetMap 및 기여자를 저작자로 명시하는 한
-        어떠한 목적으로도 자유롭게 이용할 수 있습니다. 만일 어떤 방법으로 자료를 변경하거나 2차 제작을 한다면, 동일한 라이선스에 한하여
-        그 결과물을 배포할 수 있습니다. 자세한 내용은 <a href=''%{copyright_path}''>저작권 및 라이선스 문서</a>에서
-        확인하세요.'
       legal_title: 법률
-      legal_1_html: 이 사이트 및 많은 다른 관련된 부문은 공동체를 대표하여 <a href='https://osmfoundation.org/'>OpenStreetMap
-        재단</a>에서 정식적으로 운영합니다. OpenStreetMap 재단이 운영하는 부문의 이용은 <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">이용
-        약관</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">허용할
-        수 있는 이용 정책</a> 및 <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">개인정보처리방침</a>
-        조건 하에서 이루어집니다.
-      legal_2_html: |-
-        라이선스나 저작권, 법률 관련 의문점이 있다면
-        <a href='https://osmfoundation.org/Contact'>OpenStreetMap 재단으로 문의</a>해주세요.
-        <br>
-        OpenStreetMap, 오픈스트리트맵, 돋보기와 지도 로고는 <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">OpenStreetMap 재단의 등록 상표입니다</a>.
+      legal_1_1_openstreetmap_foundation: 오픈스트리트맵 재단
+      legal_1_1_terms_of_use: 이용 약관
       partners_title: 파트너
     copyright:
       foreign:
@@ -1786,95 +1758,24 @@ ko:
         mapping_link: 매핑을 시작
       legal_babble:
         title_html: 저작권 및 라이선스
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup>은 <i>오픈 데이터</i>로 <a
-          href="https://osmfoundation.org/">OpenStreetMap 재단</a> (OSMF)의 <a
-          href="https://opendatacommons.org/licenses/odbl/">오픈 데이터
-          커먼즈 오픈 데이터베이스 라이선스</a>(ODbL)에 따라 사용할 수 있습니다.
-        intro_2_html: |-
-          OpenStreetMap 기여자를 명시하는 한, OpenStreetMap 데이터를 자유롭게 복사, 배포, 전송 및 적용할 수 있습니다.
-          데이터를 바꾸거나 데이터를 기초로 작업할 때는 오로지
-          같은 라이선스에 따라서만 결과를 배포할 수 있습니다.
-          <a href="https://opendatacommons.org/licenses/odbl/1.0/">전문</a>은
-          당신의 권리와 책임을 설명합니다.
-        intro_3_1_html: |-
-          설명문서는
-          <a href="https://creativecommons.org/licenses/by-sa/2.0/">크리에이티브
-          커먼즈 저작자표시-동일조건변경허락 2.0</a> 라이선스(CC BY-SA)에 따라 사용할 수 있습니다.
-        credit_title_html: OpenStreetMap 제작진 넣는 방법
-        credit_1_html: OpenStreetMap 데이터를 사용하는 경우 다음 두 가지를 수행해야 합니다.
-        credit_2_1_html: |-
-          또한 데이터는 오픈 데이터베이스 라이선스에 따라 사용할 수 있으며, 지도 제작은
-          지도 타일을 사용할 때에 CC-BY-SA로 허가한다는 내용을 명확하게 통지해야 합니다.
-          <a href="https://www.openstreetmap.org/copyright">이 저작권 문서</a>로
-          링크하여 이렇게 할 수 있습니다.
-          또한 데이터 형식으로 OSM을 배포할 때는 라이선스 이름과
-          라이선스에 직접 링크를 할 수 있습니다. 링크할 수 없는
-          매체(예를 들어 인쇄 작업)에서는 opendatacommons.org와
-          openstreetmap.org('OpenStreetMap'을 전체 주소로 확장)로
-          독자에 직접 알려주세요. 관련 있다면 creativecommons.org로 알려주세요.
-        credit_4_html: |-
-          찾아볼 수 있는 전자 지도에 대해서는 제작진은 지도의 모서리에 보여야만 합니다.
-          예를 들어:
+        introduction_2_html: 오픈스트리트맵과 기여진에 대해 밝히는 조건으로 데이터를 자유롭게 복사, 배포, 전송 및 바꿀 수
+          있습니다. 오픈스트리트맵의 데이터를 바꾸거나 데이터를 기초로 작업할 때는 오로지 같은 라이선스에 따라서만 결과를 배포할 수 있습니다.
+          전체 %{legal_code_link}에서 귀하의 권리와 책임에 대해 자세히 설명합니다.
+        introduction_3_html: 오픈스트리트맵 문서는 %{creative_commons_link} 라이선스(CC BY-SA 2.0)에
+          따라 쓸 수 있습니다.
+        introduction_3_creative_commons: 크리에이티브 커먼즈 저작자표시-동일조건변경허락 2.0
+        credit_title_html: 오픈스트리트맵의 기여진(credit)을 밝히는 방법
+        credit_1_html: 오픈스트리트맵 데이터를 이용하려면 다음 두 가지를 해야 합니다.
+        credit_2_1: 저작권 표시를 통해 오픈스트리트맵에 대한 기여진(credit)을 밝히십시오.
         attribution_example:
           alt: 웹페이지에 OpenStreetMap에 표시하는 방법의 예
-          title: 권리 표시 
+          title: 권리 표시 보기
         more_title_html: 자세히 찾기
-        more_1_html: |-
-          데이터를 사용하는 방법과 제작진을 표시하는 방법에 대해서는 <a
-          href="https://osmfoundation.org/Licence">OSMF 라이선스 문서
-          </a>를 자세히 읽으세요.
-        more_2_html: |-
-          OpenStreetMap은 오픈 데이터이지만 타사 개발자를 위한
-          지도 API는 무료로 제공할 수 없습니다.
-          <a href="https://operations.osmfoundation.org/wiki/policies/api/">API 사용 정책</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">타일 사용 정책</a>과
-          <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim(이름) 사용 정책</a>를 참조하세요.
         contributors_title_html: 우리의 기여자
         contributors_intro_html: |-
           우리의 기여자는 수천 명입니다. 또한 국립지도 제작 기관과
           같은 다른 소스의 공개 라이선스의 데이터를 포함하고 있습니다:
-        contributors_at_html: |-
-          <strong>오스트리아</strong>: <a href="https://data.wien.gv.at/">Stadt Wien</a>
-          (<a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>에 따름),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a>와
-          Land Tirol (<a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">개정된 CC-BY AT</a>에 따름)에서의
-          데이터를 포함합니다.
-        contributors_au_html: '<strong>오스트레일리아</strong>: <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a> 하에 오스트레일리아 연방이 허가한 <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA
-          오스트레일리아 유한회사</a>가 제공한 자료를 담고 있습니다.'
-        contributors_ca_html: '<strong>캐나다</strong>: GeoBase&reg;, GeoGratis(&copy;
-          캐나다 자연자원부), CanVec(&copy; 캐나다 자연자원부), StatCan(캐나다 연방통계청 지리과)의 데이터를 포함합니다.'
-        contributors_fi_html: |-
-          <strong>핀란드</strong>: <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI 라이선스</a>에 따른,
-          National Land Survey of Finland's Topographic Database와
-          다른 데이터집합에서의 데이터를 포함합니다.
-        contributors_fr_html: |-
-          <strong>프랑스</strong>: Direction Générale des Impôts에서의
-          데이터를 포함합니다.
-        contributors_nl_html: |-
-          <strong>네덜란드</strong>: &copy; AND 데이터, 2007년
-          (<a href="https://www.and.com">www.and.com</a>)을 포함합니다.
-        contributors_nz_html: '<strong>뉴질랜드</strong>: <a href="https://data.linz.govt.nz/">LINZ
-          데이터 서비스</a>의 데이터를 포함하며, <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>에 따라 재사용될 수 있습니다.'
-        contributors_si_html: |-
-          <strong>슬로베니아</strong>: <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a>와
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
-          (슬로베니아의 공개 정보)에서의 데이터를 포함합니다.
-        contributors_za_html: |-
-          <strong>남아프리카 공화국</strong>: <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>에서의 데이터를
-          포함합니다. 국가가 저작권을 소유합니다.
-        contributors_gb_html: |-
-          <strong>영국</strong>: 육지 측량 데이터
-          &copy; Crown 저작권 및 데이터베이스 권리
-          2010-19를 포함합니다.
-        contributors_footer_1_html: |-
-          자세한 내용과 OpenStreetMap을 개선하는 데 도움이 되는 데 사용한
-          기타 자료에 대해서는 OpenStreetMap 위키에 있는 <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">기여자 문서</a>
-          를 참조하세요.
+        contributors_rs_serbia: 세르비아
         contributors_footer_2_html: |-
           OpenStreetMap에 포함된 데이터는 원래 데이터 제공자가
           OpenStreetMap을 보증하거나 어떠한 보증도 제공하거나
@@ -1884,15 +1785,6 @@ ko:
           OSM 기여자는 저작권 소유자로부터 명시적 허가 없이
           저작권이 있는 자료(예를 들어 Google 지도 또는 인쇄된 지도)에서
           데이터를 반입하지 않도록 주의하여야 합니다.
-        infringement_2_html: |-
-          저작권을 가진 자료가 부적절하게 OpenStreetMap 데이터베이스나 이 사이트에
-          추가되었다고 생각하면 <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">게시
-          중단 절차</a>를 참고하거나 <a href="https://dmca.openstreetmap.org/">온라인
-          신고 페이지</a>에서 직접 제출하세요.
-        trademarks_title_html: <span id="trademarks"></span>등록 상표
-        trademarks_1_html: OpenStreetMap, 돋보기 로고, 스테이트 오브 맵은 OpenStreetMap 재단의 등록상표입니다.
-          상표의 사용에 대해 의문이 있는 경우, 관련된 질문을 <a href="https://wiki.osmfoundation.org/wiki/Licensing_Working_Group">라이선싱
-          작업 그룹</a>으로 보내 주세요.
     index:
       js_1: 자바스크립트를 지원하지 않는 브라우저를 사용 중이거나, 자바스크립트가 활성화되어 있지 않습니다.
       js_2: OpenStreetMap은 매끄러운 지도를 위해 자바스크립트를 사용합니다.
@@ -1919,6 +1811,7 @@ ko:
       map_image: 지도 그림 (표준 레이어 보이기)
       embeddable_html: 내장된 HTML
       licence: 라이선스
+      odbl: 오픈 데이터 커먼즈 오픈 데이터베이스 라이선스
       too_large:
         advice: '위의 내보내기가 실패하면, 아래에 나열된 원본 중 하나를 사용하는 것을 고려해주세요:'
         body: 이 지역은 OpenStreetMap XML 데이터로 내보내는 데 너무 넓습니다. 확대하거나 작은 지역을 선택하거나, 대량
@@ -1957,25 +1850,24 @@ ko:
             우리의 지도 데이터에, 예를 들어 도로가 없거나 여러분의 주소에 문제가 있음을 보았다면, 진행하는 가장 좋은 방법은
             OpenStreetMap 공동체에 가입하고 스스로 데이터를 추가하거나 고치는 것입니다.
         add_a_note:
-          instructions_html: |-
-            <a class='icon note'></a>나 지도에 표시되는 같은 아이콘을 클릭하세요.
-            끌어서 움직일 수 있는, 지도에 표시를 추가할 것입니다.
-            ë©\94ì\8b\9cì§\80를 ì¶\94ê°\80í\95\98ê³  ë\82\98ì\84\9c, ì \80ì\9e¥ì\9d\84 í\81´ë¦­í\95\98ë©´, 다른 매퍼가 조사할 것입니다.
+          instructions_1_html: |-
+            %{note_icon}이나 지도 화면에서 똑같이 생긴 아이콘을 누르면 됩니다.
+            그러면 지도에 표지가 추가되며, 끌어서 옮길 수 있습니다.
+            ë\82´ì\9a©ì\9d\84 ì¶\94ê°\80í\95\9c ë\8b¤ì\9d\8c ì \80ì\9e¥í\95\98ë©´ 다른 매퍼가 조사할 것입니다.
       other_concerns:
         title: 기타 문제
     help:
       title: 도움말 얻기
-      introduction: |-
-        OpenStreetMap은 프로젝트에 대해 배우고, 질문을 묻고 답하고,
-        매핑 주제를 협력하여 토론하고 문서하기 위한 여러 자료가 있습니다.
+      introduction: 오픈스트리트맵에는 프로젝트에 대해 배우고, 질문하고 답변하고, 매핑 주제에 대해 공동으로 토론하고 문서화할 수
+        있는 수단이 많이 있습니다.
       welcome:
         url: /welcome
-        title: OpenStreetMap에 오신 것을 환영합니다
-        description: OpenStreetMap 기초를 다루는 이 퀵 가이드로 시작합니다.
+        title: 오픈스트리트맵에 잘 오셨습니다.
+        description: 오픈스트리트맵의 기본 사항을 다루는 이 빠른 길라잡이와 함께 시작하세요.
       beginners_guide:
         url: https://wiki.openstreetmap.org/wiki/Ko:%EC%B4%88%EB%B3%B4%EC%9E%90_%EC%95%88%EB%82%B4%EC%84%9C
-        title: ì´\88ë³´ì\9e\90 ê°\80ì\9d´ë\93\9c
-        description: 커뮤니티에서 유지하는 초보자 가이드
+        title: ì´\88ë³´ì\9e\90 ê¸¸ë\9d¼ì\9e¡ì\9d´
+        description: 커뮤니티에서 관리하는 초보자 길라잡이
       help:
         title: 도움말 포럼
         description: OpenStreetMap의 질문 및 답변 사이트에서 질문하거나 답변을 찾아보세요.
@@ -1998,7 +1890,11 @@ ko:
         title: OpenStreetMap 위키
         description: 깊이 있는 OpenStreetMap 설명문서에 대해서는 위키를 찾아보세요.
     any_questions:
-      title: 질문이 있습니까?
+      title: 궁금한 것이 있으신가요?
+      paragraph_1_html: 오픈스트리트맵에는 프로젝트에 대해 배우고, 질문하고 답변하고, 매핑 주제에 대해 공동으로 토론하고 문서화할
+        수 있는 수단이 많이 있습니다 - %{help_link}. 오픈스트리트맵으로 뭔가를 하려는 단체에 속해 있으신가요? - %{welcome_mat_link}.
+      get_help_here: 여기에서 도움을 받으세요
+      welcome_mat: '''환영 매트''를 확인하세요'
     sidebar:
       search_results: 검색 결과
       close: 닫기
@@ -2084,25 +1980,45 @@ ko:
           bicycle_parking: 자전거 주차장
           toilets: 화장실
     welcome:
-      title: 환영합니다!
-      introduction: |-
-        세계의 자유롭고 편집할 수 있는 지도인, OpenStreetMap에 오신 것을 환영합니다. 지금 가입하면,
-        시작된 매핑을 얻도록 모두 설정됩니다. 여기에서 알아야 하는 가장 중요한 것들로 된
-        빠른 가이드가 있습니다.
+      title: 어서 오십시오!
+      introduction: 편집 가능한 무료 세계 지도인 오픈스트리트맵에 잘 오셨습니다. 이제 가입을 하셨으니 지도 제작을 할 준비가 되었습니다.
+        다음은 여러분이 알아야 할 가장 중요한 사항을 담은 빠른 길라잡이입니다.
       whats_on_the_map:
-        title: 지도는 무엇입니까
+        title: 지도의 내용
+        on_the_map_html: 오픈스트리트맵은 수백만 개의 건물, 도로, 장소에 대한 기타 세부 정보를 포함하는 %{real_and_current}하는
+          사물을 모두 매핑할 수 있는 곳입니다. - 관심 있는 현실 세계의 모든 기능을 매핑할 수 있습니다.
+        real_and_current: '''''''현재'''''', ''''''실제'''''''
+        off_the_map_html: 여기에 포함되지 %{doesnt} 것은 평가, 과거 또는 가상 기능, 저작권이 있는 출처의 데이터와
+          같은 독단적인 데이터입니다. 특별한 허가가 없는 한 온라인 또는 종이 지도를 복사하지 마십시오.
+        doesnt: 않는
       basic_terms:
-        title: 매핑하는데 필요한 기본 용어
-        paragraph_1: OpenStreetMap에서는 자체 용어가 몇 가지 사용됩니다. 여기에 편리하게 사용할 수 있는 몇 가지 핵심
-          단어가 있습니다.
+        title: 매핑하는데 필요한 기본 낱말
+        paragraph_1: 오픈스트리트맵에는 고유한 용어가 몇 가지 있습니다. 다음은 쓸모 있는 몇 가지 핵심 낱말입니다.
+        an_editor_html: '%{editor}는 지도를 편집하는 데 사용할 수 있는 프로그램이나 웹사이트입니다.'
+        a_node_html: '%{node}는 지물의 위치를 나타내는 점입니다.'
+        a_way_html: '%{way}은 도로, 하천, 호수 또는 건물과 같은 선 또는 영역입니다.'
+        a_tag_html: '%{tag}는 레스토랑 이름이나 도로의 제한 속도와 같이 노드(node)나 길(way) 속성에 대한 데이터의
+          일부입니다.'
+        editor: 편집기(editor)
+        node: 노드(Node)
+        way: 길(Way)
+        tag: 태그(Tag)
       rules:
-        title: 여기서 규칙!
-      start_mapping: 매핑 시작
+        title: 규칙?!
+        para_1_html: 오픈스트리트맵에는 공식적인 규칙이 거의 없지만, 모든 참가자가 커뮤니티와 협력하고 소통하기를 기대합니다. 손수
+          손으로 편집하는 수 말고 다른 방법을 찾고 있다면 %{imports_link}와 %{automated_edits_link}의 지침을
+          읽고 따라해 보세요.
+        imports: 들여오기
+        automated_edits: 자동화 편집
+      start_mapping: 매핑 시작하기
       add_a_note:
-        title: 편집할 시간이 없습니까? 참고를 추가하세요!
-        para_1: |-
-          그냥 한 가지 간단한 것이 고칠 게 있다거나 가입하면서 편집하는 방법을 배우기에 시간이 없다면,
-          참고를 추가하는 것이 낫습니다.
+        title: 편집할 짬을 내기가 어려우신가요? 손쉽게 '노트'(참고)를 덧붙이세요!
+        para_1: 가입한 다음 편집 방법을 배울 시간이 없거나 자잘한 사항만 고치고 싶은 경우, '노트'(참고)를 덧붙여서 알려주면 쉽습니다.
+        para_2_html: |-
+          %{map_link}로 가서 '노트' 아이콘(%{note_icon})을 누르세요.
+          그러면 지도에 표지가 추가되고 끌어서 옮길 수 있습니다.
+          내용을 추가한 다음 저장하면 다른 매퍼가 조사할 것입니다.
+        the_map: 지도
     communities:
       title: 커뮤니티
       lede_text: |-
@@ -2127,7 +2043,6 @@ ko:
     new:
       upload_trace: GPS 궤적 올리기
       visibility_help: 이게 무슨 뜻입니까?
-      visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces
       help: 도움말
       help_url: https://wiki.openstreetmap.org/wiki/Upload
     create:
@@ -2145,7 +2060,6 @@ ko:
       title: '%{name} 경로 편집'
       heading: '%{name} 경로 편집'
       visibility_help: 이게 무슨 뜻입니까?
-      visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces
     update:
       updated: 추적 업데이트됨
     trace_optionals:
@@ -2315,7 +2229,6 @@ ko:
       title: 내 클라이언트 애플리케이션
       no_applications_html: '%{oauth2} 표준을 사용하여 등록하려는 애플리케이션이 있습니까? 이 서비스에 OAuth 요청을
         하려면 먼저 애플리케이션을 등록해야 합니다.'
-      oauth_2: OAuth 2
       new: 새 애플리케이션 등록
       name: 이름
       permissions: 권한
@@ -2612,18 +2525,6 @@ ko:
       open_title: '해결되지 않은 참고 #%{note_name}'
       closed_title: '해결된 참고 #%{note_name}'
       hidden_title: '숨겨진 참고 #%{note_name}'
-      opened_by_html: '%{user}님이 <abbr title=''%{exact_time}''>%{when}</abbr>에 만듦'
-      opened_by_anonymous_html: 익명이 <abbr title='%{exact_time}'>%{when}</abbr>에 만듦
-      commented_by_html: '%{user}님의 <abbr title=''%{exact_time}''>%{when}</abbr> 의견'
-      commented_by_anonymous_html: 익명 사용자의 <abbr title='%{exact_time}'>%{when}</abbr>
-        의견
-      closed_by_html: '%{user}님이 <abbr title=''%{exact_time}''>%{when}</abbr>에 해결함'
-      closed_by_anonymous_html: 익명이 <abbr title='%{exact_time}'>%{when}</abbr>에 해결함
-      reopened_by_html: '%{user} 님이 <abbr title=''%{exact_time}''>%{when}</abbr>에
-        다시 활성화함'
-      reopened_by_anonymous_html: 익명이 <abbr title='%{exact_time}'>%{when}</abbr>에
-        다시 활성화함
-      hidden_by_html: '%{user}님이 <abbr title=''%{exact_time}''>%{when}</abbr>에 숨김'
       report: 이 참고 신고
       anonymous_warning: 이 참고에는 익명 사용자의 덧글도 있으므로 별도로 확인해야 합니다.
       hide: 숨기기
@@ -2695,18 +2596,11 @@ ko:
         gps: 공개 GPS 궤적
         overlays: 지도 문제를 해결하기 위해 오버레이를 활성화
         title: 레이어
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap 기여자</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>기부하기</a>
-      terms: <a href='%{terms_url}' target='_blank'>웹 사이트 및 API 약관</a>
-      cyclosm: <a href='%{osmfrance_url}' target='_blank'>오픈스트리트맵 프랑스</a>에서 호스팅되는
-        <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>의 타일 스타일
-      thunderforest: <a href='%{thunderforest_url}' target='_blank'>Andy Allan</a>의
-        제공된 타일
-      opnvkarte: <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>의 제공된 타일
+      make_a_donation: 기부하기
     site:
       edit_tooltip: 지도 편집
       edit_disabled_tooltip: 지도를 편집하려면 확대
-      createnote_tooltip: 지도에 참고 추가
+      createnote_tooltip: 지도에 '노트'하기
       createnote_disabled_tooltip: 지도에 참고를 추가하려면 확대
       map_notes_zoom_in_tooltip: 지도 참고를 보려면 확대
       map_data_zoom_in_tooltip: 지도 데이터를 보려면 확대
index 0bb315d8ccf3009e26abe332a1dfa839ddd3350e..3afc544cf7a2a618b4039b7ef887867ae65cfc00 100644 (file)
@@ -1,6 +1,7 @@
 # Messages for Colognian (Ripoarisch)
 # Exported from translatewiki.net
 # Export driver: phpyaml
+# Author: Gravitystorm
 # Author: Purodha
 ---
 ksh:
@@ -51,7 +52,7 @@ ksh:
       message:
         title: Tittel
       user:
-        email: <i lang="en">e-mail</i>
+        email: e-mail
         active: Aktiv
         display_name: Nahme för zem Aanzeije
         languages: Schprohche
@@ -177,16 +178,16 @@ ksh:
     help: Hölp
   user_mailer:
     signup_confirm:
-      subject: '[OpenStreetMap] Donn Ding Addräß för de <i lang="en">e-mail</i> beshtääteje'
+      subject: '[OpenStreetMap] Donn Ding Addräß för de e-mail beshtääteje'
     email_confirm:
-      subject: '[OpenStreetMap] Donn Ding Addräß för de <i lang="en">e-mail</i> beshtääteje'
+      subject: '[OpenStreetMap] Donn Ding Addräß för de e-mail beshtääteje'
     lost_password:
       subject: '[OpenStreetMap] Aanfrooch: Paßwoot neu säze'
   confirmations:
     confirm_resend:
       failure: Dä Metmaacher „%{name} “ ham_mer nit jefonge.
     confirm_email:
-      heading: Donn en neue Adräß för de <i lang="en">e-mail</i> beschtäätejje
+      heading: Donn en neue Adräß för de e-mail beschtäätejje
   messages:
     inbox:
       from: Vum
@@ -206,7 +207,7 @@ ksh:
     lost_password:
       title: Verloore Paßwoot
       heading: Paßwoot verjäße?
-      email address: 'De Adräß för de <i lang="en">e-mail</i>:'
+      email address: 'De Adräß för de e-mail:'
       new password button: Paßwoot neu säze
     reset_password:
       title: Paßwoot neu säze
@@ -216,42 +217,27 @@ ksh:
     new:
       title: Enlogge
       heading: Enlogge
-      email or username: 'De Adräß för de <i lang="en" xml:lang="en" dir="ltr" title="„de
-        eläktrohnesche Poß“">e-mail</i> udder der Metmaacher_Nahme:'
+      email or username: 'De Adräß för de e-mail udder der Metmaacher_Nahme:'
       password: 'Paßwoot:'
       lost password link: Paßwoot verschött jejange?
       login_button: Enlogge
       auth_providers:
         google:
-          title: Övver <i lang="en" xml:lang="en" dir="ltr" title="Google es de jrühßte
-            Söhkmaschihn em Internet">Google</i> ennlogge
-          alt: Ennlogge medd ener <i lang="en" xml:lang="en" dir="ltr" title="OpenID
-            (OID) is an open standard and decentralized protocol by the non-profit
-            OpenID Foundation that allows users to be authenticated by certain co-operating
-            sites (known as Relying Parties or RP) using a third party service.">OpenID</i>
-            vun <i lang="en" xml:lang="en" dir="ltr" title="Google es de jrühßte Söhkmaschihn
-            em Internet">Google</i>.
+          title: Övver Google ennlogge
+          alt: Ennlogge medd ener OpenID vun Google
         facebook:
-          title: Donn övver ene Zohjang op <i lang="en" xml:lang="en" dir="ltr" title="„Jesehschß_Bohch“">Facebook</i>
-            ennlogge
-          alt: Donn övver ene Zohjang op <i lang="en" xml:lang="en" dir="ltr" title="„Jesehschß_Bohch“">Facebook</i>
-            ennlogge
+          title: Donn övver ene Zohjang op Facebook ennlogge
+          alt: Donn övver ene Zohjang op Facebook ennlogge
         windowslive:
-          title: Donn medd enem Zohjang op <code lang="en" xml:lang="en" dir="ltr">Windows
-            Live</code> ennlogge
-          alt: Donn medd enem Zohjang op <code lang="en" xml:lang="en" dir="ltr">Windows
-            Live</code> ennlogge
+          title: Donn medd enem Zohjang op Windows Live ennlogge
+          alt: Donn medd enem Zohjang op Windows Live ennlogge
         github:
-          title: Övver <i lang="en" xml:lang="en" dir="ltr" title="GitHub - ene Deens
-            för et Zesammewerke beim Projrammehre, un esuh">GitHub</i> ennlogge
-          alt: Donn övver ene Zohjang bei <i lang="en" xml:lang="en" dir="ltr" title="GitHub
-            - ene Deens för et Zesammewerke beim Projrammehre, un esuh">GitHub</i>
-            ennlogge
+          title: Övver GitHub ennlogge
+          alt: Donn övver ene Zohjang bei GitHub ennlogge
         wordpress:
-          title: Övver <i lang="en" xml:lang="en" dir="ltr">Wordpress</i> ennlogge
+          title: Övver Wordpress ennlogge
         aol:
-          title: Övver <i lang="en" xml:lang="en" dir="ltr" title="America Online">AOL</i>
-            enlogge.
+          title: Övver AOL enlogge
   site:
     about:
       legal_title: Rääschlesch
@@ -260,22 +246,16 @@ ksh:
         english_link: em Änglesche Ojinaal
       native:
         title: Övver di Sigg heh
-      legal_babble:
-        trademarks_1_html: |2-
-
-          <i lang="en" xml:lang="en" dir="ltr" title="An openly licensed map of the world being created by volunteers using local knowledge, GPS tracks and donated sources">OpenStreetMap</i>, dat Loro met dä Luhp, un <i lang="en" xml:lang="en" dir="ltr" title="„Zohschtand vun de Kaate“">State of the Map</i> sin Wahrezeijsche vun de <i lang="en" xml:lang="en" dir="ltr" title="An openly licensed map of the world being created by volunteers using local knowledge, GPS tracks and donated sources">OpenStreetMap</i>-Schtefftong. Wä Frohre drövver hät, schrihv di aan de <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">Ärbejdsjropp vun de Lezänze</a>.
     edit:
       anon_edits_link_text: Fengk eruß, woröm dadd esu es.
     export:
-      osm_xml_data: <i lang="en">OpenStreetMap</i> sing <i lang="en">XML</i> Daate
+      osm_xml_data: OpenStreetMap sing XML Daate
       options: Ennschtällonge
     help:
       beginners_guide:
         title: Aanleidong för Aanfänger
       irc:
-        title: |2-
-
-          <i lang="en" xml:lang="en" dir="ltr" title="Internet Relay Chat">IRC</i>
+        title: IRC
     sidebar:
       close: Zohmaache
     search:
@@ -360,36 +340,35 @@ ksh:
       trace_details: Einzelheite vun dä Opnahm belooere
       view_map: Kaat belohre
       edit_map: Kaat ändere
-      public: <span style="text-transform:uppercase">öffentlesch</span>
-      private: <span style="text-transform:uppercase">prėvaat</span>
-      trackable: <span style="text-transform:uppercase">nohträckbaa</span>
+      public: ÖFFENTLESCH
+      private: PRĖVAAT
+      trackable: NOHTRÄCKBAA
       by: vum
       in: en
     index:
-      public_traces: Öffentlesche <i lang="en">GPS</i>-Opnahme
-      public_traces_from: Öffentlesche <i lang="en">GPS</i>-Opnahme vum %{user}
+      public_traces: Öffentlesche GPS-Opnahme
+      public_traces_from: Öffentlesche GPS-Opnahme vum %{user}
       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 <i lang="en">GPX</i>-Datteije huhzelaade es em Momang
-        nit ze bruche.
+      message: Dat Syßtehm för GPX-Datteije huhzelaade es em Momang nit ze bruche.
     offline:
-      heading: Dä Schpeijscher för <i lang="en">GPX</i>-Datteije es nit aam Netz.
-      message: Dat Syßtehm för <i lang="en">GPX</i>-Datteije huhzelaade un faßzehallde
-        es em Momang nit ze bruche.
+      heading: Dä Schpeijscher för GPX-Datteije es nit aam Netz.
+      message: Dat Syßtehm för GPX-Datteije huhzelaade un faßzehallde es em Momang
+        nit ze bruche.
   application:
     require_cookies:
       cookies_needed: |-
-        Et schingk, wi wann De <i lang="en">cookies</i> afjeschalldt häz.
+        Et schingk, wi wann De cookies afjeschalldt häz.
         Bes esu jood un donn se en Dingem Brauser aanschallde, ih dat De wigger mähß.
   oauth:
     authorize:
       allow_write_api: donn de Landkaat änndere
-      allow_read_gpx: donn de privaate eije <i lang="en">GPS</i>-Opnahme lässe
-      allow_write_gpx: <i lang="en">GPS</i>-Opnahme huhlaade
+      allow_read_gpx: donn de privaate eije GPS-Opnahme lässe
+      allow_write_gpx: GPS-Opnahme huhlaade
   oauth_clients:
     show:
       edit: Einzelheite ändere
@@ -437,7 +416,7 @@ ksh:
         leave_roundabout_without_exit: Jangk uß dä Kreisel - %{name}
         stay_roundabout_without_exit: Blihv em Kreisel - %{name}
         start_without_exit: Fang aan aam Ängk vun %{name}
-        destination_without_exit: <<umm amm Zihl aan
+        destination_without_exit: umm amm Zihl aan
         against_oneway_without_exit: Jangk op %{name} jähje de Einbahn
         end_oneway_without_exit: Ängk met dä Einbahn vun %{name}
         roundabout_with_exit: Em Kreijsel nämm der %{exit}-te Ußjang op de Schtrohß
index 6b7e259f1bf528ab404bcdf44a103f331c94a610..4618abb9109a876b62473744fb64a927040a739e 100644 (file)
@@ -167,10 +167,6 @@ ku-Latn:
           fam bikin bi kar bîne.
         needs_view: Gelo hewce dike bikarhêner berî ku ev astengî rabe têkeve?
       user:
-        email_confirmation: Adrêsa te ji her kesê re nayê nîşandan, ji bo zêdetir
-          agahiyan binêre <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF privacy policy including section on email addresses">siyaseta
-          me ya veşarîtiyê</a>.
         new_email: (ti carî nayê nîşandan)
   datetime:
     distance_in_words_ago:
@@ -317,16 +313,6 @@ ku-Latn:
   browse:
     created: Hate çêkirin
     closed: Hate girtin
-    created_html: </abbr> <abbr title='%{title}'>%{time} hatiye çêkirin
-    closed_html: </abbr> <abbr title='%{title}'>%{time} hatiye girtin
-    created_by_html: Ji aliyê %{user} ve </abbr> <abbr title='%{title}'>%{time} hatiye
-      çêkirin
-    deleted_by_html: Ji aliyê %{user} ve </abbr> <abbr title='%{title}'>%{time} hatiye
-      jêbirin
-    edited_by_html: Ji aliyê %{user} ve </abbr> <abbr title='%{title}'>%{time} hatiye
-      sererastkirin
-    closed_by_html: Ji aliyê %{user} ve </abbr> <abbr title='%{title}'>%{time} hatiye
-      girtin
     version: Guherto
     in_changeset: Qeyda Guhartinan
     anonymous: anonîm
@@ -352,9 +338,6 @@ ku-Latn:
       relation: Eleqe (%{count})
       relation_paginated: Eleqe (%{x}-%{y} bi tevahî %{count})
       comment: Şîrove (%{count})
-      hidden_commented_by_html: Şîroveya veşartî yê ji alî %{user} ve </abbr> <abbr
-        title='%{exact_time}'>%{when}
-      commented_by_html: Şîrove ji aliyê %{user} ve, </abbr> <abbr title='%{exact_time}'>%{when}
       changesetxml: Desteya guhartinan a XML
       osmchangexml: osmChange XML
       feed:
@@ -627,13 +610,6 @@ ku-Latn:
       success: '%{name} ji hevalên te hate derxistin.'
       not_a_friend: '%{name} ne hevalekî/eke te ye.'
   geocoder:
-    search:
-      title:
-        latlon_html: Encamên ji <a href="https://openstreetmap.org/"></a>
-        osm_nominatim_html: Netîceyên ji <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Netîceyên ji <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1426,8 +1402,6 @@ ku-Latn:
       status: Rewş
       reports: Rapor
       last_updated: Rojanekirina dawî
-      last_updated_time_html: </abbr> <abbr title='%{title}'>%{time}
-      last_updated_time_user_html: <abbr title='%{title}'>%{time} </abbr> ji %{user}
       link_to_reports: Raporan Bibîne
       reports_count:
         one: 1 Rapor
@@ -1608,11 +1582,6 @@ ku-Latn:
       subject: '[OpenStreetMap] Anîna GPXê bi ser neket'
     gpx_success:
       hi: Merheba %{to_user},
-      loaded_successfully:
-        one: ji nuqteyekê %{possible_points} yê muhtemel bi %{trace_points} bi awayekî
-          serkefî hate barkirin.
-        other: Ji nuqteyên %{possible_points} yê muhtemel bi %{trace_points} bi awayekî
-          serkefî hate barkirin.
       subject: '[OpenStreetMap] Împortkirina GPXê bi ser ket'
     signup_confirm:
       subject: '[OpenStreetMap] Bi xêr hatî OpenStreetMapê'
@@ -1845,7 +1814,6 @@ ku-Latn:
       image: Wêne
       gravatar:
         gravatar: Gravatarê bi kar bîne
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Gravatar çi ye?
         disabled: Gravatar hate neçalakkirin.
         enabled: Gravatarê te niha dikare were xuyan.
@@ -1931,7 +1899,6 @@ ku-Latn:
   site:
     about:
       next: Pêşve
-      copyright_html: <span>&copy;</span>Beşdarên<br> OpenStreetMapê
       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
@@ -1942,28 +1909,8 @@ ku-Latn:
         me ji bo tesdîq bikin ku OSM rast û rojane ye, wêneyên hewayî, cîhazên GPSê
         û nexşeyên deverê yên bi teknolojiya-nizm bi kar tînin.
       community_driven_title: Bi rêbertiya civatê
-      community_driven_html: Civata OpenStreetMapê curbicur û bengîn e û herroj mezintir
-        dibe. Di navbera beşdarên me de nexşesazên dilxwaz, pisporên GISê, endazyerên
-        serverên OSMê dixebitînin, xêrxwazên ji bo herêmên di tesîra karesatê de mane
-        nexşe dikin û zêdetirên wan jî henin. Derbarê civatê de ji bo ku zêdetir tiştan
-        hîn bibî, binêre <a href='https://blog.openstreetmap.org'>Bloga OpenStreetMapê</a>,
-        <a href='%{diary_path}'>rojnivîskên bikarhêneran</a>, <a href='https://blogs.openstreetmap.org/'>blogên
-        civatê</a> û malpera <a href='https://www.osmfoundation.org/'>Weqfa OSMê</a>.
       open_data_title: Daneyên vekirî
-      open_data_html: 'OpenStreetMap bi <i>daneya vekirî</i> ye: hûn serbest in ku
-        vê bi her armancê bi kar bînin, bi şerta ku hûn OpenStreetMap û beşdarên wê
-        referans bidin. Heke hûn daneyan biguherînin an jî li serê zêde bikin hûn
-        vê encamê tenê di bin eynî lîsansê de dikarin belav bikin. Ji bo dêtayan binêrin
-        <a href=''%{copyright_path}''>rûpela lîsans û mafê daneriyê</a>.'
       legal_title: Zagonî
-      legal_1_html: |-
-        Ev malper û gelek xizmetên din yên pêwendîdar bi awayekî fermî ji aliyê <a href='https://osmfoundation.org/'>Weqfa OpenStreetMapê</a> (OSMF) ve li ser navê civatê tê birêvebirin. Bikaranîna hemû karûbarên ku ji aliyê OSMF ve tê birêvebirin mijara  <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Mercên Bikaranînê</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Politikayên Bikaranînê yê Qebûlbar</a> û <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Politikaya me ya Veşarîtiyê</a> ye.
-      legal_2_html: Eger di derbarê lîsanskirin, mafê daneriyê de pirsên we hebin
-        an jî ji bo pirsên we yên din ên qanûnî xêra xwe <a href='https://osmfoundation.org/Contact'>bi
-        OSMF re têkiliyê deynin</a>. <br>OpenStreetMap, logoya mercekê û State of
-        the Map <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">marqeyên
-        ticarî yên qeydkirî yê OSMFê nin</a>.
       partners_title: Şirîkên me
     copyright:
       foreign:
@@ -1981,101 +1928,17 @@ ku-Latn:
         mapping_link: dest bi çêkirina nexşeyan bike
       legal_babble:
         title_html: Mafê daneriyê û lîsans
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> <i>open data</i> ye, bi lîsansa <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbLê) ku ji aliyê <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) ve hatiye çêkirin ve hatiye lîsanskirin.
-        intro_2_html: Hûn serbest in ku daneyên me kopî bikin, belav bikin, bişînin
-          yekî an jî adapte bikin bi şerta ku hûn behsa me bikin, rûmeta me bigrin.
-          Eger hûn daneyên me biguherînin an jî baştir bikin hûn vê netîceyê tenê
-          di bin eynî lîsansê de dikarin belav bikin. Temamiya <a href="https://opendatacommons.org/licenses/odbl/1.0/">koda
-          qanûnî</a>, maf û berpirsiyariyên we îzah dike.
-        intro_3_1_html: |-
-          Belgekirinên di nexşeya me de, di bin lîsansa <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0) de hatiye lîsanskirin.
         credit_title_html: Em çawan wekî çavkaniyekê behsa OpenStreetMapê bikin
         credit_1_html: 'Li cihê ku daneya OpenStreetMapê bi kar bînî, divê van du
           tiştan bikî:'
-        credit_2_1_html: |-
-          <ul>
-          <li>Bi nîşandana danezana mafê telîfê heqê OpenStreetMapê nîşan bidin.</li>
-          <li>Herwiha divê hûn zelal bikin ku daneyên me di bin lîsansa Open Database License de hatiye lîsanskirin.</li>
-          </ul>
-        credit_3_1_html: Ji bo hişyariya mafê telîfê, li gor bikaranîna te ya daneyên
-          me, çend pêdiviyên şiklê nîşandana wê hene. Mîsalen li ser nîşandana hişyariya
-          mafê telîfê qaîdeyên cuda wê bên sepandin, li gor çêkirina te ya nexşeyeke
-          gerrînbar, nexşeyeke çapkirî an wêneyeke statîk. Temamiya detayên li ser
-          pêdiviyan dikarî ji ser <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Rêbernameyên
-          Atfkirinê</a> peyda bikî.
-        credit_4_html: "Ji bo bi eşkereyî zelal bikî ku dane li bin Lîsansa Dabatas
-          ya Vekirî de berdest in, tu dikarî lînk bidî ser <a href=\"https://www.openstreetmap.org/copyright\">vê
-          rûpela mafê telîfê</a>. \nAlternatîven, û wekî hewcehiyekê, ger OSMyê di
-          formeke daneyê de belav bikî, tu dikarî rasterast lînk bikî lîsansê(an)
-          û nav lê bikî. Di wan medyayan de ku lînkkirin nemimkin e (wekî nimûne,
-          xebatên çapkirî), em pêşniyar dikin ku xwînerên xwe ber bi openstreetmap.org-ê
-          ve (belkî jî bi berfirehkirina 'OpenStreetMap'ê li vê adresa temamî) û li
-          openstreetmap.org-ê alî bikî. \nDi vê nimûneyê de, referans li kinarê nexşeyê
-          tê xuyan."
         attribution_example:
           alt: Mînakekê atfkirinê ya OpenSteetMapê yê li ser malperekî înternetê
           title: Mînaka atfkirinê
         more_title_html: Zêdetir hîn bibe
-        more_1_html: |-
-          Ji bo ku derbarê emilandina daneyên me û referansdana me de zêdetir hîn bibî <a
-          href="https://osmfoundation.org/Licence">rûpela Lîsansê a OSMFê</a> bixwîne.
-        more_2_html: Digel ku OpenStreetMap bi daneyên vekirî be jî, em ji bo aliyên
-          sêyem APIyekê nexşeyê ya belaş peyda nakin. Binêre rûpelên me yên <a href="https://operations.osmfoundation.org/policies/api/">Polîtîkaya
-          Emilandina APIyê </a>, <a href="https://operations.osmfoundation.org/policies/tiles/">Polîtîkaya
-          Emilandina Karoyê</a> û <a href="https://operations.osmfoundation.org/policies/nominatim/">Polîtîkaya
-          Emilandina Nominatimê</a>.
         contributors_title_html: Beşdarên me
         contributors_intro_html: 'Bi hezaran beşdarên me hene. Herwiha em ji ajansên
           nexşekirinê yên netewî û çavkaniyên din jî daneyên bi lîsansa-vekirî îhtîwa
           dikin, hinek ji wan ev in:'
-        contributors_at_html: |-
-          <strong>Awistirya</strong>: Daneyên ji <a href="https://data.wien.gv.at/">Stadt Wien</a> (di bin
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a> de), <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> û Land Tirol (tevî guhartinan di bin lîsansa <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT de</a>) dihundirrîne.
-        contributors_au_html: |-
-          <strong>Awistralya</strong>: Bi bikaranîna Sînorên Îdarî tê berfirehkirin an bipêşxistin &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a> yên ku ji aliyê Commonwealth of Australia ve li bin
-          <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International licence (CC BY 4.0)</a> hatine lîsanskirin dihewîne.
-        contributors_ca_html: |-
-          <strong>Keneda</strong>: Daneyên ji GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada), û StatCan (Geography Division,
-          Statistics Canada) dihundirrîne.
-        contributors_fi_html: '<strong>Fînlenda</strong>: Daneyên ji National Land
-          Survey of Finland''s Topographic Database û ji komên din ên daneyan, di
-          bin a <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">Lîsansa
-          NLSFI</a> de daneyan dihundirrîne.'
-        contributors_fr_html: '<strong>Frensa</strong>: Daneyên ji Direction Générale
-          des Impôts''ê hatine bidestxistin dihundirrîne.'
-        contributors_nl_html: |-
-          <strong>Holenda</strong>: Daneyên &copy; ANDê dihundirrîne, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: '<strong>Nû Zelenda</strong>: Daneyên ku ji <a href="https://data.linz.govt.nz/">LINZ
-          Data Service</a> hatine bidestxistin dihundirrîne û ji bo cardin-bikaranînê
-          di bin <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
-          de lîsanskirî ye.'
-        contributors_si_html: |-
-          <strong>Slovenya</strong>: Daneyên ji <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> û
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
-          (agahiyên ji xelkê re vekirî yên Slovenyayê) dihundirrîne.
-        contributors_es_html: |-
-          <strong>Spanya</strong>: Daneyên ji
-          Spanish National Geographic Institute (<a href="http://www.ign.es/">IGN</a>) û
-          National Cartographic System (<a href="http://www.scne.es/">SCNE</a>)
-          yên ji bo cardinbikaranînê di bin <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> de hatine lîsanskirin dihewîne.
-        contributors_za_html: |-
-          <strong>Afrîkaya Başûr</strong>: Daneyên ku ji <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a> hatine bidestxistin dihundirrîne. Mafê daneriyê yê dewletê parastî ye.
-        contributors_gb_html: |-
-          <strong>Mîrnişîna Yekbûyî</strong>: Daneyên Ordnance
-          Survey data &copy dihundirrîne; mafê daneriyê yê Crownê û mafê databasê parastî ne 2010-19.
-        contributors_footer_1_html: |-
-          Ji bo dêtayên van û çavkaniyên din yên ku di pêşdebirina OpenStreeteMapê de hatine bikaranîn agahiyên zêdetir werbigrî, xêra xwe ji ser OpenStreetMap Wiki'yê binêre <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">rûpela Beşdaran</a>.
         contributors_footer_2_html: Daxilbûna daneyan a di OpenStreetMapê de nayê
           maneya ku peydakera daneyan yê eslî OpenStreetMapê teswîb dike, garantiyekî
           temîn dike an jî berpirsîyariyekê qebûl dike.
@@ -2084,16 +1947,6 @@ ku-Latn:
           daneyên ji çavkaniyên ku mafên wan ên daneriyê parastî be (wekî nimûne Google
           Maps an jî nexşeyên çapkirî) bêyî destûra eşkere yê xwediyê wan, ji van
           çavkaniyan ti daneyek wernegrin.
-        infringement_2_html: Eger tu bawer bî materyalekî ku mafê we yê daneriyê parastî
-          ye bi şaşîtî li vê sîteyê an jî li daneya OpenStreetMapê hatibe zêdekirin
-          xêra xwe miracaeta <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">prosedûra
-          me ya rakirinê</a> bike an jî rasterast di <a href="https://dmca.openstreetmap.org/">rûpela
-          me ya dosyekirinê a online</a> de qeyd bikin.
-        trademarks_title_html: <span id="trademarks"></span>Markên bazirganî
-        trademarks_1_html: OpenStreetMap, logoya mercekê û State of the Map; markên
-          ticarî yên OpenStreetMap Foundationê yên qeydkirî nin. Heke derbarê bikaranîna
-          markan de pirsên we hebin xêra xwe binêrin <a href="https://wiki.osmfoundation.org/wiki/Licensing_Working_Group">Polîtîkaya
-          Markên Ticarî</a>.
     index:
       js_1: Tu an gerokek ku piştgiriyê nade JavaScriptê bi kar tînî an jî JavaScript
         hatiye neçalakkirin.
@@ -2170,12 +2023,6 @@ ku-Latn:
             wekî mînak kolanek an jî adrêsa te kêm be, riya herî baş a dewamkirinê
             beşdarî civata me ya OpenStreetMapê bibe û tu bixwe rast bike an jî îlawe
             bike.
-        add_a_note:
-          instructions_html: Tenê bitikîne ser îkona <a class='icon note'></a> an
-            jî ji ser ekrana xerîteyê bitikîne ser eynî îkonê. Wê ev, ji nexşeyê re
-            nîşankerek deyne ku tu dikarî bi kaşkirinê cihê vê nîşankerê biguherînî.
-            Peyama xwe binivîse, piştre bitikîne ser qeyd bike'yê, wê nexşesazên din
-            lê bikolin.
       other_concerns:
         title: Meseleyên din
     help:
@@ -2874,22 +2721,6 @@ ku-Latn:
       open_title: 'Nota ku nehatiye çarekirin #%{note_name}'
       closed_title: 'Nota ku hatiye çarekirin #%{note_name}'
       hidden_title: 'Notê veşartî #%{note_name}'
-      opened_by_html: Ji alî %{user} ve berî</abbr>  <abbr title='%{exact_time}'>%{when}
-        hatiye çêkirin
-      opened_by_anonymous_html: Ji aliyê kesek anonîm ve hat çêkirin <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Şiroveya ji %{user} </abbr> <abbr title='%{exact_time}'>%{when}
-      commented_by_anonymous_html: Şîrove ji alî bikarhênerek anonîm ve </abbr> <abbr
-        title='%{exact_time}'>%{when}
-      closed_by_html: Ji aliyê %{user} ve </abbr> <abbr title='%{exact_time}'>%{when}
-        hate çareserkirin
-      closed_by_anonymous_html: Ji aliyê bikarhênerek anonîm ve </abbr> <abbr title='%{exact_time}'>%{when}
-        hate çareserkirin
-      reopened_by_html: Ji aliyê %{user} ve </abbr> <abbr title='%{exact_time}'>%{when}
-        ji nû ve hate aktîvkirin
-      reopened_by_anonymous_html: Ji aliyê bikarhênerek anonîm ve </abbr> <abbr title='%{exact_time}'>%{when}
-        ji nû ve hate aktîvkirin
-      hidden_by_html: Ji aliyê %{user} ve </abbr> <abbr title='%{exact_time}'>%{when}
-        hate veşartin
       report: vê nîşeyê gilî bike
       anonymous_warning: Ji ber ku di vê notê de ji bikarhênerên anonîm şirove hene,
         divê bi awayekî serbixwe were teyîdkirin.
@@ -2968,18 +2799,6 @@ ku-Latn:
         gps: Şopên GPSê yên giştî
         overlays: Ji bo ku pirsgirêkan çareser bikî tebeqeyan bide aktîvkirin
         title: Tebeqeyên nexşeyê
-      copyright: © <a href='%{copyright_url}'>Beşdarên OpenStreetMapê</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Bexşek bike</a>
-      terms: <a href='%{terms_url}' target='_blank'>Mercên malper û APIyê</a>
-      cyclosm: Şêweya kiremîtan ji aliyê <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        ve, hewandin ji aliyê <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Fransa</a> ve
-      thunderforest: Kiremît bi destûra <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Kiremît bi xêra <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Şêweya kiremîtan ji aliyê <a href='%{hotosm_url}' target='_blank'>Tîma
-        Mirovayî ya OpenStreetMapê</a> ve, hewandin ji aliyê <a href='%{osmfrance_url}'
-        target='_blank'>OpenStreetMap Fransa</a> ve
     site:
       edit_tooltip: Nexşeyê sererast bike
       edit_disabled_tooltip: Ji bo sererastkirina nexşeyê nêzîk bike
index b0e58362bf922ef7ae9d72f9371373068b81f67c..7dd9635605d0c4288afdb170f94210708b26bde8 100644 (file)
@@ -167,48 +167,45 @@ lb:
           wannechgelift Formuléierungen, déi fir Laie verständlech sinn.
         needs_view: Muss sech de Benotzer umellen, ier dës Spär opgehuewe gëtt?
       user:
-        email_confirmation: Är Adress gëtt net ëffentlech ugewisen. Liest eis <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF privacy policy including section on email addresses">Dateschutzerklärung</a>
-          fir méi Informatiounen.
         new_email: (ni ëffentlech gewisen)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: virun ongeféier 1 Stonn
+        one: virun ongeféier %{count} Stonn
         other: virun ongeféier %{count} Stonnen
       about_x_months:
-        one: virun ongeféier 1 Mount
+        one: virun ongeféier %{count} Mount
         other: virun ongeféier %{count} Méint
       about_x_years:
-        one: virun ongeféier 1 Joer
+        one: virun ongeféier %{count} Joer
         other: virun ongeféier %{count} Joer
       almost_x_years:
-        one: viru bal 1 Joer
+        one: viru bal %{count} Joer
         other: viru bal %{count} Joer
       half_a_minute: virun enger hallwer Minutt
       less_than_x_seconds:
-        one: viru manner wéi 1 Sekonn
+        one: viru manner wéi %{count} Sekonn
         other: viru manner wéi %{count} Sekonnen
       less_than_x_minutes:
-        one: viru manner wéi 1 Minutt
+        one: viru manner wéi %{count} Minutt
         other: viru manner wéi %{count} Minutten
       over_x_years:
-        one: viru méi wéi 1 Joer
+        one: viru méi wéi %{count} Joer
         other: viru méi wéi %{count} Joer
       x_seconds:
-        one: virun 1 virun enger Sekonn
+        one: virun virun %{count} Sekonn
         other: virun viru(n) %{count} Sekonnen
       x_minutes:
-        one: virun 1 Minutt
+        one: virun %{count} Minutt
         other: viru(n) %{count} Minutten
       x_days:
-        one: virun 1 Dag
+        one: virun %{count} Dag
         other: viru(n) %{count} Deeg
       x_months:
-        one: virun 1 Mount
+        one: virun %{count} Mount
         other: viru(n) %{count} Méint
       x_years:
-        one: virun 1 Joer
+        one: virun %{count} Joer
         other: viru(n) %{count} Joer
   editor:
     default: Standard (elo %{name})
@@ -318,22 +315,16 @@ lb:
   browse:
     created: Ugeluecht
     closed: Zou
-    created_html: Ugeluecht <abbr title='%{title}'>viru(n) %{time}</abbr>
-    closed_html: Zougemaach <abbr title='%{title}'> %{time}</abbr>
-    created_by_html: Ugeluecht <abbr title='%{title}'>%{time}</abbr> vum %{user}
-    deleted_by_html: Geläscht <abbr title='%{title}'>%{time}</abbr> vum %{user}
-    edited_by_html: Geännert <abbr title='%{title}'>%{time}</abbr> vum %{user}
-    closed_by_html: Zougemaach <abbr title='%{title}'>%{time}</abbr> vum %{user}
     version: Versioun
     in_changeset: Set vun Ännerungen
     anonymous: anonym
     no_comment: (keng Bemierkung)
     part_of: Deel vu(n)
     part_of_relations:
-      one: 1 Relatioun
+      one: '%{count} Relatioun'
       other: '%{count} Relatiounen'
     part_of_ways:
-      one: 1 Wee
+      one: '%{count} Wee'
       other: '%{count} Weeër'
     download_xml: XML eroflueden
     view_history: Versioune weisen
@@ -349,8 +340,6 @@ lb:
       relation: Relatiounen (%{count})
       relation_paginated: Relatiounen (%{x}-%{y} vu(n) %{count})
       comment: Bemierkungen (%{count})
-      hidden_commented_by_html: Verstoppt Bemierkung vum %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Bemierkung vum %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: XML mam Set vun Ännerungen
       osmchangexml: osmChange XML
       feed:
@@ -378,7 +367,7 @@ lb:
       history_title_html: 'Versioune vun der Relatioun: %{name}'
       members: Memberen
       members_count:
-        one: 1 Member
+        one: '%{count} Member'
         other: '%{count} Memberen'
     relation_member:
       entry_role_html: '%{type} %{name} als %{role}'
@@ -608,13 +597,6 @@ lb:
       success: '%{name} gouf als Äre Frënd ewechgeholl.'
       not_a_friend: '%{name} ass kee vun Äre Frënn.'
   geocoder:
-    search:
-      title:
-        latlon_html: Resultater vun <a href="https://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Resultater vun <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultater vun <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1407,12 +1389,9 @@ lb:
       status: Status
       reports: Rapporten
       last_updated: Lescht Aktualiséierung
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> duerch den
-        %{user}
       link_to_reports: Rapporte weisen
       reports_count:
-        one: 1 Bericht
+        one: '%{count} Bericht'
         other: '%{count} Berichter'
       reported_item: Gemellten Objet
       states:
@@ -1586,10 +1565,6 @@ lb:
       subject: '[OpenStreetMap] GPX-Import Feeler'
     gpx_success:
       hi: Salut %{to_user},
-      loaded_successfully:
-        one: mat %{trace_points} von 1 méigleche Punkt erfollegräich gelueden.
-        other: mat %{trace_points} vun %{possible_points} méigleche Punkten erfollegräich
-          gelueden.
       subject: '[OpenStreetMap] GPX-Import erfollegräich'
     signup_confirm:
       subject: '[OpenStreetMap] Wëllkomm bei OpenStreetMap'
@@ -1772,7 +1747,7 @@ lb:
       reply_button: Äntwerten
       unread_button: Als net gelies markéieren
       destroy_button: Läschen
-      back: Zréck
+      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.
@@ -1909,7 +1884,6 @@ lb:
   site:
     about:
       next: Weider
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>Matwierkend
       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
@@ -1919,21 +1893,8 @@ lb:
         Loftbiller, GPS-Geräter a Feldkaarte fir d'Verifizéierung, sou dass OSM korrekt
         an aktuell ass.
       community_driven_title: Communautéitsbedriwwen
-      community_driven_html: |-
-        D'OpenStreetMap-Communautéit ass villfälteg, leidenschaftlech a wiisst deeglech. Eis Matwierkend si begeeschtert Mapper, GIS-Profien, Ingenieuren, déi d'OSM-Servere bedreiwen a vill méi.
-        Fir méi iwwer d'Communautéit z'erfueren, lies eisen <a href='https://blog.openstreetmap.org'>OpenStreetMap-Blog</a>,
-        d'<a href='%{diary_path}'>Benotzertagebicher</a>,
-        <a href='https://blogs.openstreetmap.org/'>Community-Bloggen</a> an d'Websäit vun der <a href='https://www.osmfoundation.org/'>OSM-Foundatioun</a>.
       open_data_title: Open Data
-      open_data_html: 'OpenStreetMap ass „<i>Open Data</i>“: Du kanns et fir jiddwer Zweck
-        verwenden, soulaangs du OpenStreetMap a seng Matwierkend erwääns. Falls du
-        déi Donnéeën ofänners oder op bestëmmt Aart abaus, däerfs du d''Ergebnis nëmmen
-        ënner der nämmlechter Lizenz verbreeden. Kuck d''<a href=''%{copyright_path}''>Auteursrechts-
-        a Lizenzsäit</a> fir Eenzelheeten.'
       legal_title: Rechtlech Hiweiser
-      legal_1_html: |-
-        Dës Websäit a vill domat an Zesummenhang stoend Déngschter gi vun der <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF) fir d'OSM-Communautéit bedriwwen. D'Benotze vun allen OSMF-bedriwwenen Déngschter gëtt duerch eis „<a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Acceptable Use Policies</a>“
-        an eis <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Dateschutzrichtlinn</a> gereegelt.
       partners_title: Partneren
     copyright:
       foreign:
@@ -1952,34 +1913,23 @@ lb:
         credit_1_html: 'Wann Dir Donnéeë vun OpenStreetMap benotz muss Dir dës zwou
           Saache respektéieren:'
         more_title_html: Fir méi ze wëssen
-        more_2_html: |-
-          Obwuel OpenStreetMap „Open Data“ ass, kënne mir keng onentgeltlech Kaarten-API fir Drëttparteie bereetstellen.
-          Kuck eis <a href="https://operations.osmfoundation.org/policies/api/">API-Verwendungsrichtlinn</a>, d'<a href="https://operations.osmfoundation.org/policies/tiles/">Kachelverwendungsrichtlinn</a> an d'<a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim-Verwendungsrichtlinn</a>.
         contributors_title_html: Eis Matwierkend
         contributors_intro_html: 'Eis Matwierkend sinn dausende vun eenzele Mënschen.
           Mir bezéien och oppe lizenzéiert Donnéeë vu nationale Kaartenagenturen an
           anere Quellen an, dorënner:'
-        contributors_at_html: |-
-          <strong>Éisträich</strong>: Enthält Donnéeë vun der <a href="https://data.wien.gv.at/">Stad Wien</a> (ënner <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> a Land Tirol (ënner <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT mat Amendementer</a>).
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: Enthält Donnéeë vu GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada), a StatCan (Geography Division,
-          Statistics Canada).
-        contributors_fr_html: '<strong>Frankräich</strong>: Enthält Donnéeë vun der
-          <i>Direction Générale des Impôts</i>.'
-        contributors_nz_html: '<strong>Neiséiland</strong>: Enthält Donnéeë vum <i>Land
-          Information New Zealand Data Service</i> an ass fir d''Rëmbenotzen ënner
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> lizenzéiert.'
-        contributors_es_html: |-
-          <strong>Spuenien</strong>: Enthält Donnéeë vum spuenesche nationale geographeschen Institut (<a href="http://www.ign.es/">IGN</a>) an nationale kartographesche System (<a href="http://www.scne.es/">SCNE</a>)
-          fir d'Rëmbenotzen ënner <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> lizenzéiert.
+        contributors_at_austria: Éisträich
+        contributors_at_stadt_wien: Stad Wien
+        contributors_au_australia: Australien
+        contributors_ca_canada: Kanada
+        contributors_fi_finland: Finnland
+        contributors_fr_france: Frankräich
+        contributors_nl_netherlands: Holland
+        contributors_nz_new_zealand: Neiséiland
+        contributors_si_slovenia: Slowenien
+        contributors_es_spain: Spuenien
+        contributors_za_south_africa: Südafrika
+        contributors_gb_united_kingdom: Vereenegt Kinnekräich
         infringement_title_html: Copyright-Verletzung
-        trademarks_title_html: <span id="trademarks"></span>Markenzeechen
-        trademarks_1_html: OpenStreetMap, de Luppelogo a „State of the Map“ sinn agedroe
-          Wouerzeeche vun der OpenStreetMap Foundation. Falls du Froen iwwer d'Verwendung
-          vu Marken hues, lies wannechgelift eis <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy"><Markerichtlinn</a>.
     index:
       js_1: Dir hutt entweder e Browser dee JavaScript net ënnerstëtzt oder Dir hutt
         JavaScript desaktivéiert.
@@ -2187,7 +2137,7 @@ lb:
       newer: Méi nei Spueren
     trace:
       count_points:
-        one: 1 Punkt
+        one: '%{count} Punkt'
         other: '%{count} Punkten'
       more: méi
       trace_details: Detailer vun de Spueren uweisen
@@ -2410,19 +2360,19 @@ lb:
     helper:
       block_duration:
         hours:
-          one: 1 Stonn
+          one: '%{count} Stonn'
           other: '%{count} Stonnen'
         days:
-          one: 1 Dag
+          one: '%{count} Dag'
           other: '%{count} Deeg'
         weeks:
-          one: 1 Woch
+          one: '%{count} Woch'
           other: '%{count} Wochen'
         months:
-          one: 1 Mount
+          one: '%{count} Mount'
           other: '%{count} Méint'
         years:
-          one: 1 Joer
+          one: '%{count} Joer'
           other: '%{count} Joren'
     blocks_on:
       title: Späre vum %{name}
@@ -2466,16 +2416,6 @@ lb:
       open_title: 'Ongeléisten Hiweis #%{note_name}'
       closed_title: 'Geléisten Hiweis #%{note_name}'
       hidden_title: Verstoppt Notiz N° %{note_name}
-      opened_by_html: Ugeluecht vum %{user} <abbr title='%{exact_time}'>viru(n) %{when}</abbr>
-      opened_by_anonymous_html: Ugeluecht vun engem Anonymen <abbr title='%{exact_time}'>
-        viru(n) %{when}</abbr>
-      commented_by_html: Bemierkung vum %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Bemierkung vun engem Anonymen <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Geléist vum %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Geléist vun engem Anonymen <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reaktivéiert vum %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reaktivéiert vun engem Anonymen <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Verstoppt vum %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: Dësen Hiweis mellen
       hide: Verstoppen
       resolve: Léisen
@@ -2511,11 +2451,11 @@ lb:
       locate:
         title: Weise wou ech sinn
         metersPopup:
-          one: Dir sidd manner wéi ee Meter vun dësem Punkt ewech
-          other: Dir sidd %{count} Meter vun dësem Punkt ewech
+          one: Dir sidd manner wéi %{count} Meter vun dësem Punkt ewech
+          other: Dir sidd manner wéi %{count} Meter vun dësem Punkt ewech
         feetPopup:
-          one: Dir sidd manner wéi ee Fouss vun dësem Punkt ewech
-          other: Dir sidd %{count} Féiss vun dësem Punkt ewech
+          one: Dir sidd manner wéi %{count} Fouss vun dësem Punkt ewech
+          other: Dir sidd manner wéi %{count} Féiss vun dësem Punkt ewech
       base:
         standard: Standard
         cyclosm: CyclOSM
@@ -2530,10 +2470,6 @@ lb:
         gps: Ëffentlech GPS Spueren
         overlays: Overlayë fir d’Feelersich aktivéieren
         title: Niveauen
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap-Matwierkend</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Maacht een Don</a>
-      terms: <a href='%{terms_url}' target='_blank'>Notzungskonditioune vun der Websäit
-        an der API</a>
     site:
       edit_tooltip: Kaart änneren
       edit_disabled_tooltip: Vergréissere fir d'Kaart z'änneren
index f05df8d3715bb9ccf317cbb82796ff01f37d7185..1b298109903cfba3ee75d7cb694c1d294a648e8a 100644 (file)
@@ -13,6 +13,7 @@
 # Author: Manvydasz
 # Author: Matasg
 # Author: McDutchie
+# Author: Nokeoo
 # Author: Pauliuz
 # Author: Pavel1513
 # Author: Pdxx
 # Author: Ruila
 # Author: Techwebpd
 # Author: Tomasdd
+# Author: UndefinedCarp
 # Author: Zygimantus
 ---
 lt:
   time:
     formats:
       friendly: '%Y m. %B %e d., %H:%M'
+      blog: '%Y %m %d'
   helpers:
     file:
       prompt: Pasirinkti failą
     submit:
       diary_comment:
-        create: Įrašyti
+        create: Komentuoti
       diary_entry:
         create: Publikuoti
         update: Atnaujinti
@@ -43,6 +46,7 @@ lt:
         create: Registruotis
         update: Atnaujinti
       oauth2_application:
+        create: Registruotis
         update: Atnaujinti
       redaction:
         create: Kurti redakciją
@@ -101,6 +105,7 @@ lt:
         support_url: Palaikymo URL
         allow_read_prefs: peržiūrėti jų naudotojo nustatymus
         allow_write_prefs: redaguoti jų naudotojo nustatymus
+        allow_write_diary: kurti dienoraščio įrašus, komentarus ir susirasti draugų
         allow_write_api: redaguoti žemėlapį
         allow_read_gpx: peržiūrėti jų privačius GPS pėdsakus
         allow_write_gpx: įkelti GPS pėdsakus
@@ -110,11 +115,14 @@ lt:
       diary_entry:
         user: Naudotojas
         title: Antraštė
+        body: Tekstas
         latitude: Platuma
         longitude: Ilguma
         language_code: Kalba
       doorkeeper/application:
         name: Vardas
+        redirect_uri: Nukreipimo adresai (URIs)
+        confidential: Konfidenciali programa?
         scopes: Leidimai
       friend:
         user: Naudotojas
@@ -143,6 +151,8 @@ lt:
         category: Pasirinkti pranešimo priežastį
         details: Prašoma pateikti daugiau informacijos apie problemą (privaloma).
       user:
+        auth_provider: Tapatumo nustatymo teikėjas
+        auth_uid: Tapatumo nustatymo UID
         email: El. paštas
         email_confirmation: El. pašto patvirtinimas
         new_email: Naujas el. pašto adresas
@@ -156,9 +166,18 @@ lt:
         pass_crypt: Slaptažodis
         pass_crypt_confirmation: Patvirtinti slaptažodį
     help:
+      doorkeeper/application:
+        confidential: Programa bus naudojama kur kliento paslaptis bus saugoma konfidencialiai
+          (programėlės telefone ir vieno puslapio programos nėra konfidencialios)
+        redirect_uri: Eilutėje įrašykite po vieną adresą (URI)
       trace:
         tagstring: atskirta kableliais
       user_block:
+        reason: Priežastis, dėl kurios naudotojas buvo užblokuotas. Būkite ramūs ir
+          supratingi, pateikite kiek įmanoma daugiau informacijos apie situaciją,
+          nepamiršdami, kad pranešimas bus matomas viešai. Atminkite, kad ne visi
+          naudotojai supranta bendruomenės žargoną, todėl prašome naudoti visiems
+          suprantamą kalbą.
         needs_view: Ar naudotojas turi prisiregistruoti, tam kad šis blokavimas būtų
           panaikintas?
       user:
@@ -166,42 +185,66 @@ lt:
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: prieš maždaug 1 valandą
-        other: prieš maždaug %{count} valandas
+        one: maždaug prieš %{count} valandą
+        few: maždaug prieš %{count} valandas
+        many: maždaug prieš %{count} valandą
+        other: maždaug prieš %{count} valandų
       about_x_months:
-        one: prieš maždaug 1 mėnesį
-        other: prieš maždaug %{count} mėnesius
+        one: maždaug prieš %{count} mėnesį
+        few: maždaug prieš %{count} mėnesius
+        many: maždaug prieš %{count} mėnesį
+        other: maždaug prieš %{count} mėnesių
       about_x_years:
-        one: prieš maždaug 1 metus
-        other: prieš maždaug %{count} metus
+        one: maždaug prieš %{count} metus
+        few: maždaug prieš %{count} metus
+        many: maždaug prieš %{count} metus
+        other: maždaug prieš %{count} metų
       almost_x_years:
-        one: prieš beveik 1 metus
-        other: prieš beveik %{count} metus
+        one: beveik prieš %{count} metus
+        few: beveik prieš %{count} metus
+        many: beveik prieš %{count} metus
+        other: beveik prieš %{count} metų
       half_a_minute: prieš pusę minutės
       less_than_x_seconds:
-        one: mažiau nei prieš 1 sekundę
-        other: prieš mažiau nei %{count} sekundes
+        one: prieš mažiau nei %{count} sekundę
+        few: prieš mažiau nei %{count} sekundes
+        many: prieš mažiau nei %{count} sekundę
+        other: prieš mažiau nei %{count} sekundžių
       less_than_x_minutes:
-        one: prieš mažiau nei minutę
+        one: prieš mažiau nei %{count} minutę
+        few: prieš mažiau nei %{count} minutes
+        many: prieš mažiau nei %{count} minutę
         other: prieš mažiau nei %{count} minučių
       over_x_years:
-        one: prieš daugiau nei 1 metus
-        other: prieš daugiau nei %{count} metus
+        one: prieš daugiau nei %{count} metus
+        few: prieš daugiau nei %{count} metus
+        many: prieš daugiau nei %{count} metus
+        other: prieš daugiau nei %{count} metų
       x_seconds:
-        one: prieš 1 sekundę
-        other: prieš %{count} sekundes
+        one: prieš %{count} sekundę
+        few: prieš %{count} sekundes
+        many: prieš %{count} sekundę
+        other: prieš %{count} sekundžių
       x_minutes:
-        one: prieš 1 minutę
-        other: prieš %{count} minutes
+        one: prieš %{count} minutę
+        few: prieš %{count} minutes
+        many: prieš %{count} minutę
+        other: prieš %{count} minučių
       x_days:
-        one: prieš 1 dieną
+        one: prieš %{count} dieną
+        few: prieš %{count} dienas
+        many: prieš %{count} dieną
         other: prieš %{count} dienų
       x_months:
-        one: prieš 1 mėnesį
-        other: prieš %{count} mėnesius
+        one: prieš %{count} mėnesį
+        few: prieš %{count} mėnesius
+        many: prieš %{count} mėnesį
+        other: prieš %{count} mėnesių
       x_years:
-        one: prieš 1 metus
-        other: prieš %{count} metus
+        one: prieš %{count} metus
+        few: prieš %{count} metus
+        many: prieš %{count} metus
+        other: prieš %{count} metų
   editor:
     default: Numatytasis (šiuo metu %{name})
     id:
@@ -242,17 +285,44 @@ lt:
       entry:
         comment: Komentaras
         full: Pilna pastaba
+  account:
+    deletions:
+      show:
+        title: Ištrinti mano paskyrą
+        warning: Dėmesio! Paskyros ištrynimas yra galutinis ir negrįžtamas.
+        delete_account: Ištrinti paskyrą
+        delete_introduction: 'Jūs galite ištrinti savo OpenStreetMap paskyrą paspausdami
+          žemiau esantį mygtuką. Atkreipkite dėmesį į šią informaciją:'
+        delete_profile: Jūsų profilio informacija, įskaitant pseudoportretą, aprašymą
+          ir namų vietą, bus pašalinta.
+        delete_display_name: Jūsų rodomas vardas bus pašalintas ir jį bus galima panaudoti
+          kitose paskyrose.
+        retain_caveats: 'Tačiau, net ir ištrynus paskyrą, dalis informacijos apie
+          Jus bus saugoma OpenStreetMap sistemoje:'
+        retain_edits: Jūsų atlikti pakeitimai žemėlapių duomenų bazėje, jei tokius
+          atlikote, bus išsaugoti.
+        retain_traces: Jūsų įkelti pėdsakai, jei tokių įkėlėte, bus išsaugoti.
+        retain_diary_entries: Jūsų dienoraščio įrašai ir dienoraščio komentarai, jei
+          tokių turite, bus išsaugoti, bet nerodomi.
+        retain_notes: Jūsų žemėlapio pastabos ir pastabų komentarai, jei tokius sukūrėte,
+          bus išsaugoti, bet nerodomi.
+        retain_changeset_discussions: Jūsų pakeitimų diskusijos, jei tokių yra, bus
+          išsaugotos.
+        retain_email: Jūsų el. pašto adresas bus išsaugotas.
+        confirm_delete: Ar tikrai?
+        cancel: Atšaukti
   accounts:
     edit:
       title: Keisti paskyrą
       my settings: Mano nustatymai
-      current email address: Dabartinis e-pašto adresas
+      current email address: Dabartinis el. pašto adresas
       external auth: Išorinė autentikacija
       openid:
         link text: kas tai?
       public editing:
         heading: Viešas keitimas
         enabled: Įjungtas. Nėra anoniminis ir gali keisti duomenis.
+        enabled link: https://wiki.openstreetmap.org/wiki/Anonymous_edits
         enabled link text: kas tai?
         disabled: Išjungtas ir negali keisti duomenų, visi ankstesni pakeitimai yra
           anonimiški.
@@ -265,30 +335,54 @@ lt:
           talkininkų sąlygas.
         agreed_with_pd: Jūs taip pat pareiškėte, kad visi jūsų pakeitimai yra viešo
           naudojimo.
+        link: https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms
         link text: kas tai?
       save changes button: Įrašyti pakeitimus
+      delete_account: Ištrinti paskyrą...
     go_public:
       heading: Viešas keitimas
+      currently_not_public: Šiuo metu Jūsų daromi pakeitimai yra anonimiški ir žmonės
+        negali siųsti Jums pranešimų ar matyti Jūsų buvimo vietos. Jei norite savo
+        pakeitimais pasidalinti su kitais ir leisti žmonėms susisiekti su Jumis per
+        svetainę, prašome paspausti žemiau esantį mygtuką.
+      only_public_can_edit: Nuo 0.6 API pakeitimo tik viešieji naudotojai gali redaguoti
+        žemėlapio duomenis.
+      find_out_why: sužinoti kodėl
+      email_not_revealed: Tapus viešuoju naudotoju Jūsų el. pašto adresas nebus atskleistas.
+      not_reversible: Šis veiksmas negali būti atšauktas ir visi nauji naudotojai
+        pagal nutylėjimą yra viešieji.
       make_edits_public_button: Padaryti visus mano pakeitimus viešais
     update:
       success_confirm_needed: Naudotojo informacija sėkmingai atnaujinta. Patikrinkite
         savo el. pašto dėžutę, kurioje turėtų būti pranešimas jūsų naujo el. pašto
         adreso patvirtinimui.
       success: Naudotojo informacija sėkmingai atnaujinta.
+    destroy:
+      success: Paskyra ištrinta.
   browse:
     created: Sukurtas
     closed: Uždarytas
-    created_html: Sukurtas <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Uždarytas <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Sukurtas <abbr title='%{title}'>%{time}</abbr> naudotojo %{user}
-    deleted_by_html: Ištrintas <abbr title='%{title}'>%{time}</abbr> naudotojo %{user}
-    edited_by_html: Keistas <abbr title='%{title}'>%{time}</abbr> naudotojo %{user}
-    closed_by_html: Uždarytas <abbr title='%{title}'>%{time}</abbr> naudotojo %{user}
+    created_ago_html: Sukurta %{time_ago}
+    closed_ago_html: Uždaryta %{time_ago}
+    created_ago_by_html: Sukurta %{user} %{time_ago}
+    closed_ago_by_html: Uždaryta %{user} %{time_ago}
+    deleted_ago_by_html: Ištrinta %{user} %{time_ago}
+    edited_ago_by_html: Redaguota %{user} %{time_ago}
     version: Versija
     in_changeset: Pakeitimas
     anonymous: anonimas
     no_comment: (nėra komentaro)
     part_of: Dalis
+    part_of_relations:
+      one: '{%count} ryšys'
+      few: '%{count} ryšiai'
+      many: '{%count} ryšys'
+      other: '%{count} ryšių'
+    part_of_ways:
+      one: '{%count} kelias'
+      few: '%{count} keliai'
+      many: '{%count} kelias'
+      other: '%{count} kelių'
     download_xml: Atsisiųsti XML
     view_history: Žiūrėti istoriją
     view_details: Žiūrėti detales
@@ -303,8 +397,8 @@ lt:
       relation: Ryšiai (%{count})
       relation_paginated: Ryšiai (%{x}-%{y} iš %{count})
       comment: Komentarai (%{count})
-      hidden_commented_by_html: Paslėptas naudotojo %{user} komentaras <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Naudotojo %{user} komentaras <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Paslėptas komentaras nuo %{user} %{time_ago}
+      comment_by_html: Komentaras nuo %{user} %{time_ago}
       changesetxml: Pakeitimo XML
       osmchangexml: osmChange XML
       feed:
@@ -321,6 +415,11 @@ lt:
       title_html: 'Kelias: %{name}'
       history_title_html: 'Kelio istorija: %{name}'
       nodes: Taškai
+      nodes_count:
+        one: '{%count} taškas'
+        few: '%{count} taškai'
+        many: '{%count} taškas'
+        other: '%{count} taškų'
       also_part_of_html:
         one: dalis kelio %{related_ways}
         other: dalis kelių %{related_ways}
@@ -328,6 +427,11 @@ lt:
       title_html: 'Ryšys: %{name}'
       history_title_html: 'Ryšio istorija: %{name}'
       members: Nariai
+      members_count:
+        one: '{%count} narys'
+        few: '%{count} nariai'
+        many: '{%count} narys'
+        other: '%{count} narių'
     relation_member:
       entry_role_html: '%{type} %{name} kaip %{role}'
       type:
@@ -347,6 +451,7 @@ lt:
         changeset: pakeitimas
         note: pastaba
     timeout:
+      title: Laiko pabaigos klaida
       sorry: Atsiprašome, bet duomenys objekto su id %{id} ir tipo %{type} buvo ištraukiami
         per ilgai.
       type:
@@ -378,6 +483,7 @@ lt:
       wikimedia_commons_link: '%{page} Wikimedia Commons elementas'
       telephone_link: Skambinti %{phone_number}
       colour_preview: Spalvos %{colour_value} peržiūra
+      email_link: El. paštas %{email}
     query:
       title: Ieškoti geoobjektų
       introduction: Spauskite ant žemėlapio, norėdami rasti gretimus objektus
@@ -401,6 +507,7 @@ lt:
     index:
       title: Pakeitimai
       title_user: Naudotojo %{user} pakeitimai
+      title_user_link_html: '%{user_link} pakeitimai'
       title_friend: Mano draugų pakeitimai
       title_nearby: Netoliese esančių naudotojų pakeitimai
       empty: Nerasta pakeitimų.
@@ -434,6 +541,8 @@ lt:
       friend: Draugas
     show:
       title: Valdymo skydas
+      no_home_location_html: '%{edit_profile_link} ir nurodykite savo namų vietą,
+        kad matytumėte netoliese esančius naudotojus.'
       edit_your_profile: Redaguoti profilį
       my friends: Mano draugai
       no friends: Jūs dar nepridėjote nei vieno draugo.
@@ -512,6 +621,10 @@ lt:
         title: OpenStreetMap dienoraščio įrašai
         description: Paskutiniai OpenStreetMap naudotojų dienoraščių įrašai
     comments:
+      title: Dienoraščio komentarus pridėjo %{user}
+      heading: Naudotojo %{user} dienoraščio komentarai
+      subheading_html: Dienoraščio komentarus pridėjo %{user}
+      no_comments: Nėra dienoraščio komentarų
       post: Įrašas
       when: Kada
       comment: Komentaras
@@ -522,6 +635,25 @@ lt:
       applications:
         create:
           notice: Aplikacija užregistruota.
+  errors:
+    contact:
+      contact_url_title: Įvairių susisiekimo būdų paaiškinimas
+      contact: susisiekti
+      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).
+    forbidden:
+      title: Uždrausta
+      description: Jūsų prašomas veiksmas OpenStreetMap serveryje yra leidžiamas tik
+        administratoriams (HTTP 403)
+    internal_server_error:
+      title: Aplikacijos klaida
+      description: OpenStreetMap serveris susidūrė su netikėta sąlyga, kuri neleido
+        įvykdyti užklausos (HTTP 500)
+    not_found:
+      title: Failas nerastas
+      description: OpenStreetMap serveryje nepavyko rasti failo, katalogo ar API veiksmo
+        su nurodytu pavadinimu (HTTP 404)
   friendships:
     make_friend:
       heading: Pridėti „%{user}“ kaip draugą?
@@ -529,6 +661,8 @@ lt:
       success: '%{name} dabar jau yra jūsų draugas.'
       failed: Atsiprašome, nepavyko pridėti naudotojo %{name} į draugų sąrašą.
       already_a_friend: Jūs jau draugaujate su %{name}.
+      limit_exceeded: Pastaruoju metu Jūs pridėjote daug naudotojų į draugų sąrašą.
+        Prašome šiek tiek palaukti prieš pridedant daugiau naudotojų.
     remove_friend:
       heading: Nebedraugauti su naudotoju „%{user}“?
       button: Nebedraugauti
@@ -537,11 +671,10 @@ lt:
   geocoder:
     search:
       title:
-        latlon_html: <a href="https://openstreetmap.org/">Vidiniai</a> rezultatai
-        osm_nominatim_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> rezultatai
-        osm_nominatim_reverse_html: Rezultatai iš <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Rezultatai iš %{results_link}
+        latlon: Vidinis
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -551,17 +684,20 @@ lt:
           gondola: Gondola
           pylon: Stulpas
           station: Lyno stotis
+          "yes": Lyninis keltuvas
         aeroway:
           aerodrome: Aerodromas
           apron: Oro uosto aikštelė
-          gate: Vartai
+          gate: Oro uosto vartai
           hangar: Angaras
           helipad: Sraigtasparnių aikštelė
+          holding_position: Užlaikymo pozicija
           parking_position: Stovėjimo Pozicija
           runway: Pakilimo takas
           taxiway: Riedėjimo takas
-          terminal: Terminalas
+          terminal: Oro uosto terminalas
         amenity:
+          animal_boarding: Gyvūnų viešbutis
           animal_shelter: Gyvūnų prieglauda
           arts_centre: Menų centras
           atm: Bankomatas
@@ -598,6 +734,7 @@ lt:
           drinking_water: Geriamas vanduo
           driving_school: Vairavimo mokykla
           embassy: Ambasada
+          events_venue: Renginių vieta
           fast_food: Greitas maistas
           ferry_terminal: Keltų terminalas
           fire_station: Gaisrinė
@@ -614,6 +751,7 @@ lt:
           kindergarten: Vaikų darželis
           language_school: Kalbų mokykla
           library: Biblioteka
+          loading_dock: Pakrovimo dokas
           love_hotel: Meilės Viešbutis
           marketplace: Turgavietė
           monastery: Vienuolynas
@@ -625,6 +763,7 @@ lt:
           parking: Stovėjimo aikštelė
           parking_entrance: Įvažiavimas į stovėjimo aikštelę
           parking_space: Stovėjimo Vieta
+          payment_terminal: Mokėjimo terminalas
           pharmacy: Vaistinė
           place_of_worship: Maldos namai
           police: Policija
@@ -633,6 +772,7 @@ lt:
           prison: Kalėjimas
           pub: Aludė
           public_bath: Vieša Pirtis
+          public_bookcase: Knygų dalinimosi lentyna
           public_building: Visuomeninis pastatas
           recycling: Perdirbimo punktas
           restaurant: Restoranas
@@ -656,11 +796,14 @@ lt:
           waste_basket: Atliekų krepšelis
           waste_disposal: Atliekų šalinimas
           water_point: Vandens Punktas
+          weighbridge: Svarstyklės
         boundary:
           administrative: Administracinė riba
           census: Gyventojų surašymo teritorijos riba
           national_park: Nacionalinis parkas
+          political: Rinkiminė riba
           protected_area: Saugoma teritorija
+          "yes": Riba
         bridge:
           aqueduct: Akvedukas
           suspension: Kabantis tiltas
@@ -675,7 +818,10 @@ lt:
           church: Bažnyčios Pastatas
           college: Koledžo Pastatas
           commercial: Komercinės paskirties pastatas
+          construction: Statomas pastatas
+          detached: Individualus namas
           dormitory: Bendrabutis
+          duplex: Dvibutis
           farm: Ūkinis Namas
           garage: Garažas
           garages: Garažai
@@ -684,33 +830,53 @@ lt:
           hospital: Ligoninės pastatas
           hotel: Viešbučio Pastatas
           house: Namas
+          hut: Trobelė
           industrial: Pramoninis pastatas
           kindergarten: Darželio Pastatas
           office: Biurų pastatas
           public: Visuomeninis pastatas
           residential: Gyvenamasis pastatas
           retail: Mažmeninės prekybos pastatas
+          roof: Stogas
+          ruins: Sugriuvęs pastatas
           school: Mokyklos pastatas
+          shed: Pašiūrė
+          stable: Arklidė
+          static_caravan: Karavanas
           terrace: Terasos Pastatas
           train_station: Traukinių Stoties Pastatas
           university: Universiteto pastatas
+          warehouse: Sandėlis
           "yes": Pastatas
+        club:
+          sport: Sporto klubas
+          "yes": Klubas
         craft:
+          beekeeper: Bitininkas
+          blacksmith: Kalvis
           brewery: Alaus darykla
           carpenter: Dailidė
+          confectionery: Konditerija
           electrician: Elektrikas
+          electronics_repair: Elektronikos taisykla
           gardener: Sodininkas
+          handicraft: Rankdarbiai
           painter: Dažytojas
           photographer: Fotografas
           plumber: Santechnikas
+          roofer: Stogdengys
+          sawmill: Lentpjūvė
           shoemaker: Batsiuvys
           tailor: Siuvėjas
+          winery: Vyno darykla
           "yes": Amatų parduotuvė
         emergency:
           ambulance_station: Greitosios medicinos pagalbos stotis
           assembly_point: Susirinkimo taškas
           defibrillator: Defibriliatorius
+          fire_extinguisher: Gesintuvas
           landing_site: Avarinio nusileidimo aikštelė
+          life_ring: Gelbėjimo ratas
           phone: Avarinis telefonas
         highway:
           abandoned: Apleistas kelias
@@ -719,6 +885,7 @@ lt:
           bus_stop: Autobusų stotelė
           construction: Statomas kelias
           corridor: Koridorius
+          crossing: Perėja
           cycleway: Dviračių takas
           elevator: Liftas
           emergency_access_point: Skubios prieigos punktas
@@ -773,6 +940,7 @@ lt:
           memorial: Memorialas
           mine: Kasykla
           monument: Paminklas
+          railway: Istorinis geležinkelis
           roman_road: Romėnų kelias
           ruins: Griuvėsiai
           stone: Akmuo
@@ -790,8 +958,8 @@ lt:
           brownfield: Apleista teritorija
           cemetery: Kapinės
           commercial: Komercinis plotas
-          conservation: Apsaugos zona
-          construction: Statyba
+          conservation: Saugoma teritorija
+          construction: Statybų aikštelė
           farmland: Fermos žemės
           farmyard: Ferma
           forest: Miškas
@@ -810,7 +978,7 @@ lt:
           reservoir: Rezervuaras
           reservoir_watershed: Vandens rezervuaras
           residential: Gyvenamasis rajonas
-          retail: Mažmeninė prekyba
+          retail: Mažmeninės prekybos zona
           village_green: Gyvenvietės žalioji zona
           vineyard: Vynuogynas
           "yes": Žemėnauda
@@ -818,6 +986,7 @@ lt:
           beach_resort: Pajūrio kurortas
           bird_hide: paukščių stebėjimo vieta
           common: Bendra žemė
+          dance: Šokių salė
           dog_park: Šunų parkas
           firepit: Laužavietė
           fishing: Žvejybos zona
@@ -825,7 +994,7 @@ lt:
           fitness_station: Fitneso treniruočių vieta
           garden: Sodas
           golf_course: Golfo laukas
-          horse_riding: Jodinėjimas žirgais
+          horse_riding: Jodinėjimo žirgais centras
           ice_rink: Slidinėjimo vieta (paklojant užšąlantį vandenį)
           marina: Valčių ir nedidelių laivų prieplauka
           miniature_golf: Mini golfas
@@ -844,10 +1013,21 @@ lt:
           water_park: Vandens parkas
           "yes": Laisvalaikis
         man_made:
+          advertising: Reklama
+          antenna: Antena
+          avalanche_protection: Apsauga nuo lavinų
+          beacon: Radijo švyturys
+          beehive: Bičių avilys
+          breakwater: Molas
           bridge: Tiltas
           bunker_silo: Bunkeris
+          cairn: Kernas
           chimney: Kaminas
+          communications_tower: Ryšių bokštas
           crane: Kranas
+          cross: Kryžius
+          dyke: Pylimas
+          flagpole: Vėliavos stiebas
           lighthouse: Švyturys
           mast: Stiebas
           mine: Kasykla
@@ -855,9 +1035,16 @@ lt:
           monitoring_station: Stebėjimo Stotis
           petroleum_well: Naftos šulinys
           pipeline: Vamzdynas
+          pumping_station: Siurblinė
+          reservoir_covered: Uždengtas rezervuaras
+          silo: Siloso bokštas
+          snow_cannon: Sniego patranka
+          snow_fence: Sniego tvora
           surveillance: Stebėjimas
+          telescope: Teleskopas
           tower: Bokštas
           watermill: Vandens Malūnas
+          water_tap: Vandens čiaupas
           water_tower: Vandens Bokštas
           water_well: Šulinys
           windmill: Vėjo malūnas
@@ -871,6 +1058,7 @@ lt:
         mountain_pass:
           "yes": Kalnų perėja
         natural:
+          atoll: Atolas
           bay: Įlanka
           beach: Paplūdimys
           cape: Kyšulys
@@ -887,12 +1075,15 @@ lt:
           grassland: Žolė
           heath: Dykynė
           hill: Kalva
+          hot_spring: Karštoji versmė
           island: Sala
+          isthmus: Sąsmauka
           land: Žemė
           marsh: Pelkė
           moor: Dažnai užliejama vieta
           mud: Purvas
           peak: Viršūnė
+          peninsula: Pusiasalis
           point: Taškas
           reef: Rifas
           ridge: Ketera
@@ -905,6 +1096,8 @@ lt:
           stone: Akmuo
           strait: Sąsiauris
           tree: Medis
+          tree_row: Medžių eilė
+          tundra: Tundra
           valley: Slėnis
           volcano: Ugnikalnis
           water: Vanduo
@@ -913,22 +1106,31 @@ lt:
         office:
           accountant: Buhalteris
           administrative: Administracija
+          advertising_agency: Reklamos agentūra
           architect: Architektas
           association: Asociacija
           company: Bendrovė
+          diplomatic: Diplomatinis biuras
           educational_institution: Švietimo Įstaiga
           employment_agency: Įdarbinimo agentūra
+          energy_supplier: Energijos tiekėjo biuras
           estate_agent: Nekilnojamojo turto agentas
+          financial: Finansų biuras
           government: Vyriausybinė tarnyba
           insurance: Draudimo įstaiga
           it: IT Ofisas
           lawyer: Advokatas
+          logistics: Logistikos biuras
+          newspaper: Laikraščio biuras
           ngo: NGO įstaiga
+          notary: Notaro biuras
+          research: Tyrimų biuras
           telecommunication: Telekomunikacijų tarnyba
           travel_agent: Kelionių agentūra
           "yes": Biuras
         place:
           allotments: Kolektyviniai sodai
+          archipelago: Salynas
           city: Miestas
           city_block: Miesto Blokas
           country: Šalis
@@ -943,6 +1145,7 @@ lt:
           locality: Vietovė
           municipality: Savivaldybė
           neighbourhood: Rajonas
+          plot: Sklypas
           postcode: Pašto kodas
           region: Regionas
           sea: Jūra
@@ -968,6 +1171,7 @@ lt:
           platform: Geležinkelio platforma
           preserved: Paveldo geležinkelis
           proposed: Projektuojamas gelžkelis
+          rail: Bėgiai
           spur: Geležinkelio atsišakojimas
           station: Geležinkelio stotis
           stop: Geležinkelio sustojimas
@@ -981,7 +1185,10 @@ lt:
           alcohol: Licencijuotos parduotuvės
           antiques: Antikvariniai daiktai
           art: Meno parduotuvė
+          baby_goods: Kūdikių prekių parduotuvė
+          bag: Rankinių parduotuvė
           bakery: Kepykla
+          bathroom_furnishing: Vonios kambario baldų parduotuvė
           beauty: Grožio salonas
           beverages: Gėrimų parduotuvė
           bicycle: Dviračių parduotuvė
@@ -994,63 +1201,94 @@ lt:
           car_repair: Automobilių remontas
           carpet: Kilimų parduotuvė
           charity: Labdaros parduotuvė
+          cheese: Sūrio parduotuvė
           chemist: Chemikas
+          chocolate: Šokoladinė
           clothes: Drabužių parduotuvė
+          coffee: Kavinė
           computer: Kompiuterių parduotuvė
           confectionery: Konditerijos parduotuvė
           convenience: Parduotuvė
           copyshop: Kanceliarinių prekių parduotuvė
           cosmetics: Kosmetikos parduotuvė
+          craft: Rankdarbių reikmenų parduotuvė
+          curtain: Užuolaidų parduotuvė
+          dairy: Pieno produktų parduotuvė
           deli: Gastronomas
           department_store: Universalinė parduotuvė
           discount: Nukainotų prekių parduotuvė
-          doityourself: Pasidaryk pats
+          doityourself: Parduotuvė „Pasidaryk pats“
           dry_cleaning: Sausasis valymas
+          e-cigarette: Elektroninių cigarečių parduotuvė
           electronics: Elektronikos parduotuvė
+          erotic: Erotikos prekių parduotuvė
           estate_agent: Nekilnojamojo turto agentas
+          fabric: Audinių parduotuvė
           farm: Ūkio parduotuvė
           fashion: Mados parduotuvė
+          fishing: Žvejybos reikmenų parduotuvė
           florist: Gėlininkas
           food: Maisto parduotuvė
+          frame: Rėmų parduotuvė
           funeral_directors: Laidotuvių direktoriai
           furniture: Baldai
           garden_centre: Sodo prekės
+          gas: Dujų parduotuvė
           general: Bendroji parduotuvė
           gift: Dovanų parduotuvė
           greengrocer: Daržovių ir vaisių pardavėjas
           grocery: Gastronomas
           hairdresser: Kirpykla
           hardware: Aparatūros parduotuvė
-          hifi: Hi-Fi
+          health_food: Sveiko maisto parduotuvė
+          hearing_aids: Klausos aparatai
+          herbalist: Žolininkas
+          hifi: Hi-Fi parduotuvė
+          houseware: Namų apyvokos reikmenų parduotuvė
+          ice_cream: Ledų parduotuvė
           interior_decoration: Interjero Dekoracija
           jewelry: Juvelyrikos parduotuvė
           kiosk: Kioskas
           laundry: Skalbykla
+          locksmith: Spynininkas
           lottery: Loterija
           mall: Prekybos centras
           massage: Masažas
+          medical_supply: Medicinos reikmenų parduotuvė
           mobile_phone: Mobiliųjų telefonų parduotuvė
           motorcycle: Motociklų parduotuvė
+          motorcycle_repair: Motociklų remonto dirbtuvės
           music: Muzikos prekių parduotuvė
+          musical_instrument: Muzikos instrumentai
           newsagent: Spaudos pardavėjas
+          nutrition_supplements: Maisto papildai
           optician: Optikas
           organic: Ekologiškų maisto produktų parduotuvė
           outdoor: Lauko parduotuvė
           paint: Dažų Parduotuvė
+          pastry: Konditerijos parduotuvė
+          pawnbroker: Lombardas
+          perfumery: Parfumerijos parduotuvė
           pet: Naminių gyvūnėlių parduotuvė
           photo: Foto prekių parduotuvė
+          seafood: Jūros gėrybės
           second_hand: Dėvėtų parduotuvė
+          sewing: Siuvimo reikmenų parduotuvė
           shoes: Batų parduotuvė
           sports: Sporto prekių parduotuvė
           stationery: Raštinės reikmenys
           supermarket: Prekybos centras
           tailor: Siuvėjas
+          tattoo: Tatuiruočių salonas
+          tea: Arbatos parduotuvė
           ticket: Bilietų Parduotuvė
           tobacco: Tabako Parduotuvė
           toys: Žaislų parduotuvė
           travel_agency: Kelionių agentūra
           tyres: Padangų Parduotuvė
+          variety_store: Įvairių prekių parduotuvė
           video: Video parduotuvė
+          video_games: Vaizdo žaidimų parduotuvė
           wine: Vyno Parduotuvė
           "yes": Parduotuvė
         tourism:
@@ -1059,7 +1297,7 @@ lt:
           artwork: Meno dirbiniai
           attraction: Lankytina vieta
           bed_and_breakfast: Nakvynės namai (viešbutis)
-          cabin: Kabina
+          cabin: Turistų namelis
           camp_site: Stovyklavietė
           caravan_site: Kemperių aikštelė
           chalet: Trobelė
@@ -1116,14 +1354,20 @@ lt:
     index:
       title: Problemos
       select_status: Parinkite būseną
+      select_type: Pasirinkite tipą
       search: Ieškoti
+      search_guidance: 'Problemų paieška:'
+      user_not_found: Naudotojo nėra
+      issues_not_found: Tokių problemų nerasta
       status: Būsena
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> %{user}
+      reports: Pranešimai
+      last_updated: Paskutinis atnaujinimas
       link_to_reports: Žiūrėti pranešimus
       reports_count:
-        one: 1 Report
-        other: '%{count} pranešimas'
+        one: '{%count} pranešimas'
+        few: '%{count} pranešimai'
+        many: '{%count} pranešimas'
+        other: '%{count} pranešimų'
       reported_item: Praneštas elementas
       states:
         ignored: Ignoruota
@@ -1132,8 +1376,9 @@ lt:
     show:
       title: '%{status} Problema #%{issue_id}'
       reports:
-        zero: No reports
-        one: 1 report
+        one: '{%count} pranešimas'
+        few: '%{count} pranešimai'
+        many: '{%count} pranešimas'
         other: '%{count} pranešimų'
       report_created_at: Pirmą kartą pranešta %{datetime}
       last_resolved_at: Paskutinį kartą išspręsta %{datetime}
@@ -1165,6 +1410,8 @@ lt:
   issue_comments:
     create:
       comment_created: Jūsų komentaras sėkmingai sukurtas
+      issue_reassigned: Jūsų komentaras buvo sukurtas ir problema buvo priskirta iš
+        naujo
   reports:
     new:
       title_html: Pranešimas %{link}
@@ -1228,6 +1475,7 @@ lt:
     hosting_partners_html: Hostinimo paslaugas teikia %{ucl}, %{fastly}, %{bytemark}
       ir kiti %{partners}.
     partners_ucl: UCL
+    partners_fastly: Fastly
     partners_bytemark: Bytemark serveris
     partners_partners: partneriai
     tou: Naudojimo sąlygos
@@ -1239,6 +1487,7 @@ lt:
     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
@@ -1253,13 +1502,20 @@ lt:
       hi: Sveiki, %{to_user},
       header: '%{from_user} pakomentavo jūsų OpenStreetMap dienoraščio įrašą su tema
         %{subject}:'
+      header_html: '%{from_user} pakomentavo OpenStreetMap dienoraščio įrašą, kurio
+        antraštė %{subject}'
       footer: Taip pat galite perskaityti komentarą adresu %{readurl} ir komentuoti
         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}
     message_notification:
+      subject: '[OpenStreetMap] %{message_title}'
       hi: Sveiki, %{to_user},
       header: '%{from_user} atsiuntė jums pranešimą per OpenStreetMap su tema „%{subject}“:'
       header_html: '%{from_user} atsiuntė jums pranešimą naudojant OpenStreetMap su
         tema „%{subject}“:'
+      footer: Jūs taip pat galite perskaityti pranešimą %{readurl} ir nusiųsti žinutę
+        autoriui %{replyurl}
       footer_html: Pranešimą galite skaityti čia %{readurl}, o nusiųsti žinutę autoriui
         galite čia %{replyurl}
     friendship_notification:
@@ -1267,14 +1523,22 @@ lt:
       subject: '[OpenStreetMap] %{user} prisidėjo jus kaip draugą'
       had_added_you: '%{user} pridėjo jus į savo OpenStreetMap draugų sąrašą.'
       see_their_profile: Galite peržiūrėti jo profilį adresu %{userurl}.
+      see_their_profile_html: Galite peržiūrėti jų profilį %{userurl}
       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
+        %{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ų
     gpx_failure:
+      hi: Sveiki, %{to_user},
       failed_to_import: 'nebuvo sėkmingai importuotas. Štai klaidos pranešimas:'
+      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:
-      loaded_successfully: '{{PLURAL|one=sėkmingai įkelta su %{trace_points} iš galimo
-        1 taško.|sėkmingai įkelta su %{trace_points} iš galimų %{possible_points}
-        taškų.'
+      hi: Sveiki, %{to_user},
       subject: '[OpenStreetMap] Sėkmingai įkeltas pėdsakas (GPX)'
     signup_confirm:
       subject: '[OpenStreetMap] Sveiki atvykę į OpenStreetMap'
@@ -1307,21 +1571,33 @@ lt:
         subject_other: '[OpenStreetMap] %{commenter} pakomentavo jūsų dominančia pastabą'
         your_note: '%{commenter} paliko komentarą viename iš jūsų žemėlapio pastabų
           šalia %{place}.'
+        your_note_html: '%{commenter} paliko komentarą vienoje iš Jūsų žemėlapio pastabų
+          netoliese %{place}.'
         commented_note: '%{commenter} paliko komentarą žemėlapio pastabą kurį jūs
           komentavote. Pastaba yra šalia %{place}.'
+        commented_note_html: '%{commenter} paliko komentarą prie žemėlapio pastabos,
+          kurią komentavote. Pastaba yra netoliese %{place}.'
       closed:
         subject_own: '[OpenStreetMap] %{commenter} išsprendė vieną iš jūsų pastabos'
         subject_other: '[OpenStreetMap] %{commenter} išsprendė jūsų dominančia pastaba'
         your_note: '%{commenter} išsprendė vieną iš jūsų žemėlapio pastabų šalia %{place}.'
+        your_note_html: '%{commenter} išsprendė vieną iš Jūsų žemėlapio pastabų netoliese
+          %{place}.'
         commented_note: '%{commenter} išsprendė žemėlapio pastabą, kurią jūs pakomentavote.
           Pastaba yra šalia %{place}.'
+        commented_note_html: '%{commenter} išsprendė Jūsų pakomentuotą žemėlapio pastabą.
+          Pastaba yra netoliese %{place}.'
       reopened:
         subject_own: '[OpenStreetMap] %{commenter} aktyvavo vieną iš jūsų pastabų'
         subject_other: '[OpenStreetMap] %{commenter} aktyvavo pastabą, kuriuo jūs
           susidomėjęs(-usi)'
         your_note: '%{commenter} aktyvavo vieną iš jūsų žemėlapio pastabų netoli %{place}.'
+        your_note_html: '%{commenter} pakartotinai aktyvavo vieną iš Jūsų žemėlapio
+          pastabų netoliese %{place}.'
         commented_note: '%{commenter} aktyvavo žemėlapio pastabą, kurį jūs pakomentavote.
           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}.
     changeset_comment_notification:
@@ -1332,13 +1608,20 @@ lt:
         subject_other: '[OpenStreetMap] %{commenter} pakomentavo vieną iš jus dominančių
           pakeitimų'
         your_changeset: '%{commenter} %{time} pakomentavo vieną iš jūsų pakeitimų'
+        your_changeset_html: '%{commenter} %{time} pakomentavo vieną iš jūsų pakeitimų'
         commented_changeset: '%{commenter} paliko komentarą %{time} prie jūsų stebimo
           pakeitimo sukurto %{changeset_author}'
+        commented_changeset_html: '%{commenter} paliko komentarą %{time} prie jūsų
+          stebimo pakeitimo sukurto %{changeset_author}'
         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“.
   confirmations:
     confirm:
       heading: Patikrinkite savo pašto dėžutę!
@@ -1351,6 +1634,9 @@ lt:
       success: Jūsų paskyra patvirtinta. Ačiū už registraciją!
       already active: Ši paskyra jau yra patvirtinta.
       unknown token: Šis patvirtinimo kodas nebegalioja arba neegzistuoja.
+      resend_html: Jei norite, kad dar kartą atsiųstume patvirtinimo el. laišką, paspauskite
+        šią nuorodą %{reconfirm_link}.
+      click_here: spauskite čia
     confirm_resend:
       failure: Naudotojas %{name} nerastas.
     confirm_email:
@@ -1362,10 +1648,17 @@ lt:
       failure: Elektroninio pašto adresas jau patvirtintas naudojant šį atpažinimo
         ženklą.
       unknown_token: Šitas patvirtinimo kodas paseno arba neegzistuoja.
+    resend_success_flash:
+      confirmation_sent: Išsiuntėme naują patvirtinimo pranešimą į %{email}. Patvirtinę
+        paskyrą galėsite pradėti redaguoti žemėlapį.
+      whitelist: Jei naudojate apsaugos nuo šlamšto sistemą, kuri siunčia patvirtinimo
+        prašymus, prašome pridėti %{sender} į leidžiamų sąrašą, nes mes negalime atsakyti
+        į patvirtinimo prašymus.
   messages:
     inbox:
       title: Gautieji
       my_inbox: Mano gauti
+      my_outbox: Išsiųsti
       messages: Jūs turite %{new_messages} ir %{old_messages}
       new_messages:
         one: '%{count} naujas pranešimas'
@@ -1398,6 +1691,8 @@ lt:
       body: Gaila, bet žinutės su tokiu id nėra.
     outbox:
       title: Išsiųstieji
+      my_inbox: Gautieji
+      my_outbox: Išsiųsti
       messages:
         one: Jūs %{count} nusiųstą pranešimą
         other: Jūs %{count} nusiųstus(-ų) pranešimus(-ų)
@@ -1445,12 +1740,29 @@ lt:
       reset: Iš naujo nustatyti slaptažodį
       flash changed: Jūsų slaptažodis sėkmingai pakeistas.
       flash token bad: Ženklas nerastas, galbūt bloga nuoroda?
+  preferences:
+    show:
+      title: Mano parinktys
+      preferred_editor: Pageidautina rengyklė
+      preferred_languages: Pageidautinos kalbos
+      edit_preferences: Keisti parinktis
+    edit:
+      title: Keisti parinktis
+      save: Atnaujinti parinktis
+      cancel: Atšaukti
+    update:
+      failure: Nepavyko atnaujinti parinkčių.
+    update_success_flash:
+      message: Parinktys atnaujintos.
   profiles:
     edit:
+      title: Redaguoti profilį
+      save: Atnaujinti profilį
+      cancel: Atšaukti
       image: Nuotrauka
       gravatar:
         gravatar: Naudoti Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
+        what_is_gravatar: Kas yra Gravatar?
         disabled: Gravatar buvo išjungtas.
         enabled: Jūsų Gravatar rodymas įjungtas.
       new image: Pridėti nuotrauką
@@ -1462,6 +1774,9 @@ lt:
       home location: Pradinė lokacija
       no home location: Jūs neįvedėte savo namų pozicijos
       update home location on click: Atnaujinti namų poziciją paspaudus ant žemėlapio?
+    update:
+      success: Profilis atnaujintas.
+      failure: Nepavyko atnaujinti profilio.
   sessions:
     new:
       title: Prisijungti
@@ -1506,14 +1821,31 @@ lt:
       title: Atsijungti
       heading: Atsijungti nuo OpenStreetMap
       logout_button: Atsijungti
+    suspended_flash:
+      suspended: Atsiprašome, bet Jūsų paskyrą išjungėme dėl įtartinos veiklos.
+      contact_support_html: Jei norite tai aptarti, prašome susisiekti su %{support_link}.
+      support: pagalba
   shared:
     markdown_help:
+      heading_html: Išnagrinėta su %{kramdown_link}
+      headings: Antraštės
+      heading: Antraštė
+      subheading: Poraštė
+      unordered: Nerikiuotas sąrašas
+      ordered: Surikiuotas sąrašas
+      first: Pirmas įrašas
+      second: Antras įrašas
       link: Nuoroda
       text: Tekstas
+      image: Paveikslėlis
+      alt: Alternatyvusis tekstas
+      url: Interneto adresas (URL)
+    richtext_field:
+      edit: Redaguoti
+      preview: Peržiūrėti
   site:
     about:
       next: Kitas
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>talkininkai
       used_by_html: '%{name} pateikia žemėlapio duomenis tūkstančiams interneto puslapių,
         mobilių aplikacijų ir techninės įrangos įrenginių'
       lede_text: OpenStreetMap kuria bendruomenė žymėtojų, kuriančių ir prižiūrinčių
@@ -1523,25 +1855,8 @@ 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_html: OpenStreetMap bendruomenė yra įvairi, aistringa ir auganti
-        kiekvieną dieną. Tarp mūsų talkininkų yra žymėtojai entuziastai, GIS profesionalai,
-        OSM stotis prižiūrintys inžinieriai, žmonės žymintys nelaimių vietas ir daug
-        kitų. Norėdami daugiau sužinoti apie bendruomenę, skaitykite <a href='%{diary_path}'>naudotojų
-        dienoraščius</a>, <a href='http://blogs.openstreetmap.org/'>bendruomenės dienoraščius</a>
-        ir <a href='http://www.osmfoundation.org/'>OSM fondo</a> svetainę.
       open_data_title: Atviri duomenys
-      open_data_html: 'OpenStreetMap yra <i>atviri duomenys</i>: jūs galite laisvai
-        juos naudoti bet kokiems tikslams, tol kol nepamirštate paminėti OpenStreetMap
-        ir jo talkininkus. Jei keičiate arba pildote duomenis, galite rezultatą teikti
-        tik su tokia pačia licencija. Daugiau informacijos rasite <a href=''%{copyright_path}''>Teisės
-        ir licencija</a>.'
       legal_title: Teisės
-      legal_1_html: "Šis puslapis ir daugelis kitų susijusių paslaugų yra formaliai
-        valdomi \n<a href='https://osmfoundation.org/'>OpenStreetMap fondo</a> (OSMF)
-        \nbendruomenės vardu. Visų OSMF valdomų paslaugų naudojimas turi <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">naudojimo
-        sąlygas</a>, <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nPriimtino
-        naudojimo politiką</a> ir mūsų <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">privatumo
-        politiką</a>."
       partners_title: Partneriai
     copyright:
       foreign:
@@ -1558,106 +1873,28 @@ lt:
         mapping_link: pradėti žymėjimą
       legal_babble:
         title_html: Autorinės teisės ir licencija
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> yra <i>laisvai prieinamas</i>, licencijuotas <a
-          href="http://osmfoundation.org/">OpenStreetMap fondo</a> (OSMF) pagal <a
-          href="http://opendatacommons.org/licenses/odbl/">„Open Data
-          Commons Open Database License“</a> (ODbL).
-        intro_2_html: |-
-          Jūs galite laisvai platinti ir pritaikyti mūsų duomenis tol, kol paminite OpenStreetMap ir jo kūrėjus. Jei naudodamiesi mūsų duomenimis sukursite savo duomenis, jūsų duomenys irgi turi būti licencijuoti pagal tą pačią licenziją.
-          <a href="http://opendatacommons.org/licenses/odbl/1.0/">Pilnas teisinis aprašymas</a> paaiškins jūsų teises ir atsakomybes.
-        intro_3_1_html: |-
-          Mūsų dokumentacija yra licencijuoti pagal <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> licenciją (CC-BY-SA).
         credit_title_html: Kaip paminėti OpenStreetMap
-        credit_1_html: |-
-          Mes reikalaujame, kad jūs parašytumėte "© OpenStreetMap
-           autoriai ".
-        credit_2_1_html: Jūs turite aiškiai parodyti, kad duomenys yra laisvai prieinami
-          pagal Open Database licenciją, o jei naudojate mūsų žemėlapio kaladėles,
-          tai kartografijos licencija yra CC-BY-SA. Tai padaryti galite pridėdami
-          nuorodą į <a href="http://www.openstreetmap.org/copyright">šį autorinių
-          teisių puslapį</a>. Kita vertus, ir kaip reikalavimas, jei platinate OSM
-          duomenų forma, jūs galite nurodyti licencijos pavadinimą ir pridėti nuorodą
-          į ją. Sklaidos priemonėse, kur nuorodos pateikti neįmanoma (pvz. spausdintuose
-          darbuose), mes siūlome jūsų skaitytojus nukreipti į openstreetmap.org (ko
-          gero išplečiant „OpenStreetMap“ iki pilno adreso), į opendatacommons.org
-          ir, jei tinka, į creativecommons.org.
-        credit_3_1_html: Turime skirtingus reikalavimus kaip turėtų būti rodoma informaciją
-          apie autorių teises, ir tai priklauso nuo to, kaip naudojate mūsų duomenis.
-          Pavyzdžiui, skirtingos taisyklės taikomos tam, kaip rodyti informaciją apie
-          autorių teises, priklasomai, ar sukurėte naršomą žemėlapį, spausdinamą žemėlapį
-          ar statinį vaizdą.
-        credit_4_html: |-
-          Naršant po elektroninį žemėlapį, kūrėjų sąrašas turėtų pasirodyti žemėlapio kampe.
-
-          Pavyzdžiui:
+        credit_1_html: 'Naudodami OpenStreetMap duomenis, privalote atlikti šiuos
+          du dalykus:'
         attribution_example:
           alt: Pavyzdys kaip galima priskirti paskyrimus OpenStreetMap svetainėje
           title: Priskyrimo pavyzdys
         more_title_html: Papildoma informacija
-        more_1_html: |-
-          Daugiau informacijos apie mūsų duomenų naudojimą bei kaip paminėti prie jo prisidėjusius rasite <a
-          href="http://osmfoundation.org/Licence">OSMF licencijavimo puslapyje</a> ir bendruomenės <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">teisiniame DUK</a>.
-        more_2_html: |-
-          Nors OpenStreetMap duomenys yra atviri, mes negalime pateikti
-          nemokamos žemėlapių API trečiosioms šalims.
-          Peržiūrėkite mūsų <a href="https://operations.osmfoundation.org/policies/api/">API naudojimo politiką</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Kaladėlių naudojimo politiką</a>,
-          bei <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim naudojimo politiką</a>.
         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_html: |-
-          <strong>Austrija</strong>: yra duomenų iš:
-          <a href="http://data.wien.gv.at/">Stadt Wien</a> (pagal
-          <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> ir
-          Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT su pataisomis</a>).
-        contributors_au_html: "<strong>Australija</strong>: Įtraukta arba išvystyta
-          naudojant Administracines sienas &copy; \n<a href=\"https://geoscape.com.au/legal/data-copyright-and-disclaimer/\">Geoscape
-          Australia</a>\nAustralijos Sandraugos licenija:\n<a href=\"https://creativecommons.org/licenses/by/4.0/\">Creative
-          Commons Attribution 4.0 International licence (CC BY 4.0)</a>."
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: yra duomenų iš:
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada), bei StatCan (Geography Division,
-          Statistics Canada).
-        contributors_fi_html: '<strong>Suomija</strong>: yra duomenų iš Nacionalinio
-          žemės tyrimo Suomijos topografijos duomenų bazės ir kitų duomenų rinkinių,
-          pagal <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI
-          Licensiją</a>.'
-        contributors_fr_html: |-
-          <strong>Prancūzija</strong>: yra duomenų iš:
-          Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Nyderlandai</strong>: yra &copy; AND duomenų, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: '<strong>Naujoji Zelandija</strong>: yra duomenų iš
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a>, licencijuota
-          perpanaudojimui pagal <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>.'
-        contributors_si_html: |-
-          <strong>Slovėnija</strong>: panaudoti duomenys iš <a href="http://www.gu.gov.si/en/">Matavimo ir kartografavimo valdžios</a> bei
-          <a href="http://www.mkgp.gov.si/en/">Žemės ūkio, miškų ir maisto ministerijos</a>
-          (vieša Slovėnijos informacija).
-        contributors_es_html: "<strong>Ispanija</strong>: yra duomenų iš \nSpanish
-          National Geographic Institute (<a href=\"http://www.ign.es/\">IGN</a>) ir\nNational
-          Cartographic System (<a href=\"http://www.scne.es/\">SCNE</a>)\nlicencijuota
-          pagal <a href=\"https://creativecommons.org/licenses/by/4.0/\">CC BY 4.0</a>."
-        contributors_za_html: |-
-          <strong>Pietų Afrika</strong>: yra duomenų iš:
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, autoriaus teisės saugomos.
-        contributors_gb_html: |-
-          <strong>Jungtinė Karalystė</strong>: yra duomenų iš Ordnance
-          Survey data &copy; Karūnos autorinės teisės ir duomenų teisės 2010-19.
-        contributors_footer_1_html: Norėdami daugiau sužinoti apie šiuos ir kitus
-          šaltinius, kurie buvo naudojami tobulinant OpenStreetMap, peržiūrėkite <a
-          href="http://wiki.openstreetmap.org/wiki/Contributors">vystytojų puslapį</a>
-          OpenStreetMap wiki.
+        contributors_at_austria: Austrija
+        contributors_au_australia: Australija
+        contributors_ca_canada: Kanada
+        contributors_fi_finland: Suomija
+        contributors_fr_france: Prancūzija
+        contributors_nl_netherlands: Nyderlandai
+        contributors_nz_new_zealand: Naujoji Zelandija
+        contributors_si_slovenia: Slovėnija
+        contributors_es_spain: Ispanija
+        contributors_za_south_africa: Pietų Afrika
+        contributors_gb_united_kingdom: Jungtinė Karalystė
         contributors_footer_2_html: Duomenų įtraukimas į OpenStreetMap nereiškia,
           kad originalių duomenų tiekėjas remia OpenStreetMap. Nenumatomos jokios
           garantijos ir neprisiimama jokia atsakomybė.
@@ -1665,16 +1902,6 @@ lt:
         infringement_1_html: OSM pildytojai primenami niekada nesinaudoti autorių
           teisėmis apsaugotų šaltinių (pvz. Google Maps ar spausdintų žemėlapių) be
           leidimo naudoti.
-        infringement_2_html: Jei manote, kad autorių teisių saugomi darbai buvo netinkamai
-          panaudoti pildant OpenStreetMap duomenų bazę, įskaitant ir šią svetainę,
-          susipažinkite su mūsų <a href="http://wiki.osmfoundation.org/wiki/License/Takedown_procedure">duomenų
-          pašalinimo procedūra</a> arba užpildykite <a href="https://dmca.openstreetmap.org/">užpildykite
-          internetinę formą</a>.
-        trademarks_title_html: <span id="trademarks"></span>Prekių ženklai
-        trademarks_1_html: OpenStreetMap, lupos logotipas ir „State of the Map“ yra
-          registruoti OpenStreetMap fondo prekių ženklai. Jei turite klausimų apie
-          šių ženklų naudojimą, siųskite savo klausimus <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">Licencijavimo
-          darbinei grupei</a>.
     index:
       js_1: Jūs arba naudojate naršyklę, nepalaikančią JavaScript, arba išjungėte
         JavaScript palaikymą.
@@ -1705,6 +1932,9 @@ lt:
       map_image: Žemėlapio vaizdas (rodo standartinį sluoksnį)
       embeddable_html: Pritaikomas HTML
       licence: Licencija
+      licence_details_html: OpenStreetMap duomenys yra licencijuoti pagal %{odbl_link}
+        (ODbL).
+      odbl: Open Data Commons Open Database licencija
       too_large:
         advice: 'Jei aukščiau pateiktas eksportas nepavyko, pabandykite vieną iš žemiau
           išvardintų šaltinių:'
@@ -1746,13 +1976,13 @@ lt:
           explanation_html: Jei pastebėjote žemėlapio duomenų problemą, pavyzdžiui
             radote trūkstamą kelią ar adresą, geriausias variantas yra prisijungti
             prie OpenStreetMap bendruomenės ir pridėti ar pataisyti duomenis patiems.
-        add_a_note:
-          instructions_html: Tiesiog spauskite <a class='icon note'></a> arba tą pačią
-            piktogramą žemėlapyje. Žemėlapyje bus pridėtas žymeklis, kurį galėsite
-            pertempti. Pridėkite jūsų pranešimą, kurį kiti žymėtojai perskaitys ir
-            ištirs.
       other_concerns:
         title: Kiti rūpesčiai
+        concerns_html: Jei nerimaujate dėl to, kaip panaudojami mūsų duomenys, arba
+          dėl jų turinio, daugiau teisinės informacijos rasite %{copyright_link},
+          arba susisiekite su atitinkama%{working_group_link}.
+        copyright: autorinių teisių puslapyje
+        working_group: OSMF darbo grupe
     help:
       title: Pagalbos paieška
       introduction: Yra kelios vietos, kur galima rasti informacijos apie OpenStreetMap,
@@ -1773,6 +2003,9 @@ lt:
         title: El. pašto grupės
         description: Užduokite klausimą ar diskutuokite apie įdomius dalykus daugelyje
           teminių ar regioninių el. pašto grupių.
+      community:
+        title: Bendruomenės forumas
+        description: Bendra vieta pokalbiams apie OpenStreetMap.
       irc:
         title: IRC
         description: Interaktyvūs pokalbiai daugeliu kalbų, daugeliu temų.
@@ -1782,9 +2015,20 @@ lt:
           paremtus žemėlapius ir kitas paslaugas.
       welcomemat:
         title: Organizacijoms
+        description: Dirbate organizacijoje rengiančioje planus skirtus OpenStreetMap?
+          Reikalingą informaciją rasite "Welcome Mat".
       wiki:
         title: OpenStreetMap Wiki
         description: Daugiau detalios informacijos apie OpenStreetMap rasite wiki.
+    potlatch:
+      removed: Jūsų numatytasis OpenStreetMap redaktorius yra "Potlatch". Kadangi
+        "Adobe Flash Player" įskiepis nebenaudojamas, "Potlatch" nebegalima naudoti
+        naršyklėje.
+      desktop_application_html: Jūs vis dar galite naudoti "Potlatch" %{download_link}.
+      download: parsisiuntę programą skirtą "Mac" ir "Windows" kompiuteriams.
+      id_editor_html: Arba pakeiskite numatytąjį redaktorių į "iD", kuris veikia interneto
+        naršyklėje, kaip seniau tai darė "Potlatch". %{change_preferences_link}.
+      change_preferences: Pakeiskite savo nustatymus čia
     any_questions:
       title: Turite klausimų?
     sidebar:
@@ -1881,13 +2125,21 @@ lt:
         title: Pagrindiniai žymėjimo terminai
         paragraph_1: OpenStreetMap turi savo žodyną. Čia keli pagrindiniai naudojami
           terminai/žodžiai.
+        editor: redaktorius
+        node: taškas
+        way: kelias
+        tag: žyma
       rules:
         title: Taisyklės!
+        automated_edits: Automatizuoti pakeitimai
       start_mapping: Pradėti žymėti
       add_a_note:
         title: Neturite laiko redaguoti? Pridėkite pastabą!
         para_1: Jei norite pataisyti kažką nedidelio ir neturite laiko registruotis
           ir mokytis redaguoti - labai paprasta tiesiog palikti pastabą.
+        the_map: žemėlapis
+    communities:
+      title: Bendruomenės
   traces:
     visibility:
       private: Privatus (dalinamas tik kaip anonimiškas, taškai nesurikiuoti)
@@ -1916,6 +2168,7 @@ lt:
           galimą įkrovos laiką, kad nesukeltumėte didesnių eilių kitų naudotojų, kurie
           taip pat nori įkelti savo darbus.
     edit:
+      cancel: Atšaukti
       title: Taisomas pėdsakas %{name}
       heading: Taisomas pėdsakas %{name}
       visibility_help: ką tai reiškia?
@@ -1949,7 +2202,11 @@ lt:
       newer: Naujesni pėdsakai
     trace:
       pending: LAUKIAMA
-      count_points: '{{PLURAL|one=1 taškas|%{count} taškai(-ų)'
+      count_points:
+        one: '{%count} taškas'
+        few: '%{count} taškai'
+        many: '{%count} taškas'
+        other: '%{count} taškų'
       more: daugiau
       trace_details: Žiūrėti pėdsako detales
       view_map: Žemėlapis
@@ -1962,11 +2219,20 @@ lt:
       in: į
     index:
       public_traces: Vieši GPS pėdsakai
+      my_gps_traces: Mano GPS pėdsakai
       public_traces_from: Vieši naudotojo %{user} pėdsakai
       description: Peržiūrėti naujausias įkeltas GPS trasas
       tagged_with: ' pažymėta žymomis %{tags}'
+      empty_title: Kol kas čia nieko nėra
+      empty_upload_html: '%{upload_link} arba sužinokite daugiau apie GPS pėdsakų
+        kūrimą %{wiki_link}.'
+      upload_new: Įkelkite naują pėdsaką
+      wiki_page: „wiki“ puslapyje
       upload_trace: Įkelti pėdsaką
+      all_traces: Visi pėdsakai
       my_traces: Mano GPS pėdsakai
+      traces_from: Vieši naudotojo %{user} pėdsakai
+      remove_tag_filter: Pašalinti žymų filtrą
     destroy:
       scheduled_for_deletion: Trasa, numatyta ištrinimui
     make_public:
@@ -1998,6 +2264,11 @@ lt:
       need_to_see_terms: Jūsų priėjimas prie API laikinai pristabdytas. Jūs turite
         prisiregistruoti prie tinklo sąsajos ir peržiūrėti talkininkų sąlygas. Jūs
         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
   oauth:
     authorize:
       title: Autorizuoti priėjimą prie jūsų paskyros
@@ -2023,6 +2294,18 @@ lt:
       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:
+      read_prefs: Skaityti naudotojo parinktis
+      write_prefs: Keisti naudotojo parinktis
+      write_diary: Sukurti dienoraščio įrašus, komentarus ir pridėti draugus
+      write_api: Redaguoti žemėlapį
+      read_gpx: Skaityti privačius GPS pėdsakus
+      write_gpx: Įkelti GPS pėdsakus
+      write_notes: Keisti pastabas
+      read_email: Skaityti naudotojo el. pašto adresą
+      skip_authorization: Automatinis programos patvirtinimas
   oauth_clients:
     new:
       title: Registruoti naują programą
@@ -2051,6 +2334,7 @@ lt:
       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:
@@ -2063,6 +2347,55 @@ lt:
       flash: Kliento informacija sėkmingai atnaujinta
     destroy:
       flash: Panaikinta kliento programos registracija
+  oauth2_applications:
+    index:
+      title: Mano klientinės programos
+      no_applications_html: Turite programą, kurią norėtumėte užregistruoti tolimesniam
+        darbui su mumis naudojant %{oauth2} standartą? Jūs privalote užregistruoti
+        savo programą, kad ji galėtų siųsti „OAuth“ užklausas šiai tarnybai.
+      new: Užregistruoti naują programą
+      name: Pavadinimas
+      permissions: Leidimai
+    application:
+      edit: Keisti
+      delete: Ištrinti
+      confirm_delete: Ištrinti šią programą?
+    new:
+      title: Užregistruoti naują programą
+    edit:
+      title: Keisti jūsų programą
+    show:
+      edit: Keisti
+      delete: Ištrinti
+      confirm_delete: Ištrinti šią programą?
+      client_id: Kliento ID
+      client_secret: Kliento slaptas kodas
+      client_secret_warning: Būtinai išsaugokite šį slaptą kodą - jis vėliau nebus
+        pasiekiamas
+      permissions: Leidimai
+      redirect_uris: Nukreipimo adresai (URIs)
+    not_found:
+      sorry: Atsiprašome, bet tokios programos neradome.
+  oauth2_authorizations:
+    new:
+      title: Reikalinga prieigos teisė
+      introduction: Leisti %{application} pasiekti jūsų paskyrą su šiais leidimais?
+      authorize: Leisti
+      deny: Uždrausti
+    error:
+      title: Įvyko klaida
+    show:
+      title: Prieigos teisės kodas
+  oauth2_authorized_applications:
+    index:
+      title: Mano programos su prieigos teisėmis
+      application: Programa
+      permissions: Leidimai
+      no_applications_html: Jūs dar nesuteikėte leidimų nei vienai programai naudojančiai
+        %{oauth2}.
+    application:
+      revoke: Atšaukti prieigos teises
+      confirm_revoke: Atšaukti prieigos teises šiai programai?
   users:
     new:
       title: Sukurti paskyrą
@@ -2112,8 +2445,11 @@ lt:
       my profile: Mano profilis
       my settings: Mano nustatymai
       my comments: Mano komentarai
+      my_preferences: Mano parinktys
+      my_dashboard: Mano valdymo skydelis
       blocks on me: Apribojimai man
       blocks by me: Mano sukurti apribojimai
+      edit_profile: Redaguoti profilį
       send message: Siųsti žinutę
       diary: Dienoraštis
       edits: Keitimai
@@ -2145,6 +2481,8 @@ lt:
       create_block: Blokuoti šį naudotoją
       activate_user: Aktyvuoti šį naudotoją
       confirm_user: Patvirtinti šį naudotoją
+      unconfirm_user: Atšaukti šio naudotojo patvirtinimą
+      unsuspend_user: Atšaukti šio naudotojo suspendavimą
       hide_user: Paslėpti šį naudotoją
       unhide_user: Nebeslėpti šio naudotojo
       delete_user: Pašalinti šį naudotoją
@@ -2166,12 +2504,18 @@ lt:
     suspended:
       title: Paskyra sustabdyta
       heading: Paskyra sustabdyta
+      support: pagalba
+      automatically_suspended: Atsiprašome, bet jūsų paskyra buvo automatiškai išjungta
+        dėl įtartinos veiklos.
+      contact_support_html: Šį sprendimą netrukus peržiūrės administratorius arba
+        galite susisiekti su %{support_link}, jei norite tai aptarti.
     auth_failure:
       connection_failed: Nepavyko prisijungti prie autentikacijos tiekėjo
       invalid_credentials: Netinkami autentikacijos duomenys
       no_authorization_code: Nėra prieigos suteikimo kodo
       unknown_signature_algorithm: Nežinomas parašo algoritmas
       invalid_scope: Neteisinga sritis
+      unknown_error: Tapatumo nustatymas nepavyko
     auth_association:
       heading: Jūsų ID dar nėra susieta su OpenStreetMap sąskaita.
       option_1: |-
@@ -2252,20 +2596,30 @@ lt:
       time_past_html: Pasibaigė %{time}
       block_duration:
         hours:
-          one: 1 valanda
-          other: '%{count} valandos'
+          one: '{%count} valanda'
+          few: '%{count} valandos'
+          many: '{%count} valanda'
+          other: '%{count} valandų'
         days:
-          one: 1 day
-          other: '%{count} diena'
+          one: '{%count} diena'
+          few: '%{count} dienos'
+          many: '{%count} diena'
+          other: '%{count} dienų'
         weeks:
-          one: 1 week
-          other: '%{count} savaitė'
+          one: '{%count} savaitė'
+          few: '%{count} savaitės'
+          many: '{%count} savaitė'
+          other: '%{count} savaičių'
         months:
-          one: 1 month
-          other: '%{count} mėnuo'
+          one: '{%count} mėnesis'
+          few: '%{count} mėnesiai'
+          many: '{%count} mėnesis'
+          other: '%{count} mėnesių'
         years:
-          one: 1 year
-          other: '%{count} metai'
+          one: '{%count} metai'
+          few: '%{count} metai'
+          many: '{%count} metai'
+          other: '%{count} metų'
     blocks_on:
       title: Naudotojo %{name} blokavimai
       heading_html: Naudotojo %{name} apribojimų sąrašas
@@ -2278,6 +2632,7 @@ lt:
       title: Naudotoją %{block_on} blokuoja %{block_by}
       heading_html: Naudotoją %{block_on} blokuoja %{block_by}
       created: 'Sukurta:'
+      duration: 'Trukmė:'
       status: 'Būsena:'
       show: Rodyti
       edit: Keisti
@@ -2306,6 +2661,7 @@ lt:
       title: Pastabas pateikė arba komentavo %{user}
       heading: '%{user} pastabos'
       subheading_html: Pastabas pateikė arba komentavo %{user}
+      no_notes: Užrašų nėra
       id: Id
       creator: Kūrėjas
       description: Aprašymas
@@ -2317,16 +2673,16 @@ lt:
       open_title: 'Neišspręsta pastaba: %{note_name}'
       closed_title: 'Išspręsta pastaba: %{note_name}'
       hidden_title: 'Paslėpta pastaba #%{note_name}'
-      opened_by_html: Sukurta naudotojo %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Sukurta anonimo <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Naudotojo %{user} komentaras <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Anonimo komentaras <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Išsprendė naudotojas %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Išsprendė anonimas <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Iš naujo aktyvavo naudotojas %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Iš naujo aktyvavo anonimas <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Paslėpė naudotojas %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      report: Pranešti apie šią pastabą
+      event_opened_by_html: Sukūrė %{user} %{time_ago}
+      event_opened_by_anonymous_html: Sukūrė anonimas %{time_ago}
+      event_commented_by_html: Komentaras nuo %{user} %{time_ago}
+      event_commented_by_anonymous_html: Komentaras nuo anonimo %{time_ago}
+      event_closed_by_html: Išsprendė %{user} %{time_ago}
+      event_closed_by_anonymous_html: Išsprendė anonimas %{time_ago}
+      event_reopened_by_html: Iš naujo suaktyvino %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Iš naujo suaktyvino anonimas %{time_ago}
+      event_hidden_by_html: Paslėpė %{user} %{time_ago}
+      report: pranešti apie šią pastabą
       anonymous_warning: Ši pastaba turi komentarų nuo anoniminių naudotojų, kurie
         turėtų būti nepriklausomai patikrinti.
       hide: Slėpti
@@ -2334,6 +2690,7 @@ lt:
       reactivate: Iš naujo suaktyvinti
       comment_and_resolve: Komentuoti & išspręsti
       comment: Komentuoti
+      disappear_date_html: Ši išspręsta pastaba dings iš žemėlapio po %{disappear_in}.
     new:
       title: Nauja pastaba
       intro: Pastebėjote klaidą ar kažko trūksta? Praneškite kitiems žymėtojams, kad
@@ -2357,6 +2714,8 @@ lt:
       custom_dimensions: Nustatyti savo apimtį
       format: 'Formatas:'
       scale: 'Mastelis:'
+      image_dimensions: Paveikslėlyje bus rodomas %{width} x %{height} dydžio standartinis
+        sluoksnis
       download: Atsisiųsti
       short_url: Trumpas URL
       include_marker: Įtraukti žymeklį
@@ -2377,11 +2736,23 @@ lt:
         out: Nutolinti
       locate:
         title: Rodyti mano vietą
+        metersPopup:
+          one: Jūs esate %{count} metro atstumu nuo šio taško
+          few: Jūs esate %{count} metrų atstumu nuo šio taško
+          many: Jūs esate %{count} metro atstumu nuo šio taško
+          other: Jūs esate %{count} metrų atstumu nuo šio taško
+        feetPopup:
+          one: Jūs esate %{count} pėdos atstumu nuo šio taško
+          few: Jūs esate %{count} pėdų atstumu nuo šio taško
+          many: Jūs esate %{count} pėdos atstumu nuo šio taško
+          other: Jūs esate %{count} pėdų atstumu nuo šio taško
       base:
         standard: Standartinis
+        cyclosm: CyclOSM
         cycle_map: Dviračių žemėlapis
         transport_map: Transporto žemėlapis
         hot: Humanitarinis
+        opnvkarte: ÖPNVKarte
       layers:
         header: Žemėlapio sluoksniai
         notes: Žemėlapio pastabos
@@ -2389,9 +2760,7 @@ lt:
         gps: Vieši GPS pėdsakai
         overlays: Įjungti papildomus sluoksnius problemų pranešimui
         title: Sluoksniai
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap talkininkai</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Paremkite</a>
-      terms: <a href='%{terms_url}' target='_blank'>Svetainės ir API sąlygos</a>
+      osm_france: OpenStreetMap Prancūzija
     site:
       edit_tooltip: Redaguoti žemėlapį
       edit_disabled_tooltip: Norėdami redaguoti, priartinkite
@@ -2411,23 +2780,46 @@ lt:
     edit_help: Pastumkite žemėlapį ir padidinkite vietą, kurią norite keisti, tada
       spauskite čia.
     directions:
+      ascend: Pakilimas
       engines:
         fossgis_osrm_bike: Dviračiu (OSRM)
-        fossgis_osrm_car: Mašina (OSRM)
+        fossgis_osrm_car: Automobiliu (OSRM)
         fossgis_osrm_foot: Pėsčiomis (OSRM)
         graphhopper_bicycle: Dviračiu (GraphHopper)
-        graphhopper_car: Mašina (GraphHopper)
+        graphhopper_car: Automobiliu (GraphHopper)
         graphhopper_foot: Pėsčiomis (GraphHopper)
+        fossgis_valhalla_bicycle: Dviračiu (Valhalla)
+        fossgis_valhalla_car: Automobiliu (Valhalla)
+        fossgis_valhalla_foot: Pėsčiomis (Valhalla)
+      descend: Nusileidimas
       directions: Nurodymai
       distance: Atstumas
+      distance_m: '%{distance} m'
+      distance_km: '%{distance} km'
       errors:
         no_route: Nepavyko rasti maršruto tarp šių dviejų vietų.
         no_place: 'Atsiprašome - nerandame tokios vietos: %{place}'
       instructions:
         continue_without_exit: Tęskite kelionę %{name}
         slight_right_without_exit: Dešiniau į %{name}
+        offramp_right: Užvažiuokite ant rampos dešinėje
+        offramp_right_with_exit: Važiuokite į išvažiavimą %{exit} dešinėje
+        offramp_right_with_exit_name: Važiuokite į išvažiavimą %{exit} dešinėje į
+          %{name}
+        offramp_right_with_exit_directions: Važiuokite į išvažiavimą %{exit} dešinėje
+          link %{directions}
+        offramp_right_with_exit_name_directions: Važiuokite į išvažiavimą %{exit}
+          dešinėje į %{name}, link %{directions}
         offramp_right_with_name: Pasirinkite rampą dešinėje į %{name}
+        offramp_right_with_directions: Užvažiuokite rampa dešinėje link %{directions}
+        offramp_right_with_name_directions: Užvažiuokite rampa dešinėje į %{name},
+          link %{directions}
         onramp_right_without_exit: Sukite dešinėn ant rampos į %{name}
+        onramp_right_with_directions: Sukite dešinėn ant rampos link %{directions}
+        onramp_right_with_name_directions: Sukite dešinėn ant rampos į %{name}, link
+          %{directions}
+        onramp_right_without_directions: Sukite dešinėn ant rampos
+        onramp_right: Sukite dešinėn ant rampos
         endofroad_right_without_exit: Kelio pabaigoje sukite dešinėn į %{name}
         merge_right_without_exit: Įsilieti dešinėn į %{name}
         fork_right_without_exit: Išsišakojime sukite dešinėn į %{name}
@@ -2436,8 +2828,23 @@ lt:
         uturn_without_exit: Apsisukite ties %{name}
         sharp_left_without_exit: Staigus posūkis kairėn į %{name}
         turn_left_without_exit: Sukite kairėn į %{name}
+        offramp_left: Važiuokite rampa kairėje
+        offramp_left_with_exit: Važiuokite išvažiavimu %{exit} kairėje
+        offramp_left_with_exit_name: Važiuokite išvažiavimu %{exit} kairėje į %{name}
+        offramp_left_with_exit_directions: Važiuokite išvažiavimu %{exit} kairėje
+          link %{directions}
+        offramp_left_with_exit_name_directions: Važiuokite išvažiavimu %{exit} kairėje
+          į %{name}, link %{directions}
         offramp_left_with_name: Pasirinkite rampą kairėje į %{name}
+        offramp_left_with_directions: Važiuokite rampa kairėje link %{directions}
+        offramp_left_with_name_directions: Važiuokite rampa kairėje į %{name}, link
+          %{directions}
         onramp_left_without_exit: Sukite kairėn ant rampos į %{name}
+        onramp_left_with_directions: Sukite kairėn ant rampos link %{directions}
+        onramp_left_with_name_directions: Sukite kairėn ant rampos į %{name}, link
+          %{directions}
+        onramp_left_without_directions: Sukite kairėn ant rampos
+        onramp_left: Sukite kairėn ant rampos
         endofroad_left_without_exit: Kelio pabaigoje sukite kairėn į %{name}
         merge_left_without_exit: Įsilieti kairėn į %{name}
         fork_left_without_exit: Išsišakojime sukite kairėn į %{name}
index ddf6f4873383c129dcf4fdacd0938ee1e81ea51c..d223550be3d91e17ec8a277dec4626e4b3223aaf 100644 (file)
@@ -209,12 +209,6 @@ lv:
   browse:
     created: Izveidots
     closed: Aizvērts
-    created_html: Izveidots <abbr title='%{title}'>%{time} atpakaļ</abbr>
-    closed_html: Aizvērts <abbr title='%{title}'>%{time} atpakaļ</abbr>
-    created_by_html: Izveidots <abbr title='%{title}'>%{time} atpakaļ</abbr> pēc %{user}
-    deleted_by_html: Dzēsts <abbr title='%{title}'>%{time} atpakaļ</abbr> pēc %{user}
-    edited_by_html: Labots <abbr title='%{title}'>%{time} atpakaļ</abbr> pēc %{user}
-    closed_by_html: Aizvērts <abbr title='%{title}'>%{time} atpakaļ</abbr> pēc %{user}
     version: Versija
     in_changeset: Izmaiņu kopa
     anonymous: anonīms
@@ -234,10 +228,6 @@ lv:
       relation: Relācijas (%{count})
       relation_paginated: Relācijas (%{x}-%{y} no %{count})
       comment: Komentāri (%{count})
-      hidden_commented_by_html: Slēptais komentārs no %{user} <abbr title='%{exact_time}'>pirms
-        %{when}</abbr>
-      commented_by_html: Komentārs no %{user} <abbr title='%{exact_time}'>%{when}
-        atpakaļ</abbr>
       changesetxml: Izmaiņu kopas XML
       osmchangexml: osmChange XML
       feed:
@@ -449,13 +439,6 @@ lv:
       success: '%{name} tika izņemts no jūsu draugiem.'
       not_a_friend: '%{name} nav no jūsu draugs.'
   geocoder:
-    search:
-      title:
-        latlon_html: Rezultāti no <a href="https://openstreetmap.org/">Iekšējās meklēšanas</a>
-        osm_nominatim_html: Rezultāti no <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Rezultāti no <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1081,8 +1064,6 @@ lv:
       failed_to_import: 'imports neizdevās. Kļūda:'
       subject: '[OpenStreetMap] GPX importēšanas kļūme'
     gpx_success:
-      loaded_successfully: tika ielādēts veiksmīgi ar %{trace_points} no iespējamiem
-        %{possible_points} punktiem.
       subject: '[OpenStreetMap] GPX imports paveikts'
     signup_confirm:
       subject: '[OpenStreetMap] Laipni lūgti OpenStreetMap'
@@ -1320,7 +1301,6 @@ lv:
   site:
     about:
       next: Tālāk
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>atbalstītāji
       used_by_html: '%{name} darbina kartes datus simtiem mājaslapu, mobilajās aplikācijās
         un aparatūras ierīcēs'
       lede_text: OpenStreetMap būvē kartētāju kopiena, kuri iegulda un uztur datus
@@ -1331,24 +1311,8 @@ lv:
         veidotāji lieto satelītbildes, GPS ierīces, un parastas papīra kartes, lai
         pārliecinātos ka OSM ir precīzs un aktuāls.
       community_driven_title: Kopienas virzīts
-      community_driven_html: |-
-        OpenStreetMap kopiena ir daudzveidīga, kaislīga un pieaug katru dienu.
-        Mūsu ieguldītāji ir entuziastiski kartogrāfi, GIS profesionāļi, inženieri, kuri darbina OSM serverus, humanitārieši, kas kartē apgabalus, kurus skārusi dabas katastrofa un daudzi citi.
-        Lai uzzinātu vairāk par kopienu, apskati <a href='%{diary_path}'>lietotāju dienasgrāmatas</a>,
-        <a href='http://blogs.openstreetmap.org/'>kopienu blogus</a>, un
-        <a href='http://www.osmfoundation.org/'>OSM Fonds</a> mājaslapu.
       open_data_title: Atvērti dati
-      open_data_html: 'OpenStreetMap ir <i>atvērti dati</i>: tev ir brīvas tiesības
-        to lietot jebkādam mērķim, kamēr tu ievieto atsauci uz OpenStreetMap un tās
-        veidotājiem. Ja tu maini vai būvē pa virtsu datiem dažādos veidos, tu vai
-        tos izplatīt tikai zem tās pašas licences. Apskati <a href=''%{copyright_path}''>Autortiesību
-        un Licences lapu</a> priekš padziļinātas informācijas.'
       legal_title: Juridiskie jautājumi
-      legal_1_html: "Šo vietni un daudzus citus ar to saistītos pakalpojumus oficiāli
-        pārvalda <a href='http://osmfoundation.org/'>OpenStreetMap fonds</a> (OSMF)
-        kopienas vārdā.\n<br> \nLūdzu <a href='http://osmfoundation.org/Contact'>sazinieties
-        OSMF</a>, ja jums ir jautājumi par autortiesībām vai citiem juridiskajiem
-        jautājumiem."
       partners_title: Partneri
     copyright:
       foreign:
@@ -1364,93 +1328,19 @@ lv:
         mapping_link: sākt kartēt
       legal_babble:
         title_html: Autortiesības un Licence
-        intro_1_html: |-
-          OpenStreetMap ir <i>atvērto datu</i>, kad licencēti zem <a
-          href="http://opendatacommons.org/licenses/odbl/">Atvērtās Datu Kopas Atvērtās Datubāzes licences</a> (ODbL).
-        intro_2_html: |-
-          Tu vari kopēt, izplatīt, nosūtīt un adaptēt mūsu kartes
-            un datus, kamēr tu atsaucies uz OpenStreetMap un tās
-            veidotājiem. Ja tu maini vai veido uz mūsu kartēm, tu
-            vari izplatīt rezultātu tikai zem tās pašas licences. Pilns
-            <a href="http://opendatacommons.org/licenses/odbl/1.0/">juridiskais kods</a> izskaidro tavas tiesības un pienākumus.
-        intro_3_1_html: |-
-          Kartogrāfija mūsu karšu flīzēs un mūsu dokumentācija ir licencēti zem <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> licences (CC-BY-SA).
         credit_title_html: Kā atsaukties uz OpenStreetMap
         credit_1_html: |-
           Mēs pieprasām, ka tu izmanto atsauci &ldquo;&copy; OpenStreetMap
           veidotāji&rdquo;.
-        credit_2_1_html: "Kur iespējams, OpenStreetMap vajadzētu būt iesaitētam uz
-          <a\n  href=\"http://www.openstreetmap.org/\">http://www.openstreetmap.org/</a>\n
-          \ un CC BY-SA uz <a\n  href=\"http://creativecommons.org/licenses/by-sa/2.0/\">http://creativecommons.org/licenses/by-sa/2.0/</a>.
-          Ja\n  tu lieto mediju, kur saites nav iespējamas (piem. \n  printēts darbs),
-          mēs iesakām pārsūtīt savus lasītājus uz\n  www.openstreetmap.org (piemēram
-          paplašinot\n  &lsquo;OpenStreetMap.org&rsquo; uz pilno adresi) un uz\n  www.creativecommons.org."
-        credit_4_html: 'Priekš pārlūkojamas elektroniskās kartes, atsaucei ir jāparādās
-          kartes stūrī. Piemēram:'
         attribution_example:
           alt: Piemērs, kā OpenStreetMap apzīmēt web lapā
           title: Atsauces piemērs
         more_title_html: Uzzināt vairāk
-        more_1_html: |-
-          Lasi vairāk par mūsu datu izmantošanu, un kā uz mums atsaukties <a
-            href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">juridiskajā
-            FAQ</a>.
-        more_2_html: |-
-          Lai gan OpenStreetMap ir atvērti dati, mēs nevaram piedāvāt bezmaksas kartes API trešās puses izstrādātājiem.
-          Apskati mūsu <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">API Lietošanas Politiku</a>,
-          <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Flīžu Lietošanas Politiku</a>
-          un <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Nominatim Lietošanas Politiku</a>.
         contributors_title_html: Mūsu veidotāji
         contributors_intro_html: |-
           Mūsu veidotāji ir tūkstošiem cilvēku. Mēs arī ievietojam
           atvērti-licencētus datus no nacionālajām kartēšanas aģentūrām
           un citiem avotiem, to skaitā:
-        contributors_at_html: |-
-          <strong>Austrija</strong>: Ietver datus no
-              <a href="http://data.wien.gv.at/">Stadt Wien</a> (zem
-              <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>).
-        contributors_au_html: |-
-          <strong>Austrālija</strong>: Ietver pilsētu datus no
-              Australian Bureau of Statistics data.
-        contributors_ca_html: |-
-          <strong>Kanāda</strong>: Ietver datus no
-              GeoBase&reg;, GeoGratis (&copy; Department of Natural
-              Resources Canada), CanVec (&copy; Department of Natural
-              Resources Canada), un StatCan (Geography Division,
-              Statistics Canada).
-        contributors_fi_html: |-
-          <strong>Somija</strong>: Satur datus no
-          Somijas Topogrāfiskās Datubāzes Nacionālās Zemes Dienesta
-          un citām datu kopām zem
-          <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI Licence</a>.
-        contributors_fr_html: |-
-          <strong>Francija</strong>: Ietver datus no
-              Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Nīderlande</strong>: Satur &copy; AND data, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Jaunzēlande</strong>: Ietver datus no
-              Land Information New Zealand. Crown Copyright reserved.
-        contributors_si_html: |-
-          <strong>Slovēnija</strong>: Satur datus no
-          <a href="http://www.gu.gov.si/en/">Aptauju un kartogrāfijas aģentūras</a> un
-          <a href="http://www.mkgp.gov.si/en/">Lauksaimniecības, mežsaimniecībass un pārtikas ministrijas</a>
-          (Slovēnijas publiskā informācija).
-        contributors_za_html: |-
-          <strong>Dienvidāfrika</strong>: Ietver datus no
-              <a href="http://www.ngi.gov.za/">Chief Directorate:
-              National Geo-Spatial Information</a>, State copyright reserved.
-        contributors_gb_html: |-
-          <strong>Apvienotā Karaliste</strong>: Satur Ordnance
-              Survey datus &copy; Kroņa tiesības un datubāze
-              2010-12.
-        contributors_footer_1_html: |-
-          Sīkāku informāciju par šiem, un citiem avotiem, kas izmantoti,
-          lai uzlabotu OpenStreetMap, lūdzu apskati <a
-          href="http://wiki.openstreetmap.org/wiki/Contributors">Veidotāju
-          lapu</a> iekš OpenStreetMap Wiki.
         contributors_footer_2_html: |2-
             Datu ievietošana OpenStreetMap nenozīmē ka oriģinālais
             datu avots sniedz atbalstu OpenStreetMap, dod garantiju, vai
@@ -1460,17 +1350,6 @@ lv:
           no jebkuriem \nar autortiesībām aizsargātiem avotiem (piem. Google Maps
           vai drukātām kartēm), bez \nprecīzi formulētas atļaujas no autortiesību
           īpašniekiem."
-        infringement_2_html: |-
-          Ja tu tici, ka ar autortiesībām aizsargāts materiāls ir ticis neatbilstoši
-          pievienots OpenStreetMap datubāzei vai vietnei, lūdzu atsaucies uz
-          mūsu <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">noņemšanas
-          procedūru</a> vai paziņo pa tiešo mums, izmantojot
-          <a href="https://dmca.openstreetmap.org/">on-line ziņošanas veidni</a>.
-        trademarks_title_html: <span id="trademarks"></span>Reģistrētas preču zīmes
-        trademarks_1_html: OpenStreetMap, lupa un štata karte ir reģistrētas OpenStreetMap
-          fonda preču zīmes. Ja jums ir jautājumi par mūsu logotipu lietošanu, lūdzu
-          sūtiet jūsu jautājumus uz <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">Licence
-          Working Group</a>.
     index:
       js_1: Vai nu jūs lietojat pārlūkprogrammu, kas neatbalsta JavaScript, vai arī
         jūsu pārlūkprogrammā JavaScript ir atslēgts.
@@ -1539,11 +1418,6 @@ lv:
           explanation_html: Konstatējot problēmas ar mūsu kartes datiem, piemēram
             trūkstošu ceļu vai adresi, labākais variants, kā rīkoties ir pievienoties
             OpenStreetMap kopienai un pievienot vai atjaunot datus jums pašam.
-        add_a_note:
-          instructions_html: Noklikšķiniet uz <a class='icon note'></a> vai arī uz
-            tās pašas ikonas kartes displejā. Tādā veidā jūs pievienosiet marķieri
-            šai kartei, kuru jūs varēsiet izkustināt, 'velkot'. Pievienojiet savu  ziņu
-            un tad uzspiediet 'Saglabāt' un pārējie lietotāji to izpētīs.
       other_concerns:
         title: Citas bažas
     help:
@@ -2079,21 +1953,6 @@ lv:
       open_title: 'Neatrisināta piezīme: #%{note_name}'
       closed_title: 'Atrisināta piezīme: #%{note_name}'
       hidden_title: 'Paslēpta piezīme #%{note_name}'
-      opened_by_html: Izveidoja %{user} <abbr title='%{exact_time}'>%{when} atpakaļ</abbr>
-      opened_by_anonymous_html: Izveidoja anonīms <abbr title='%{exact_time}'>%{when}
-        atpakaļ</abbr>
-      commented_by_html: Komentārs no %{user} <abbr title='%{exact_time}'>%{when}
-        atpakaļ</abbr>
-      commented_by_anonymous_html: Komentārs no anonīma <abbr title='%{exact_time}'>%{when}
-        atpakaļ</abbr>
-      closed_by_html: Atrisināja %{user} <abbr title='%{exact_time}'>%{when} atpakaļ</abbr>
-      closed_by_anonymous_html: Atrisināja anonīms <abbr title='%{exact_time}'>%{when}
-        atpakaļ</abbr>
-      reopened_by_html: Atkal aktivizēja %{user} <abbr title='%{exact_time}'>%{when}
-        atpakaļ</abbr>
-      reopened_by_anonymous_html: Atkal aktivizēja anonīms <abbr title='%{exact_time}'>%{when}
-        atpakaļ</abbr>
-      hidden_by_html: Paslēpa %{user} <abbr title='%{exact_time}'>%{when} atpakaļ</abbr>
       report: Ziņot par šo piezīmi
       anonymous_warning: Šī piezīme ietver komentārus no anonīmiem lietotājiem, kurus
         nepieciešams pārbaudīt neatkarīgi.
@@ -2156,8 +2015,6 @@ lv:
         data: Kartes dati
         overlays: Iespējot pārklājumus, lai novērstu trūkumus kartei
         title: Slāņi
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap ieguldītāji</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Ziedo</a>
     site:
       edit_tooltip: Rediģēt karti
       edit_disabled_tooltip: Pietuvini, lai rediģētu karti
index 8de7defe73cdd3e1cb462bc9539077561115d764..e2e5b55d112272d68fee66fcca67e7a41327400d 100644 (file)
@@ -164,49 +164,45 @@ mk:
           жаргонот на заедницата, па затоа обидете се да користите лаички поими.
         needs_view: Дали корисникот треба да се најави пред да се исчисти овој блок?
       user:
-        email_confirmation: Вашата адреса нема да се прикажува јавно. Повеќе информации
-          за ова ќе најдете во <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF privacy policy including section on email addresses">Правилата
-          за заштита на личните податоци</a>.
         new_email: (никогаш не се прикажува јавно)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: пред околу 1 час
+        one: пред околу %{count} час
         other: пред околу %{count} часа
       about_x_months:
-        one: пред околу 1 месец
+        one: пред околу %{count} месец
         other: пред околу %{count} месеци
       about_x_years:
-        one: пред околу 1 година
+        one: пред околу %{count} година
         other: пред околу %{count} години
       almost_x_years:
-        one: речиси пред 1 година
+        one: речиси пред %{count} година
         other: речиси пред %{count} години
       half_a_minute: пред половина минута
       less_than_x_seconds:
-        one: пред помалку од 1 секунда
+        one: пред помалку од %{count} секунда
         other: пред помалку од %{count} секунди
       less_than_x_minutes:
-        one: пред помалку од 1 минута
+        one: пред помалку од %{count} минута
         other: пред помалку од %{count} минути
       over_x_years:
-        one: пред повеќе од 1 година
+        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} години
   printable_name:
     with_version: '%{id}, вер. %{version}'
@@ -309,9 +305,7 @@ mk:
         копчето подолу.
       only_public_can_edit: Почнувајќи од смената на приложникот 0.6, картографски
         податоци можат да уредуваат само јавни корисници.
-      find_out_why_html: (%{link}).
       find_out_why: дознајте зошто
-      find_out_why_url: https://wiki.openstreetmap.org/wiki/Anonymous_edits
       email_not_revealed: Вашата е-поштенска адреса нема да им се открива на другите.
       not_reversible: Ова дејство е неповратно и сите нови корисници сега се јавни
         по основно.
@@ -325,22 +319,22 @@ mk:
   browse:
     created: Создадено
     closed: Затворено
-    created_html: Создадено <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Затворено <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Создадено <abbr title='%{title}'>%{time}</abbr> од %{user}
-    deleted_by_html: Избришано <abbr title='%{title}'>%{time}</abbr> од %{user}
-    edited_by_html: Изменето <abbr title='%{title}'>%{time}</abbr> од %{user}
-    closed_by_html: Затворено <abbr title='%{title}'>%{time}</abbr> од %{user}
+    created_ago_html: Создадено %{time_ago}
+    closed_ago_html: Затворено %{time_ago}
+    created_ago_by_html: Создадено %{time_ago} од %{user}
+    closed_ago_by_html: Затворено %{time_ago} од %{user}
+    deleted_ago_by_html: Избришано %{time_ago} од %{user}
+    edited_ago_by_html: Изменето %{time_ago} од %{user}
     version: Верзија
     in_changeset: Измени
-    anonymous: анонимен
+    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: Погл. историја
@@ -356,8 +350,8 @@ mk:
       relation: Односи (%{count})
       relation_paginated: Односи (%{x}-%{y} од вкупно %{count})
       comment: Коментари (%{count})
-      hidden_commented_by_html: Скриен коментар на %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Коментар на %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Скриен коментар од %{user} %{time_ago}
+      comment_by_html: Коментар од %{user} %{time_ago}
       changesetxml: XML за измените
       osmchangexml: osmChange XML
       feed:
@@ -385,7 +379,7 @@ mk:
       history_title_html: 'Историја на односот: %{name}'
       members: Членови
       members_count:
-        one: 1 член
+        one: '%{count} член'
         other: '%{count} члена'
     relation_member:
       entry_role_html: '%{type} %{name} како %{role}'
@@ -449,7 +443,7 @@ mk:
       next: Следно »
       previous: « Претходно
     changeset:
-      anonymous: Анонимен
+      anonymous: Анонимец
       no_edits: (нема уредувања)
       view_changeset_details: Погл. поединости за измените
     changesets:
@@ -628,11 +622,10 @@ mk:
   geocoder:
     search:
       title:
-        latlon_html: <a href="https://openstreetmap.org/">Внатрешни</a> исходни ставки
-        osm_nominatim_html: Исход од <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Исход од <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Исход од %{results_link}
+        latlon: Внатрешни
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1425,11 +1418,10 @@ mk:
       status: Статус
       reports: Пријави
       last_updated: Последна поднова
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> од %{user}
+      last_updated_time_ago_user_html: '%{time_ago} од %{user}'
       link_to_reports: Преглед на пријави
       reports_count:
-        one: 1 пријава
+        one: '%{count} пријава'
         other: '%{count} пријави'
       reported_item: Пријавена ставка
       states:
@@ -1601,9 +1593,9 @@ mk:
       subject: '[OpenStreetMap] Проблем при увозот на GPX податотека'
     gpx_success:
       hi: Здраво %{to_user},
-      loaded_successfully:
-        one: Ñ\83Ñ\81пеÑ\88но Ð²Ñ\87иÑ\82ана %{trace_points} Ð¾Ð´ Ð¼Ð¾Ð¶Ð½Ð°Ñ\82а ÐµÐ´Ð½Ð° Ñ\82оÑ\87ка.
-        other: Ñ\83Ñ\81пеÑ\88но Ð²Ñ\87иÑ\82ани %{trace_points} Ð¾Ð´ Ð¼Ð¾Ð¶Ð½Ð¸Ñ\82е %{possible_points} точки.
+      loaded:
+        one: Ñ\83Ñ\81пеÑ\88но Ð²Ñ\87иÑ\82ано Ñ\81о %{trace_points} Ð¾Ð´ %{count} Ð¼Ð¾Ð¶Ð½Ð¸ Ñ\82оÑ\87ки.
+        other: Ñ\83Ñ\81пеÑ\88но Ð²Ñ\87иÑ\82ано Ñ\81о %{trace_points} Ð¾Ð´ %{count} Ð¼Ð¾Ð¶Ð½Ð¸ точки.
       subject: '[OpenStreetMap] Успешен увоз на GPX-податотека'
     signup_confirm:
       subject: '[OpenStreetMap] Добре дојдовте на OpenStreetMap'
@@ -1894,8 +1886,6 @@ mk:
   shared:
     markdown_help:
       heading_html: Расчленето со %{kramdown_link}
-      kramdown_url: https://kramdown.gettalong.org/quickref.html
-      kramdown: kramdown
       headings: Наслови
       heading: Наслов
       subheading: Подзаглавие
@@ -1914,7 +1904,7 @@ mk:
   site:
     about:
       next: Следно
-      copyright_html: <span>&copy;</span>Учесници на<br>OpenStreetMap
+      heading_html: '%{copyright}OpenStreetMap %{br} учесници'
       used_by_html: '%{name} обезбедува картографски податоци на илјадници мрежни
         места, мобилни прилози и сметачки уреди'
       lede_text: |-
@@ -1927,37 +1917,43 @@ mk:
         со цел да се провери исправноста
         и актуелноста на OSM.
       community_driven_title: Проектот го работи заедницата
-      community_driven_html: "Заедницата на OpenStreetMap е разнообразна, посветена
+      community_driven_1_html: "Заедницата на OpenStreetMap е разнообразна, посветена
         и секојдневно расте.\nМеѓу учесниците имаме аматерски картографи, стручњаци
         во ГИС, технолози што работат со опслужувачите на OSM, \nхуманитарни работници
         што картираат подрачја погодени \nод катастрофи и разни други.\nПовеќе за
-        заедницата ќе дознаете на <a href='https://blog.openstreetmap.org'>блогот
-        на OpenStreetMap</a>,\n<a href='%{diary_path}'>корисничките дневници</a>,\n<a
-        href='https://blogs.openstreetmap.org/'>блоговите на заедницата</a> и страниците
-        на\n<a href='https://www.osmfoundation.org/'>Фондацијата OSM</a> website."
+        заедницата ќе дознаете на %{osm_blog_link},\n%{user_diaries_link}, %{community_blogs_link}
+        и мрежното место\n%{osm_foundation_link}."
+      community_driven_osm_blog: Блог на OpenStreetMap
+      community_driven_user_diaries: кориснички дневници
+      community_driven_community_blogs: блогови на заедницата
+      community_driven_osm_foundation: Фондација OSM
       open_data_title: Отворени податоци
-      open_data_html: |-
-        OpenStreetMap е проект со <i>отворени податоци</i>: можете слободно да го користите за било која цел
+      open_data_1_html: |-
+        OpenStreetMap е проект со %{open_data}: можете слободно да го користите за било која цел
         доколку ја наведете OpenStreetMap и нејзините учесници. Ако решите да ги менувате податоците или да се надоврзувате на нив, добиеното дело можете да го распространувате исклучиво
-        под истата лиценца. Повеќе ќе најдете на страницата <a href='%{copyright_path}'>Авторски права и лиценцирање</a>.
+        под истата лиценца. Повеќе ќе најдете на страницата %{copyright_license_link}.
+      open_data_open_data: отворени податоци
+      open_data_copyright_license: Авторски права и лиценца
       legal_title: Правни работи
-      legal_1_html: "Ова мрежно место и многу други поврзани услуги со кои раководи
-        \ \n<a href='https://osmfoundation.org/'>Задолжбината OpenStreetMap</a> (OSMF)
-        \nво име на заедницата. Употребата на сите услуги што ги нуди OSMF подлежи
-        на нашите <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">Услови
-        на употреба</a>, <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nПравила
-        за прифатлива употреба</a> и <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">Правилата
-        за заштита на личните податоци</a>."
-      legal_2_html: "Ве молиме <a href='https://osmfoundation.org/Contact'>обратете
-        се кај OSMF</a> \nако имате прашања во врска со лиценцирањето, авторките права
-        и други правни прашања и проблеми.\n<br>\nOpenStreetMap, логото со лупа и
-        „Состојба на картата“ се <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">заштитни
-        знаци на OSMF</a>."
+      legal_1_1_html: "Со ова мрежно место и многу други поврзани услуги формално
+        раководи %{openstreetmap_foundation_link} (OSMF) \nво име на заедницата. Употребата
+        на сите услуги што ги нуди OSMF подлежи на нашите %{terms_of_use_link}, %{aup_link}
+        и our %{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}
+        ако имате прашања во врска со лиценцирање, авторски права или други правни работи.
+      legal_2_1_contact_the_osmf: Контактирајте ја OSMF
+      legal_2_2_html: OpenStreetMap, логото со лупа и Сотстојбата на картата се %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: заштитни знаци на OSMF
       partners_title: Партнери
     copyright:
       foreign:
         title: За овој превод
-        html: Во случај на спротиставеност помеѓу оваа преведена страница и %{english_original_link},
+        html: Во случај на спротивставеност помеѓу оваа преведена страница и %{english_original_link},
           предност има англиската страница
         english_link: англискиот оригинал
       native:
@@ -1969,106 +1965,125 @@ mk:
         mapping_link: почнете да ги работите картите
       legal_babble:
         title_html: Авторски права и лиценца
-        intro_1_html: "OpenStreetMap<sup><a href=\"#trademarks\">&reg;</a></sup> има
-          <i>отворени податоци</i> под лиценцата <a\nhref=\"https://opendatacommons.org/licenses/odbl/\">Open
-          Data\nCommons Open Database License</a> (ODbL) од <a\n \t+\t\nhref=\"https://osmfoundation.org/\">фондацијата
-          OpenStreetMap</a> (OSMF)."
-        intro_2_html: "Нашите податоци слободно можете да ги умножувате, распространувате,
-          предавате и менувате, \nдоколку ја наведете OpenStreetMap и нејзините\nучесници.
-          Доколку ги измените или дополните податоците,\nдобиеното можете да го распространувате
-          само под истата лиценца. Вашите права и одговорност ќе ги најдете\nво целосниот
-          <a\nhref=\"https://opendatacommons.org/licenses/odbl/1.0/\">правен текст</a>."
-        intro_3_1_html: "Нашата документација се нуди под лиценцата \n<a href=\"https://creativecommons.org/licenses/by-sa/2.0/deed.mk\">Криејтив
-          комонс Наведи извор-Сподели под исти услови 2.0</a> (CC BY-SA 2.0)."
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} работи на %{open_data}, заштитен со лиценцата
+          %{odc_odbl_link} (ODbL) од %{osm_foundation_link} (OSMF).
+        introduction_1_open_data: отворени податоци
+        introduction_1_odc_odbl: Лиценцата за отворени бази на податоци
+        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).
+        introduction_3_creative_commons: Криејтив комонс Наведи извор-Сподели под
+          исти услови 2.0
+        introduction_3_creative_commons_url: https://creativecommons.org/licenses/by-sa/2.0/deed.mk
         credit_title_html: Како да ја наведете OpenStreetMap
         credit_1_html: 'Кога користите податоци од OpenStreetMap, задолжително треба
           да ги направите следниве две нешта:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Да му оддадете заслуга на OpenStreetMap прикажувајќи ја нашата авторскоправна напомена.</li>
-            <li>Да истакнете дека податоците се достапни под Лиценцата за отворени бази.</li>
-          </ul>
-        credit_3_1_html: "Условите за истакнување на авторскоправната напомена се
-          разликуваат зависно од тоа како ги користите нашите податоци. На пример,
-          правилата се различни за прелистлива карта, печатена карта и уцврстена слика.
-          Сите подробности на условите ќе ги најдете во \n<a href=\"https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines\">Упатството
-          за припишување</a>."
-        credit_4_html: "За да истакнете дека податоците се достапни под Лиценцата
-          за отврени бази,\nможете да ставите врска до <a href=\"https://www.openstreetmap.org/copyright\">оваа
-          авторскоправна страница</a>.\nАлтернативно, и како неопходно ако го распространувате
-          OSM во\nподаточен облик, можете право да го напишете името на лиценцата/ците
-          и да ставите непосредна врска до неа/нив. \nКај медиумските содржини каде
-          ова е невозможно (на пр. печатени дела), предлагаме\nда ги упатите читалтелите
-          на openstreetmap.org (можеби проширувајќи го\n„OpenStreetMap“ на целносната
-          адреса) и opendatacommons.org.\nВо овој пример, приписот се покажува во
-          аголот на картата."
+        credit_2_1: Дајте му заслуга на OpenStreetMap прикажувајќи ја нашата авторскоправна
+          напомена.
+        credit_2_2: Истакнете дека податоците се достапни под Лиценцата за отворени
+          бази на податоци.
+        credit_3_html: "Условите за истакнување на авторскоправната напомена се разликуваат
+          зависно од тоа како ги користите нашите податоци. На пример, правилата се
+          различни за прелистлива карта, печатена карта и уцврстена слика. Сите подробности
+          на условите ќе ги најдете на \n%{attribution_guidelines_link}."
+        credit_3_attribution_guidelines: Напатствијата за припис
+        credit_4_1_html: "За да истакнете дека податоците се достапни под Лиценцата
+          за отврени бази, можете да ставите врска до %{this_copyright_page_link}.\nАлтернативно,
+          и како неопходно ако го распространувате OSM во\nподаточен облик, можете
+          право да го напишете името на лиценцата/ците и да ставите непосредна врска
+          до неа/нив. \nКај медиумските содржини каде ова е невозможно (на пр. печатени
+          дела), предлагаме\nда ги упатите читалтелите на openstreetmap.org (можеби
+          проширувајќи го\n„OpenStreetMap“ на целносната адреса) и opendatacommons.org.\nВо
+          овој пример, приписот се покажува во аголот на картата."
+        credit_4_1_this_copyright_page: оваа авторскоправна страница
         attribution_example:
           alt: Пример за тоа како да ја наведете OpenStreetMap на некоја страница
           title: Пример за наведување
         more_title_html: Повеќе информации
-        more_1_html: |-
-          Ð\9fовеÑ\9cе Ð·Ð° Ñ\83поÑ\82Ñ\80ебаÑ\82а Ð½Ð° Ð½Ð°Ñ\88иÑ\82е Ð¿Ð¾Ð´Ð°Ñ\82оÑ\86и Ð¸ ÐºÐ°ÐºÐ¾ Ð´Ð° Ð½Ã¨ Ð½Ð°Ð²ÐµÐ´ÐµÑ\82е Ñ\9cе Ð½Ð°Ñ\98деÑ\82е Ð½Ð° <a
-          href="https://osmfoundation.org/Licence">лиценцната страница</a>.
-        more_2_html: |-
-          Иако OpenStreetMap работи со отворени податоци, ние не можеме да понудиме
-          Ð±ÐµÑ\81плаÑ\82ни Ð¸Ð·Ð²Ñ\80Ñ\88ниÑ\86и (API) Ð·Ð° ÐºÐ°Ñ\80Ñ\82и Ð½Ð° Ñ\82Ñ\80еÑ\82и Ð»Ð¸Ñ\86а.
-          Погледајте ги <a href="https://operations.osmfoundation.org/policies/api/">правилата за употреба на извршникот</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">правилата за полињата</a>
-          и <a href="https://operations.osmfoundation.org/policies/nominatim/">за Nominatim</a>.
+        more_1_1_html: Прочитајте повеќе за употребата на нашите податоци и затоа
+          ÐºÐ°ÐºÐ¾ Ð´Ð° Ð½Ð¸ Ð¾Ð´Ð´Ð°Ð´Ð°Ð²Ð°Ñ\82е Ð·Ð°Ñ\81лÑ\83га (пÑ\80ипиÑ\81) Ð½Ð° %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: страницата за лиценцата OSMF
+        more_2_1_html: |-
+          Иако OpenStreetMap работи на отворени податоци, не можеме да понудиме бесплатен приложник на трети лица.
+          Ð\9fогледаÑ\98Ñ\82е Ð³Ð¸ Ð½Ð°Ñ\88иÑ\82е %{api_usage_policy_link}, %{tile_usage_policy_link} and %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Правила за употреба на приложник
+        more_2_1_tile_usage_policy: Правила за употреба на полиња
+        more_2_1_nominatim_usage_policy: Правила за употреба на Nominatim
         contributors_title_html: Нашите учесници
         contributors_intro_html: |-
           Во нашиот проект учествуваат илјадници поединци. Користиме и
           податоци со отворена лиценца од државни картографски установи
           и други извори, меѓу кои се:
-        contributors_at_html: |-
-          <strong>Австрија</strong>: Содржи податоци од
-          <a href="https://data.wien.gv.at/">Град Виена</a> (под
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.mk">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Покраина Предарлска</a> и
-          Покраина Тирол (под <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT со исправки</a>).
-        contributors_au_html: |-
-          <strong>Австралија</strong>: Содржи податоци преземени од или разработени врз основа на
-          &copy; <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Австралија</a>
-          ставени на располагање од австралиската држава под лиценцата <a href="https://creativecommons.org/licenses/by/4.0/deed.mk">Криејтив Комонс Наведи извор 4.0 Меѓународна (CC BY 4.0)</a>.
-        contributors_ca_html: |-
-          <strong>Canada</strong>: Содржи податоци од
-          GeoBase&reg;, GeoGratis (&copy; Министерство за природни ресурси на Канада), CanVec (&copy; Министерство за природни ресурси на Канада), and StatCan (Географско одделение,
-          Статистичка служба на Канада).
-        contributors_fi_html: |-
-          <strong>Финска</strong>: Содржи податоци од топографската база и други ресурси на Државната геодетска служба на Финска, под лиценцата
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI</a>.
-        contributors_fr_html: |-
-          <strong>Франција</strong>: Содржи податоци од
-          Генералната даночна управа.
-        contributors_nl_html: |-
-          <strong>Холандија</strong>: Содржи &copy; податоци од AND, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Нов Зеланд</strong>: Содржи податоци од
-          <a href="https://data.linz.govt.nz/">Катастарската служба на Нов Зеланд (LINZ)</a> и лиценцирана за примена под лиценцата
-          <a href="https://creativecommons.org/licenses/by/4.0/deed.mk">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Словенија</strong>: Содржи податоци од
-          <a href="http://www.gu.gov.si/en/">Геодетската управа</a> и
-          <a href="http://www.mkgp.gov.si/en/">Министерството за земјоделство, шумарство и храна</a>
-          (јавни информации од Словенија).
-        contributors_es_html: |-
-          <strong>Шпанија</strong>: Содржи податоци преземени од
-          Националниот географски институт на Шпанија (<a href="http://www.ign.es/">IGN</a>) и
-          Националниот картографски систем (<a href="http://www.scne.es/">SCNE</a>)
-          достапни за употреба под лиценцата <a href="https://creativecommons.org/licenses/by/4.0/deed.mk">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>ЈАР</strong>: Содржи податоци од
-          <a href="http://www.ngi.gov.za/">Главната управа:
-          Национална катастарска служба</a>, државни авторски права задржани.
-        contributors_gb_html: |-
-          <strong>Велика Британија</strong>: Содржи податоци
-          од Картографскиот завод на Обединетото Кралство&copy; Крунски авторски права и
-          права на базата 2010-2023 г.
-        contributors_footer_1_html: |-
-          Повеќе информации за овие и други извори искористени
-          за подобрување на OpenStreetMap ќе најдете на страницата <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">Учесници</a> на викито на OpenStreetMap.
+        contributors_at_credit_html: |-
+          %{austria}: Содржи податоци од %{stadt_wien_link} (под %{cc_by_link}), %{land_vorarlberg_link}
+          и Земјиште Тирол (под %{cc_by_at_with_amendments_link}).
+        contributors_at_austria: Австрија
+        contributors_at_stadt_wien: Град Виена
+        contributors_at_cc_by: CC BY
+        contributors_at_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 Австралија
+        contributors_au_cc_licence: Криејтив комонс Наведи извор 4.0 Меѓународна (CC
+          BY 4.0)
+        contributors_au_cc_licence_url: https://creativecommons.org/licenses/by/4.0/deed.mk
+        contributors_ca_credit_html: |-
+          %{canada}: Содржи податоци од
+          GeoBase&reg;, GeoGratis (&copy; Министерство за природни ресурси), CanVec (&copy; Министерство за природни ресурси) и StatCan (Географски оддел, Статистичка служба на Канада).
+        contributors_ca_canada: Канада
+        contributors_fi_credit_html: |-
+          %{finland}: Содржи податоци од
+          Националниот земјомер на Финската топографска база на податоци и други податочни збирови под лиценцата %{nlsfi_license_link}.
+        contributors_fi_finland: Финска
+        contributors_fi_nlsfi_license: NLSFI
+        contributors_fr_credit_html: |-
+          %{france}: Содржи податоци преземени од
+          Главната даночна управа.
+        contributors_fr_france: Франција
+        contributors_nl_credit_html: '%{netherlands}: Содржи &copy; и податоци, 2007
+          (%{and_link})'
+        contributors_nl_netherlands: Холандија
+        contributors_nz_credit_html: |-
+          %{new_zealand}: Содржи податоци од %{linz_data_service_link}
+          и лиценцирана за преупотреба според %{cc_by_link}.
+        contributors_nz_new_zealand: Нов Зеланд
+        contributors_nz_linz_data_service: Податочната служба LINZ
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_nz_cc_by_url: https://creativecommons.org/licenses/by/4.0/deed.mk
+        contributors_si_credit_html: |-
+          %{slovenia}: Содржи податоци од %{gu_link} и %{mkgp_link}
+          (информации од јавен карактер во Словенија).
+        contributors_si_slovenia: Словенија
+        contributors_si_gu: Геоодетската управа на Словенија
+        contributors_si_mkgp: Министерството за земјоделство, шумарство и храна
+        contributors_es_credit_html: |-
+          %{spain}: Содржи податоци преземени од
+          Националиот географски иститут на Шпанија (%{ign_link}) и Националниот катографски систем (%{scne_link})
+          достапно за преупотреба согласно %{cc_by_link}.
+        contributors_es_spain: Шпанија
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_es_cc_by_url: https://creativecommons.org/licenses/by/4.0/deed.mk
+        contributors_za_credit_html: '%{south_africa}: Содржи податоци добиени од
+          %{ngi_link}, Државните авторски права се задржани.'
+        contributors_za_south_africa: ЈАР
+        contributors_za_ngi: 'Главна управа: Национални геопросторни информации'
+        contributors_gb_credit_html: '%{united_kingdom}: Содржи податоци од Картографскиот
+          завод на Обединетото Кралство &copy; Крунски авторски права и права на базата
+          2010-2023 г.'
+        contributors_gb_united_kingdom: Обединето Кралство
+        contributors_2_html: Повеќе поединости за овие и други извори употребени за
+          подобрување на OpenStreetMap ќе најдете на %{contributors_page_link} на
+          Викито на OpenStreetMap.
+        contributors_2_contributors_page: Страна за учесници
         contributors_footer_2_html: |-
           Употребата на податоците на OpenStreetMap не подразбира дека добавувачот
           на изворните податоци го застапува или рекламира OpenStreetMap, дава каква било гаранција, или
@@ -2078,16 +2093,16 @@ mk:
           Би сакале да ги потсетиме учесниците на OSM дека никогаш не смеат да ставаат
           податоци од извори заштитени со авторски права (на пр. Google Карти или печатени карти) без
           изречна дозвола од нивните праводршци.
-        infringement_2_html: "Доколку сметате дека базата на OpenStreetMap или ова
-          Ð¼Ñ\80ежно Ð¼ÐµÑ\81Ñ\82о\nÑ\81одÑ\80жи Ð±ÐµÑ\81пÑ\80авно Ð¸Ð»Ð¸ Ð½ÐµÐ¸Ñ\81пÑ\80авно Ð¿Ð¾Ñ\81Ñ\82авени Ð¿Ð¾Ð´Ð°Ñ\82оÑ\86и, Ð¿Ð¾Ð³Ð»ÐµÐ´Ð°Ñ\98Ñ\82е
-          ја\n<a href=\"https://wiki.osmfoundation.org/wiki/License/Takedown_procedure\">процедурата
-          \nза отстранување</a> или поднесете жалба на \n<a href=\"https://dmca.openstreetmap.org/\">оваа
-          наменска страница</a>."
-        trademarks_title_html: <span id="trademarks"></span>Заштитни знаци
-        trademarks_1_html: OpenStreetMap, логото со лупа и  „State of the Map“ („Состојба
-          на картата“) се заштитни знаци на задолжбината OpenStreetMap. Ако имате
-          прашања во врска со употребата на знаците, погл. <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Работната
-          група за лиценци</a>.
+        infringement_2_1_html: |-
+          Ð\90ко Ñ\81меÑ\82аÑ\82е Ð´ÐµÐºÐ° Ð½ÐµÐºÐ¾Ñ\98 Ð±ÐµÑ\81пÑ\80авно Ð´Ð¾Ð´Ð°Ð» Ð°Ð²Ñ\82оÑ\80Ñ\81козаÑ\88Ñ\82иÑ\82ен Ð¼Ð°Ñ\82еÑ\80иÑ\98ал Ð²Ð¾ Ð±Ð°Ð·Ð°Ñ\82а Ð½Ð° OpenStreetMap database Ð¸Ð»Ð¸ Ð¾Ð²Ð° Ð¼Ñ\80ежно Ð¼ÐµÑ\81Ñ\82о, Ð¿Ð¾Ð³Ð»ÐµÐ´Ð°Ñ\98Ñ\82е Ñ\98а Ð½Ð°Ñ\88аÑ\82а %{takedown_procedure_link} Ð¸Ð»Ð¸ Ð¿Ð¾Ð´Ð½ÐµÑ\81еÑ\82е Ð¿Ñ\80иÑ\98ава Ð½ÐµÐ¿Ð¾Ñ\81Ñ\80едно Ð½Ð° Ð½Ð°Ñ\88аÑ\82а
+          %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: постапка за симнување
+        infringement_2_1_online_filing_page: страница за семрежно поднесување
+        trademarks_titleЗаштитни знаци
+        trademarks_1_1_html: |-
+          OpenStreetMap, логото со лупа и Состојба на картата се заштитни знаци/имиња на Фондацијата OpenStreetMap. Ако имате прашања за тоа како да ги користите знаците, погледајте го нашите
+          %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Правила за заштитни знаци
     index:
       js_1: Или користите прелистувач кој не поддржува JavaScript, или пак сте го
         оневозможиле тој програм.
@@ -2121,7 +2136,6 @@ mk:
       licence_details_html: Податоците на OpenStreetMap се лиценцирани според  %{odbl_link}
         (ODbL).
       odbl: Лиценцата за отворени бази на податоци
-      odbl_url: https://opendatacommons.org/licenses/odbl/1.0/
       too_large:
         advice: 'Ако не успее увозот погоре, послужете се со некој од долунаведените
           извори:'
@@ -2163,8 +2177,8 @@ mk:
             (на пр. недостасува пат или адреса), најдобро е да се приклучите на заедницата
             на OpenStreetMap или пак самите да ги исправите податоците.
         add_a_note:
-          instructions_html: |-
-            Просто стиснете на <a class='icon note'></a> или пак на истата икона од приказникот на картата.
+          instructions_1_html: |-
+            Просто стиснете на %{note_icon} или пак на истата икона од приказникот на картата.
             Со ова на неа ќе ставите бележник, кој можете да го преместувате со влечење. Ставете ја пораката, па стиснете да зачувате. Потоа другите картографи ќе го иследат проблемот.
       other_concerns:
         title: Други проблеми
@@ -2173,7 +2187,6 @@ mk:
           %{copyright_link} за повеќе правни информации, или пак обратете се кај соодветната %{working_group_link}.
         copyright: страница за авторски права
         working_group: работна група на OSMF
-        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: Помош
       introduction: |-
@@ -2218,7 +2231,6 @@ mk:
         употреба во прелистувач.
       desktop_application_html: Сè уште можете да го користите Potlatch со %{download_link}.
       download: преземање на оваа програма за Mac и Windows
-      download_url: https://www.systemed.net/potlatch/
       id_editor_html: Во спротивно, можете да го поставите уредникот iD како стандарден,
         кој работи во вашиот прелистувач како што порано беше случај со Potlatch.
         %{change_preferences_link}.
@@ -2230,7 +2242,6 @@ mk:
         %{help_link}. Дали сте дел од организација која прави планови за OpenStreetMap? %{welcome_mat_link}.
       get_help_here: Овде побарајте помош
       welcome_mat: Погледајте ја подлогата за добредојде
-      welcome_mat_url: https://welcome.openstreetmap.org/
     sidebar:
       search_results: Исход од пребарувањето
       close: Затвори
@@ -2352,9 +2363,7 @@ mk:
           OpenStreetMap има малку формални правила, но од сите учесници се очекува да соработуваат и општат со заедницата. Ако размислувате за други активности освен рачно уредување, прочитајте и следете ги напатствијата за
           %{imports_link} и %{automated_edits_link}.
         imports: Увози
-        imports_url: https://wiki.openstreetmap.org/wiki/Import/Guidelines
         automated_edits: Автоматски уредувања
-        automated_edits_url: https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct
       start_mapping: Почнете да ги работите картите
       add_a_note:
         title: Немате време да уредувате? Ставете белешка.
@@ -2386,7 +2395,6 @@ mk:
           Нема потреба од формално основање на група како што тоа важи за месните ограноци.
           Многу групи работат мошне успешно со неформални собири на учесници или како заедница. Секој може да отпочне ваква група или да се приклучи кон постоечка. Повеќе за нив ќе прочитате на %{communities_wiki_link}.
         communities_wiki: викистраницата за Заедници
-        communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
   traces:
     visibility:
       private: Доверливо (споделено само како анонимни, неподредени точки)
@@ -2453,7 +2461,7 @@ mk:
     trace:
       pending: ВО ИСЧЕКУВАЊЕ
       count_points:
-        one: 1 точка
+        one: '%{count} точка'
         other: '%{count} точки'
       more: повеќе
       trace_details: Погледајте ги деталите за трагата
@@ -2476,7 +2484,6 @@ mk:
         на %{wiki_link}.'
       upload_new: Подигни нова трага
       wiki_page: викистраницата
-      wiki_page_url: https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2
       upload_trace: Подигни трага
       all_traces: Сите траги
       my_traces: Мои траги
@@ -2666,6 +2673,11 @@ mk:
         но може да ја побараат некои дополнителни алатки или опслужувачот.
       continue: Зачленување
       terms accepted: Ви благодариме што ги прифативте новите услови за учество!
+      email_confirmation_help_html: Вашата адреса не се прикажува јавно. Повеќе ќе
+        дознаете на %{privacy_policy_link}.
+      privacy_policy: правила за личните податоци
+      privacy_policy_title: Правилата за лични податоци на OSMF, со одделот за е-поштенски
+        адреси
     terms:
       title: Услови
       heading: Услови
@@ -2865,19 +2877,19 @@ mk:
       time_past_html: Истечено %{time}.
       block_duration:
         hours:
-          one: еден час
+          one: '%{count} час'
           other: '%{count} часа'
         days:
-          one: 1 ден
+          one: '%{count} ден'
           other: '%{count} дена'
         weeks:
-          one: 1 седмица
+          one: '%{count} седмица'
           other: '%{count} седмици'
         months:
-          one: 1 месец
+          one: '%{count} месец'
           other: '%{count} месеци'
         years:
-          one: 1 година
+          one: '%{count} година'
           other: '%{count} години'
     blocks_on:
       title: Блокови за %{name}
@@ -2932,15 +2944,15 @@ mk:
       open_title: Нерешена белешка бр. %{note_name}
       closed_title: Решена белешка бр. %{note_name}
       hidden_title: 'Скриена белешка бр. #%{note_name}'
-      opened_by_html: Создадено од %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Создадено од анонимен <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Коментар на %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Коментар на анонимен <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Решено од %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Решено од анонимен <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Преактивирано од %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Преактивирано од анонимен <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Скриено од %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Создадено од %{user} %{time_ago}
+      event_opened_by_anonymous_html: Создадено од анонимец %{time_ago}
+      event_commented_by_html: Коментар од %{user} %{time_ago}
+      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: Оваа белешка има коментари од анонимни корисници што треба
         независно да се проверат.
@@ -2999,10 +3011,10 @@ mk:
       locate:
         title: Прик. моја местоположба
         metersPopup:
-          one: Се наоѓате на еден метар од оваа точка
+          one: Се наоѓате на  %{count} метар од оваа точка
           other: Се наоѓате на %{count} метри од оваа точка
         feetPopup:
-          one: Се наоѓате на една стапка од оваа точка
+          one: Се наоѓате на  %{count} стапка од оваа точка
           other: Се наоѓате на %{count} стапки од оваа точка
       base:
         standard: Стандардна
@@ -3018,17 +3030,17 @@ mk:
         gps: Јавни ГПС-траги
         overlays: Овозможи облоги за утврдување грешки
         title: Слоеви
-      copyright: © <a href='%{copyright_url}'>Учесници во OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Дарувајте</a>
-      terms: <a href='%{terms_url}' target='_blank'>Услови за мреж. место и приложникот</a>
-      cyclosm: 'Стил на полињата: <a href=''%{cyclosm_url}'' target=''_blank''>CyclOSM</a>
-        вдомена од <a href=''%{osmfrance_url}'' target=''_blank''>OpenStreetMap Франција</a>'
-      thunderforest: 'Полиња: <a href=''%{thunderforest_url}'' target=''_blank''>Енди
-        Алан</a>'
-      opnvkarte: Полињата ги достави <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: 'Стил на полињата: <a href=''%{hotosm_url}'' target=''_blank''>Хуманитарна
-        екипа на OpenStreetMap</a> вдомена од <a href=''%{osmfrance_url}'' target=''_blank''>OpenStreetMap
-        Франција</a>'
+      openstreetmap_contributors: Учесници на OpenStreetMap
+      make_a_donation: Дарувајте
+      website_and_api_terms: Мрежно место и услови на приложникот
+      cyclosm_credit: Стилот на полињата е од %{cyclosm_link} вдомено на %{osm_france_link}
+      osm_france: OpenStreetMap Франција
+      thunderforest_credit: Полињата се доставени од %{thunderforest_link}
+      andy_allan: Енди Алан
+      opnvkarte_credit: Полињата се доставени од %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Стилот на полињата е од %{hotosm_link} вдомен од %{osm_france_link}
+      hotosm_name: Екипа на Хуманитарната OpenStreetMap
     site:
       edit_tooltip: Уредување на картата
       edit_disabled_tooltip: Приближете за да ја уредите картата
index 79577e41c717df08164b5a1dd4d8a41408225c15..1fe000ae9f1f7566010f050f24e09bf4a4c2102f 100644 (file)
@@ -95,13 +95,6 @@ mo:
   browse:
     created: Креат
     closed: Ынкис
-    created_html: Креат <abbr title='%{title}'>ку %{time} ын урмэ</abbr>
-    closed_html: Ынкис <abbr title='%{title}'>ку %{time} ын урмэ</abbr>
-    created_by_html: Креат <abbr title='%{title}'>ку %{time} ын урмэ</abbr> де %{user}
-    deleted_by_html: Штерс <abbr title='%{title}'>ку %{time} ын урмэ</abbr> де %{user}
-    edited_by_html: Модификат <abbr title='%{title}'>ку %{time} ын урмэ</abbr> де
-      %{user}
-    closed_by_html: Ынкис <abbr title='%{title}'>ку %{time} ын урмэ</abbr> де %{user}
     version: Версиуне
     anonymous: аноним
     no_comment: (фэрэ коментариу)
@@ -119,10 +112,6 @@ mo:
       relation: Релаций (%{count})
       relation_paginated: Релаций (%{x}-%{y} дин %{count})
       comment: Коментарий (%{count})
-      hidden_commented_by_html: Коментариу аскунс скрис де %{user} <abbr title='%{exact_time}'>ку
-        %{when} ын урмэ</abbr>
-      commented_by_html: Коментариу скрис де %{user} <abbr title='%{exact_time}'>ку
-        %{when} ын урмэ</abbr>
       join_discussion: Вэ ругэм сэ ынтраць ын конт пентру а вэ алэтура дискуцией
       discussion: Дискуцие
     node:
@@ -627,24 +616,6 @@ mo:
       open_title: 'Нотэ нерезолватэ #%{note_name}'
       closed_title: 'Нотэ резолватэ #%{note_name}'
       hidden_title: 'Нотэ аскунсэ #%{note_name}'
-      opened_by_html: Креатэ де %{user} <abbr title='%{exact_time}'>ку %{when} ын
-        урмэ</abbr>
-      opened_by_anonymous_html: Креатэ аноним <abbr title='%{exact_time}'>ку %{when}
-        ын урмэ</abbr>
-      commented_by_html: Коментариу скрис де %{user} <abbr title='%{exact_time}'>ку
-        %{when} ын урмэ</abbr>
-      commented_by_anonymous_html: Коментариу аноним <abbr title='%{exact_time}'>ку
-        %{when} ын урмэ</abbr>
-      closed_by_html: Резолватэ де %{user} <abbr title='%{exact_time}'>ку %{when}
-        ын урмэ</abbr>
-      closed_by_anonymous_html: Резолватэ аноним <abbr title='%{exact_time}'>ку %{when}
-        ын урмэ</abbr>
-      reopened_by_html: Редескисэ де %{user} <abbr title='%{exact_time}'>ку %{when}
-        ын урмэ</abbr>
-      reopened_by_anonymous_html: Редескисэ аноним <abbr title='%{exact_time}'>ку
-        %{when} ын урмэ</abbr>
-      hidden_by_html: Аскунсэ де кэтре %{user} <abbr title='%{exact_time}'>ку %{when}
-        ын урмэ</abbr>
     new:
       title: Нотэ ноуэ
 ...
index ef24da434a36e2ebdc66b45e8071a600548fcc30..c64c82961e98c56c4ef7c0f3e690704aecd716ed 100644 (file)
@@ -18,7 +18,7 @@ mr:
       prompt: फाईल निवडा
     submit:
       diary_comment:
-        create: à¤\9cतन à¤\95रा
+        create: à¤\9fिपà¥\8dपणà¥\80
       diary_entry:
         create: प्रकाशित करा
         update: अद्ययावत करा
@@ -106,6 +106,7 @@ mr:
         longitude: रेखांश
         public: सार्वजनिक
         description: वर्णन
+        gpx_file: GPX फाईल चढावा
         visibility: 'दृश्यता:'
         tagstring: 'खूणपताका:'
       message:
@@ -114,30 +115,56 @@ mr:
         body: मायना
         recipient: प्राप्तकर्ता
       redaction:
+        title: शीर्षक
         description: वर्णन
       user:
         email: ई-मेल
+        new_email: नवीन ईमेल पत्ता
         active: सक्रिय
         display_name: दर्शवायचे नाव
         description: वर्णन
         home_lat: 'अक्षांश:'
         home_lon: 'रेखांश:'
-        languages: भाषा
+        languages: पसंतीच्या भाषा
+        preferred_editor: पसंतीचे संपादक
         pass_crypt: परवलीचा शब्द
+        pass_crypt_confirmation: 'परवलीचा शब्द पुन्हा लिहा:'
     help:
       trace:
         tagstring: स्वल्पविरामाने परिसीमित
   datetime:
     distance_in_words_ago:
+      about_x_hours:
+        one: सुमारे %{count} तासापूर्वी
+        other: सुमारे %{count} तासांपूर्वी
       about_x_months:
-        one: साधारण १ महिन्यापूर्वी
-        other: साधारण %{count} महिन्यांपूर्वी
+        one: सुमारे %{count} महिन्यापूर्वी
+        other: सुमारे %{count} महिन्यांपूर्वी
+      about_x_years:
+        one: सुमारे %{count} वर्षापूर्वी
+        other: सुमारे %{count} वर्षांपूर्वी
+      almost_x_years:
+        one: जवळजवळ %{count} वर्षापूर्वी
+        other: जवळजवळ %{count} वर्षांपूर्वी
+      half_a_minute: अर्ध्या मिनिटापूर्वी
+      less_than_x_minutes:
+        one: गेल्या %{count} मिनिटात
+        other: गेल्या %{count} मिनिटांत
+      over_x_years:
+        one: '%{count} वर्षापेक्षापुर्वी'
+        other: '%{count} वर्षांपेक्षापुर्वी'
+      x_minutes:
+        one: '%{count} मिनिटापूर्वी'
+        other: '%{count} मिनिटांपूर्वी'
       x_days:
-        one: १ दिवसापूर्वी
+        one: '%{count} दिवसापूर्वी'
         other: '%{count} दिवसांपूर्वी'
       x_months:
-        one: १ महिन्यापूर्वी
+        one: '%{count} महिन्यापूर्वी'
         other: '%{count} महिन्यांपूर्वी'
+      x_years:
+        one: '%{count} वर्षापूर्वी'
+        other: '%{count} वर्षांपूर्वी'
   editor:
     default: सामान्यतः (सध्या %{name})
     id:
@@ -146,10 +173,18 @@ mr:
     remote:
       name: सुदूर नियंत्रण
       description: सुदूर नियंत्रण (JOSM अथवा Merkaartor)
+  auth:
+    providers:
+      wikipedia: विकिपीडिया
+  api:
+    notes:
+      entry:
+        comment: टिप्पणी
   accounts:
     edit:
       title: खाते संपादा
       my settings: माझ्या मांडण्या
+      current email address: वर्तमान ईमेल पत्ता
       openid:
         link text: हे काय आहे?
       public editing:
@@ -161,20 +196,17 @@ mr:
   browse:
     created: बनविले
     closed: बंद केले
-    created_html: <abbr title='%{title}'>%{time} पूर्वी</abbr> बनविले
-    closed_html: <abbr title='%{title}'>%{time} पूर्वी</abbr> बंद केला
-    created_by_html: <abbr title='%{title}'>%{time} पूर्वी</abbr>  %{user} द्वारे
-      तयार केले
-    deleted_by_html: <abbr title='%{title}'>%{time} पूर्वी</abbr>%{user} द्वारे गाळले
-    edited_by_html: <abbr title='%{title}'>%{time} पूर्वी</abbr>  %{user} द्वारे संपादन
-      केले
-    closed_by_html: <abbr title='%{title}'>%{time} पूर्वी</abbr>%{user} द्वारे बंद
-      केले
     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_details: तपशील पहा
@@ -193,6 +225,7 @@ mr:
       feed:
         title: बदलसंच %{id}
         title_comment: बदलसंच %{id} - %{comment}
+      join_discussion: चर्चेत सहभागी होण्यासाठी सनोंद प्रवेश करा
     node:
       title_html: 'गाठ: %{name}'
       history_title_html: 'गाठीचा इतिहास: %{name}'
@@ -249,6 +282,8 @@ mr:
         key: '%{key} खूणपताकेसाठी विकी वर्णन पान'
         tag: '%{key}=%{value} खूणपताकेसाठी विकी वर्णन पान'
       wikipedia_link: विकिपिडियावरील %{page} हा लेख
+    query:
+      title: वस्तूंची विचारणा
   changesets:
     changeset_paging_nav:
       showing_page: लेख %{page}
@@ -262,7 +297,7 @@ mr:
       id: ओळखसंख्या (आयडी)
       saved_at: ला जतन केले
       user: सदस्य
-      comment: à¤\85भिपà¥\8dराय
+      comment: à¤\9fिपà¥\8dपणà¥\80
       area: क्षेत्र
     index:
       title: बदलसंच
@@ -278,6 +313,10 @@ mr:
       load_more: अधिक प्रभारण करा
     timeout:
       sorry: क्षमा असावी, आपण मागितलेली बदलसंचाची यादी मिळविण्यास फार वेळ लागला.
+  changeset_comments:
+    index:
+      title_all: OpenStreetMap बदलसंच चर्चा
+      title_particular: 'OpenStreetMap बदलसंच #%{changeset_id} चर्चा'
   dashboards:
     contact:
       km away: '%{count} कि.मी. दूर'
@@ -359,17 +398,10 @@ mr:
     comments:
       post: पाठवा
       when: कधी
-      comment: à¤\85भिपà¥\8dराय
+      comment: à¤\9fिपà¥\8dपणà¥\80
       newer_comments: नवे अभिप्राय
-      older_comments: à¤\9cà¥\81नà¥\87 à¤\85भिपà¥\8dराय
+      older_comments: à¤\9cà¥\81नà¥\8dया à¤\9fिपà¥\8dपणà¥\8dया
   geocoder:
-    search:
-      title:
-        latlon_html: निकाल <a href="https://openstreetmap.org/">अंतर्गत</a>
-        osm_nominatim_html: निकाल <a href="https://nominatim.openstreetmap.org/">ओपनस्ट्रीटमॅप
-          नॉमिनॅटिम</a>
-        osm_nominatim_reverse_html: निकाल <a href="https://nominatim.openstreetmap.org/">ओपनस्ट्रीटमॅप
-          नॉमिनॅटिम</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -457,11 +489,13 @@ mr:
           veterinary: पशू शल्यक्रिया
           village_hall: गाव सभागृह
           waste_basket: कचरा टोपली
+          "yes": सुविधा
         boundary:
           administrative: प्रशासकीय सीमा
           census: जनगणना सीमा
           national_park: राष्ट्रीय उद्यान
           protected_area: संरक्षित क्षेत्र
+          "yes": सीमा
         bridge:
           aqueduct: जलसेतू
           suspension: टांगलेला पूल
@@ -469,6 +503,11 @@ mr:
           viaduct: उंच पूल
           "yes": पूल
         building:
+          bungalow: बंगला
+          college: महाविद्यालय इमारत
+          house: घर
+          kindergarten: बालवाडी इमारत
+          roof: छत
           "yes": इमारत
         emergency:
           phone: संकटकालीन दूरध्वनी
@@ -827,6 +866,7 @@ mr:
     help: साहाय्य
     about: आमच्याबद्दल
     copyright: प्रताधिकार
+    communities: समुदाय
     community: समुदाय
     community_blogs: अनुदिनी
     community_blogs_title: ओपनस्ट्रीटमॅप समुदायाच्या सदस्यांच्या अनुदिनी
@@ -843,11 +883,22 @@ mr:
         संदेश पाठविला'
       footer_html: आपण %{readurl} येथेही संदेश वाचू शकता, आणि %{replyurl} येथे उत्तर
         देऊ शकता
+    gpx_description:
+      description_with_tags_html: '%{trace_description} वर्णन असलेली व "%{tags}" खुणपताके
+        असलेली आपली GPX फाईल %{trace_name}'
+    gpx_success:
+      loaded:
+        one: संभाव्य %{count} बिंदूपैकी %{trace_points} बिंदूसह यशस्वीरित्या चढवली
+          गेली.
+        other: संभाव्य %{count} बिंदूंपैकी %{trace_points} बिंदूंसह यशस्वीरित्या चढवली
+          गेली.
+      subject: '[OpenStreetMap] GPX आयात यशस्वी'
     signup_confirm:
       greeting: नमस्कार!
       welcome: आपण खातेनिश्चिती केल्यावर,सुरुवात करण्यास आम्ही आपणास अधिकची माहिती
         देउ
     email_confirm:
+      subject: '[OpenStreetMap] तुमच्या ईमेल पत्त्याची पुष्टी करा'
       greeting: नमस्कार,
       click_the_link: जर ते आपणच असाल,तर बदलांची खात्री करण्यास खालील दुवा टिचका.
     lost_password:
@@ -870,6 +921,8 @@ mr:
       unknown token: तो निश्चिती संकेत कालबाह्य झाला आहे किंवा अस्तित्वात नाही.
     confirm_resend:
       failure: सदस्य %{name} सापडला नाही.
+    confirm_email:
+      heading: ईमेल पत्त्यातील बदलाची पुष्टी करा
   messages:
     inbox:
       title: अंतर्पेटी
@@ -881,7 +934,7 @@ mr:
       old_messages:
         one: '%{count} जुना संदेश'
         other: '%{count} जुने संदेश'
-      from: à¤ªà¥\8dरà¥\87षà¤\95
+      from: à¤ªà¤¾à¤¸à¥\82न
       subject: विषय
       date: दिनांक
       no_messages_yet_html: आपल्यासाठी अद्याप संदेश नाहीत. %{people_mapping_nearby_link}
@@ -946,11 +999,13 @@ mr:
   preferences:
     show:
       title: माझे प्राधान्ये
+      preferred_editor: पसंतीचे संपादक
       edit_preferences: पसंती संपादन
     edit:
       save: पसंती अद्ययावत करा
   profiles:
     edit:
+      title: रूपरेखा संपादा
       image: 'चित्र:'
       gravatar:
         gravatar: Gravatar वापरा
@@ -973,7 +1028,8 @@ mr:
   site:
     about:
       next: पुढील
-      copyright_html: <span>&copy;</span>ओपनस्ट्रीटमॅप<br>योगदाते
+      used_by_html: '%{name} हजारो संकेतस्थळे, मोबाइल अॅप्स आणि हार्डवेअर उपकरणांसाठी
+        नकाशा डेटा प्रदान करते'
       lede_text: OpenStreetMap हा मानचित्रकारांनी उभारलेला एक प्रकल्प आहे ज्यात जगभरातील
         रस्ते, पायवाट, कॅफे, रेल्वे स्थानक व इतर बऱ्याच गोष्टींचा डेटा योगदानातून
         तयार व व्यवस्थापित केला जातो.
@@ -983,12 +1039,6 @@ mr:
         क्षेत्र नकाशे वापरतात.
       community_driven_title: समाजातर्फे चालविलेले
       open_data_title: मुक्त माहिती
-      open_data_html: 'OpenStreetMap हे <i>मुक्त माहिती</i> आहे: जो पर्यंत तुम्ही
-        OpenStreetMap व त्यातील योगदानकर्त्यांना श्रेय देत आहात तो पर्यंत तुम्ही हे
-        कोणत्याही कामासाठी मुक्तपणे वापरू शकता. जर तुम्ही काही विशिष्ट मार्गांनी डेटा
-        बदलला किंवा तयार केला, तर तुम्ही फक्त त्याच परवान्यानुसार निकाल वितरित करू
-        शकता. तपशीलवार माहिती साठी <a href=''%{copyright_path}''>प्रतीलीपी-अधिकार
-        व परवाना पृष्ठावर</a>भेट द्या.'
       partners_title: भागीदार
     copyright:
       foreign:
@@ -1005,16 +1055,6 @@ mr:
         mapping_link: नकाशा आरेखन
       legal_babble:
         title_html: प्रताधिकार व परवाना
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> हे <i>मुक्त डेटा</i> आहे, जे <a
-          href="https://osmfoundation.org/">OpenStreetMap फाउंडेशन</a> (OSMF) द्वारे <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) अंतर्गत परवानाकृत आहे.
-        intro_2_html: जोपर्यंत तुम्ही OpenStreetMap आणि त्याच्या योगदानकर्त्यांना
-          श्रेय देता तोपर्यंत तुम्ही आमचा डेटा प्रतीलीपित, वितरित, प्रसारित आणि रुपांतर
-          करण्यास मोकळे आहात. जर तुम्ही काही विशिष्ट मार्गांनी डेटा बदलला किंवा तयार
-          केला, तर तुम्ही फक्त त्याच परवान्यानुसार निकाल वितरित करू शकता. <a href="https://opendatacommons.org/licenses/odbl/1.0/">ह्या
-          कायदेशीर पत्रात</a> तुमचे अधिकार आणि जबाबदाऱ्या स्पष्ट केल्या आहेत.
         credit_title_html: ओपनस्ट्रीटमॅपला श्रेय कसे द्यावे
         credit_1_html: |-
           &ldquo;&copy; OpenStreetMap
@@ -1038,6 +1078,8 @@ mr:
       createnote: टीप जोडा
       license:
         copyright: प्रताधिकार ओपनस्ट्रीटमॅप आणि योगदाते, खुल्या परवान्यांतर्गत
+      remote_failed: संपादन अयशस्वी - JOSM किंवा Merkaartor चालू केले आहे आणि रिमोट
+        निरंत्रण पर्याय सक्षम असल्याची खात्री करा
     edit:
       not_public: आपण आपली संपादने सार्वजनिक ठेवलेली नाहित.
       not_public_description_html: नकाशा संपादण्यासाठी संपादने सार्वजनिक असणे आवश्यक
@@ -1109,8 +1151,11 @@ mr:
       close: बंद करा
     search:
       search: शोधा
+      from: पासून
+      to: पर्यंत
       where_am_i: मी कुठे आहे?
       submit_text: जा
+      reverse_directions_text: दिशा उलटावा
     key:
       table:
         entry:
@@ -1182,6 +1227,11 @@ mr:
         title: नकाशा आरेखनासाठीच्या मूलभूत संज्ञा
         paragraph_1: ओपनस्ट्रीटमॅपची स्वतःची एक बोली आहे. हे काही प्रमुख शब्द आहेत
           जे कामी येतील.
+        a_node_html: '%{node} हा नकाशावरील एक बिंदू आहे, जसे की एक रेस्टॉरंट किंवा
+          झाड.'
+        a_tag_html: '%{tag} हा गाठ किंवा मार्गाविषयीचा थोडासा डेटा आहे, जसे की रेस्टॉरंटचे
+          नाव किंवा रस्त्याची गती मर्यादा.'
+        node: गाठ
       start_mapping: नकाशा आरेखन सुरु करा
       add_a_note:
         title: संपादन करण्यास वेळ नाही?टिप्पणी जोडा!
@@ -1189,15 +1239,25 @@ mr:
           जर आपणास काही छोटेसेच ठिक करुन हवे आहे व आपल्यापाशी प्रवेशाचा व संपादन शिकण्यास वेळ नाही
 
           तर एक टिप्पणी जोडणे सोपे आहे.
+    communities:
+      title: समुदाय
   traces:
     visibility:
+      private: खाजगी (फक्त अनामिक म्हणून सामायिक केलेले, अक्रमित बिंदू)
       public: सार्वजनिक (अनुरेख सूचीमध्ये अनामिक, अक्रमित बिंदू म्हणून दर्शविलेले)
+      trackable: मागोव्याजोगा (फक्त अनामिक म्हणून सामायिक केलेले, वेळशिक्क्यांसहित
+        क्रमित बिंदू)
+      identifiable: ओळखण्याजोगी (अनुरेख यादीत दिसणारे व ओळखण्याजोगी, वेळशिक्क्यांसहित
+        क्रमित बिंदू)
     new:
       upload_trace: GPS अनुरेख चढवा
       visibility_help: ह्याचा अर्थ काय?
       help: साहाय्य
     create:
       upload_trace: GPS अनुरेख चढवा
+      trace_uploaded: तुमची GPX फाईल चढवली गेली आहे आणि डेटाबेसमध्ये समाविष्ट होण्याची
+        प्रतीक्षा करत आहे. हे सहसा अर्ध्या तासात होईल आणि पूर्ण झाल्यावर तुम्हाला
+        एक ईमेल पाठवला जाईल.
     edit:
       title: अनुरेख %{name} संपादन
       heading: अनुरेख %{name} संपादन
@@ -1239,9 +1299,18 @@ mr:
       in: आत
     index:
       public_traces: सार्वजनिक GPS अनुरेख
+      my_gps_traces: माझ्या GPS अनुरेखा
+      public_traces_from: '%{user} कडून सार्वजनिक GPS अनुरेखा'
+      description: अलीकडील चढवलेल्या GPS रेखा न्याहाळा
       upload_trace: अनुरेख चढवा
       all_traces: सर्व अनुरेख
       my_traces: माझे अनुरेख
+    georss:
+      title: OpenStreetMap GPS अनुरेखा
+  application:
+    settings_menu:
+      account_settings: खाते मांडण्या
+      oauth1_settings: OAuth 1 मांडण्या
   oauth:
     authorize:
       allow_write_gpx: GPS अनुरेख चढवा
@@ -1292,23 +1361,28 @@ mr:
       my traces: माझे अनुरेख
       my notes: माझ्या टीपा
       my messages: माझे संदेश
-      my profile: माझी रूपरेखा(प्रोफाइल)
+      my profile: माझी रूपरेखा
       my settings: माझ्या मांडण्या
       my comments: माझे अभिप्राय
       my_preferences: माझे प्राधान्ये
       my_dashboard: माझे फलक
       blocks on me: माझ्यावरील निर्बंध
       blocks by me: माझ्याकडून निर्बंध
+      edit_profile: रूपरेखा संपादा
       send message: संदेश पाठवा
       diary: अनुदिनी
       edits: संपादने
       traces: अनुरेख
       notes: नकाशावरील टीपा
+      add as friend: मित्र जोडा
+      mapper since: 'ह्या दिनांकपासून मानचित्रकार:'
       ct status: 'योगदात्यांसाठी अटी:'
       ct undecided: अनिर्णीत
       ct declined: अमान्य
       latest edit: 'नवीनतम संपादन %{ago}:'
+      email address: 'ईमेल पत्ता:'
       status: 'स्थिती:'
+      report: या वापरकर्त्याची तक्रार करा
     index:
       title: सदस्य
       heading: सदस्य
@@ -1319,8 +1393,17 @@ mr:
     helper:
       block_duration:
         hours:
-          one: १ तास
+          one: '%{count} तास'
           other: '%{count} तास'
+        days:
+          one: '%{count} दिवस'
+          other: '%{count} दिवस'
+        months:
+          one: '%{count} महिना'
+          other: '%{count} महिने'
+        years:
+          one: '%{count} वर्ष'
+          other: '%{count} वर्षे'
     blocks:
       showing_page: पान %{page}
       next: पुढील »
@@ -1332,24 +1415,6 @@ mr:
       open_title: 'निराकरण न झालेली टीप #%{note_name}'
       closed_title: 'निराकरण झालेली टीप #%{note_name}'
       hidden_title: 'लपविलेली टीप #%{note_name}'
-      opened_by_html: <abbr title='%{exact_time}'>%{when} पूर्वी</abbr>%{user} ने
-        तयार केले
-      opened_by_anonymous_html: <abbr title='%{exact_time}'>%{when} पूर्वी</abbr>
-        अनामिकाने तयार केले
-      commented_by_html: <abbr title='%{exact_time}'>%{when} पूर्वी</abbr>%{user}
-        ची टिप्पणी
-      commented_by_anonymous_html: <abbr title='%{exact_time}'>%{when} पूर्वी</abbr>
-        अनामिकाची टिप्पणी
-      closed_by_html: <abbr title='%{exact_time}'>%{when} पूर्वी</abbr>%{user} ने
-        वियोजित केले
-      closed_by_anonymous_html: <abbr title='%{exact_time}'>%{when} पूर्वी</abbr>
-        अनामिकाने वियोजित केले
-      reopened_by_html: <abbr title='%{exact_time}'>%{when} पूर्वी</abbr>%{user} ने
-        सक्रिय केले
-      reopened_by_anonymous_html: <abbr title='%{exact_time}'>%{when} पूर्वी</abbr>
-        अनामिकाने सक्रिय केले
-      hidden_by_html: <abbr title='%{exact_time}'>%{when} पूर्वी</abbr>%{user} ने
-        लपविले
       resolve: निराकरण करा
     new:
       title: नवी टीप
@@ -1372,6 +1437,8 @@ mr:
       download: अधिभारण करा
       short_url: लघु-URL
       view_larger_map: मोठा नकाशा पहा
+    embed:
+      report_problem: समस्या कळवा
     map:
       locate:
         title: माझे ठिकाण दाखवा
@@ -1382,12 +1449,18 @@ mr:
         header: नकाशाचे स्तर
         notes: नकाशावरील टीपा
         data: नकाशावरील माहिती
+        gps: सार्वजनिक GPS अनुरेख
+        overlays: नकाशाच्या समस्यानिवारणासाठी आच्छादन सक्षम करा
         title: स्तर
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap योगदानकर्ते</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>देणगी द्या</a>
     site:
       edit_tooltip: नकाशा संपादा
       createnote_tooltip: नकाशावर टीप जोडा
+      createnote_disabled_tooltip: नकाशावर टीप जोडण्यासाठी झूम करा
+      queryfeature_tooltip: वस्तूंची विचारणा
+      queryfeature_disabled_tooltip: वस्तूंची विचारणा करण्यासाठी झूम करा
+    changesets:
+      show:
+        comment: टिप्पणी
     directions:
       instructions:
         offramp_right_with_exit: उजवीकडील %{exit}ने बाहेर पडा
@@ -1402,6 +1475,16 @@ mr:
           पडा'
         offramp_left_with_exit_name_directions: '%{directions}कडे जाताना %{name}वर
           %{exit}ने बाहेर पडा'
+    query:
+      node: गाठ
+      relation: संबंध
+    context:
+      directions_from: येथून दिशानिर्देश
+      directions_to: येथे दिशानिर्देश
+      add_note: येथे टीप जोडा
+      show_address: पत्ते दाखवा
+      query_features: वस्तूंची विचारणा
+      centre_map: नकाशा येथे केंद्रित करा
   redactions:
     show:
       description: 'वर्णन:'
index 8bf346c10cb18b47726807219366f975694f548f..9159e989ad3962db439563b339b38dd2530e71ab 100644 (file)
@@ -267,12 +267,6 @@ ms:
   browse:
     created: Tercipta
     closed: Tertutup
-    created_html: Dicipta <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Ditutup <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Dicipta <abbr title='%{title}'>%{time}</abbr> oleh %{user}
-    deleted_by_html: Dihapuskan <abbr title='%{title}'>%{time}</abbr> oleh %{user}
-    edited_by_html: Disunting <abbr title='%{title}'>%{time}</abbr> oleh %{user}
-    closed_by_html: Ditutup <abbr title='%{title}'>%{time}</abbr> oleh %{user}
     version: Versi
     in_changeset: Set Ubah
     anonymous: awanama
@@ -292,8 +286,6 @@ ms:
       relation: Hubungan (%{count})
       relation_paginated: Hubungan (%{x}-%{y} / %{count})
       comment: Komen (%{count})
-      hidden_commented_by_html: Sembunyikan komen dari %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Komen oleh %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: XML Set Ubah
       osmchangexml: XML osmChange
       feed:
@@ -517,13 +509,6 @@ ms:
       success: '%{name} telah dibuang daripada senarai kawan anda.'
       not_a_friend: '%{name} bukan kawan anda.'
   geocoder:
-    search:
-      title:
-        latlon_html: Hasil carian <a href="http://openstreetmap.org/">dalaman</a>
-        osm_nominatim_html: Hasil Carian <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Hasil daripada <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1247,8 +1232,6 @@ ms:
       subject: '[OpenStreetMap] GPX gagal diimport'
     gpx_success:
       hi: Hai %{to_user},
-      loaded_successfully: berjaya dimuatkan dengan %{trace_points} daripada sejumlah
-        %{possible_points} titik.
       subject: '[OpenStreetMap] GPX berjaya diimport'
     signup_confirm:
       subject: '[OpenStreetMap] Selamat datang ke OpenStreetMap'
@@ -1428,7 +1411,6 @@ ms:
       image: Imej
       gravatar:
         gravatar: Gunakan Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Apa itu Gravatar?
       new image: Tambahkan imej
       keep image: Simpan imej semasa
@@ -1492,7 +1474,6 @@ ms:
   shared:
     markdown_help:
       heading_html: Dihuraikan dengan %{kramdown_link}
-      kramdown: kramdown
       headings: Judul
       heading: Judul
       subheading: Tajuk kecil
@@ -1510,7 +1491,6 @@ ms:
   site:
     about:
       next: Berikutnya
-      copyright_html: <span>&copy;</span>para penyumbang<br />OpenStreetMap
       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
@@ -1521,19 +1501,7 @@ ms:
         menggunakan imejan udara, peranti GPS, dan peta lapangan berteknologi rendah
         untuk mengesahkan bahawa OSM adalah tepat dan mutakhir.
       community_driven_title: Didorong oleh Komuniti
-      community_driven_html: |-
-        Komuniti OpenStreetMap pelbagai latar belakang, ghairah, dan makin hari makin berkembang. Antara para penyumbang kami termasuklah pemeta yang sekadar penggemar, profesional GIS, jurutera yang mengelola pelayan OSM, pegawai kemanusiaan yang memetakan kawasan terjejas bencana,
-        dan ramai lagi.
-        Untuk mengetahui lebih lanjut tentang komuniti ini, rujuk <a href='%{diary_path}'>diari pengguna</a>,
-        <a href='http://blogs.openstreetmap.org/'>blog komuniti</a>, dan laman web
-        the <a href='http://www.osmfoundation.org/'>OSM Foundation</a>.
       open_data_title: Data Terbuka
-      open_data_html: 'OpenStreetMap ialah <i>data terbuka</i>: anda bebas menggunakannya
-        untuk sebarang tujuan asalkan anda memberikan penghargaan kepada OpenStreetMap
-        dan para penyumbangnya. Jika anda mengubah suai atau menokok tambah datanya
-        dalam cara-cara tertentu, anda boleh mengedarkan hasilnya di bawah lesen yang
-        sama sahaja. Rujuk halaman <a href=''%{copyright_path}''>Hak Cipta dan Lesen</a>
-        untuk keterangan lanjut.'
       partners_title: Rakan Kongsi
     copyright:
       foreign:
@@ -1550,77 +1518,17 @@ ms:
         mapping_link: mula membuat peta
       legal_babble:
         title_html: Hak Cipta dan Lesen
-        intro_1_html: |-
-          OpenStreetMap ialah <i>data terbuka</i> yang dilesenkan di bawah <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL).
-        intro_2_html: Anda bebas menyalin, mengedarkan, menyebarkan dan mengubah suai
-          data kami, asalkan anda memperakui OpenStreetMap dan para penyumbangnya.
-          Jika anda mengubah suai atau menokok tambah data kami, anda boleh mengedarkannya
-          di bawah lesen yang sama sahaja. <a href="http://opendatacommons.org/licenses/odbl/1.0/">Kanun
-          undang-undang</a> yang lengkap ini menerangkan hak-hak dan tanggungjawab
-          anda.
-        intro_3_1_html: Kartografi jubin peta kami serta pendokumenan kami dilesenkan
-          di bawah lesen <a href="http://creativecommons.org/licenses/by-sa/2.0/">Pengiktirafan-PerkongsianSerupa
-          2.0</a> (CC-BY-SA).
         credit_title_html: Cara memberikan penghargaan kepada OpenStreetMap
         credit_1_html: Kami memerlukan anda menggunakan dikenali sebagai &ldquo;&copy;
           penyumbang OpenStreetMap&rdquo; dalam penghargaan.
-        credit_2_1_html: |-
-          Anda juga mesti memperjelas bahawa data ini tersedia di bawah Open Database License, dan juga kartografinya berada di bawah lesen CC-BY-SA jika jubin peta kami turut digunakan. Anda boleh berbuat demikian dengan membuat pautan ke <a href="http://www.openstreetmap.org/copyright">halaman hak cipta ini</a>.
-          Selain itu, dan sebagai kemestian untuk mengedarkan OSM dalam bentuk data, anda boleh menyatakan nama dan membuat pautan secara terus kepada lesen. Untuk media yang tidak membolehkan pautan (cth. bahan cetakan), kami mencadangkan supaya anda menghalakan pembaca-pembaca ke openstreetmap.org (misalnya, dengan meluaskan 'OpenStreetMap' ke alamat penuh ini), ke opendatacommons.org, dan juga creativecommons.org jika berkenaan.
-        credit_4_html: |-
-          Untuk peta elektronik yang boleh disemak imbas, kredit seharusnya disiarkan di sudut peta.
-          Contoh:
         attribution_example:
           alt: Contoh mengatribusikan OpenStreetMap pada halaman sesawang
           title: Contoh atribusi
         more_title_html: Mengetahui lebih lanjut
-        more_1_html: Baca lebih lanjut tentang penggunaan data kami serta memperakui
-          kami di <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Soalan Lazim
-          Undang-Undang</a>.
-        more_2_html: Sungguhpun OpenStreetMap merupakan data terbuka, namun kami tidak
-          boleh menyediakan API peta yang percuma kepada pembangun pihak ketiga. Sila
-          rujuk <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">Dasar
-          Penggunaan API</a>, <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Dasar
-          Penggunaan Jubin</a> dan <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Dasar
-          Penggunaan Nominatim</a>.
         contributors_title_html: Penyumbang kami
         contributors_intro_html: 'Penyumbang kami merupakan ribuan individu. Kami
           turut menyertakan data yang dilesenkan secara terbuka daripada lembaga-lembaga
           pemetaan kebangsaan dan sumber-sumber yang lain, antaranya:'
-        contributors_at_html: '<strong>Austria</strong>: Mengandungi data daripada
-          <a href="http://data.wien.gv.at/">Stadt Wien</a> (di bawah <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC
-          BY</a>) dan <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land
-          Vorarlberg</a>, dan Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY
-          AT dengan pindaan</a>).'
-        contributors_au_html: '<strong>Australia</strong>: Mengandungi data subbandar
-          berasaskan data Australian Bureau of Statistics.'
-        contributors_ca_html: '<strong>Kanada</strong>: Mengandungi data daripada
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural Resources Canada),
-          CanVec (&copy; Department of Natural Resources Canada), and StatCan (Geography
-          Division, Statistics Canada).'
-        contributors_fi_html: |-
-          <strong>Finland</strong>: Mengandungi data dari Pangkalan Data Topografi
-          Tinjauan Daratan Negara Finland dan lain-lain set data di bawah
-          <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">Lesen NLSFI</a>.
-        contributors_fr_html: '<strong>Perancis</strong>: Mengandungi data yang disumberkan
-          daripada Direction Générale des Impôts.'
-        contributors_nl_html: |-
-          <strong>Belanda</strong>: Mendandungi data &copy; AND, 2007
-             (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: '<strong>New Zealand</strong>: Mengandungi data yang
-          disumberkan daripada Land Information New Zealand. Crown Copyright reserved.'
-        contributors_za_html: |-
-          <strong>Afrika Selatan</strong>: Mengandungi data yang disumberkan daripada
-             <a href="http://www.ngi.gov.za/">Pejabat Ketua Pengarah:
-             National Geo-Spatial Information</a>, Hak cipta kerajaan dipelihara.
-        contributors_gb_html: '<strong>United Kingdom</strong>: Mengandungi Data Tinjauan
-          Kelengkapan &copy; Hak cipta diraja dan hak kepemilikan pangkalan data 2010-2023.'
-        contributors_footer_1_html: '  Untuk keterangan lanjut tentang semua ini,
-          serta sumber-sumber lain yang telah digunakan untuk membantu menambah baik
-          OpenStreetMap, sila rujuk <a href="http://wiki.openstreetmap.org/wiki/Contributors">Halaman
-          penyumbang</a> di Wiki OpenStreetMap.'
         contributors_footer_2_html: '  Penyertaan data dalam OpenStreetMap tidak bermaksud
           bahawa pembekal data asal menyokong OpenStreetMap, menyediakan sebarang
           waranti, atau menerima sebarang tanggungan.'
@@ -1628,11 +1536,6 @@ ms:
         infringement_1_html: Penyumbang OSM diingatkan supaya tidak sesekali menambah
           data daripada mana-mana sumber berhak cipta (cth. Peta Google atau peta
           cetakan) tanpa izin bersurat daripada pemegang hak cipta.
-        infringement_2_html: "Sekiranya anda percaya bahawa bahan berhak cipta telah
-          dtambahkan secara tidak berpatutan ke dalam pangkalan OpenStreetMap atau
-          tapak ini, sila rujuk <a href=\"http://www.osmfoundation.org/wiki/License/Takedown_procedure\">prosedur
-          penarikan</a> atau laporkan secara terus ke dalam \n<a href=\"https://dmca.openstreetmap.org/\">halaman
-          laporan on-line</a>."
     index:
       js_1: Anda sedang menggunakan pelayar web yang tidak menyokong JavaScript, ataupun
         anda tidak menghidupkan JavaScript.
@@ -1706,10 +1609,6 @@ ms:
             misalnya jalan raya atau alamat anda tertinggal, cara penyelesaian yang
             terbaik ialah menyertai komuniti OpenStreetMap dan menambah atau membetulkan
             data sendiri.
-        add_a_note:
-          instructions_html: |-
-            Hanya klik <a class='icon note'></a> atau ikon yang sama pada paparan peta.
-            Ini akan menambah penanda pada peta yang boleh anda alihkan secara menyeret. Berikan pesanan anda, kemudian klik "simpan", barulah pemeta-pemeta lain akan menyiasat.
       other_concerns:
         title: Persoalan lain
         concerns_html: Jika anda ada sebarang kemusykilan mengenai bagaimana data
@@ -1718,7 +1617,6 @@ ms:
           yang sepatutnya
         copyright: laman berhak cipta
         working_group: Kumpulan bekerja OSMF
-        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: Meminta Bantuan
       introduction: OpenStreetMap menyediakan kemudahan-kemudahan untuk mempelajari
@@ -1861,7 +1759,6 @@ ms:
     communities:
       other_groups:
         communities_wiki: Laman wiki komuniti
-        communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
   traces:
     visibility:
       private: Peribadi (hanya dikongsikan sebagai titik yang tidak tersusun secara
@@ -2283,16 +2180,6 @@ ms:
       open_title: 'Nota yang belum diselesaikan: #%{note_name}'
       closed_title: 'Nota yang telah diselesaikan: #%{note_name}'
       hidden_title: 'Nota tersembunyi #%{note_name}'
-      opened_by_html: Dicipta oleh %{user} <abbr title='%{exact_time}'>%{when} lalu</abbr>
-      opened_by_anonymous_html: Dicipta oleh pengguna awanama <abbr title='%{exact_time}'>%{when}
-        lalu</abbr>
-      commented_by_html: Komen oleh %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Komen oleh pengguna awanama <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Diselesaikan oleh %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Diselesaikan oleh pengguna awanama <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Diaktifkan semula oleh %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Diaktifkan semula oleh pengguna awanama <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Disembunyikan oleh %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: laporkan nota ini
       anonymous_warning: Nota ini merangkumi komen-komen daripada pengguna awanama
         yang wajar ditentusahkan secara bebas.
@@ -2352,8 +2239,6 @@ ms:
         data: Data Peta
         overlays: Bolehkan tindihan untuk mencari masalah dalam peta
         title: Lapisan
-      copyright: © <a href='%{copyright_url}'>Penyumbang OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Derma</a>
     site:
       edit_tooltip: Sunting peta
       edit_disabled_tooltip: Zum dekat untuk menyunting peta
index 14cb99750e4618395546814087d91c9dfa4d857c..1dab15dd3dfa491611b2447ee829d15f71aed02f 100644 (file)
@@ -138,12 +138,6 @@ my:
   browse:
     created: ဖန်တီးလိုက်သည်
     closed: ပိတ်လိုက်သည်
-    created_html: <abbr title='%{title}'>%{time} အကြာက</abbr> ဖန်တီးခဲ့သည်
-    closed_html: <abbr title='%{title}'>%{time} အကြာက</abbr> ပိတ်သိမ်းခဲ့သည်
-    created_by_html: '%{user} မှ <abbr title=''%{title}''>%{time} အကြာက</abbr> ဖန်တီးခဲ့သည်'
-    deleted_by_html: '%{user} မှ <abbr title=''%{title}''>%{time} အကြာက</abbr> ဖျက်ပစ်ခဲ့သည်'
-    edited_by_html: '%{user} မှ <abbr title=''%{title}''>%{time} အကြာက</abbr> ပြင်ဆင်ခဲ့သည်'
-    closed_by_html: '%{user} မှ <abbr title=''%{title}''>%{time} အကြာက</abbr> ပိတ်သိမ်းခဲ့သည်'
     version: ဗားရှင်း
     anonymous: အမည်မသိ
     no_comment: (မှတ်ချက် မရှိ)
@@ -226,13 +220,6 @@ my:
       newer_comments: ပိုသစ်သော မှတ်ချက်များ
       older_comments: ပိုဟောင်းသော မှတ်ချက်များ
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="https://openstreetmap.org/">အတွင်းဘက်</a> မှ ရလဒ်များ
-        osm_nominatim_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> မှ ရလဒ်များ
-        osm_nominatim_reverse_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> မှ ရလဒ်များ
     search_osm_nominatim:
       prefix:
         aeroway:
@@ -493,7 +480,6 @@ my:
       status: အခြေအနေ
       reports: အစီရင်ခံစာများ
       last_updated: နောက်ဆုံး မွမ်းမံခဲ့သည်
-      last_updated_time_html: <abbr title='%{title}'>%{time} အကြာက</abbr>
       link_to_reports: အစီရင်ခံစာများကို ကြည့်ရန်
       reports_count:
         one: 1 အစီရင်ခံစာ
@@ -647,7 +633,6 @@ my:
   site:
     about:
       next: ရှေ့
-      copyright_html: <span>&copy;</span>OpenStreetMap<br> ပံ့ပိုးသူများ
       local_knowledge_title: ဒေသန္တရ ဗဟုသုတ
       legal_title: တရားဝင်
       partners_title: လုပ်ဖော်ကိုင်ဖက်များ
@@ -826,8 +811,6 @@ my:
       image: ရုပ်ပုံ
       long_link: လင့်
       download: ဒေါင်းလုဒ်
-    map:
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap ပံ့ပိုးသူများ</a>
     changesets:
       show:
         hide_comment: ဝှက်
index b9bbc7ce90f2413b8ed2e7ef77fa1ecfdc03d772..0e90e3bef45a6bad5b5b77387cc607646b055f46 100644 (file)
@@ -182,9 +182,6 @@ nb:
           uttrykk.
         needs_view: Må brukeren logge inn før denne blokkeringen blir fjernet?
       user:
-        email_confirmation: Adressen din vises ikke offentlig, se våre <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF-personvernsregler, inkludert en seksjon om e-postadresser">personvernsregler</a>
-          for mer informasjon.
         new_email: ' (vises aldri offentlig)'
   datetime:
     distance_in_words_ago:
@@ -317,12 +314,6 @@ nb:
   browse:
     created: Opprettet
     closed: Lukket
-    created_html: Opprettet <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Lukket <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Opprettet <abbr title='%{title}'>%{time}</abbr> av %{user}
-    deleted_by_html: Slettet <abbr title='%{title}'>%{time}</abbr> av %{user}
-    edited_by_html: Redigert <abbr title='%{title}'>%{time}</abbr> av %{user}
-    closed_by_html: Lukket <abbr title='%{title}'>%{time}</abbr> av %{user}
     version: Versjon
     in_changeset: Endringssett
     anonymous: anonym
@@ -348,8 +339,6 @@ nb:
       relation: Forbindelser (%{count})
       relation_paginated: Forbindelser (%{x}-%{y} av %{count})
       comment: Kommentarer (%{count})
-      hidden_commented_by_html: Skjult kommentar fra %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentar fra %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: XML for endringssett
       osmchangexml: osmChange-XML
       feed:
@@ -576,13 +565,6 @@ nb:
       success: '%{name} ble fjernet fra dine venner'
       not_a_friend: '%{name} er ikke en av dine venner.'
   geocoder:
-    search:
-      title:
-        latlon_html: Resultater fra <a href="https://openstreetmap.org/">Internt</a>
-        osm_nominatim_html: Resultat fra <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultater fra <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1269,8 +1251,6 @@ nb:
       status: Status
       reports: Rapporter
       last_updated: Sist oppdatert
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> av %{user}
       link_to_reports: Se på rapporter
       reports_count:
         other: 1 rapport
@@ -1418,9 +1398,6 @@ nb:
       failed_to_import: 'klarte ikke importere. Her er feilen:'
       subject: '[OpenStreetMap] Feil under import av GPX'
     gpx_success:
-      loaded_successfully:
-        one: lastet med %{trace_points} av %{possible_points} mulig punkt.
-        other: lastet med %{trace_points} av %{possible_points} mulige punkter.
       subject: '[OpenStreetMap] Vellykket import av GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Velkommen til OpenStreetMap'
@@ -1599,7 +1576,6 @@ nb:
       image: Bilde
       gravatar:
         gravatar: Bruk Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Hva er Gravatar?
         disabled: Gravatar har blitt slått av.
         enabled: Visning av din Gravatar er slått på.
@@ -1661,7 +1637,6 @@ nb:
   site:
     about:
       next: Neste
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>bidragsytere
       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
@@ -1672,30 +1647,8 @@ nb:
         Bidragsytere bruker flyfotografier, GPS-enheter og enkle feltkart for å gå
         god for at OSM er nøyaktig og oppdatert.
       community_driven_title: Fellesskapsdrevet
-      community_driven_html: |-
-        OpenStreetMap's samfunn er mangfoldig, lidenskapelig, og den vokser for hver dag som går.
-        Blant våre bidragsytere finner man entusiast-kartleggere, GIS-proffer, ingeniører som kjører OSM-tjenere, humanister som kartlegger katastroferammede områder, og mange flere.
-        For å lære mer om samfunnet, sjekk ut <a href='https://blog.openstreetmap.org'>OpenStreetMap Bloggen</a>,
-        <a href='%{diary_path}'>brukerdagbøker</a>,
-        <a href='http://blogs.openstreetmap.org/'>samfunnsblogger</a>, og <a href='http://www.osmfoundation.org/'>OSM Foundation</a> nettstedet.
       open_data_title: Åpne Data
-      open_data_html: 'OpenStreetMap er <i>åpne data</i>: Du kan fritt bruke det for
-        alle formål, så lenge du krediterer OpenStreetMap og dets bidragsytere. Hvis
-        du gjør endringer eller bygger på dataene på enkelte måter, kan du kun distribuere
-        resultatet under samme lisens. Se <a href=''%{copyright_path}''>Opphavsrett
-        og lisenssiden</a> for detaljer.'
       legal_title: Juridisk
-      legal_1_html: Dette nettstedet og mange tilknyttede tjenester drives formelt
-        av <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
-        på vegne av fellesskapet. Bruken av alle OSMF-drevne tjenester er gjenstand
-        for våre <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">bruksvilkår</a>,
-        vår <a href="http://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">politikk
-        for akseptabel bruk</a> og vår <a href="http://wiki.osmfoundation.org/wiki/Privacy_Policy">personvernspolitikk</a>
-      legal_2_html: |-
-        <a href="https://osmfoundation.org/Contact">Kontakt OSMF</a>
-        hvis du har spørsmål rundt lisenser, opphavsrett eller andre juridiske spørsmål.
-        <br />
-        OpenStreetMap, forstørrelsesglasslogoen og State of the Map er <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">registrerte varemerker for OSMF</a>.
       partners_title: Partnere
     copyright:
       foreign:
@@ -1712,97 +1665,16 @@ nb:
         mapping_link: start kartlegging
       legal_babble:
         title_html: Opphavsrett og lisenser
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> er <i>åpne data</i>, lisensiert under <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) av <a href="http://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: |-
-          Du står fritt til å kopiere, distribuere, overføre og tilpasse våre kart og data,
-          så lenge du krediterer OpenStreetMap og dens
-          bidragsytere. Hvis du endrer eller bygger videre på våre kart eller data, må du
-          distribuere resultatet under samme lisens. Den
-          fullstendige <a href="http://creativecommons.org/licenses/by-sa/2.0/legalcode">juridiske teksten</a> beskriver rettigheter og ansvar.
-        intro_3_1_html: |-
-          Dokumentasjonen vår er lisensiert under <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0).
         credit_title_html: Hvordan kreditere OpenStreetMap
         credit_1_html: Vi krever at du bruker godskrivinga «© OpenStreetMap-bidragsyterene».
-        credit_2_1_html: "Du må også gjøre det klart at dataene er tilgjengelige under
-          Open \nDatabase License, og dersom du bruker våre kartfliser, at kartografien
-          er\n lisensert som CC BY-SA. Du kan gjøre dette ved å lenke til\n<a href=\"http://www.openstreetmap.org/copyright\">denne
-          siden om opphavsrett</a>. \nAlternativt, og som et krav, hvis du distribuerer
-          OSM i et\n dataskjema, kan du navngi og opprette en hyperlink direkte til
-          lisensene. I medier\n hvor hyperlenker ikke er mulig (f.eks. trykte verker)
-          foreslår vi at du\n henviser dine lesere til openstreetmap.org (kanskje
-          ved å utvide\n'OpenStreetMap' til denne fulle adressen), til opendatacommons.org,
-          og\n hvis relevant, til creativecommons.org."
-        credit_3_1_html: |-
-          Kartflisene i standardkartlaget på www.openstreetmap.org er et produsert verk («Produced Work») av OpenStreetMap Foundation som bruker data from OpenStreetMap lisensiert under Open Database License. Hvis du bruker disse kartflisene, vennligst bruk følgende kreditering:
-          «Grunnkart og data fra OpenStreetMap og OpenStreetMap Foundation».
-        credit_4_html: For et navigerbart elektronisk kart bør krediteringen vises
-          i hjørnet på kartet.
         attribution_example:
           alt: Eksempel på hvordan man angir OpenStreetMap som kartkilde på en nettside
           title: Eksempel på kildehenvisning
         more_title_html: Finner ut mer
-        more_1_html: Les mer om hvordan du kan bruke dataene våre og hvordan du oppgir
-          oss som kilde på <a href="http://osmfoundation.org/Licence">siden om OSMF-lisensen</a>.
-        more_2_html: |-
-          Selv om OpenStreetMap er åpent data, kan vi ikke bidra med gratis kart-API for tredjepartsutviklere.
-          Se vår <a href="https://operations.osmfoundation.org/policies/api/">API Usage Policy</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Tile Usage Policy</a> og <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim Usage Policy</a>.
         contributors_title_html: Våre bidragsytere
         contributors_intro_html: 'Vi har tusenvis av individuelle bidragsytere. Vi
           inkluderer også åpne datasett fra nasjonale karttjenester og andre kilder,
           blant annet fra:'
-        contributors_at_html: |-
-          <strong>Østerrike</strong>: Inneholder data fra
-             <a href="http://data.wien.gv.at/">Stadt Wien</a> under
-             <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>,
-          <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> og
-          Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT med tilføyelser</a>).
-        contributors_au_html: |-
-          <strong>Australia</strong>: Inneholder forstaddata basert
-             på Australian Bureau of Statistics data.
-        contributors_ca_html: |-
-          <strong>Canada</strong>: Inneholder data fra
-             GeoBase®, GeoGratis (© Department of Natural
-             Resources Canada), CanVec (© Department of Natural
-             Resources Canada), og StatCan (Geography Division,
-             Statistics Canada).
-        contributors_fi_html: '<strong>Finland</strong>: Inneholder data fra National
-          Land Survey fra Finlands topografiske database og andre datasett under <a
-          href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI-lisensen</a>.'
-        contributors_fr_html: |-
-          <strong>Frankrike</strong>: Inneholder data hentet fra
-             Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Nederland</strong>: Inneholder &copy; AND data, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>New Zealand</strong>: Inneholder data hentet fra
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> og
-          lisensiert for gjenbruk under
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Slovenia</strong>: Inneholder data fra
-          <a href="http://www.gu.gov.si/en/">Geologisk undersøkelse og kartmyndighet</a> and
-          <a href="http://www.mkgp.gov.si/en/">Departemanget for jordbruk, skog og mat</a>
-          (offentlig informasjonsopphav fra Slovenia).
-        contributors_es_html: |-
-          <strong>Spania</strong>: Inneholder data fra
-          Spanish National Geographic Institute (<a href="http://www.ign.es/">IGN</a>) og
-          National Cartographic System (<a href="http://www.scne.es/">SCNE</a>)
-          lisensiert for gjenbruk under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: '<strong>Sør-Afrika</strong>: Inneholder data fra <a
-          href="http://www.ngi.gov.za/">Chief Directorate: National Geo-Spatial Information</a>,
-          State copyright reservert.'
-        contributors_gb_html: |-
-          <strong>Storbritannia</strong>: Inneholder Ordnance
-           Survey data © Crown copyright and database right 2010-19.
-        contributors_footer_1_html: For detaljer om disse og andre kilder som har
-          blitt brukt for å forbedre OpenStreetMap, se <a href="http://wiki.openstreetmap.org/wiki/Contributors">siden
-          med bidragsytere</a> på OpenStreetMap-wikien.
         contributors_footer_2_html: |2-
             Inkludering av data i OpenStreetMap innebærer ikke at den opprinnelige
             dataleverandøren støtter OpenStreetMap, gir noen garanti eller
@@ -1811,17 +1683,6 @@ nb:
         infringement_1_html: OSM-bidragsytere blir minnet på aldri å legge til data
           fra opphavsrettsbeskyttede  kilder (f.eks. Google Maps eller utskrevne kart)
           uten uttrykkelig tillatelse fra rettighetshaverne.
-        infringement_2_html: |-
-          Hvis du mener at opphavsrettslig beskyttet materiale feilaktig er
-          lagt til OpenStreetMap-databasen eller dette nettstedet, ber vi deg se på
-          vår <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">prosedyre for fjerning av materiale</a> eller send inn klagen direkte på
-          <a href="https://dmca.openstreetmap.org/">nettsiden</a>.
-        trademarks_title_html: <span id="trademarks"></span>Varemerker
-        trademarks_1_html: OpenStreetMap, forstørrelsesglasslogoen og State of the
-          Map er registrerte varemerker beskyttet på vegne av OpenStreetMap Foundation.
-          Hvis du har spørsmål vedrørende bruken av varemerkene, rett spørsmål mot
-          <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">arbeidsgruppen
-          for lisenser</a>.
     index:
       js_1: Du har en nettleser som ikke støtter JavaScript eller så har du slått
         av JavaScript.
@@ -1891,10 +1752,6 @@ nb:
           explanation_html: Hvis du har observert et problem med våre kartdata, for
             eksempel at det mangler en vei, anbefaler vi at du blir med i OpenStreetMap-fellesskapet
             for å kunne reparere dataene selv.
-        add_a_note:
-          instructions_html: |-
-            Bare klikk <a class='icon note'></a> eller det samme ikonet på kartvisningen.
-            Dette vil legge en markør på kartet som du kan flytte rundt på. Legg så inn en melding og klikk lagre, og andre kartleggere kan følge opp informasjonen din.
       other_concerns:
         title: Andre problemstillinger
     help:
@@ -2495,17 +2352,6 @@ nb:
       open_title: 'Uavklart merknad #%{note_name}'
       closed_title: 'Avklart merknad: #%{note_name}'
       hidden_title: 'Skjult notis #%{note_name}'
-      opened_by_html: Opprettet av %{user} for <abbr title='%{exact_time}'>%{when}
-        siden</abbr>
-      opened_by_anonymous_html: Opprettet av anonym bruker for <abbr title='%{exact_time}'>%{when}
-        siden</abbr>
-      commented_by_html: Kommentar fra %{user} for <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Kommentar fra anonym bruker for <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Løst av %{user} for <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Løst av anonym bruker for <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Gjenåpnet av %{user} for <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Gjenåpnet av anonym bruker for <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Skjult av %{user} for <abbr title='%{exact_time}'>%{when}</abbr>
       report: rapporter denne notisen
       anonymous_warning: Denne merknaden inneholder kommentarer fra anonyme brukere
         som bør bekreftes uavhengig.
@@ -2575,15 +2421,6 @@ nb:
         gps: Offentlige GPS-sporinger
         overlays: Aktiver overlag for å feilsøke kartet
         title: Lag
-      copyright: © <a href='%{copyright_url}'>OpenStreetMaps bidragsytere</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Gi en donasjon</a>
-      terms: <a href='%{terms_url}' target='_blank'>Nettside- og API-vilkår</a>
-      thunderforest: Fliser levert av <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Fliser levert av <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Flisestil av <a href='%{hotosm_url}' target='_blank'>Humanitarian OpenStreetMap
-        Team</a> levert av <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
     site:
       edit_tooltip: Rediger kartet
       edit_disabled_tooltip: Forstørr utvalg for å redigere kartet
index f60e7806de8a1637537293ff581e8ad0f9d9321f..f1c37f278b966c946404eb8c0f4eecb67acef83b 100644 (file)
@@ -152,15 +152,6 @@ ne:
   browse:
     created: सृजना गरिएको
     closed: समापन भएको
-    created_html: <abbr title='%{title}'>%{time} अगाडि</abbr> बनाइएको
-    closed_html: <abbr title='%{title}'>%{time} अगाडि</abbr> समापन गरिएको
-    created_by_html: <abbr title='%{title}'>%{time} अगाडि</abbr> %{user}द्वारा सृजना
-      गरिएको
-    deleted_by_html: <abbr title='%{title}'>%{time} अगाडि</abbr> %{user}द्वारा हटाइएको
-    edited_by_html: <abbr title='%{title}'>%{time} अगाडि</abbr> %{user}द्वारा सम्पादन
-      गरिएको
-    closed_by_html: ' %{user}द्वारा <abbr title=''%{title}''>%{time} अगाडि</abbr>
-      समापन गरिएको'
     version: संस्करण
     in_changeset: परिवर्नहरू
     anonymous: अज्ञात
@@ -180,10 +171,6 @@ ne:
       relation: सम्बन्धहरू (%{count})
       relation_paginated: सम्बन्धहरू (जम्मा %{count} मध्येबाट %{x}-%{y})
       comment: टिप्पणीहरू (%{count})
-      hidden_commented_by_html: ' %{user} द्वारा गरिएको लुकाइएको टिप्पणी <abbr title=''%{exact_time}''>%{when}
-        पहिले</abbr>'
-      commented_by_html: '%{user}द्वारा <abbr title=''%{exact_time}''>%{when} अगाडि</abbr>
-        गरिएको टिप्पणी'
       changesetxml: चेन्जसेट XML
       osmchangexml: osmChange XML
       feed:
@@ -385,13 +372,6 @@ ne:
     remove_friend:
       button: साथीबाट हटाउने
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="http://openstreetmap.org/">आन्तरिक</a> बाट नतिजाहरू
-        osm_nominatim_html: <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>बाट नतिजाहरू
-        osm_nominatim_reverse_html: <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>बाट नतिजाहरू
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -908,7 +888,6 @@ ne:
   site:
     about:
       next: अर्को
-      copyright_html: <span>©</span>खुला सडक नक्सा<br>योगदानकर्ताहरू
       local_knowledge_title: स्थानीय ज्ञान
       community_driven_title: समूदायबाट सञ्चालित
       open_data_title: खुल्ला डेटा
@@ -1182,24 +1161,6 @@ ne:
       open_title: 'समाधान नगरिएको टिप्पणी #%{note_name}'
       closed_title: 'समाधान गरिएको टिप्पणी #%{note_name}'
       hidden_title: 'लुकाइएको टिप्पणी #%{note_name}'
-      opened_by_html: '%{user}द्वारा <abbr title=''%{exact_time}''>%{when} अगाडि</abbr>
-        सिर्जना गरिएको'
-      opened_by_anonymous_html: <abbr title='%{exact_time}'>%{when} अगाडि</abbr> अज्ञात
-        व्यक्तिद्वारा सिर्जना गरिएको
-      commented_by_html: '%{user}द्वारा <abbr title=''%{exact_time}''>%{when} अगाडि</abbr>
-        गरिएको टिप्पणी'
-      commented_by_anonymous_html: अज्ञात व्यक्तिद्वारा <abbr title='%{exact_time}'>%{when}
-        अगाडि</abbr> गरिएको टिप्पणी
-      closed_by_html: '%{user}द्वारा <abbr title=''%{exact_time}''>%{when} अगाडि</abbr>
-        समाधान गरिएको'
-      closed_by_anonymous_html: अज्ञात व्यक्तिद्वारा <abbr title='%{exact_time}'>%{when}
-        अगाडि</abbr> समाधान गरिएको
-      reopened_by_html: '%{user}द्वारा <abbr title=''%{exact_time}''>%{when} अगाडि</abbr>
-        पुनःसक्रिय गरिएको'
-      reopened_by_anonymous_html: अज्ञात व्यक्तिद्वारा <abbr title='%{exact_time}'>%{when}
-        अगाडि</abbr> पुनःसक्रिय गरिएको
-      hidden_by_html: '%{user}द्वारा <abbr title=''%{exact_time}''>%{when} अगाडि</abbr>
-        लुकाइएको'
       report: यस टिपोटलाई उजुरी गर्नुहोस्
       hide: लुकाउनुहोस्
       comment: टिप्पणी
index faf9aac7a39232cad85abda3cef6c02332c5007c..b0e3aa6e83d9456b735b725223f17d615710abe6 100644 (file)
@@ -125,7 +125,7 @@ nl:
       relation: Relatie
       relation_member: Relatielid
       relation_tag: Relatielabel
-      report: Rapporteren
+      report: Rapport
       session: Sessie
       trace: Traject
       tracepoint: Trajectpunt
@@ -218,48 +218,45 @@ nl:
           dus formuleer begrijpelijk.
         needs_view: Moet de gebruiker zich aanmelden voordat deze blokkade wordt verwijderd?
       user:
-        email_confirmation: Uw adres wordt niet openbaar weergegeven, zie ons <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF-privacybeleid inclusief adressen">privacybeleid</a> voor meer
-          informatie.
         new_email: (nooit openbaar gemaakt)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: ongeveer 1 uur geleden
+        one: ongeveer %{count} uur geleden
         other: ongeveer %{count} uur geleden
       about_x_months:
-        one: ongeveer 1 maand geleden
+        one: ongeveer %{count} maand geleden
         other: ongeveer %{count} maanden geleden
       about_x_years:
-        one: ongeveer 1 jaar geleden
+        one: ongeveer %{count} jaar geleden
         other: ongeveer %{count} jaar geleden
       almost_x_years:
-        one: bijna 1 jaar geleden
+        one: bijna %{count} jaar geleden
         other: bijna %{count} jaar geleden
       half_a_minute: een halve minuut geleden
       less_than_x_seconds:
-        one: minder dan 1 seconde geleden
+        one: minder dan %{count} seconde geleden
         other: minder dan %{count} seconden geleden
       less_than_x_minutes:
-        one: minder dan 1 minuut geleden
+        one: minder dan %{count} minuut geleden
         other: minder dan %{count} minuten geleden
       over_x_years:
-        one: meer dan 1 jaar geleden
+        one: meer dan %{count} jaar geleden
         other: meer dan %{count} jaar geleden
       x_seconds:
-        one: 1 seconde geleden
+        one: '%{count} seconde geleden'
         other: '%{count} seconden geleden'
       x_minutes:
-        one: 1 minuut geleden
+        one: '%{count} minuut geleden'
         other: '%{count} minuten geleden'
       x_days:
-        one: 1 dag geleden
+        one: '%{count} dag geleden'
         other: '%{count} dagen geleden'
       x_months:
-        one: 1 maand geleden
+        one: '%{count} maand geleden'
         other: '%{count} maanden geleden'
       x_years:
-        one: 1 jaar geleden
+        one: '%{count} jaar geleden'
         other: '%{count} jaar geleden'
   editor:
     default: Standaard (op dit moment %{name})
@@ -364,9 +361,7 @@ nl:
         contact met u op te nemen.
       only_public_can_edit: Sinds de omschakeling naar de API versie 0.6 kunnen alleen
         openbare gebruikers kaartgegevens bewerken.
-      find_out_why_html: (%{link}).
       find_out_why: lees waarom
-      find_out_why_url: https://wiki.openstreetmap.org/wiki/Anonymous_edits
       email_not_revealed: Door uw account openbaar te maken wordt uw e-mailadres niet
         onthuld.
       not_reversible: Deze actie kan niet ongedaan worden gemaakt en alle nieuwe gebruikers
@@ -381,22 +376,22 @@ nl:
   browse:
     created: Aangemaakt
     closed: Gesloten
-    created_html: <abbr title='%{title}'>%{time}</abbr> aangemaakt
-    closed_html: <abbr title='%{title}'>%{time}</abbr> gesloten
-    created_by_html: <abbr title='%{title}'>%{time}</abbr> aangemaakt door %{user}
-    deleted_by_html: <abbr title='%{title}'>%{time}</abbr> verwijderd door %{user}
-    edited_by_html: <abbr title='%{title}'>%{time}</abbr> bewerkt door %{user}
-    closed_by_html: <abbr title='%{title}'>%{time}</abbr> gesloten door %{user}
+    created_ago_html: Gemaakt %{time_ago}
+    closed_ago_html: Gesloten %{time_ago}
+    created_ago_by_html: '%{time_ago} gemaakt door %{user}'
+    closed_ago_by_html: '%{time_ago} gesloten door %{user}'
+    deleted_ago_by_html: '%{time_ago} verwijderd door %{user}'
+    edited_ago_by_html: '%{time_ago} bewerkt door %{user}'
     version: Versie
     in_changeset: Wijzigingenset
     anonymous: anoniem
     no_comment: (geen opmerking)
     part_of: Onderdeel van
     part_of_relations:
-      one: 1 relatie
+      one: '%{count} relatie'
       other: '%{count} relaties'
     part_of_ways:
-      one: 1 weg
+      one: '%{count} weg'
       other: '%{count} wegen'
     download_xml: XML downloaden
     view_history: Geschiedenis weergeven
@@ -412,8 +407,8 @@ nl:
       relation: Relaties (%{count})
       relation_paginated: Relaties (%{x}-%{y} van %{count})
       comment: Reacties (%{count})
-      hidden_commented_by_html: Verborgen reactie van %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Reactie van %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Verborgen reactie van %{user}, %{time_ago}
+      comment_by_html: Reactie van %{user}, %{time_ago}
       changesetxml: Wijzigingenset-XML
       osmchangexml: osmChange-XML
       feed:
@@ -441,7 +436,7 @@ nl:
       history_title_html: 'Relatiegeschiedenis: %{name}'
       members: Leden
       members_count:
-        one: 1 lid
+        one: '%{count} lid'
         other: '%{count} leden'
     relation_member:
       entry_role_html: '%{type} %{name} als %{role}'
@@ -687,11 +682,10 @@ nl:
   geocoder:
     search:
       title:
-        latlon_html: Resultaten van <a href="https://openstreetmap.org/">intern</a>
-        osm_nominatim_html: Resultaten van <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultaten van <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Resultaten van %{results_link}
+        latlon: Intern
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1484,12 +1478,11 @@ nl:
       status: Status
       reports: Rapportages
       last_updated: Laatst Bijgewerkt
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> door %{user}
+      last_updated_time_ago_user_html: '%{time_ago} door %{user}'
       link_to_reports: Rapporten weergeven
       reports_count:
-        one: 1 Rapport
-        other: '%{count} Rapporten'
+        one: '%{count} rapport'
+        other: '%{count} rapporten'
       reported_item: Gerapporteerd Item
       states:
         ignored: Genegeerd
@@ -1498,7 +1491,7 @@ nl:
     show:
       title: '%{status} Probleem #%{issue_id}'
       reports:
-        one: 1 rapport
+        one: '%{count} rapport'
         other: '%{count} rapporten'
       report_created_at: Voor het eerst vermeld op %{datetime}
       last_resolved_at: Laatst opgelost op %{datetime}
@@ -1662,10 +1655,9 @@ nl:
       subject: '[OpenStreetMap] GPX-import mislukt'
     gpx_success:
       hi: Hallo %{to_user},
-      loaded_successfully:
-        one: succesvol geladen met %{trace_points} van 1 mogelijke punt.
-        other: succesvol geladen met %{trace_points} van %{possible_points} mogelijke
-          punten.
+      loaded:
+        one: goed ontvangen, met %{trace_points} van %{count} mogelijk punt.
+        other: goed ontvangen; met %{trace_points} van %{count} mogelijke punten.
       subject: '[OpenStreetMap] GPX-import afgerond'
     signup_confirm:
       subject: '[OpenStreetMap] Welkom bij OpenStreetMap'
@@ -1703,9 +1695,9 @@ nl:
         your_note_html: '%{commenter} heeft een reactie geplaatst bij een opmerking
           van u vlakbij %{place}.'
         commented_note: '%{commenter} heeft een reactie geplaatst bij een kaartopmerking
-          waar u op gereageerd hebt. De opmerking is gemaakt vlakbij %{place}.'
+          waar u op gereageerd hebt. De opmerking is gemaakt in de buurt van %{place}.'
         commented_note_html: '%{commenter} heeft een reactie geplaatst bij een kaartopmerking
-          waar u op gereageerd hebt. De opmerking is gemaakt vlakbij %{place}.'
+          waar u op gereageerd hebt. De opmerking is gemaakt in de buurt van %{place}.'
       closed:
         subject_own: '[OpenStreetMap] %{commenter} heeft één van uw opmerkingen opgelost'
         subject_other: '[OpenStreetMap] %{commenter} heeft een opmerking opgelost
@@ -1715,9 +1707,9 @@ nl:
         your_note_html: '%{commenter} heeft één van uw kaartopmerkingen opgelost vlakbij
           %{place}.'
         commented_note: '%{commenter} heeft een kaartopmerking opgelost waar u op
-          hebt gereageerd. De opmerking is gemaakt vlakbij %{place}.'
+          hebt gereageerd. De opmerking is gemaakt in de buurt van %{place}.'
         commented_note_html: '%{commenter} heeft een opmerking opgelost waar u op
-          hebt gereageerd. De opmerking is gemaakt vlakbij %{place}.'
+          hebt gereageerd. De opmerking is gemaakt in de buurt van %{place}.'
       reopened:
         subject_own: '[OpenStreetMap] %{commenter} heeft één van uw opmerkingen opnieuw
           geactiveerd'
@@ -1728,9 +1720,10 @@ nl:
         your_note_html: '%{commenter} heeft één van uw opmerkingen bij %{place} opnieuw
           geactiveerd.'
         commented_note: '%{commenter} heeft een kaartopmerking waarop u hebt gereageerd
-          opnieuw geactiveerd. De opmerking is gemaakt vlakbij %{place}.'
+          opnieuw geactiveerd. De opmerking is gemaakt in de buurt van %{place}.'
         commented_note_html: '%{commenter} heeft een kaartopmerking waarop u hebt
-          gereageerd opnieuw geactiveerd. De opmerking is gemaakt bij %{place}.'
+          gereageerd opnieuw geactiveerd. De opmerking is gemaakt in de buurt van
+          %{place}.'
       details: Meer details over de opmerking zijn te vinden op %{url}.
       details_html: Meer details over de opmerking zijn te vinden op %{url}.
     changeset_comment_notification:
@@ -1963,8 +1956,6 @@ nl:
   shared:
     markdown_help:
       heading_html: Verwerkt met %{kramdown_link}
-      kramdown_url: https://kramdown.gettalong.org/quickref.html
-      kramdown: kramdown
       headings: Kopjes
       heading: Kopje
       subheading: Onderkop
@@ -1983,7 +1974,7 @@ nl:
   site:
     about:
       next: Volgende
-      copyright_html: <span>&copy;</span>OpenStreetMap-<br />bijdragers
+      heading_html: '%{copyright}OpenStreetMap- %{br} bijdragers'
       used_by_html: '%{name} levert kaartgegevens aan duizenden websites, mobiele
         apps en hardware-apparaten'
       lede_text: OpenStreetMap wordt gemaakt door een gemeenschap van mappers die
@@ -1994,31 +1985,40 @@ nl:
         gebruiken luchtfoto's, gps-apparaten en low-tech veldkaarten om te controleren
         of OSM accuraat en up-to-date is.
       community_driven_title: Communitygedreven
-      community_driven_html: |-
-        De gemeenschap van OpenStreetMap is divers, gepassioneerd en wordt elke dag groter. Onder onze bijdragers zitten mensen die kaarten maken als hobby, GIS-professionals, IT-specialisten die de servers van OSM draaiende houden, filantropen die rampgebieden in kaart brengen en nog veel meer.
-        Bekijk de
-        <a href='https://blog.openstreetmap.org/'>OpenStreetMap-blog</a>,
-        <a href='%{diary_path}'>gebruikersdagboeken</a>,
-        <a href='https://blogs.openstreetmap.org/'>gemeenschapsblogs</a>,
-        en de website van de <a href='https://www.osmfoundation.org/'>OSM Foundation</a>
-        voor meer informatie over de gemeenschap.
+      community_driven_1_html: "De gemeenschap van OpenStreetMap is divers, gepassioneerd
+        en wordt elke dag groter. Onder onze bijdragers zitten mensen die kaarten
+        maken als hobby, GIS-professionals, IT-specialisten die de servers van OSM
+        draaiende houden, filantropen die rampgebieden in kaart brengen en nog veel
+        meer.\nBekijk de %{osm_blog_link},\n%{user_diaries_link}, %{community_blogs_link}
+        en de \nwebsite van de %{osm_foundation_link} voor meer informatie over de
+        gemeenschap."
+      community_driven_osm_blog: OpenStreetMap-blog
+      community_driven_user_diaries: gebruikersdagboeken
+      community_driven_community_blogs: gemeenschapsblogs
+      community_driven_osm_foundation: OSM Foundation
       open_data_title: Open data
-      open_data_html: 'OpenStreetMap is <i>open data</i>: u mag de gegevens gebruiken
+      open_data_1_html: 'OpenStreetMap is %{open_data}: u mag de gegevens gebruiken
         voor ieder doel, als u de naam van OpenStreetMap en haar bijdragers maar vermeldt.
-        Als u de gegevens wijzigt of uitbouwt op bepaalde manieren, dan mag u het
-        resultaat alleen onder dezelfde licentie verder verspreiden. Zie de <a href=''%{copyright_path}''>pagina
-        over Auteursrechten en Licentie</a> voor details.'
+        Als u de gegevens wijzigt of uitbouwt, dan mag u het resultaat alleen onder
+        dezelfde licentie verder verspreiden. Zie voor details de %{copyright_license_link}.'
+      open_data_open_data: open data
+      open_data_copyright_license: auteursrechten- en licentiepagina
       legal_title: Juridisch
-      legal_1_html: "Deze site en gerelateerde diensten worden namens de OpenStreetMap
-        community beheerd door de \n<a href=\"https://osmfoundation.org/\">OpenStreetMap
-        Foundation</a> (OSMF). Het gebruik van deze website en diensten is onderworpen\naan
-        onze <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">gebruiksvoorwaarden</a>,
-        ons <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nbeleid
-        voor aanvaardbaar gebruik</a> en ons <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">privacybeleid</a>."
-      legal_2_html: |-
-        <a href='https://osmfoundation.org/Contact'>Neem contact op met OSMF</a> als u vragen heeft omtrent licenties, copyright of andere juridische zaken.
-        <br />
-        "OpenStreetMap", het OpenStreetMap beeldmerk en "State of the Map" zijn <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">geregistreerde handelsmerken</a> van OSMF.
+      legal_1_1_html: "Deze site en gerelateerde diensten worden namens de OpenStreetMap
+        community beheerd door de \n%{openstreetmap_foundation_link} (OSMF). Het gebruik
+        van deze website en diensten is onderworpen\naan ons %{terms_of_use_link},
+        %{aup_link} en ons %{privacy_policy_link}."
+      legal_1_1_openstreetmap_foundation: OpenStreetMap Foundation
+      legal_1_1_terms_of_use: gebruiksvoorwaarden
+      legal_1_1_aup: beleid voor acceptabel gebruik
+      legal_1_1_privacy_policy: privacybeleid
+      legal_2_1_html: |-
+        %{contact_the_osmf_link}
+        als u licentie-, copyright- of andere juridische vragen heeft.
+      legal_2_1_contact_the_osmf: Neem contact op met de OSMF
+      legal_2_2_html: OpenStreetMap, het vergrootglaslogo en State of the Map zijn
+        %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: geregistreerde handelsmerken van de OSMF
       partners_title: Partners
     copyright:
       foreign:
@@ -2035,115 +2035,133 @@ nl:
         mapping_link: begin met mappen
       legal_babble:
         title_html: Auteursrechten en licentie
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">®</a></sup> is <i>open data</i>, vrijgegeven onder de <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) door de <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: |-
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} is %{open_data}, in licentie gegeven onder de
+          %{odc_odbl_link} (ODbL) door de %{osm_foundation_link} (OSMF).
+        introduction_1_open_data: open data
+        introduction_1_odc_odbl: Open Data Commons Open Database-licentie
+        introduction_1_osm_foundation: OpenStreetMap Foundation
+        introduction_2_html: |-
           Het staat u vrij onze gegevens te kopiëren, te distribueren,
           weer te geven en aan te passen, zo lang u OpenStreetMap en haar
           bijdragers vermeldt. Als u onze kaarten of gegevens wijzigt of erop verder bouwt,
           mag u het resultaat enkel onder dezelfde licentie distribueren. In de
-          volledige <a href="https://opendatacommons.org/licenses/odbl/1.0/">juridische
-          tekst</a> worden uw rechten en verantwoordelijkheden uitgelegd.
-        intro_3_1_html: |-
-          Onze documentatie is vrijgegeven onder de licentie
-          <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Naamsvermelding-Gelijk delen 2.0</a> (CC BY-SA 2.0).
+          volledige %{legal_code_link} worden uw rechten en verantwoordelijkheden uitgelegd.
+        introduction_2_legal_code: juridische tekst
+        introduction_3_html: Onze documentatie is te gebruiken onder de %{creative_commons_link}-licentie
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Naamsvermelding-GelijkDelen
+          2.0
         credit_title_html: Hoe OpenStreetMap te vermelden
         credit_1_html: 'Wanneer u OpenStreetMap-gegevens gebruikt, bent u verplicht
           de volgende twee dingen te doen:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Geef OpenStreetMap erkenning door onze verklaring van auteursrecht weer te geven.</li>
-            <li>Maak duidelijk dat de gegevens beschikbaar zijn onder de Open Database License.</li>
-          </ul>
-        credit_3_1_html: Voor de auteursrechtelijke vermelding hanteren wij verschillende
+        credit_2_1: Vermeld OpenStreetMap door onze copyrightmelding te tonen.
+        credit_2_2: Maak duidelijk dat de data beschikbaar is onder de Open Database-licentie.
+        credit_3_html: Voor de auteursrechtelijke vermelding hanteren wij verschillende
           voorschriften ten aanzien van de manier waarop deze moet worden weergegeven,
           afhankelijk van de wijze waarop u onze gegevens gebruikt. Zo gelden er verschillende
           regels voor het weergeven van de auteursrechtelijke vermelding, afhankelijk
           van of u een doorbladerbare kaart, een afgedrukte kaart of een statische
           afbeelding hebt gemaakt. Alle details over de vereisten zijn te vinden in
-          de <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Richtlijnen
-          voor naamsvermelding</a>.
-        credit_4_html: Om duidelijk te maken dat de gegevens beschikbaar zijn onder
-          de Open Database License, kunt u een koppeling maken naar <a href="https://www.openstreetmap.org/copyright">deze
-          auteursrechtpagina</a>. Een andere mogelijkheid, en een vereiste als u OSM
-          in de vorm van gegevens verspreidt, is dat u de licentie(s) noemt en er
-          een rechtstreekse koppeling naar maakt. Bij dragers waar koppelingen niet
-          mogelijk zijn (bijv. gedrukte werken), stellen we voor dat u uw lezers verwijst
-          naar openstreetmap.org (wellicht door 'OpenStreetMap' om te zetten in dit
-          volledige adres) en naar opendatacommons.org. In dit voorbeeld staat de
-          naamsvermelding op de hoek van de kaart.
+          de %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: richtlijnen voor naamsvermelding
+        credit_4_1_html: Om duidelijk te maken dat de gegevens beschikbaar zijn onder
+          de Open Database-licentie, kunt u een koppeling maken naar %{this_copyright_page_link}.
+          Een andere mogelijkheid, en een vereiste als u OSM in de vorm van gegevens
+          verspreidt, is dat u de licentie(s) noemt en er een rechtstreekse koppeling
+          naar maakt. Bij dragers waar koppelingen niet mogelijk zijn (bijv. gedrukte
+          werken), stellen we voor dat u uw lezers verwijst naar openstreetmap.org
+          (wellicht door 'OpenStreetMap' om te zetten in dit volledige adres) en naar
+          opendatacommons.org. In dit voorbeeld staat de naamsvermelding op de hoek
+          van de kaart.
+        credit_4_1_this_copyright_page: deze auteursrechtpagina
         attribution_example:
           alt: Voorbeeld van hoe de naamsvermelding voor OpenStreetMap toe te passen
             op een webpagina
           title: Voorbeeld naamsvermelding
         more_title_html: Meer informatie
-        more_1_html: Lees meer over het gebruik van onze gegevens, en hoe u OpenStreetMap
-          moet vermelden, op de <a href="https://osmfoundation.org/Licence">licentiepagina
-          van de OSMF</a>
-        more_2_html: |-
-          Hoewel OpenStreetMap open data is, kunnen we geen gratis
-          kaart-API voor derde partijen aanbieden.
-          Zie ons <a href="https://operations.osmfoundation.org/policies/api/">API-gebruikbeleid</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Tegelgebruikbeleid</a>
-          en <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatimgebruikbeleid</a>.
+        more_1_1_html: Lees meer over het gebruik van onze gegevens en hoe u ons kunt
+          vermelden op %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: OSMF-licentiepagina
+        more_2_1_html: |-
+          Hoewel OpenStreetMap open data is, kunnen we geen
+          gratis kaart-API voor derden aanbieden.
+          Zie onze %{api_usage_policy_link}, %{tile_usage_policy_link} en %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: API-gebruiksbeleid
+        more_2_1_tile_usage_policy: gebruiksbeleid voor kaarttegels
+        more_2_1_nominatim_usage_policy: gebruiksbeleid voor Nominatim
         contributors_title_html: Onze bijdragers
         contributors_intro_html: |-
           Onze bijdragers zijn duizenden individuen. OSM bevat ook
           open gelicenseerde gegevens van nationale kaartenbureaus
           en andere bronnen, waaronder:
-        contributors_at_html: |-
-          <strong>Oostenrijk</strong>: bevat gegevens van de
-          <a href="https://data.wien.gv.at/">Stad Wenen</a> (onder
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>), <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> en
-          Land Tirol (onder <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY-AT met aanvullingen</a>).
-        contributors_au_html: |-
-          <strong>Australië</strong>: Bevat of is ontwikkeld met behulp van administratieve grenzen &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australië</a>
-          vrijgegeven door het Gemenebest van Australië onder de licentie
-          <a href="https://creativecommons.org/licenses/by/4.0/deed.nl">Creative Commons Naamsvermelding 4.0 Internationaal (CC BY 4.0)</a>.
-        contributors_ca_html: |-
-          <strong>Canada</strong>: Bevat gegevens van
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada), en StatCan (Geography Division,
-          Statistics Canada).
-        contributors_fi_html: '<strong>Finland</strong>: bevat gegevens van de topografische
-          database van het nationaal kadaster van Finland en andere gegevensverzamelingen,
-          onder de licentie <a href="https://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI</a>.'
-        contributors_fr_html: |-
-          <strong>Frankrijk</strong>: Bevat gegevens van
+        contributors_at_credit_html: |-
+          %{austria}: Bevat gegevens van %{stadt_wien_link} (onder %{cc_by_link}), %{land_vorarlberg_link}
+          en Land Tirol (onder %{cc_by_at_with_amendments_link}).
+        contributors_at_austria: Oostenrijk
+        contributors_at_stadt_wien: Stad Wenen
+        contributors_at_cc_by: CC BY
+        contributors_at_land_vorarlberg: Deelstaat Vorarlberg
+        contributors_at_cc_by_at_with_amendments: CC BY AT met aanpassingen
+        contributors_au_credit_html: |-
+          %{australia}: Bevat of bouwt voort op Administratieve Grenzen &copy; %{geoscape_australia_link}
+          verstrekt door het Gemenebest van Australië onder %{cc_licence_link}.
+        contributors_au_australia: Australië
+        contributors_au_geoscape_australia: Geoscape Australië
+        contributors_au_cc_licence: Creative Commons Naamsvermelding 4.0 Internationaal
+          (CC BY 4.0)
+        contributors_ca_credit_html: |-
+          %{canada}: Bevat gegevens van
+          GeoBase&reg;, GeoGratis (&copy; Afdeling voor natuurlijke
+          rijkdommen Canada), CanVec (&copy; Afdeling voor natuurlijke
+          rijkdommen Canada), en StatCan (Afdeling geografie,
+          Statistiek Canada).
+        contributors_ca_canada: Canada
+        contributors_fi_credit_html: |-
+          %{finland}: Bevat gegevens uit de Nationale Landopmeting
+          van Finlands Topografische Database
+          en andere datasets, onder de %{nlsfi_license_link}.
+        contributors_fi_finland: Finland
+        contributors_fi_nlsfi_license: NLSFI-licentie
+        contributors_fr_credit_html: |-
+          %{france}: Bevat gegevens van de
           Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Nederland</strong>: Bevat &copy; Gegevens van AND, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Nieuw-Zeeland</strong>: Bevat gegevens verkregen van de <a href="https://data.linz.govt.nz/">LINZ Data Service</a> en
-          vrijgegeven voor hergebruik onder <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Slovenië</strong>: Bevat gegevens uit
-          <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> en
-          <a href="http://www.mkgp.gov.si/en/">Ministerie van Landbouw, Bosbouw en Voedsel</a>
-          (openbare informatie van Slovenië).
-        contributors_es_html: |-
-          <strong>Spanje</strong>: Bevat data afkomstig van het Spaans Nationaal Geografisch Instituut (<a href="http://www.ign.es/">IGN</a>) en het Nationaal Cartografisch Systeem (<a href="http://www.scne.es/">SCNE</a>)
-          vrijgegeven voor hergebruik onder <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Zuid-Afrika</strong>: Bevat gegevens afkomstig uit
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, auteursrechten voor de Staat voorbehouden.
-        contributors_gb_html: |-
-          <strong>Verenigd Koninkrijk</strong>: bevat gegevens van
-          Ordnance Survey &copy; Crown copyright en databaserechten
-          2010-2023.
-        contributors_footer_1_html: |-
-          Voor meer gegevens over deze en andere bronnen die gebruikt zijn
-          voor het verbeteren van OpenStreetMap, kunt u de <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">pagina met Bijdragers</a>
-          op de OpenStreetMap Wiki raadplegen.
+        contributors_fr_france: Frankrijk
+        contributors_nl_credit_html: '%{netherlands}: Bevat gegevens &copy; AND, 2007
+          (%{and_link})'
+        contributors_nl_netherlands: Nederland
+        contributors_nz_credit_html: |-
+          %{new_zealand}: Bevat gegevens uit de %{linz_data_service_link}
+          beschikbaar voor hergebruik onder %{cc_by_link}.
+        contributors_nz_new_zealand: Nieuw-Zeeland
+        contributors_nz_linz_data_service: LINZ-datadienst
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_credit_html: |-
+          %{slovenia}: Bevat gegevens van de %{gu_link} en %{mkgp_link}
+          (publieke informatie van Slovenië).
+        contributors_si_slovenia: Slovenië
+        contributors_si_gu: Landmeetkundige en karteringsautoriteit
+        contributors_si_mkgp: Ministerie van Landbouw, Bosbouw en Voedselvoorziening
+        contributors_es_credit_html: |-
+          %{spain}: Bevat gegevens van het
+          Spaans Nationaal Geografisch Instituut (%{ign_link}) en
+          Nationaal Cartografisch Systeem (%{scne_link})
+          beschikbaar voor hergebruik onder %{cc_by_link}.
+        contributors_es_spain: Spanje
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: Bevat gegevens van %{ngi_link},
+          staatsauteursrecht voorbehouden.'
+        contributors_za_south_africa: Zuid-Afrika
+        contributors_za_ngi: 'Chief Directorate: National Geo-Spatial Information'
+        contributors_gb_credit_html: |-
+          %{united_kingdom}: Bevat gegevens van Ordnance Survey
+          &copy; Auteursrecht van de Kroon en databaserechten 2010-2023.
+        contributors_gb_united_kingdom: Verenigd Koninkrijk
+        contributors_2_html: |-
+          Voor meer informatie over deze en andere bronnen die zijn gebruikt
+          om OpenStreetMap te helpen verbeteren, zie de %{contributors_page_link} op de OpenStreetMap-wiki.
+        contributors_2_contributors_page: bijdragerspagina
         contributors_footer_2_html: |-
           Opname van gegevens in OpenStreetMap betekent niet dat de originele
           gegevensverstrekker OpenStreetMap ondersteunt, enige vorm van garantie geeft, of
@@ -2153,15 +2171,19 @@ nl:
           OSM-bijdragers horen nooit gegevens toe te voegen
           uit bronnen waarvan de licentie niet vrij is (bijvoorbeeld Google Maps of gedrukte kaarten)
           zonder expliciete toestemming van de auteursrechtenhouders.
-        infringement_2_html: |-
-          Als u van mening bent dat auteursrechtelijk beschermd en niet vrij gelicenseerd materiaal
-          ongeoorloofd aan de OpenStreetMap-database of aan deze website is toegevoegd, raadpleeg dan
-          onze <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">verwijderprocedure</a>
-          of meld het direct en formeel via onze <a href="https://dmca.openstreetmap.org/">online claimpagina</a>.
-        trademarks_title_html: <span id="trademarks"></span>Handelsmerken
-        trademarks_1_html: OpenStreetMap, het vergrootglaslogo en State of the Map
-          zijn geregistreerde handelsmerken van de OpenStreetMap Foundation. Als u
-          vragen hebt over uw gebruik van deze merken, bekijkt u ons <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Handelsmerkbeleid</a>.
+        infringement_2_1_html: |-
+          Als u van mening bent dat auteursrechtelijk beschermd materiaal ongepast
+           is toegevoegd aan de OpenStreetMap-database of deze site, raadpleeg
+           dan onze %{takedown_procedure_link} of maak rechtstreeks een melding op onze
+          %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: verwijderingsprocedure
+        infringement_2_1_online_filing_page: online meldingspagina
+        trademarks_title: Handelsmerken
+        trademarks_1_1_html: |-
+          OpenStreetMap, het vergrootglaslogo en State of the Map zijn geregistreerde handelsmerken van de
+          OpenStreetMap Foundation. Als u vragen heeft over uw gebruik van de merken, zie dan ons
+          %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: handelsmerkbeleid
     index:
       js_1: U gebruikt een browser die JavaScript niet ondersteunt, of u hebt JavaScript
         uitgeschakeld.
@@ -2194,7 +2216,6 @@ nl:
       licence_details_html: OpenStreetMap-gegevens zijn gelicentieerd onder de %{odbl_link}
         (ODbL).
       odbl: Open Data Commons Open Database-licentie
-      odbl_url: https://opendatacommons.org/licenses/odbl/1.0/
       too_large:
         advice: 'Als de bovenstaande export mislukt, overweeg dan één van de onderstaande
           bronnen te gebruiken:'
@@ -2237,10 +2258,10 @@ nl:
             u zich het best bij OpenStreetMap inschrijven en de gegevens zelf toevoegen
             of corrigeren.
         add_a_note:
-          instructions_html: |-
-            Klik op <a class='icon note'></a> of hetzelfde pictogram op de kaartweergave.
+          instructions_1_html: |-
+            Klik op %{note_icon} of hetzelfde pictogram op de kaartweergave.
             Er wordt een markering toegevoegd aan de kaart die u kunt verplaatsen
-            door het te verslepen. Voeg uw bericht toe, klik op "opslaan" en andere mappers zullen uw melding nagaan.
+            door haar te verslepen. Voeg uw bericht toe, klik op "opslaan" en andere mappers zullen uw melding nagaan.
       other_concerns:
         title: Andere aangelegenheden
         concerns_html: |-
@@ -2248,7 +2269,6 @@ nl:
           %{copyright_link} voor meer juridische informatie, of neem contact op met de juiste %{working_group_link}.
         copyright: pagina auteursrechten
         working_group: OSMF-werkgroep
-        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: Hulp krijgen
       introduction: Er zijn verschillende bronnen om meer te leren over OpenStreetMap,
@@ -2295,7 +2315,6 @@ nl:
         worden in de webbrowser.
       desktop_application_html: U kunt Potlatch nog altijd gebruiken door %{download_link}.
       download: het downloaden van de desktop-applicatie voor Mac en Windows
-      download_url: https://www.systemed.net/potlatch/
       id_editor_html: U kunt ook uw standaardeditor op iD zetten. Dat werkt in uw
         browser zoals Potlatch dat vroeger deed. %{change_preferences_link}.
       change_preferences: Wijzig hier uw voorkeuren
@@ -2307,7 +2326,6 @@ nl:
         die plannen maakt voor OpenStreetMap? %{welcome_mat_link}.
       get_help_here: Zoek hier hulp
       welcome_mat: Bekijk de welkomstmat
-      welcome_mat_url: https://welcome.openstreetmap.org/
     sidebar:
       search_results: Zoekresultaten
       close: Sluiten
@@ -2432,9 +2450,7 @@ nl:
           Als u andere activiteiten overweegt dan handmatig bewerken, lees en volg
           dan de richtlijnen op %{imports_link} en %{automated_edits_link}.
         imports: Importeringen
-        imports_url: https://wiki.openstreetmap.org/wiki/Import/Guidelines
         automated_edits: Geautomatiseerde bewerkingen
-        automated_edits_url: https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct
       start_mapping: Beginnen met kaarten maken
       add_a_note:
         title: Geen tijd om te bewerken? Voeg een opmerking toe!
@@ -2465,7 +2481,6 @@ nl:
           als informele bijeenkomst van mensen of als gemeenschapsgroep. Iedereen
           kan deze opzetten of er lid van worden. Lees meer op de %{communities_wiki_link}.
         communities_wiki: Wiki-pagina community's
-        communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
   traces:
     visibility:
       private: Persoonlijk (alleen gedeeld als anoniem; ongeordende punten)
@@ -2531,7 +2546,7 @@ nl:
     trace:
       pending: BEZIG
       count_points:
-        one: 1 punt
+        one: '%{count} punt'
         other: '%{count} punten'
       more: meer
       trace_details: Trajectdetails weergeven
@@ -2553,7 +2568,6 @@ nl:
       empty_upload_html: '%{upload_link} of lees meer over GPS-tracering op de %{wiki_link}.'
       upload_new: Upload een nieuwe tracering
       wiki_page: wikipagina
-      wiki_page_url: https://wiki.openstreetmap.org/wiki/Beginners_Guide_1.2
       upload_trace: Traject uploaden
       all_traces: Alle trajecten
       my_traces: Mijn trajecten
@@ -2746,6 +2760,10 @@ nl:
         maar sommige extra hulpmiddelen of servers kunnen het nog steeds nodig hebben.
       continue: Registreren
       terms accepted: Dank u wel voor het aanvaarden van de nieuwe bijdragersovereenkomst!
+      email_confirmation_help_html: Uw adres wordt niet openbaar gemaakt, zie ons
+        %{privacy_policy_link} voor meer informatie.
+      privacy_policy: privacybeleid
+      privacy_policy_title: OSMF-privacybeleid, met een kopje over e-mailadressen
     terms:
       title: Voorwaarden
       heading: Voorwaarden
@@ -2946,19 +2964,19 @@ nl:
       time_past_html: '%{time} vervallen.'
       block_duration:
         hours:
-          one: 1 uur
+          one: '%{count} uur'
           other: '%{count} uur'
         days:
-          one: 1 dag
+          one: '%{count} dag'
           other: '%{count} dagen'
         weeks:
-          one: 1 week
+          one: '%{count} week'
           other: '%{count} weken'
         months:
-          one: 1 maand
+          one: '%{count} maand'
           other: '%{count} maanden'
         years:
-          one: 1 jaar
+          one: '%{count} jaar'
           other: '%{count} jaar'
     blocks_on:
       title: Blokkades voor %{name}
@@ -3013,20 +3031,15 @@ nl:
       open_title: 'Onopgeloste opmerking #%{note_name}'
       closed_title: 'Opgeloste opmerking #%{note_name}'
       hidden_title: 'Verborgen opmerking #%{note_name}'
-      opened_by_html: <abbr title='%{exact_time}'>%{when}</abbr> aangemaakt door %{user}
-      opened_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> aangemaakt
-        door anoniem
-      commented_by_html: Reactie van %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Reactie van anoniem <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: <abbr title='%{exact_time}'>%{when}</abbr> opgelost door %{user}
-      closed_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> opgelost
-        door anoniem
-      reopened_by_html: <abbr title='%{exact_time}'>%{when}</abbr> opnieuw geactiveerd
-        door %{user}
-      reopened_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> opnieuw
-        geactiveerd door anoniem
-      hidden_by_html: <abbr title='%{exact_time}'>%{when} ago</abbr> verborgen door
-        %{user}
+      event_opened_by_html: '%{time_ago} aangemaakt door %{user}'
+      event_opened_by_anonymous_html: '%{time_ago} anoniem aangemaakt'
+      event_commented_by_html: Reactie van %{user}, %{time_ago}
+      event_commented_by_anonymous_html: Anonieme reactie, %{time_ago}
+      event_closed_by_html: '%{time_ago} opgelost door %{user}'
+      event_closed_by_anonymous_html: '%{time_ago} anoniem opgelost'
+      event_reopened_by_html: '%{time_ago} opnieuw geactiveerd door %{user}'
+      event_reopened_by_anonymous_html: '%{time_ago} anoniem opnieuw geactiveerd'
+      event_hidden_by_html: '%{time_ago} verborgen door %{user}'
       report: deze opmerking rapporteren
       coordinates_html: '%{latitude}; %{longitude}'
       anonymous_warning: In deze opmerking staan reacties van anonieme gebruikers
@@ -3087,10 +3100,10 @@ nl:
       locate:
         title: Uw locatie weergeven
         metersPopup:
-          one: U bevindt zich binnen één meter van dit punt
+          one: U bevindt zich binnen %{count} meter van dit punt
           other: U bevindt zich binnen %{count} meter van dit punt
         feetPopup:
-          one: U bevindt zich binnen één voet van dit punt
+          one: U bevindt zich binnen %{count} voet van dit punt
           other: U bevindt zich binnen %{count} voet van dit punt
       base:
         standard: Standaard
@@ -3106,17 +3119,17 @@ nl:
         gps: Openbare gps-trajecten
         overlays: Overlays inschakelen om fouten in de kaart te helpen identificeren
         title: Lagen
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap-bijdragers</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Doneer nu</a>
-      terms: <a href='%{terms_url}' target='_blank'>Website en API-voorwaarden</a>
-      cyclosm: Rasterkaart in de stijl van <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        gehost door <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap Frankrijk</a>
-      thunderforest: Rasterkaart met dank aan <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Rasterkaart met dank aan <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Rasterkaart in de stijl van <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> gehost door <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Frankrijk</a>
+      openstreetmap_contributors: OpenStreetMap-bijdragers
+      make_a_donation: Doe een gift
+      website_and_api_terms: Website- en API-voorwaarden
+      cyclosm_credit: Kaartstijl door %{cyclosm_link} gehost door %{osm_france_link}
+      osm_france: OpenStreetMap Frankrijk
+      thunderforest_credit: Tegels met dank aan %{thunderforest_link}
+      andy_allan: Andy Allan
+      opnvkarte_credit: Tegels met dank aan %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Kaartstijl door %{hotosm_link} gehost door %{osm_france_link}
+      hotosm_name: Humanitair OpenStreetMap-team
     site:
       edit_tooltip: Kaart bewerken
       edit_disabled_tooltip: Inzoomen om de kaart te bewerken
@@ -3233,7 +3246,7 @@ nl:
       node: Knooppunt
       way: Weg
       relation: Relatie
-      nothing_found: Geen eigenschappen gevonden
+      nothing_found: Geen objecten gevonden
       error: 'Fout bij het verbinding maken met %{server}: %{error}'
       timeout: Timeout bij het verbinding maken met %{server}
     context:
index 5849de0f25f7af7eea201f1189c72dda335d0043..6d510e7034061d93da2f89e7cddef785cb30c8e7 100644 (file)
@@ -16,6 +16,7 @@
 # Author: Nghtwlkr
 # Author: Njardarlogar
 # Author: Pladask
+# Author: Pyscowicz
 # Author: Ranveig
 # Author: Ruila
 # Author: 6400
@@ -100,6 +101,8 @@ nn:
         latitude: Breiddegrad
         longitude: Lengdegrad
         language_code: Språk
+      doorkeeper/application:
+        name: Namn
       friend:
         user: Brukar
         friend: Ven
@@ -242,12 +245,6 @@ nn:
   browse:
     created: Oppretta
     closed: Attlaten
-    created_html: Oppretta <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Lukka <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Oppretta <abbr title='%{title}'>%{time}</abbr> av %{user}
-    deleted_by_html: Sletta <abbr title='%{title}'>%{time}</abbr> av %{user}
-    edited_by_html: Redigert <abbr title='%{title}'>%{time}</abbr> av %{user}
-    closed_by_html: Lukka <abbr title='%{title}'>%{time}</abbr> av %{user}
     version: 'Versjon:'
     anonymous: anonym
     no_comment: (ingen kommentar)
@@ -461,13 +458,6 @@ nn:
       success: '%{name} vart fjerna frå venene dine'
       not_a_friend: '%{name} er ikkje ein av venene dine.'
   geocoder:
-    search:
-      title:
-        latlon_html: Resultat frå <a href="http://openstreetmap.org/">Internt</a>
-        osm_nominatim_html: Resultat frå <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultat frå <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1051,8 +1041,6 @@ nn:
       failed_to_import: 'klarte ikkje importere. Her er feilen:'
       subject: '[OpenStreetMap] Feil under import av GPX'
     gpx_success:
-      loaded_successfully: lasta med %{trace_points} av %{possible_points} moglege
-        punkt.
       subject: '[OpenStreetMap] Vellukka import av GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Velkommen til OpenStreetMap'
@@ -1189,7 +1177,6 @@ nn:
       image: 'Bilete:'
       gravatar:
         gravatar: Bruk Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
       new image: Legg til eit bilete
       keep image: Hald på gjeldande bilete
       delete image: Fjern gjeldande bilete
@@ -1245,7 +1232,6 @@ nn:
   site:
     about:
       next: Neste
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>bidragsytarar
       local_knowledge_title: Lokalkunnskap
       community_driven_title: Fellesskapsdrive
       open_data_title: Opne Data
@@ -1266,84 +1252,16 @@ nn:
         mapping_link: start kartlegging
       legal_babble:
         title_html: Opphavsrett og lisensar
-        intro_1_html: Data frå OpenStreetMap er <i>åpne data</i>, lisensiert under
-          <a href="http://opendatacommons.org/licenses/odbl/">Open Data Commons Open
-          Database License</a> (ODbL).
-        intro_2_html: "Du er fri til å kopiere, distribuere, overføre og tilpasse
-          dataa våre, så lenge du godskriv OpenStreetMap og bidragsytarane\n  deira.
-          Dersom du endrar eller byggjer på dataa våre, kan du berre distribuere resultatet
-          under same lisens. \n  Den fullstendige <a href=\"http://opendatacommons.org/licenses/odbl/1.0/\">juridiske\n
-          \ teksten</a> forklarer rettane og ansvaret."
-        intro_3_1_html: |-
-          Kartografien i våre kartfliser, og dokumentasjonen vår, er lisensiert under <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
-             Commons Navngivelse-DelPåSammeVilkår 2.0</a> (CC BY-SA).
         credit_title_html: Korleis kreditere OpenStreetMap
         credit_1_html: Me krev at du brukar godskrivinga «© OpenStreetMap-bidragsytarane».
-        credit_2_1_html: Du må óg gjere det klart at dataa er tilgjengeleg under Open
-          Database License, og dersom du brukar kartflisene, at kartografien er lisensiert
-          under CC BY-SA. Du kan gjere dette ved å lenkje til <a href="http://www.openstreetmap.org/copyright">denne
-          sida</a>. Alternativt, og eit krav om du distribuerer OSM i dataform, kan
-          du nemne og lenkje til lisensen eller lisensane. I former der lenkjer er
-          umogleg (t.d. trykte verk), føreslår me at du viser lesarane dine til openstreetmap.org
-          (kanskje ved å utvide «OpenStreetMap» til denne fulle adressa), til opendatacommons.org,
-          og dersom relevant, til creativecommons.org.
-        credit_4_html: |-
-          For et navigerbart elektronisk kart, skal kjelda visast i hjørnet av kartet.
-          Til dømes:
         attribution_example:
           alt: Døme på korleis ein syner OpenStreetMap som kjelde på ei vevside
           title: Døme på kjeldehenvising
         more_title_html: Finn ut meir
-        more_1_html: |-
-          Les meir om korleis du brukar dataa våre, og korleis du krediterer oss, i den <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">juridiske
-            FAQ-en</a>.
-        more_2_html: |-
-          Sjølv om OpenStreetMap er åpne data kan me ikkje gje eit
-            gratis kart-API til tredjepartsutviklere.
-
-            Sjå våre retningslinjer for nytting av <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">API-et</a>,
-            <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">kartbilder</a>
-            og <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_policy">Nominatim</a>.
         contributors_title_html: Bidragsytarane våre
         contributors_intro_html: 'Me har tusenvis av individuelle bidragsytarar. Me
           inkluderer óg åpne datasett frå nasjonale karttjenester og andre kjelder,
           bland anna frå:'
-        contributors_at_html: |-
-          <strong>Austerrike</strong>: Inneheld data henta frå
-             <a href="http://data.wien.gv.at/">Stadt Wien</a> under
-             <a href="http://creativecommons.org/licenses/by/3.0/at/deed.dei">CC BY</a>,
-             <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> og
-             Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT med tilleg</a>).
-        contributors_au_html: |-
-          <strong>Australia</strong>: Inneheld forstadsdata basert
-             på Australian Bureau of Statistics data.
-        contributors_ca_html: |-
-          <strong>Canada</strong>: Inneheld data frå
-             GeoBase®, GeoGratis (© Department of Natural
-             Resources Canada), CanVec (© Department of Natural
-             Resources Canada), og StatCan (Geography Division,
-             Statistics Canada).
-        contributors_fr_html: |-
-          <strong>Frankrike</strong>: Inneheld data henta frå
-             Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Nederland</strong>: Inneheld &copy; AND-data, 2007
-             (<a href="http://www.and.com">www.and.com</a>)</li>
-             <li><strong>New Zealand</strong>: Inneheld data henta frå
-             Land Information New Zealand. Crown Copyright reservert.
-        contributors_nz_html: |-
-          <strong>New Zealand</strong>: Inneheld data henta frå
-             Land Information New Zealand. Crown Copyright reservert.
-        contributors_za_html: '<strong>Sør-Afrika</strong>: Inneheld data frå <a href="http://www.ngi.gov.za/">Chief
-          Directorate: National Geo-Spatial Information</a>, State copyright reserved.'
-        contributors_gb_html: |-
-          <strong>Storbritannia</strong>: Inneheld Ordnance
-             Survey data © Crown copyright og database-rettar
-             2010-12.
-        contributors_footer_1_html: |2-
-            For detaljar om desse og andre kjelder som har blitt brukt for å forbetra
-            OpenStreetMap, sjå <a href="http://wiki.openstreetmap.org/wiki/Contributors">Bidragsytarar
-            sida</a> på OpenStreetMap Wikien.
         contributors_footer_2_html: |2-
             Inkludering av data i OpenStreetMap inneber ikkje at den opphavlege
             dataleverandøren støttar OpenStreetMap, gjev nokon garanti eller
@@ -1352,11 +1270,6 @@ nn:
         infringement_1_html: |-
           OSM-bidragsytarar vert minna på å aldri leggje til data frå opphavsrettsbeskytta kjelder (t.d. Google Maps eller utskrivne kart) utan
             uttrykkeleg løyve frå rettighetshavere.
-        infringement_2_html: "Dersom du trur at kopibeskytta materiale har blitt lagt
-          inn i OpenStreetMap databasen eller denne sida, venligst henvend deg til
-          vår <a href=\"http://www.osmfoundation.org/wiki/License/Takedown_procedure\">takedown
-          \nprosedyre</a> eller direkte til vårt <a href=\"https://dmca.openstreetmap.org/\">online
-          skjema</a>."
     index:
       js_1: Du har ein nettleser som ikkje støttar JavaScript eller så har du slått
         av JavaScript.
@@ -1908,19 +1821,6 @@ nn:
       open_title: 'Uavklart merknad #%{note_name}'
       closed_title: 'Avklart merknad: #%{note_name}'
       hidden_title: 'Gøymd merknad #%{note_name}'
-      opened_by_html: Oppretta av %{user} <abbr title='%{exact_time}'>%{when} sidan</abbr>
-      opened_by_anonymous_html: Oppretta av anonym <abbr title='%{exact_time}'>%{when}
-        sidan</abbr>
-      commented_by_html: Kommentar frå %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Kommentar frå anonym <abbr title='%{exact_time}'>%{when}
-        sidan</abbr>
-      closed_by_html: Løyst av %{user} <abbr title='%{exact_time}'>%{when} sidan</abbr>
-      closed_by_anonymous_html: Løyst av anonym <abbr title='%{exact_time}'>%{when}
-        sidan</abbr>
-      reopened_by_html: Reaktivert av %{user} <abbr title='%{exact_time}'>%{when}
-        sidan</abbr>
-      reopened_by_anonymous_html: Reaktivert av anonym for <abbr title='%{exact_time}'>%{when}
-        sidan</abbr>
       report: Rapporter denne merknaden
       anonymous_warning: Denne merknaden har kommentarar frå anonyme brukarar og bør
         stadfestast.
@@ -1977,8 +1877,6 @@ nn:
         gps: Offentlege GPS-sporingar
         overlays: Aktiver lag for å feilsøke i kartet
         title: Lag
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap bidragsytarar</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Doner</a>
     site:
       edit_tooltip: Rediger kartet
       edit_disabled_tooltip: Zoom inn for å redigere kartet
index 53c974792463cb0544caaa05b399e22afc5d847a..98a67db1950339bfa6f39a1c1d668b08c3403767 100644 (file)
@@ -266,15 +266,6 @@ nqo:
   browse:
     created: ߛߌ߲ߘߌߣߍ߲
     closed: ߘߊߕߎ߲߯ߣߍ߲
-    created_html: ߛߌ߲ߘߌߣߍ߲ <abbr title='%{title}'></abbr>%{time}
-    closed_html: ߘߊߕߎ߲߯ߣߍ߲ <abbr title='%{title}'></abbr>%{time}
-    created_by_html: ߛߌ߲ߘߌߣߍ߲ <abbr title='%{title}'></abbr>%{time}%{user}
-    deleted_by_html: ߊ߬ ߖߏ߰ߛߌ߬ߣߍ߲߬ ߦߋ߫ <abbr title='%{title}'>%{title}%{time}</abbr>
-      %{user} ߓߟߏ߫
-    edited_by_html: ߊ߬ ߡߊߦߟߍ߬ߡߊ߲߬ߣߍ߲߫ ߦߋ߫ <abbr title='%{title}'>%{title}%{time}</abbr>
-      %{user} ߓߟߏ߫
-    closed_by_html: ߊ߬ ߖߏ߰ߛߌ߬ߣߍ߲߬ ߦߋ߫ <abbr title='%{title}'>%{title}%{time}</abbr>
-      %{user} ߓߟߏ߫
     version: ߦߌߟߡߊ
     in_changeset: ߟߊ߬ߘߏ߲߬ߠߌ߲ ߡߊߝߊ߬ߟߋ߲߫
     anonymous: ߕߐ߯ߒߕߊ߲
@@ -294,8 +285,6 @@ nqo:
       relation: ߕߍߓߊ߯ߦߊ (%{count})
       relation_paginated: ߕߍߓߊ߯ߦߊ (%{x}-%{y} %{count})
       comment: ߡߙߌߣߊ߲ (%{count})
-      hidden_commented_by_html: ߡߙߌߣߊ߲ ߢߢߊߘߏ߲߯ߠߌ߲ %{user} ߡߊ߬ <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: ߦߟߌߣߐ ߡߍ߲ ߝߘߊߣߍ߲߫ ߦߋ߫ %{user} ߟߊ߫ <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: XML ߟߊ߬ߘߏ߲߬ߠߌ߲ ߡߊߝߊ߬ߟߋ߲߫
       osmchangexml: ߏ.ߛ.ߡ ߡߝߊ߬ߟߋ߲߬ߠߌ߲ XML
       feed:
@@ -525,13 +514,6 @@ nqo:
       success: '%{name} ߓߘߊ߫ ߓߊ߲߫ ߓߐ߫ ߟߴߌ ߕߋߙߌߦߊ ߟߊ߫'
       not_a_friend: '%{name} ߕߴߌ ߕߋߙߌ ߝߋ߲߫ ߘߌ߫.'
   geocoder:
-    search:
-      title:
-        latlon_html: ߞߐߝߟߌ ߞߊ߬ ߝߘߊ߫ <a href="https://openstreetmap.org/">ߞߣߐߟߊ</a>
-        osm_nominatim_html: ߞߐߝߟߌ ߞߊ߬ ߝߘߊ߫ <a href="https://nominatim.openstreetmap.org/">ߏߔߌ߲ߛߕߑߙߌߕߑߡߊߔ</a>
-          ߟߊ߫
-        osm_nominatim_reverse_html: ߞߐߝߟߌ ߞߊ߬ ߝߘߊ߫ <a href="https://nominatim.openstreetmap.org/">ߕߐ߯ߦߊߟߌ</a>
-          ߟߊ߫
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -678,14 +660,31 @@ nqo:
           train_station: ߛߌ߬ߛߌ߬ߞߎߟߎ߲ ߟߐ߬ߘߊ߬ߟߊ߫ ߓߏ߲
           university: ߖߊ߯ߓߘߊ ߓߏ߲
           warehouse: ߡߣߐ߬ߓߏ߲
+          "yes": ߓߏ߲
+        club:
+          sport: ߝߊ߬ߘߌ߬ߡߊ߬ߞߟߏ߫ ߛߘߍ
+          "yes": ߛߘߍ
         craft:
+          beekeeper: ߟߞߌߛߍ߫ ߡߙߊߟߊ
+          blacksmith: ߣߎ߬ߡߎ߲
+          brewery: ߢߐ߬ߘߟߐ߬ ߝߊ߲ߓߏ߲
+          carpenter: ߓߏ߲߫ ߜߊ߲ߜߊ߲ߠߊ \ ߦߙߌߛߊ߯ߟߊ
+          dressmaker: ߞߙߊߟߌߟߊ
           electrician: ߢߎߡߍߦߟߊ
           electronics_repair: ߢߎߡߍ߫ ߘߐߓߍ߲߫ ߦߙߐ
+          gardener: ߣߊߞߐߦߟߊ
+          glaziery: ߘߎ߬ߡߊ (ߝ߭ߌߕߙߌ) ߓߊ߯ߙߊ߫ ߦߙߐ
+          handicraft: ߓߟߏߟߊߓߊ߯ߙߟߊ
+          hvac: ߓߊ߲ߘߦߊߟߊ߲߫ ߟߊߘߊ߲߫ ߦߙߐ
+          metal_construction: ߣߍ߰ߘߐ߬ߓߍ߲߬ߠߊ\ߟߊߘߊ߲ߠߊ
           painter: ߓߐߙߐ߲ߦߟߊ
           photographer: ߖߌ߬ߦߕߊ߬ߟߊ
           plumber: ߘߎ߰ߡߊ߬ߟߊ߬ߟߊ
+          sawmill: ߦߙߌߛߌ߯ߘߊ \ ߦߙߌߕߋߘߊ
           shoemaker: ߛߊ߬ߡߘߊ߬ ߘߐ߬ߓߍ߲߬ߠߊ
+          stonemason: ߓߐ߰ߟߐ߬ߟߊ \ ߓߏ߲ߟߐߟߊ
           tailor: ߞߙߊߟߌߟߊ
+          window_construction: ߝߢߐߘߊ߫ ߟߊߘߊ߲ߠߊ
         emergency:
           fire_extinguisher: ߕߊ߫ ߟߛߊߟߊ
           fire_water_pond: ߕߟߊߛߊ߫ ߝߌߙߏ߲
@@ -759,13 +758,14 @@ nqo:
           fitness_centre: ߞߍ߲ߘߍߦߊ ߕߊ߲ߓߊ߲
           fitness_station: ߘߊ߲ߘߊߟߌ ߕߏ߲߬ߜߏ
           garden: ߣߊߞߐ
-          horse_riding: ß\9bß\8f߬ ß\93ß\8fß\99ß\8c
+          horse_riding: ß\9bß\8f߬ ß\93ß\8f߬ß\99ß\8cß« ß\9eߣß\8d
           nature_reserve: ߛߎ߲ߞߎ߲ ߦߙߐ߫ ߟߊߕߏߣߍ߲
           park: ߖߛߊ ߥߟߊ߫ ߥߍ߬ߙߍ
           sports_centre: ߝߊ߬ߘߌ߬ߡߊ߬ߞߟߏ ߕߊ߲ߓߊ߲
           stadium: ߞߊߡߊ߲
           swimming_pool: ߣߊߥߎߠߌ߲߫ ߘߟߊ
         man_made:
+          beehive: ߜߏ߲߬ߞߊ߲
           bridge: ߛߍ߲
           cross: ߓߊߙߊ߲ߕߏ߲
           mine: ߘߊ߬ߡߊ߲
@@ -970,8 +970,6 @@ nqo:
       issues_not_found: ߒ߬ߒ߫ ߓߐ߲ߘߊ߫ ߛߎ߮ ߏ߬ ߡߊ߫ ߛߐ߬ߘߐ߲߫
       status: ߡߊ߬ߘߎ߮
       last_updated: ߟߏ߲ߘߐߦߊߟߌ ߞߐ߯ߟߕߊ
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr>%{user} ߡߊ߬
       link_to_reports: ߞߏߝߐߟߌ߫ ߟߎ߬ ߘߐߜߍ߫
       reported_item: ߝߛߌ߬ ߟߊߞߏߝߐߣߍ߲
       states:
@@ -1366,7 +1364,6 @@ nqo:
   site:
     about:
       next: ߢߍߕߊ
-      copyright_html: <span>&copy;</span>ߏߔߌ߲߫ ߛߑߕߙߌߕ ߡߊߔ<br>ߓߟߏߓߌߟߊߢߐ߲߯ߞߊ߲ ߠߎ߬
       used_by_html: '%{name} ߓߘߊ߫ ߡߊߔ ߘߕߊ ߡߊߛߐ߫ ߓߟߐߟߐ߫ ߞߍߦߙߐ ߥߊ߯ ߦߙߌߞߊ ߟߊ߫. ߜߋߟߋ߲ߜߋߟߋ߲
         ߟߥߊ߬ߟߌ߬ߟߊ߲ ߣߌ߫ ߞߍߟߊ߲߫ ߛߎ߲ߝߘߍߡߊ ߟߎ߬'
       lede_text: "ߏߔߌ߲ߛߑߕߙߌߕߑߡߊߔ ߟߊߘߊ߲ߣߍ߲߫ ߦߋ߫ ߔߊ߬ߔߘߊ߬ߦߊ߬ߟߊ ߘߍ߬ߘߊ ߟߎ߬ ߟߋ߬ ߓߟߏ߫ ߡߍ߲
@@ -1826,19 +1823,6 @@ nqo:
       open_title: ߦߟߌߣߐ߫ ߢߊߓߐߓߊߟߌ %{note_name}
       closed_title: ߦߟߌߣߐ߫ ߢߊߓߐߣߍ߲ %{note_name}
       hidden_title: ߦߟߌߣߐ߫ ߢߡߊߘߏ߲߰ߣߍ߲ %{note_name}
-      opened_by_html: ߊ߬ ߛߌ߲ߘߌߣߍ߲߫ ߦߋ߫ %{user}<abbr title='%{exact_time}'>%{exact_time}%{when}</abbr>
-        ߟߋ߬ ߓߟߏ߫
-      opened_by_anonymous_html: ߊ߬ ߛߌ߲ߘߌߣߍ߲߫ ߦߋ߫ ߕߐ߯ߒߕߊ߲ ߠߋ߬ ߟߊ߫ ߓߟߏ߫ <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: ߡߙߌߣߊ߲ ߞߊ߬ ߝߘߊ߫ %{user} <abbr title='%{exact_time}'>%{exact_time}%{when}</abbr>
-      commented_by_anonymous_html: ߡߙߌߣߊ߲ ߞߊ߬ ߝߘߊ߫ ߕߐ߯ߒߕߊ߲ <abbr title='%{exact_time}'>%{exact_time}%{when}</abbr>
-        ߟߊ߫
-      closed_by_html: ߊ߬ ߢߊߓߐߣߍ߲߫ ߦߋ߫ %{user} <abbr title='%{exact_time}'>%{exact_time}%{when}</abbr>
-        ߓߟߏ߫
-      closed_by_anonymous_html: ߊ߬ ߢߊߓߐߣߍ߲߫ ߦߋ߫ ߕߐ߯ߒߕߊ߲ <abbr title='%{exact_time}'>%{exact_time}%{when}</abbr>
-        ߟߋ߬ ߓߟߏ߫
-      reopened_by_html: ߊ߬ ߟߊߞߎߣߎ߲ߣߍ߲߫ ߕߎ߲߯ %{user} ߟߋ߬ ߓߟߏ߫ <abbr title='%{exact_time}'>%{exact_time}%{when}</abbr>
-      reopened_by_anonymous_html: ߊ߬ ߟߊߞߎߣߎ߲ߣߍ߲߫ ߦߋ߫ ߕߐ߯ߒߕߊ߲ ߠߋ߬ ߓߟߏ߫ <abbr title='%{exact_time}'>%{exact_time}%{when}</abbr>
-      hidden_by_html: ߊ߬ ߢߡߊߘߏ߲߰ߣߍ߲߬ ߦߋ߫ %{user} ߟߋ߬ ߓߟߏ߫ <abbr title='%{exact_time}'>%{exact_time}%{when}</abbr>
       report: ߦߟߌߣߐ ߣߌ߲߬ ߠߊߞߏߝߐ߫
       hide: ߊ߬ ߢߡߊߘߏ߲߰
       resolve: ߊ߬ ߢߊߓߐ߫
index ede6ad9405ff99419202ad35dfa2d9cc69516bbb..ba60e572908f772011d598b8ae8c0a8d16547984 100644 (file)
@@ -4,6 +4,7 @@
 # Author: COMISSIONTOPOC
 # Author: Cedric31
 # Author: Gasconoc
+# Author: Gravitystorm
 # Author: Guilhelma
 # Author: Macofe
 # Author: OpenStreetMap-oc
@@ -166,8 +167,6 @@ oc:
           de tèrmes simples e precís.
         needs_view: L’utilizaire se deu connectar avans qu'aqueste blòt expire ?
       user:
-        email_confirmation: Vòstra adreiça se mostrarà pas publicament (vejatz la
-          nòstra politica de privadança&#60;/a&#62; per mai d'informacion)
         new_email: (jamai afichat publicament)
   datetime:
     distance_in_words_ago:
@@ -314,12 +313,6 @@ oc:
   browse:
     created: Creat
     closed: Plegat
-    created_html: Creat <abbr title='%{title}'>fa %{time}</abbr>
-    closed_html: Plegat <abbr title='%{title}'>fa %{time}</abbr>
-    created_by_html: Creat <abbr title='%{title}'>fa %{time}</abbr> per %{user}
-    deleted_by_html: Suprimit <abbr title='%{title}'>fa %{time}</abbr> per %{user}
-    edited_by_html: Modificat <abbr title='%{title}'>fa %{time}</abbr> per %{user}
-    closed_by_html: Plegat <abbr title='%{title}'>fa %{time}</abbr> per %{user}
     version: Version
     in_changeset: Grop de modificacions
     anonymous: anonim
@@ -335,8 +328,6 @@ oc:
     view_history: Mostrar l’istoric
     view_details: Mostrar lei detalhs
     location: 'Emplaçament :'
-    common_details:
-      coordinates_html: '%{latitude}, %{longitude}'
     changeset:
       title: 'Grop de modificacions : %{id}'
       belongs_to: Autor
@@ -347,9 +338,6 @@ oc:
       relation: Relacions (%{count})
       relation_paginated: Relacions (%{x} a %{y} sus %{count})
       comment: Comentaris (%{count})
-      hidden_commented_by_html: Comentari amagat de %{user} <abbr title='%{exact_time}'>i
-        a %{when}</abbr>
-      commented_by_html: Comentari de %{user} <abbr title='%{exact_time}'>i a %{when}</abbr>
       changesetxml: Grop de modificacions XML
       osmchangexml: osmChange XML
       feed:
@@ -380,7 +368,6 @@ oc:
         one: 1 membre
         other: '%{count} membres'
     relation_member:
-      entry_html: '%{type} %{name}'
       entry_role_html: '%{type} %{name} amb lo ròtle %{role}'
       type:
         node: Nos
@@ -425,8 +412,8 @@ oc:
     tag_details:
       tags: Etiquetas
       wiki_link:
-        key: La descripcion de l'etiqueta <code>%{key}</code> sus lo wiki
-        tag: La descripcion de l'etiqueta <code>%{key}=%{value}</code> sus lo wiki
+        key: La descripcion de l'etiqueta %{key} sus lo wiki
+        tag: La descripcion de l'etiqueta %{key}=%{value} sus lo wiki
       wikidata_link: L’element %{page} sus Wikidata
       wikipedia_link: L’article « %{page} » sus Wikipèdia
       wikimedia_commons_link: L'element %{page} sus Wikimedia Commons
@@ -602,13 +589,6 @@ oc:
       success: '%{name} es estat levat de vòstres amics.'
       not_a_friend: '%{name} es pas de vòstres amics.'
   geocoder:
-    search:
-      title:
-        latlon_html: Resultats <a href="https://openstreetmap.org/">intèrnes</a>
-        osm_nominatim_html: Resultats de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultats de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1401,8 +1381,6 @@ oc:
       status: Estatut
       reports: Rapòrts
       last_updated: Darriera actualizacion
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> per %{user}
       link_to_reports: Mostrar lei rapòrts
       reports_count:
         one: 1 rapòrt
@@ -1573,8 +1551,6 @@ oc:
       subject: '[OpenStreetMap] Error al moment de l''impòrt GPX'
     gpx_success:
       hi: Adieu %{to_user},
-      loaded_successfully: s'es cargat correctament amb %{trace_points} punch sus
-        %{possible_points}.
       subject: '[OpenStreetMap] Impòrt GPX capitat'
     signup_confirm:
       subject: '[OpenStreetMap] Benvenguda dins OpenStreetMap'
@@ -1868,7 +1844,6 @@ oc:
   site:
     about:
       next: Seguent
-      copyright_html: <span>&copy;</span>Contributors<br /> d’OpenStreetMap
       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
@@ -1879,26 +1854,8 @@ oc:
         usan d'imatges aerians, de dispositius GPS, e de mapas de bassa tecnologia
         per fins de verificar que OSM es precís e es actualizat.
       community_driven_title: Menat per la comunautat
-      community_driven_html: "La comunautat d’OpenStreetMap es divèrsa, passionada
-        e grossís cada jorn. Nòstres contributors incluisson de cartografes entosiastes,
-        de professionals del GIS, d'ingenhiaires que menan los servidors OSM, d'umanitaris
-        que cartografian las zònas devastadas per una catastròfa e plan mai encara.\nPer
-        ne saber mai sus la comunautat, consultatz los \n<a href='%{diary_path}'>annuaris
-        d’utilizaires</a>, \n<a href='https://blogs.openstreetmap.org/'>los blogs
-        comunautaris</a> e lo site web de la <a href='https://www.osmfoundation.org/'>Fondacion
-        OSM</a>."
       open_data_title: Donadas liuras
-      open_data_html: 'OpenStreetMap son de <i>donadas liuras</i>: siatz liures de
-        n''usar per quina intencion que siegue, cada còp que donatz credit a OpenStreetMap
-        e sei contribuïdors. Se modificatz o bastissètz sus lei donadas en quauqua
-        maniera concreta, podètz distribuir lo resultat solament sota la meteissa
-        licéncia. Ligètz la <a href="%{copyright_path}">pagina de copyright e de licéncia</a>
-        per mai de detalhs.'
       legal_title: Juridic
-      legal_2_html: |-
-        <a href="https://osmfoundation.org/Contact">Contacta</a> amb lo OSMF s'avètz de dobtes a prepaus de la  licéncia,  dei drechs de còpia o autras questions legalas.
-
-        OpenStreetMap, Lo logo e Estat de la Mapa son de <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">marcas enregistradas de la OSMF</a>.<br><br><br><br>
       partners_title: Partenaris
     copyright:
       foreign:
@@ -1915,79 +1872,18 @@ oc:
         mapping_link: començar a contribuir
       legal_babble:
         title_html: Copyright e Licéncia
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> es un ensemble de <i>donadas dobèrtas</i>, disponiblas jos licéncia liura <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL) alprèp de la <a
-          href="https://osmfoundation.org/">Fondacion OpenStreetMap</a> (OSMF).
-        intro_2_html: |2-
-           Sètz liure de copiar, distribuir, transmetre e adaptar nòstras donadas,
-            a condicion que creditetz OpenStreetMap e sos
-            contributors. Se modificatz o utilizatz nòstras donadas dins d’autras òbras derivadas,
-            las podètz distribuir sonque jos la meteissa licéncia. Lo
-            <a href="https://opendatacommons.org/licenses/odbl/1.0/">tèxte
-            legal</a> complet detalha vòstres dreits e responsabilitats.
-        intro_3_1_html: Nòstrei carrèus de rendut cartografics, e tanben la documentacion,
-          son disponibles sota la licéncia <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons paternitat – partiment a l’identic 2.0</a> (CC-BY-SA).
         credit_title_html: Cossí creditar OpenStreetMap
         credit_1_html: Demandam que vòstre crèdit compòrte la mencion « © lei contribueires
           d’OpenStreetMap ».
-        credit_2_1_html: Vos fau tanben botar en evidéncia que lei donadas son disponiblas
-          sota licéncia de basa de donadas dubèrtas e, s'utilizatz nòstrei mapas,
-          que la cartografia a licéncia CC-BY-SA. Podètz o far en ligant <a href="http://www.openstreetmap.org/copyright">aquela
-          pagina de copyright</a>. De maniera alternativa, mai coma requisit obligatòri
-          se distribuissètz OSM en forma de donadas en brut, podètz citar e ligar
-          directament a la licéncia. Dins lo cas d'utilizar de supòrts que lei ligams
-          de hipertext i son pas possibles (per exemple, òbras estampadas), vos suggerissèm
-          d'adreiçar lei lectors a openstreetmap.org (En indicant benlèu l'adreiça
-          completa de OpenStreetMap), a opendatacommons.org E, se s'escau, a creativecommons.org.
-        credit_4_html: |-
-          Per una mapa electronica navigabla, lo crèdit deuriá aparéisser dins lo canton de la mapa.
-          Per exemple :
         attribution_example:
           alt: Exemple d'atribucion OpenStreetMap sus una pagina internet
           title: Exemple d'atribucion
         more_title_html: Per trobar mai d’informacions
-        more_1_html: |-
-          Per obténer mai d’informacions sus cossí reütilizar nòstras donadas e nos creditar, legissètz la <a
-          href="https://osmfoundation.org/Licence">FAQ legala</a>.
         contributors_title_html: Nòstres contributors
         contributors_intro_html: 'Nòstres collaboradors son de miliers de personas.
           Comprenèm tanben de donadas amb licéncia dobèrta deis agéncias publicas
           de cartografia e d''autrei fònts, entre elei:'
-        contributors_at_html: '<strong>Áustria</strong> : conten de donadas sus la
-          <a href="https://data.wien.gv.at/">vila de Viena</a> (jos licéncia <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC
-          BY</a>), la <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">region
-          de Vorarlberg</a> e la region de Tiròl (jos licéncia <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC
-          BY AT amb amendaments</a>).'
-        contributors_ca_html: '<strong>Canadà</strong> : conten de donadas de <em>GeoBase</em>®,
-          <em>GeoGratis</em> (© Departament de las Ressorsas naturalas de Canadà),
-          <em>CanVec</em> (© Departament de las Ressorsas naturalas de Canadà) e <em>StatCan</em>
-          (Division Geografia, Estatisticas de Canadà).'
-        contributors_fi_html: '<strong>Finlàndia</strong> : conten de donadas de la
-          Basa de donadas topograficas de l’Inspeccion nacionala del territòri de
-          Finlàndia e d’autres ensembles de donadas, jos <a href="https://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">licéncia
-          NLSFI</a>.'
-        contributors_fr_html: |-
-          <strong>França</strong> : conten de donadas de la
-             <em>Direccion generala dels impòts</em>.
-        contributors_nl_html: '<strong>Païses Basses</strong> : conten de donadas
-          © <abbr title="Automotive Navigation Data">AND</abbr>, 2007 (<a href="https://www.and.com">www.and.com</a>).'
-        contributors_nz_html: '<strong>Nòva Zelanda</strong> : conten de donadas que
-          provenon del <em>Land Information New Zealand</em>. Copyright de la Corona
-          reservat.'
-        contributors_si_html: '<strong>Eslovènia</strong> : conten de donadas de l’<a
-          href="http://www.gu.gov.si/en/">Autoritat de Planificacion e de Cartografia</a>
-          e del <a href="http://www.mkgp.gov.si/en/">Ministèri de l’Agricultura, del
-          Bòsc e de l’Alimentacion</a> (informacion publica d''Eslovènia).'
-        contributors_za_html: |-
-          <strong>Africa del Sud</strong> : conten de donadas eissidas de la <a href="http://www.ngi.gov.za/">Direccion principala de las
-          Informacions Geoespacialas Nacionalas</a>, copyright de l’Estat reservat.
-        contributors_gb_html: '<strong>Reialme Unit</strong> : conten de donadas eissidas
-          de l’<em>Ordonància Survey</em> © 2010-2012 Dreits d’autors e de la basa
-          de donadas de la Corona.'
         infringement_title_html: Violacion dels dreits d'autor
-        trademarks_title_html: <span id="marcas"></span>Marcas
     index:
       js_1: JavaScript es pas pres en carga pel navigador qu'utilizatz, o alara l’avètz
         desactivat.
@@ -2592,18 +2488,6 @@ oc:
       open_title: Nòta pas resouguda nº %{note_name}
       closed_title: Nòta resouguda nº %{note_name}
       hidden_title: Nòta amagada nº %{note_name}
-      opened_by_html: Creat per %{user} <abbr title='%{exact_time}'>fa %{when}</abbr>
-      opened_by_anonymous_html: Creat per un utilizaire anonim <abbr title='%{exact_time}'>fa
-        %{when}</abbr>
-      commented_by_html: Comentari de %{user} fa <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Comentat per un utilizaire anonim <abbr title='%{exact_time}'>fa
-        %{when}</abbr>
-      closed_by_html: Reglat per %{user} <abbr title='%{exact_time}'>fa %{when}</abbr>
-      closed_by_anonymous_html: Reglat per un utilizaire anonim <abbr title='%{exact_time}'>fa
-        %{when}</abbr>
-      reopened_by_html: Reactivat per %{user}  fa <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reactivat per un utilizaire anonim fa <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Amagat per %{user} <abbr title='%{exact_time}'>fa %{when}</abbr>
       report: Avisar d’aquesta nòta
       anonymous_warning: Aquela nòta compren de comentaris d'usatgiers anonimes que
         li faudriá èsser verificats independentament.
@@ -2669,8 +2553,6 @@ oc:
         gps: Traças GPS publicas
         overlays: Autorizar las superposicions per reparar la mapa
         title: Jaças
-      copyright: © <a href='%{copyright_url}'>Contributors d'OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Far un don</a>
     site:
       edit_tooltip: Modificar la mapa
       edit_disabled_tooltip: Zoomatz en avant per modificar la mapa
index 226fff983d01c8d0c993afcf9a557c1563c63b9b..6e3ddc178d749809df3eeba18cee3051d496568c 100644 (file)
@@ -159,7 +159,6 @@ pa:
   browse:
     created: ਬਣਾਇਆ ਗਿਆ
     closed: ਬੰਦ ਹੋਇਆ
-    created_html: <abbr title='%{title}'>%{time} ਪਹਿਲਾਂ ਬਣਾਇਆ ਗਿਆ</abbr>
     version: ਵਰਜਨ
     in_changeset: ਤਬਦੀਲੀਆਂ
     anonymous: ਬੇਪਛਾਣ
@@ -844,7 +843,6 @@ pa:
   site:
     about:
       next: ਅੱਗੇ
-      copyright_html: <span>&copy;</span>ਓਪਨ-ਸਟਰੀਟ-ਮੈਪ<br>ਯੋਗਦਾਨੀ
       local_knowledge_title: ਸਥਾਨੀ ਗਿਆਨ
       open_data_title: ਓਪਨ ਡਾਟਾ
       legal_title: ਕਾਨੂੰਨੀ
@@ -1205,7 +1203,6 @@ pa:
         notes: ਨਕਸ਼ੇ ਦੇ ਨੋਟ
         data: ਨਕਸ਼ੇ ਦੀ ਸਮੱਗਰੀ
         title: ਤਹਿਆਂ
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>ਦਾਨ ਦਿਉ</a>
     site:
       edit_tooltip: ਨਕਸ਼ਾ ਸੋਧੋ
       edit_disabled_tooltip: ਨਕਸ਼ਾ ਸੋਧਣ ਵਾਸਤੇ ਅੰਦਰ ਨੂੰ ਜਾਉ
index 6e0e747417563c80390d636d88b0e3211741fde0..40c848f7c3ee8850b420459227ab0ef23aa47706 100644 (file)
@@ -126,7 +126,7 @@ pl:
       relation: Relacja
       relation_member: Człon relacji
       relation_tag: Tag relacji
-      report: raport
+      report: zgłoszenie
       session: Sesja
       trace: Ślad
       tracepoint: Punkt śladu
@@ -222,10 +222,6 @@ pl:
           staraj się używać ogólnie rozumianych pojęć.
         needs_view: Czy użytkownik musi się zalogować, zanim blokada zostanie zdjęta?
       user:
-        email_confirmation: Twój adres nie będzie wyświetlany publicznie, zobacz naszą
-          <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="polityka
-          prywatności OSMF zawierająca sekcję o adresach el-pocztowych">politykę prywatności</a>,
-          aby uzyskać więcej informacji.
         new_email: (nie jest wyświetlany publicznie)
   datetime:
     distance_in_words_ago:
@@ -277,6 +273,8 @@ pl:
         other: '%{count} minuty temu'
       x_days:
         one: wczoraj
+        few: '%{count} dni temu'
+        many: '%{count} dni temu'
         other: '%{count} dni temu'
       x_months:
         one: miesiąc temu
@@ -385,13 +383,15 @@ pl:
       delete_account: Usuń konto...
     go_public:
       heading: 'Edycje publiczne:'
-      currently_not_public: Obecnie Twoje zmiany są anonimowe i inne osoby nie mogą
-        wysyłać Ci wiadomości ani widzieć Twojej lokalizacji. Aby pokazać, co edytowałeś
-        i umożliwić innym kontaktowanie się z Tobą za pośrednictwem witryny, kliknij
-        przycisk poniżej.
-      only_public_can_edit: Od zmiany interfejsu API na wersję 0.6 tylko użytkownicy
-        publiczni mogą edytować dane map.
-      find_out_why: dowiedz się dlaczego
+      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.
+      only_public_can_edit: Od czasu zmiany API na wersję 0.6 tylko użytkownicy publiczni
+        mogą edytować dane mapy.
+      find_out_why: dowiedz się, dlaczego
+      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.
     update:
       success_confirm_needed: Zaktualizowano profil użytkownika. Sprawdź, czy przyszedł
@@ -402,12 +402,12 @@ pl:
   browse:
     created: Utworzone
     closed: Zamknięte
-    created_html: Utworzone <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Zamknięte <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Utworzone <abbr title='%{title}'>%{time}</abbr> przez %{user}
-    deleted_by_html: Usunięte <abbr title='%{title}'>%{time}</abbr> przez %{user}
-    edited_by_html: Edytowane <abbr title='%{title}'>%{time}</abbr> przez %{user}
-    closed_by_html: Zamknięte <abbr title='%{title}'>%{time} </abbr> przez %{user}
+    created_ago_html: Utworzone %{time_ago}
+    closed_ago_html: Zamknięte %{time_ago}
+    created_ago_by_html: Utworzone %{time_ago} przez %{user}
+    closed_ago_by_html: Zamknięte %{time_ago} przez %{user}
+    deleted_ago_by_html: Usunięte %{time_ago} przez %{user}
+    edited_ago_by_html: Edytowane %{time_ago} przez %{user}
     version: Wersja
     in_changeset: Zestaw zmian
     anonymous: Anonimowy użytkownik
@@ -437,8 +437,8 @@ pl:
       relation: Relacje (%{count})
       relation_paginated: Relacje (%{x}-%{y} z %{count})
       comment: Komentarze (%{count})
-      hidden_commented_by_html: Ukryty komentarz od użytkownika %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Komentarz od %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Ukryty komentarz od użytkownika %{user} %{time_ago}
+      comment_by_html: Komentarz od %{user} %{time_ago}
       changesetxml: XML w formacie zestawu zmian
       osmchangexml: XML w formacie osmChange
       feed:
@@ -714,11 +714,10 @@ pl:
   geocoder:
     search:
       title:
-        latlon_html: Wyniki z <a href="https://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Wyniki z <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Wyniki z <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Wyniki z %{results_link}
+        latlon: Wewnętrzny
+        osm_nominatim: Nominatim
+        osm_nominatim_reverse: Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1055,7 +1054,7 @@ pl:
           basin: Basen-zbiornik,niecka
           brownfield: Grunty poprzemysłowe
           cemetery: Cmentarz
-          commercial: Obszar handlowo-usługowy
+          commercial: Teren komercyjny
           conservation: Rezerwat
           construction: Teren budowy
           farmland: Grunty orne
@@ -1511,13 +1510,13 @@ pl:
       status: Stan
       reports: Zgłoszenia
       last_updated: Ostatnia aktualizacja
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> przez %{user}
+      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'
-        other: '%{count} zgłoszeń'
+        many: '%{count} zgłoszeń'
+        other: '%{count} zgłoszenia'
       reported_item: Zgłoszony element
       states:
         ignored: zignorowane
@@ -1537,7 +1536,7 @@ pl:
       ignore: Zignoruj
       reopen: Otwórz ponownie
       reports_of_this_issue: Zgłoszenia w tej sprawie
-      read_reports: Czytaj raporty
+      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.
@@ -1688,11 +1687,6 @@ pl:
       subject: '[OpenStreetMap] Nieudane importowanie pliku GPX'
     gpx_success:
       hi: Cześć, %{to_user},
-      loaded_successfully:
-        one: wczytano wraz z %{trace_points} z 1 punktu łącznie.
-        few: wczytano wraz z %{trace_points} z %{possible_points} punktów łącznie.
-        many: wczytano wraz z %{trace_points} z %{possible_points} punktów łącznie.
-        other: wczytano wraz z %{trace_points} z %{possible_points} punktów łącznie.
       subject: '[OpenStreetMap] Zaimportowano plik GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Witamy w OpenStreetMap'
@@ -1792,6 +1786,9 @@ pl:
       success: Twoje konto zostało zatwierdzone, cieszymy się, że do nas dołączyłeś!
       already active: To konto zostało potwierdzone.
       unknown token: Ten kod potwierdzający wygasł lub nie istnieje.
+      resend_html: Jeśli chcesz, abyśmy ponownie wysłali wiadomość e-mail z potwierdzeniem,
+        %{reconfirm_link}.
+      click_here: Kliknij tutaj
     confirm_resend:
       failure: Nie odnaleziono użytkownika %{name}.
     confirm_email:
@@ -1920,7 +1917,6 @@ pl:
       image: 'Obraz:'
       gravatar:
         gravatar: Użyj Gravatara
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Co to jest Gravatar?
         disabled: Wyłączono Gravatara.
         enabled: Włączono wyświetlanie Gravatara.
@@ -1986,6 +1982,7 @@ pl:
       support: supportem
   shared:
     markdown_help:
+      heading_html: Przeanalizowano za pomocą %{kramdown_link}
       headings: Nagłówki
       heading: Nagłówki
       subheading: Podtytuł
@@ -2004,7 +2001,6 @@ pl:
   site:
     about:
       next: Dalej
-      copyright_html: <span>&copy;</span>Autorzy<br>OpenStreetMap
       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,
@@ -2014,27 +2010,15 @@ 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_html: |-
-        Społeczność OpenStreetMap jest różnorodna, zaangażowana i każdego dnia coraz większa. Wśród edytujących mapę są amatorscy kartografowie, specjaliści GIS, inżynierowie odpowiadający za pracę serwerów OSM, osoby tworzące mapy obszarów dotkniętych skutkami klęski żywiołowej potrzebne służbom ratunkowym oraz wielu innych ludzi.
-        Aby dowiedzieć się więcej na temat wspólnoty, odwiedź
-        <a href='https://blog.openstreetmap.org'>Blog OpenStreetMap</a>,
-        <a href='%{diary_path}'>blogi użytkowników</a>,
-        <a href='https://blogs.openstreetmap.org/'>blogi społeczności</a> oraz
-        <a href='http://openstreetmap.org.pl'>stronę OSM Polska</a>.
+      community_driven_osm_blog: Blog OpenStreetMap
+      community_driven_community_blogs: blogi społecznościowe
+      community_driven_osm_foundation: Fundacja OSM
       open_data_title: Otwarte dane
-      open_data_html: 'OpenStreetMap to <i>otwarte dane</i>: możesz używać ich, jak
-        tylko chcesz pod warunkiem, że dodasz, że pochodzą one z  OpenStreetMap i
-        jego autorów. Jeśli zmienisz lub stworzysz coś na podstawie tych danych, możesz
-        je dystrybuować, ale tylko na tej samej licencji. Szczegółowe informacje na
-        stronie <a href=''%{copyright_path}''>Prawa autorskie i licencja</a>.'
       legal_title: Pytania prawne
-      legal_1_html: |-
-        Ta strona internetowa i inne powiązane usługi prowadzone są oficjalnie przez <a href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) w imieniu społeczności. Korzystanie ze wszystkich usług OSMF jest regulowane przez <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Warunki użytkowania</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Politykę użytkowania</a> i naszą <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Politykę prywatności</a>.
-      legal_2_html: |-
-        Jeśli masz pytania dotyczące licencji, praw autorskich lub innych kwestii prawnych, <a href='https://osmfoundation.org/Contact'>skontaktuj się z OSMF</a>.
-        <br>
-        OpenStreetMap, logo z lupą oraz State of the Map są <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">zarejestrowanymi znakami towarowymi OSMF</a>.
+      legal_1_1_openstreetmap_foundation: Fundacja OpenStreetMap
+      legal_1_1_terms_of_use: Warunki użytkowania
+      legal_1_1_privacy_policy: Polityka prywatności
+      legal_2_1_contact_the_osmf: skontaktuj się z OSM
       partners_title: Partnerzy
     copyright:
       foreign:
@@ -2051,95 +2035,111 @@ pl:
         mapping_link: rozpocząć tworzenie mapy
       legal_babble:
         title_html: Prawa autorskie i&nbsp;licencja
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">®</a></sup> to projekt <i>open data</i>, rozpowszechniany na licencji <a href="https://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL) przez <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: Możesz swobodnie kopiować, rozpowszechniać, przekazywać innym
-          i dostosowywać nasze dane, pod warunkiem podania OpenStreetMap i jego autorów
-          jako źródła. Jeśli zmienisz, przekształcisz lub wykorzystasz nasze dane,
-          wynik swojej pracy możesz rozpowszechniać tylko na podstawie tej samej licencji.
-          <a href="https://opendatacommons.org/licenses/odbl/1.0/">Pełny tekst licencji</a>
-          dokładnie opisuje twoje prawa i obowiązki.
-        intro_3_1_html: Nasza dokumentacja rozpowszechniana jest na warunkach licencji
-          <a href="https://creativecommons.org/licenses/by-sa/2.0/deed.pl">Uznanie
-          autorstwa na tych samych warunkach 2.0</a> (CC BY-SA 2.0).
+        introduction_1_html: OpenStreetMap%{registered_trademark_link} to projekt
+          %{open_data}, rozpowszechniany na licencji %{odc_odbl_link} (ODbL) przez
+          %{osm_foundation_link} (OSMF).
+        introduction_1_open_data: open data
+        introduction_1_odc_odbl: Open Data Commons Open Database License
+        introduction_1_osm_foundation: OpenStreetMap Foundation
+        introduction_2_html: Możesz swobodnie kopiować, rozpowszechniać, przekazywać
+          innym i dostosowywać nasze dane, pod warunkiem podania OpenStreetMap i jego
+          autorów jako źródła. Jeśli zmienisz, przekształcisz lub wykorzystasz nasze
+          dane, wynik swojej pracy możesz rozpowszechniać tylko na podstawie tej samej
+          licencji. %{legal_code_link} dokładnie opisuje twoje prawa i obowiązki.
+        introduction_2_legal_code: Pełny tekst licencji
+        introduction_3_html: Nasza dokumentacja rozpowszechniana jest na warunkach
+          licencji %{creative_commons_link} (CC BY-SA 2.0).
+        introduction_3_creative_commons: Uznanie autorstwa na tych samych warunkach
+          2.0
         credit_title_html: Jak określić pochodzenie danych
         credit_1_html: 'W przypadku korzystania z danych OpenStreetMap należy:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Podać źródło poprzez wyświetlenie informacji o prawach autorskich (np. w postaci „&copy; autorzy OpenStreetMap”.).</li>
-            <li>Wyraźnie zaznaczyć, że dane dostępne są na licencji Open Database License.</li>
-          </ul>
-        credit_3_1_html: W przypadku informacji o prawach autorskich mamy różne wymagania
+        credit_2_1: Podać źródło poprzez wyświetlenie informacji o prawach autorskich
+          (np. w postaci „&copy; autorzy OpenStreetMap”.).
+        credit_2_2: Wyraźnie zaznaczyć, że dane dostępne są na licencji Open Database
+          License.
+        credit_3_html: W przypadku informacji o prawach autorskich mamy różne wymagania
           co do sposobu jej wyświetlania, w zależności od tego, jak korzysta się z
           naszych danych. Na przykład, różne zasady dotyczące sposobu wyświetlania
           informacji o prawach autorskich zależą od tego, czy utworzono interaktywną
           mapę elektroniczną, mapę drukowaną czy obraz statyczny. Pełne informacje
-          na temat wymagań można znaleźć w <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">wytycznych
-          dotyczących atrybucji</a>.
-        credit_4_html: |-
-          Żeby jasno zaznaczyć, że dane dostępne są na licencji Open Database License, możesz to zrobić przez podlinkowanie <a href="https://www.openstreetmap.org/copyright">tej strony licencyjnej</a>. W przypadku rozpowszechniania OSM w formie danych możesz podać nazwy licencji i umieścić do nich bezpośredni link. Jeśli niemożliwe jest umieszczenie linków (np. na mapach papierowych), sugerujemy pokierowanie czytelników na stronę openstreetmap.org (lub OpenStreetMap.org) i opendatacommons.org.
+          na temat wymagań można znaleźć w %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: wytycznych dotyczących atrybucji
+        credit_4_1_html: |-
+          Żeby jasno zaznaczyć, że dane dostępne są na licencji Open Database License, możesz to zrobić przez podlinkowanie %{this_copyright_page_link}. W przypadku rozpowszechniania OSM w formie danych możesz podać nazwy licencji i umieścić do nich bezpośredni link. Jeśli niemożliwe jest umieszczenie linków (np. na mapach papierowych), sugerujemy pokierowanie czytelników na stronę openstreetmap.org (lub OpenStreetMap.org) i opendatacommons.org.
           W przykładzie poniżej podziękowania pojawiają się w rogu mapy.
+        credit_4_1_this_copyright_page: tej strony licencyjnej
         attribution_example:
           alt: Przykład, jak przypisywać OpenStreetMap na stronie internetowej
           title: Przykład uznania autorstwa
         more_title_html: Dowiedz się więcej
-        more_1_html: |-
-          Dowiedz się więcej o korzystaniu z naszych danych i o tym, jak określić nas jako źródło, z którego pochodzą dane na <a
-          href="https://osmfoundation.org/License">stronie OSMF License</a>.
-        more_2_html: Chociaż dane OpenStreetMap są otwarte, nie jesteśmy w stanie
+        more_1_1_html: Dowiedz się więcej o korzystaniu z naszych danych i o tym,
+          jak określić nas jako źródło, z którego pochodzą dane na %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: stronie OSMF License
+        more_2_1_html: Chociaż dane OpenStreetMap są otwarte, nie jesteśmy w stanie
           zapewnić nieograniczonego dostępu do naszego API wszystkim chętnym. Zapoznaj
-          się z naszą <a href="https://operations.osmfoundation.org/policies/api/">Polityką
-          korzystania z API</a>, <a href="https://operations.osmfoundation.org/policies/tiles/">Polityką
-          korzystania z kafelków</a> oraz <a href="https://operations.osmfoundation.org/policies/nominatim/">Polityką
-          korzystania z Nominatima</a>.
+          się z naszą %{api_usage_policy_link}, %{tile_usage_policy_link} oraz %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Polityką korzystania z API
+        more_2_1_tile_usage_policy: Polityką korzystania z kafelków
+        more_2_1_nominatim_usage_policy: Polityką korzystania z Nominatima
         contributors_title_html: Współtwórcy
         contributors_intro_html: 'Autorami są tysiące osób. Uwzględniamy również licencjonowane
           dane na otwartej zasadzie z krajowych agencji kartograficznych i innych
           źródeł, wśród nich:'
-        contributors_at_html: |-
-          <strong>Austria</strong>: Zawiera dane <a href="https://data.wien.gv.at/">miasta Wiednia</a> (na licencji <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> oraz
-          Land Tyrol (na licencji <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT z późniejszymi zmianami</a>).
-        contributors_au_html: '<strong>Australia</strong>: Zawiera dane oparte na
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape
-          Australia</a>, licencjonowane przez Związek Australijski na podstawie licencji
-          <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons
-          Attribution 4.0 International licence (CC BY 4.0)</a>.'
-        contributors_ca_html: '<strong>Kanada</strong>: Zawiera dane z GeoBase&reg;,
-          GeoGratis (&copy; Department of Natural Resources Canada), CanVec (&copy;
-          Department of Natural Resources Canada) i StatCan (Geography Division, Statistics
-          Canada).'
-        contributors_fi_html: '<strong>Finlandia</strong>: Zawiera dane z National
-          Land Survey of Finland''s Topographic Database i innych zbiorów danych,
-          na podstawie <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI
-          License</a>.'
-        contributors_fr_html: '<strong>Francja</strong>: Zawiera dane uzyskane z Direction
-          Générale des Impôts.</li>'
-        contributors_nl_html: |-
-          <strong>Holandia</strong>: Zawiera dane &copy; AND, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Nowa Zelandia</strong>: Zawiera dane uzyskane z <a href="https://data.linz.govt.nz/">LINZ Data Service</a> i licencjonowane do ponownego użycia na podstawie licencji
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Słowenia</strong>: Zawiera dane
-          <a href="http://www.gu.gov.si/en/">Urzędu Geodezji i Kartografii</a> oraz
-          <a href="http://www.mkgp.gov.si/en/">Ministerstwa Rolnictwa, Leśnictwa i Żywności</a>
-          (informacja publiczna Słowenii).
-        contributors_es_html: |-
-          <strong>Hiszpania</strong>: Zawiera dane z Hiszpańskiego Narodowego Instytutu Geograficznego (<a href="http://www.ign.es/">IGN</a>) i
-          Krajowego Systemu Kartograficznego (<a href="http://www.scne.es/">SCNE</a>) licencjonowane do ponownego użycia na podstawie licencji <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>RPA</strong>: Zawiera dane pochodzące
-          z <a href="http://www.ngi.gov.za/">zarządu głównego:
-          National Geo-Spatial Information</a>, prawa autorskie państwa zastrzeżone.
-        contributors_gb_html: '<strong>Wielka Brytania</strong>: Zawiera dane Ordnance
-          Survey. &copy; Crown copyright and database right 2010-12.'
-        contributors_footer_1_html: |-
-          Szczegóły tych i innych źródeł, które zostały wykorzystane,
-          aby udoskonalić OpenStreetMap, są dostępne na stronie
-          <a href="https://wiki.openstreetmap.org/wiki/Contributors">Contributors (en)</a>.
+        contributors_at_credit_html: |-
+          %{austria}: Zawiera dane %{stadt_wien_link} (na licencji %{cc_by_link}), %{land_vorarlberg_link}
+          oraz Land Tirol (na licencji %{cc_by_at_with_amendments_link}).
+        contributors_at_austria: Austria
+        contributors_at_stadt_wien: miasta Wiednia
+        contributors_at_cc_by: CC BY
+        contributors_at_land_vorarlberg: Land Vorarlberg
+        contributors_at_cc_by_at_with_amendments: CC BY AT z późniejszymi zmianami
+        contributors_au_credit_html: '%{australia}: Zawiera dane oparte na &copy;
+          %{geoscape_australia_link}, licencjonowane przez Związek Australijski na
+          podstawie licencji %{cc_licence_link}.'
+        contributors_au_australia: Australia
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: CC BY 4.0
+        contributors_ca_credit_html: '%{canada}: Zawiera dane z GeoBase&reg;, GeoGratis
+          (&copy; Department of Natural Resources Canada), CanVec (&copy; Department
+          of Natural Resources Canada) i StatCan (Geography Division, Statistics Canada).'
+        contributors_ca_canada: Kanada
+        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}.'
+        contributors_fi_finland: Finlandia
+        contributors_fi_nlsfi_license: licencji NLSFI
+        contributors_fr_credit_html: '%{france}: Zawiera dane uzyskane z Direction
+          Générale des Impôts.'
+        contributors_fr_france: Francja
+        contributors_nl_credit_html: '%{netherlands}: Zawiera dane &copy; AND, 2007
+          (%{and_link})'
+        contributors_nl_netherlands: Holandia
+        contributors_nz_credit_html: '%{new_zealand}: Zawiera dane uzyskane z %{linz_data_service_link}
+          i licencjonowane do ponownego użycia na podstawie licencji %{cc_by_link}.'
+        contributors_nz_new_zealand: Nowa Zelandia
+        contributors_nz_linz_data_service: LINZ Data Service
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_credit_html: '%{slovenia}: Zawiera dane %{gu_link} oraz %{mkgp_link}
+          (informacja publiczna Słowenii).'
+        contributors_si_slovenia: Słowenia
+        contributors_si_gu: Urzędu Geodezji i Kartografii
+        contributors_si_mkgp: Ministerstwa Rolnictwa, Leśnictwa i Żywności
+        contributors_es_credit_html: |-
+          %{spain}: Zawiera dane z Hiszpańskiego Narodowego Instytutu Geograficznego (%{ign_link}) i Krajowego Systemu Kartograficznego (%{scne_link})
+          licencjonowane do ponownego użycia na podstawie licencji %{cc_by_link}.
+        contributors_es_spain: Hiszpania
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: Zawiera dane pochodzące z %{ngi_link},
+          prawa autorskie państwa zastrzeżone.'
+        contributors_za_south_africa: RPA
+        contributors_za_ngi: 'zarządu głównego: National Geo-Spatial Information'
+        contributors_gb_credit_html: '%{united_kingdom}: Zawiera dane Ordnance Survey.
+          &copy; Crown copyright and database right 2010-2023.'
+        contributors_gb_united_kingdom: Wielka Brytania
+        contributors_2_html: Szczegóły tych i innych źródeł, które zostały wykorzystane,
+          aby udoskonalić OpenStreetMap, są dostępne na stronie %{contributors_page_link}.
+        contributors_2_contributors_page: Contributors (en)
         contributors_footer_2_html: Włączenie danych do OpenStreetMap nie musi oznaczać,
           że udostępniający je podmiot popiera OpenStreetMap, udziela jakiejkolwiek
           gwarancji lub ponosi jakąkolwiek odpowiedzialność.
@@ -2148,16 +2148,16 @@ pl:
           dodawać danych z żadnych źródeł chronionych prawami autorskimi (jak np.
           Google Maps i&nbsp;większość map drukowanych) bez wyraźnego pozwolenia właściciela
           praw autorskich.
-        infringement_2_html: Jeśli uważasz, że materiał chroniony prawem autorskim
+        infringement_2_1_html: Jeśli uważasz, że materiał chroniony prawem autorskim
           został niewłaściwie dodany do bazy OpenStreetMap, zajrzyj pod adres naszej
-          <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">procedury
-          usuwania danych</a> lub <a href="https://dmca.openstreetmap.org/">wypełnij
-          formularz on-line</a>.
-        trademarks_title_html: <span id="trademarks"></span>Znaki towarowe
-        trademarks_1_html: OpenStreetMap, logo z lupą oraz nazwa State of the Map
+          %{takedown_procedure_link} lub %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: procedury usuwania danych
+        infringement_2_1_online_filing_page: wypełnij formularz on-line
+        trademarks_titleZnaki towarowe
+        trademarks_1_1_html: OpenStreetMap, logo z lupą oraz nazwa State of the Map
           są zarejestrowanymi znakami towarowymi Fundacji OpenStreetMap. Jeśli masz
-          pytania dotyczące ich używania, prześlij swoje pytania do <a href="https://wiki.osmfoundation.org/wiki/Licensing_Working_Group">grupy
-          roboczej ds. licencji</a>.
+          pytania dotyczące ich używania, zobacz naszą %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: politykę znaków towarowych
     index:
       js_1: Twoja przeglądarka internetowa nie obsługuje JavaScriptu bądź też masz
         wyłączoną jego obsługę.
@@ -2188,6 +2188,8 @@ pl:
       map_image: Obraz mapy (standardowa warstwa)
       embeddable_html: Kod HTML do osadzenia
       licence: Licencja
+      licence_details_html: Dane OpenStreetMap są objęte licencją %{odbl_link} (ODbL).
+      odbl: Open Data Commons Open Database License
       too_large:
         advice: 'Jeśli eksportowanie się nie uda, proszę rozważyć użycie jednego z
           podanych zasobów:'
@@ -2230,11 +2232,6 @@ 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_html: 'Wystarczy, że klikniesz tutaj: <a class=''icon note''></a>
-            lub na taką samą ikonkę przeglądając mapę na głównej stronie. Pojawi się
-            wtedy pinezka, którą możesz przesunąć, przeciągając. Wpisz wiadomość,
-            kliknij Zapisz, a inni mapujący zajmą się opisanym problemem.'
       other_concerns:
         title: Inne kwestie
     help:
@@ -2280,8 +2277,10 @@ pl:
     potlatch:
       removed: Twój domyślny edytor OpenStreetMap to Potlatch. Ponieważ Adobe Flash
         Player został wycofany, Potlatch nie jest już dostępny w przeglądarce.
+      change_preferences: Zmień swoje preferencje tutaj
     any_questions:
       title: Czy masz jakieś pytania?
+      get_help_here: Uzyskaj pomoc tutaj
     sidebar:
       search_results: Wyniki wyszukiwania
       close: Zamknij
@@ -2337,7 +2336,7 @@ pl:
           - ogród
           retail: Zabudowa handlowo-usługowa
           industrial: Teren przemysłowy
-          commercial: Zabudowa handlowo-usługowa
+          commercial: Teren komercyjny
           heathland: Wrzosowisko
           lake:
           - Jezioro
@@ -2373,16 +2372,25 @@ pl:
         rzeczami, o których musisz wiedzieć.
       whats_on_the_map:
         title: Co jest na mapie
+        real_and_current: prawdziwy i aktualny
+        doesnt: nie
       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ł
       rules:
         title: Zasady!
+        imports: Import
+        automated_edits: Zautomatyzowane edycje
       start_mapping: Rozpocznij mapowanie
       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
     communities:
       title: Społeczności
       lede_text: Ludzie z całego świata tworzą lub używają OpenStreetMap. Podczas
@@ -2401,6 +2409,7 @@ pl:
           lokalne OSMF:'
       other_groups:
         title: Inne grupy
+        communities_wiki: Strona społeczności wiki
   traces:
     visibility:
       private: Prywatny (udostępniany jedynie jako anonimowy, nieuporządkowane punkty)
@@ -2671,6 +2680,11 @@ pl:
       support: supportem
       about:
         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ć,
+          aktualizować, pobierać i używać.
+        paragraph_2: Zarejestruj się, aby zacząć współtworzyć. Wyślemy wiadomość e-mail,
+          aby potwierdzić Twoje konto.
       display name description: Twoja publiczna nazwa użytkownika. Można ją później
         zmienić w ustawieniach.
       external auth: 'Logowanie przez:'
@@ -2679,6 +2693,11 @@ pl:
         jednak niektóre dodatkowe narzędzia lub serwer mogą go potrzebować.
       continue: Zarejestruj się
       terms accepted: Dziękujemy za przyjęcie nowych Warunków uczestnictwa!
+      email_confirmation_help_html: Twój adres nie jest wyświetlany publicznie, zobacz
+        naszą %{privacy_policy_link}, aby uzyskać więcej informacji.
+      privacy_policy: Polityka prywatności
+      privacy_policy_title: Polityka prywatności OSMF, w tym sekcja dotycząca adresów
+        e-mail
     terms:
       title: Warunki
       heading: Warunki
@@ -2696,6 +2715,7 @@ pl:
         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
+      informal_translations: tłumaczenia nieformalne
       continue: Dalej
       decline: Nie akceptuję
       you need to accept or decline: Prosimy przeczytać i następnie przyjąć lub odrzucić
@@ -2713,7 +2733,8 @@ pl:
       title: Nie znaleziono użytkownika
       heading: Użytkownik %{user} nie istnieje
       body: Niestety nie znaleziono użytkownika o nazwie %{user}. Sprawdź pisownię.
-        Być może skorzystano z nieprawidłowego odnośnika.
+        Być może skorzystano z nieprawidłowego odnośnika lub konto tego użytkownika
+        zostało usunięte.
       deleted: '? (konto usunięte)'
     show:
       my diary: Dziennik
@@ -2878,7 +2899,9 @@ pl:
           other: '%{count} godziny'
         days:
           one: 1 dzień
-          other: '%{count} dni'
+          few: '%{count} dni'
+          many: '%{count} dni'
+          other: '%{count} dnia'
         weeks:
           one: 1 tydzień
           few: '%{count} tygodnie'
@@ -2947,15 +2970,15 @@ pl:
       open_title: 'Nierozwiązana uwaga #%{note_name}'
       closed_title: 'Rozwiązana uwaga #%{note_name}'
       hidden_title: 'Ukryta uwaga #%{note_name}'
-      opened_by_html: 'Utworzona przez: %{user} <abbr title=''%{exact_time}''>%{when}</abbr>'
-      opened_by_anonymous_html: Utworzona anonimowo <abbr title='%{exact_time}'>%{when}.</abbr>
-      commented_by_html: Komentarz od %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Skomentowana anonimowo <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: 'Rozwiązana przez: %{user} <abbr title=''%{exact_time}''>%{when}</abbr>'
-      closed_by_anonymous_html: Rozwiązana anonimowo <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Ponownie aktywowana przez %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Ponownie aktywowana anonimowo <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Ukryte przez %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Utworzona przez %{user} %{time_ago}
+      event_opened_by_anonymous_html: Utworzona anonimowo %{time_ago}
+      event_commented_by_html: Komentarz od %{user} %{time_ago}
+      event_commented_by_anonymous_html: Skomentowana anonimowo %{time_ago}
+      event_closed_by_html: Rozwiązana przez %{user} %{time_ago}
+      event_closed_by_anonymous_html: Rozwiązana anonimowo %{time_ago}
+      event_reopened_by_html: Ponownie aktywowana przez %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Ponownie aktywowana anonimowo %{time_ago}
+      event_hidden_by_html: Ukryta przez %{user} %{time_ago}
       report: ją zgłosić
       anonymous_warning: Uwaga zawiera informacje od anonimowych użytkowników, które
         należy zweryfikować przed wprowadzeniem zmian na mapie.
@@ -3039,17 +3062,18 @@ pl:
         gps: Publiczne ślady GPS
         overlays: Nakładki do rozwiązywania problemów na mapie
         title: Warstwy
-      copyright: © <a href='%{copyright_url}'>autorzy OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Przekaż darowiznę</a>
-      terms: <a href='%{terms_url}' target='_blank'>Warunki użytkowania</a>
-      cyclosm: 'Styl kafelków <a href=''%{cyclosm_url}'' target=''_blank''>CyclOSM</a>.
-        Hosting: <a href=''%{osmfrance_url}'' target=''_blank''>OpenStreetMap France</a>'
-      thunderforest: Kafelki dzięki uprzejmości <a href='%{thunderforest_url}' target='_blank'>Andy'ego
-        Allana</a>
-      opnvkarte: Kafelki dzięki uprzejmości <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: 'Styl kafelków: <a href=''%{hotosm_url}'' target=''_blank''>Humanitarian
-        OpenStreetMap Team</a>. Hosting: <a href=''%{osmfrance_url}'' target=''_blank''>OpenStreetMap
-        France</a>'
+      openstreetmap_contributors: autorzy OpenStreetMap
+      make_a_donation: Przekaż darowiznę
+      website_and_api_terms: Warunki użytkowania
+      cyclosm_credit: 'Styl kafelków %{cyclosm_link}. Hosting: %{osm_france_link}'
+      cyclosm_name: CyclOSM
+      osm_france: OpenStreetMap France
+      thunderforest_credit: Kafelki dzięki uprzejmości %{thunderforest_link}
+      andy_allan: Andy'ego Allana
+      opnvkarte_credit: Kafelki dzięki uprzejmości %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: 'Styl kafelków: %{hotosm_link}. Hosting: %{osm_france_link}'
+      hotosm_name: Humanitarian OpenStreetMap Team
     site:
       edit_tooltip: Edytuje mapę
       edit_disabled_tooltip: Przybliż mapę, aby ją edytować
index 2dbc97e397cf2331796356ee6370c8209896060e..1a25c462dc0678bbadc0c4b664804e59a6bc54e5 100644 (file)
@@ -153,9 +153,6 @@ pnb:
       trace:
         tagstring: ہر لکھت بعد کاما اے
       user:
-        email_confirmation: ٹہاڈے ای‌میل پتہ عوام ویکھاݨ‌گے سی۔ ہور جانکاری لئی ساڈے
-          <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="OSMF
-          privacy policy including section on email addresses">پالیسی</a> پڑھا سکیو۔
         new_email: (عاوم نہیں ویکھادا)
   datetime:
     distance_in_words_ago:
@@ -282,15 +279,6 @@ pnb:
   browse:
     created: 'بݨاؤݨ:'
     closed: 'بند کرن:'
-    created_html: ایہہ تبدیلیاں <abbr title='%{title}'>%{time}</abbr> بݨائیاں گیاں
-      سی۔
-    closed_html: ایہہ تبدیلیاں <abbr title='%{title}'>%{time}</abbr> بند کیتیاں گیاں
-      سی۔
-    created_by_html: <abbr title='%{title}'>%{time}</abbr> «⁠%{user}⁠» تبدیلیاں بݨایاں
-      گیاں سی
-    deleted_by_html: <abbr title='%{title}'>%{time}</abbr> «⁠%{user}⁠» مٹائے گئے سی
-    edited_by_html: <abbr title='%{title}'>%{time}</abbr> «⁠%{user}⁠» سودھے
-    closed_by_html: <abbr title='%{title}'>%{time}</abbr> «⁠%{user}⁠» بند کیتے سی
     version: ورژن
     in_changeset: تبدیلیاں
     anonymous: بے پچاݨ
@@ -318,10 +306,6 @@ pnb:
       relation: سمبندھ (⁠%{count}⁠)
       relation_paginated: سمبندھ (⁠%{count} وچ %{x} توں %{y}⁠)
       comment: ٹپݨیاں (⁠%{count}⁠)
-      hidden_commented_by_html: <abbr title='%{exact_time}'>%{when}</abbr> «⁠%{user}⁠»
-        ٹپݨی کیتے، ہݨے لُکاؤݨ ہوگیا سی
-      commented_by_html: <abbr title='%{exact_time}'>%{when}</abbr> «⁠%{user}⁠» ٹپݨی
-        کیتے
       changesetxml: تبدیلیاں لئی سروت دی فائل
       osmchangexml: تبدیلیاں لئی سروت دی فائل فارماٹ
       feed:
@@ -559,13 +543,6 @@ pnb:
       success: دوست دی فہرست وچ «%{name}» ہٹایا
       not_a_friend: تہاڈے دوست «%{name}» نہیں اے۔
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="https://openstreetmap.org/">اندر</a> دے نتیجے
-        osm_nominatim_html: ' <a href="https://nominatim.openstreetmap.org/">نومینیٹم</a>
-          دے نتیجے'
-        osm_nominatim_reverse_html: ' <a href="https://nominatim.openstreetmap.org/">نومینیٹم</a>
-          دے نتیجے'
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1147,8 +1124,6 @@ pnb:
       status: حالت
       reports: رپورٹاں
       last_updated: حالیہ سودھ دی تریخ
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> %{user}
       link_to_reports: رپورٹاں ویکھیو
       reports_count:
         one: اِکّ رپورٹ
@@ -1280,9 +1255,6 @@ pnb:
       subject: '[⁠اوایس‌ایم⁠] کھرا اِمپورٹ کر نہیں سکیا'
     gpx_success:
       hi: سالام %{to_user}،
-      loaded_successfully:
-        one: اِکّ پوئینٹ نال کھرا لوڈ کیتا گیا سی۔
-        other: '%{possible_points} وچ %{trace_points} نال کھرا لوڈ کیٹا گیا سی۔'
       subject: "[اپون سٹریٹ میپ] کھرا اِمپورٹ کیتا \U0001F44D\U0001F44D"
     signup_confirm:
       subject: '[⁠اوایس‌ایم⁠] نقشے تے سواگت اے'
@@ -1454,7 +1426,6 @@ pnb:
       image: تصویر
       gravatar:
         gravatar: گراوتر ورتے
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: کی گراوتر اے؟
         disabled: گریواتار بند کیتا
         enabled: گروٹر ویکھݨ چالو اے۔
@@ -1530,7 +1501,6 @@ pnb:
   site:
     about:
       next: اگلا
-      copyright_html: <span>&copy;</span>اوپن سٹریٹ مَیپ<br/>یوگدانی
       used_by_html: ویب سائیٹ، اَیپ تے ہارڈویر لئی %{name} توں نقشے دے ڈیٹا دیندے
         اے۔
       lede_text: اِتھے سڑک، پِنڈ، شہر، نگر تے ہور نشان لئی نقشے والے نقش پاؤندے گیئے
@@ -1539,10 +1509,6 @@ pnb:
         دا کھرا تے ہور نقشے لیکھک ورتدے جو نقشہ نواں کرن تے دُرُست اے۔
       community_driven_title: لوک کم کردے
       open_data_title: اوپن ڈیٹا
-      open_data_html: <b>اِتھے نقشے دے دیٹا سارے آزاد اے۔</b> جے تسی نقشے تے لیکھک
-        لئی حوالے پایئے، تسیں کیہ ورت سکوگے اے۔ جے تسیں ڈیٹا کجھ سودھ کیتے، ایہدا
-        ایہہ آزاد لائیسنس ورتوگے گیئے سی۔ <a href='%{copyright_path}'>لائیسنس دا صفحہ</a>
-        تے ہور ویروے ویکھیو۔
       legal_title: کانونی
       partners_title: سانجھیدار
     copyright:
@@ -1561,54 +1527,14 @@ pnb:
         title_html: نکل حق تے لائیسنس
         credit_title_html: ایہہ نقشے لئی حوالے
         credit_1_html: 'ڈیٹا ورتݨ دے قواعد:'
-        credit_2_1_html: |-
-          <ul>
-          <li>لائیسنس نوٹ نال حوالے وچ ”اوپن سٹریٹ‌ میپ“ پایو۔</li>
-          <li>اگلے، جو ڈیٹے دا لائیسنس ”اوپن ڈیٹابیس لائیسنس“ پایو۔</li>
-          </ul>
         attribution_example:
           alt: ویب سائیٹ تے حوالے لئی مثال
           title: حوالے لئی مثال
         more_title_html: ہور جاݨکاری لبھݨ واستے
-        more_1_html: |-
-          ڈیٹا ورتݨ تے حوالے کرن بارے وچ <a
-          href="https://osmfoundation.org/Licence">لائیسنس دا صفحہ</a> تے ہور پڑھایو۔
         contributors_title_html: ساڈی یوگدانی
-        contributors_at_html: 'آسٹریا: سٹاٹ وین (لائیسنس)، لینڈ وورالبرگ تے لینڈ ٹیرول
-          (لائیسنس)۔'
-        contributors_au_html: '<strong>آسٹریلیا</strong>: کجھ حد &copy; <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">جیوسکیپ
-          آسٹریلیا</a> (<a href="https://creativecommons.org/licenses/by/4.0/">لائیسںس</a>)'
-        contributors_ca_html: '<strong>کینیڈا</strong>: جیوبیس ( «Geobase&reg;»)،
-          جیوگریٹس («GeoGratis» &copy; ڈپارٹمینٹ اف نیٹرل ریسورس کینیڈا)، کینویک  («CanVec»
-          &copy; ڈپارٹمینٹ اف نیٹرل ریسورس کینیڈا)، سٹیٹکین  («StatCan» &copy; ڈپارٹمینٹ
-          اف نیٹرل ریسورس کینیڈا)'
-        contributors_fi_html: '<strong>فِنلینڈ</strong>: نیشنل لینڈ سروے اف فِنلینڈ
-          ٹوپوگریفک ڈیٹابیس تے ایہدا ہور ڈیٹا (<a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">لائیسنس</a>)'
-        contributors_fr_html: '<strong>فرینس</strong>: ڈریکشن جینرال ڈے اِمپوٹ («Direction
-          Générale des Impôts»)'
-        contributors_nl_html: '<strong>نیڈرلینڈ</strong>: ڈیٹا &copy; <a href="https://www.and.com">اے
-          این ڈی</a>، ۲۰۰۷ء'
-        contributors_nz_html: '<strong>نیوزیلینڈ</strong>: <a href="https://data.linz.govt.nz/">لینز
-          ڈیٹا سروس</a> (<a href="https://creativecommons.org/licenses/by/4.0/">لائیسنس</a>)'
-        contributors_si_html: '<strong>سلووینیا</strong>: <a href="http://www.gu.gov.si/en/">سروے
-          اینڈ میپ آتھاریٹی</a> تے <a href="http://www.mkgp.gov.si/en/">منسٹری اف
-          اگریکلچر، فرسٹری، اینڈ فوڈ</a>'
-        contributors_es_html: '<strong>سپین</strong>: <a href="http://www.ign.es/">سپینش
-          نیشنل جیوگرفک</a> اینسٹیٹوٹ تے <a href="http://www.scne.es/">نیشنل کارٹوگرفک
-          سیسٹم</a> (<a href="https://creativecommons.org/licenses/by/4.0/">لائیسنس</a>)'
-        contributors_za_html: '<strong>دکھݨ افریقہ</strong>: <a href="http://ngi.gov.za/">چیف
-          ڈائیریکٹورٹ: نیسنل جیو سپیشل اینفورمیشن</a>، سٹیٹ کاپی لائیسںس'
-        contributors_gb_html: 'یونائیٹڈ کنگڈم: آرڈننس سروے ڈیٹا &copy; کرون کاپی تے
-          ڈیٹا لائیسنس ۲۰۱۰ء … ۲۰۱۹ء'
         infringement_title_html: حوالے قواعد بارے وچ منع کرن
         infringement_1_html: نقشے والے نا آزاد سروت، مثلاً گوگل، ورت نہیں سکدے اے۔
           ایہہ لئی پہلے لیکھک کہݨ‌گیئے چاہیدے سی۔
-        trademarks_title_html: <span id="trademarks"></span>ٹریڈمرک
-        trademarks_1_html: 'اوپن سٹریٹ میپ فاؤنڈیشن دوارا، ”اوپن سٹریٹ میپ“ دے ناں
-          تے لوگو، تے ”سٹیٹ اف میپ“ کنفرینس دا ناں، ٹریڈمارک ہندے سی۔ (نوٹ: ایہی انگریزی
-          وچ ناں ٹریڈمارک ہندے سی، پنجابی وچ ایہہ ٹریڈمارک نہیں سکدے اے۔) جے تہاڈے
-          کجھ سوال بھیجݨے چاہیدے گیئے، <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">ٹریڈمارک
-          دی پالیسی</a> ویکھیو۔'
     index:
       js_1: تہاڈے براؤزر جاواسکرپٹ نہیں ورتیئے، یا تسیں جاواسکرپٹ بند کیتے سی۔
       js_2: ایس ویب‌سائیٹ دا نقشہ جاواسکرپٹ ورتدا۔
@@ -2132,16 +2058,6 @@ pnb:
       open_title: 'حل نہیں لبھݨ نوٹ: %{note_name}'
       closed_title: 'بند کرن نوٹ: %{note_name}'
       hidden_title: 'لُکاݨ نوٹ: %{note_name}'
-      opened_by_html: <abbr title='%{exact_time}'>%{when} «%{user}» نوٹ بݨایا</abbr>
-      opened_by_anonymous_html: <abbr title='%{exact_time}'>%{when} انام ورتنوالا
-        نوٹ بݨایا</abbr>
-      commented_by_html: <abbr title='%{exact_time}'>%{when} «%{user}» ٹپݨی پائی گئی</abbr>
-      commented_by_anonymous_html: <abbr title='%{exact_time}'>%{when} ان ورتنوالا
-        ٹپݨی پئی گئی</abbr>
-      closed_by_html: <abbr title='%{exact_time}'>%{when} «%{user}» نوٹ بند کیتا</abbr>
-      closed_by_anonymous_html: <abbr title='%{exact_time}'>%{when} انام ورتنوالا
-        نوٹ بند کیتا</abbr>
-      hidden_by_html: <abbr title='%{exact_time}'>%{when} «%{user}» نوٹ لُکایا</abbr>
       report: ایہہ نوٹ رپورٹ کرو
       coordinates_html: '%{latitude}; %{longitude}'
       hide: لُکاؤ
@@ -2196,15 +2112,6 @@ pnb:
         gps: عام کھرے کھوجاں
         overlays: ایہہ نقشے تے مسئلیاں نبیڑیاں لئی کجّ چالو کرو
         title: تہِاں
-      copyright: © <a href='%{copyright_url}'>نقشے دے لیکھک</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>دان کریو</a>
-      terms: <a href='%{terms_url}' target='_blank'>ویب سائیٹ تے اے پی ائی قواعد</a>
-      thunderforest: <a href='%{thunderforest_url}' target='_blank'>اینڈی ایلن</a>
-        دوارا ٹائلاں
-      opnvkarte: <a href='%{memomaps_url}' target='_blank'>می‌مو‌میپ</a> دوارا ٹائلاں
-      hotosm: <a href='%{osmfrance_url}' target='_blank'>اوپن‌سٹریٹ‌میپ فرینس</a>
-        تے <a href='%{hotosm_url}' target='_blank'>ہومینیٹیریان اوپن‌سٹریٹ‌میپ</a>
-        دوارا ٹائل دی سٹائل
     site:
       edit_tooltip: نقشہ سودھو
       edit_disabled_tooltip: نقشہ سودھݨ واسطے اندر نوں جاؤ
index 7965f252cece85094293c6c1673c92b358d9bdc5..1ef959f570bd0d8e639492aaeba8efae0830aff2 100644 (file)
@@ -346,8 +346,6 @@ ps:
       title: وتل
       logout_button: وتل
   site:
-    about:
-      copyright_html: <span>&copy;</span>د اوفن سټریټ ميپ<br>مرسته کوونکی
     copyright:
       foreign:
         title: د دې ژباړې په اړه
@@ -456,8 +454,6 @@ ps:
       hide: پټول
       comment: تبصره
   javascripts:
-    map:
-      copyright: © <a href='%{copyright_url}'>د اوفن سټریټ ميپ مرسته کوونکی</a>
     directions:
       distance: واټن
       instructions:
index 0b2f78184f672478993171e3dcd6aa5f0ec98814..f763113a34b7b9451d60f96be1bc17aa602c2346 100644 (file)
@@ -34,6 +34,7 @@
 # Author: Macofe
 # Author: Mariagarbin
 # Author: Matheus Sousa L.T
+# Author: Matheusgomesms
 # Author: McDutchie
 # Author: Mello25
 # Author: NMaia
@@ -108,10 +109,10 @@ pt-BR:
       node_tag: Etiqueta de nó
       old_node: Nó antigo
       old_node_tag: Etiqueta de nó antigo
-      old_relation: Relação Antiga
-      old_relation_member: Membro de Relação Antiga
-      old_relation_tag: Etiqueta de Relação Antiga
-      old_way: Linha Antiga
+      old_relation: Relação antiga
+      old_relation_member: Membro de relação antiga
+      old_relation_tag: Etiqueta de relação antiga
+      old_way: Linha antiga
       old_way_node: Nó de linha antiga
       old_way_tag: Etiqueta de linha antiga
       relation: Relação
@@ -211,49 +212,45 @@ pt-BR:
           tente usar termos leigos.
         needs_view: O usuário precisa se logar para esse bloqueio ser retirado?
       user:
-        email_confirmation: Seu endereço não é exibido publicamente, consulte nossa
-          <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="política
-          de privacidade da OSMF, incluindo seção sobre endereços de e-mail">privacy
-          policy</a> para maiores informações.
         new_email: (nunca exibido publicamente)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: cerca de 1 hora atrás
+        one: cerca de %{count} hora atrás
         other: cerca de %{count} horas atrás
       about_x_months:
-        one: cerca de 1 mês atrás
+        one: cerca de %{count} mês atrás
         other: cerca de %{count} meses atrás
       about_x_years:
-        one: cerca de 1 ano atrás
+        one: cerca de %{count} ano atrás
         other: cerca de %{count} anos atrás
       almost_x_years:
-        one: quase 1 ano atrás
+        one: quase %{count} ano atrás
         other: quase %{count} anos atrás
       half_a_minute: meio minuto atrás
       less_than_x_seconds:
-        one: menos de 1 segundo atrás
+        one: menos de %{count} segundo atrás
         other: menos de %{count} segundos atrás
       less_than_x_minutes:
-        one: menos de um minuto atras
+        one: menos de %{count} minuto atras
         other: menos de %{count} minutos atrás
       over_x_years:
-        one: mais de 1 ano atrás
+        one: mais de %{count} ano atrás
         other: mais de %{count} anos atrás
       x_seconds:
-        one: 1 segundo atrás
+        one: '%{count} segundo atrás'
         other: '%{count} segundos atrás'
       x_minutes:
-        one: 1 minuto atrás
+        one: '%{count} minuto atrás'
         other: '%{count} minutos atrás'
       x_days:
-        one: 1 dia atrás
+        one: '%{count} dia atrás'
         other: '%{count} dias atrás'
       x_months:
-        one: 1 mês atrás
+        one: '%{count} mês atrás'
         other: '%{count} meses atrás'
       x_years:
-        one: 1 ano atrás
+        one: '%{count} ano atrás'
         other: '%{count} anos atrás'
   editor:
     default: Padrão (atualmente %{name})
@@ -372,22 +369,22 @@ pt-BR:
   browse:
     created: Criado
     closed: Fechado
-    created_html: Criado <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Fechado <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Criado <abbr title='%{title}'>%{time}</abbr> por %{user}
-    deleted_by_html: Excluído <abbr title='%{title}'>%{time}</abbr> por %{user}
-    edited_by_html: Editado <abbr title='%{title}'>%{time}</abbr> por %{user}
-    closed_by_html: Fechado <abbr title='%{title}'>%{time}</abbr> por %{user}
+    created_ago_html: Criado há %{time_ago}
+    closed_ago_html: Fechado há %{time_ago}
+    created_ago_by_html: Criado há %{time_ago} por %{user}
+    closed_ago_by_html: Fechado há %{time_ago} por %{user}
+    deleted_ago_by_html: Excluído há %{time_ago} por %{user}
+    edited_ago_by_html: Editado há %{time_ago} por %{user}
     version: Versão
     in_changeset: Conjunto de alterações
     anonymous: anônimo
     no_comment: (nenhum comentário)
     part_of: Parte de
     part_of_relations:
-      one: 1 relação
+      one: '%{count} relação'
       other: '%{count} relações'
     part_of_ways:
-      one: 1 via
+      one: '%{count} via'
       other: '%{count} vias'
     download_xml: Baixar XML
     view_history: Ver histórico
@@ -403,8 +400,8 @@ pt-BR:
       relation: Relações (%{count})
       relation_paginated: Relações (%{x}-%{y} de %{count})
       comment: Comentários (%{count})
-      hidden_commented_by_html: Comentário oculto de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentário de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Comentário ocultado por %{user} há %{time_ago}
+      comment_by_html: Comentário de %{user} há %{time_ago}
       changesetxml: XML do conjunto de alterações
       osmchangexml: XML osmChange
       feed:
@@ -432,7 +429,7 @@ pt-BR:
       history_title_html: 'Histórico da relação: %{name}'
       members: Membros
       members_count:
-        one: 1 membro
+        one: '%{count} membro'
         other: '%{count} membros'
     relation_member:
       entry_role_html: '%{type} %{name} como %{role}'
@@ -674,11 +671,10 @@ pt-BR:
   geocoder:
     search:
       title:
-        latlon_html: Resultados <a href="https://openstreetmap.org/">internos</a>
-        osm_nominatim_html: Resultados de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultados de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Resultados de %{results_link}
+        latlon: Interno
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -927,7 +923,7 @@ pt-BR:
           bus_stop: Ponto de ônibus
           construction: Via em Construção
           corridor: Corredor
-          crossing: Cruzando
+          crossing: Faixa de pedestres
           cycleway: Ciclovia
           elevator: Elevador
           emergency_access_point: Ponto de Resgate Emergencial
@@ -1254,7 +1250,7 @@ pt-BR:
           funicular: Funicular
           halt: Parada de Trem
           junction: Entroncamento Ferroviário
-          level_crossing: Passagem em Nível
+          level_crossing: Passagem de nível
           light_rail: Ferrovia Metropolitana
           miniature: Mini Ferrovia
           monorail: Monotrilho
@@ -1471,11 +1467,10 @@ pt-BR:
       status: Status
       reports: Relatórios
       last_updated: Última Atualização
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> por %{user}
+      last_updated_time_ago_user_html: Há %{time_ago} por %{user}
       link_to_reports: Ver Denúncias
       reports_count:
-        one: 1 Relatório
+        one: '%{count} Relatório'
         other: '%{count} Relatórios'
       reported_item: Item Reportado
       states:
@@ -1486,7 +1481,7 @@ pt-BR:
       title: '%{status} Problema #%{issue_id}'
       reports:
         zero: Sem denúncias
-        one: 1 denúncia
+        one: '%{count} denúncia'
         other: '%{count} denúncias'
       report_created_at: Primeiro relatado em %{datetime}
       last_resolved_at: Resolvido pela última vez em %{datetime}
@@ -1648,10 +1643,9 @@ pt-BR:
       subject: '[OpenStreetMap] Falha ao importar arquivo GPX'
     gpx_success:
       hi: Olá %{to_user},
-      loaded_successfully:
-        one: carregado com sucesso com %{trace_points} de um 1 ponto possível.
-        other: carregado com sucesso com %{trace_points} de %{possible_points} pontos
-          possíveis.
+      loaded:
+        one: carregado com sucesso com %{trace_points} de %{count} ponto.
+        other: carregado com sucesso com %{trace_points} de %{count} pontos possíveis
       subject: '[OpenStreetMap] GPX importado com sucesso'
     signup_confirm:
       subject: '[OpenStreetMap] Bem-vindo(a) ao OpenStreetMap'
@@ -1944,8 +1938,6 @@ pt-BR:
   shared:
     markdown_help:
       heading_html: Analisado com %{kramdown_link}
-      kramdown_url: https://kramdown.gettalong.org/quickref.html
-      kramdown: kramdown
       headings: Títulos
       heading: Cabeçalho
       subheading: Subtítulo
@@ -1964,7 +1956,7 @@ pt-BR:
   site:
     about:
       next: Próximo
-      copyright_html: <span>&copy;</span>contribuidores<br>do OpenStreetMap
+      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
       lede_text: O OpenStreetMap é desenvolvido por uma comunidade voluntária de mapeadores
@@ -1975,33 +1967,39 @@ pt-BR:
         utilizam fotografias aéreas, dispositivos GPS, e mapas do terreno para verificar
         que a informação no OpenStreetMap é rigorosa e atualizada.
       community_driven_title: Impulsionado pela comunidade
-      community_driven_html: |-
-        A comunidade do OpenStreetMap é diversa, apaixonada, e aumenta diariamente.
-        Entre os nossos colaboradores encontra-se mapeadores entusiastas, profissionais das áreas de sistemas geográficos, engenheiros que utilizam os servidores do OSM, voluntários a mapear áreas afetadas por grandes desastres, e muitos mais.
-        Para saber mais sobre a nossa comunidade, veja:
-        <a href='https://blog.openstreetmap.org'>Blogue do OpenStreetMap</a>,
-        <a href='%{diary_path}'>diários dos utilizadores</a>,
-        <a href='https://blogs.openstreetmap.org/'>blogues da comunidade</a>, e o sítio da <a href='https://www.osmfoundation.org/'>Fundação OSM</a>.
+      community_driven_1_html: |-
+        A comunidade do OpenStreetMap é diversa, apaixonada e cresce diariamente.
+        Entre os nossos contribuidores, encontram-se mapeadores entusiásticos, profissionais das áreas de sistemas geográficos, engenheiros que utilizam os servidores do OSM, voluntários que mapeiam áreas afetadas por grandes desastres, e muitos mais.
+        Para saber mais sobre a nossa comunidade, consulte:
+        %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link} e o sítio da %{osm_foundation_link}.
+      community_driven_osm_blog: Blog do OpenStreetMap
+      community_driven_user_diaries: diários de usuário
+      community_driven_community_blogs: blogs da comunidade
+      community_driven_osm_foundation: Fundação OSM
       open_data_title: Dados abertos
-      open_data_html: |-
-        O OpenStreetMap é constituído por <i>dados abertos</i>: qualquer
+      open_data_1_html: |-
+        O OpenStreetMap é constituído por %{open_data}: qualquer
         pessoa tem a liberdade de usar os dados para qualquer fim desde
         credite a autoria do OpenStreetMap e os seus contribuidores.
         Se você alterar os dados ou criar algo com os dados, pode distribuir
-        o produto resultante apenas sob a mesma licença. Consulte <a href='%{copyright_path}'>a página sobre direitos de autor e licenciamento</a> para mais informações.
+        o produto resultante apenas sob a mesma licença. Consulte %{copyright_license_link} para mais detalhes.
+      open_data_open_data: dados abertos
+      open_data_copyright_license: página sobre direitos de autor e licenciamento
       legal_title: Jurídico
-      legal_1_html: "Este ''site'' e muitos outros serviços relacionados são formalmente
-        geridos pela \n<a href='https://osmfoundation.org/'>Fundação OpenStreetMap</a>
-        (OSMF) \nem nome da comunidade. A utilização de todos os serviços operados
-        pela OSMF estão sujeitos\naos nossos <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">Termos
-        de Utilização</a>, <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">Políticas
-        de Utilização Aceitáveis</a> e a nossa <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">Política
-        de Privacidade</a>"
-      legal_2_html: |-
-        Por favor, <a href='https://osmfoundation.org/Contact'>contacte OSMF</a>
-        se tiver perguntas sobre o licenciamento, direitos de autor ou outras perguntas legais.
-        <br>
-        OpenStreetMap, o logótipo da lupa e o 'Estado do Mapa' são <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">marcas registadas da OSMF</a>.
+      legal_1_1_html: Este site e muitos outros serviços relacionados são formalmente
+        geridos pela %{openstreetmap_foundation_link} (OSMF) em nome da comunidade.
+        A utilização de todos os serviços operados pela OSMF estão sujeitos aos nossos
+        %{terms_of_use_link}, às %{aup_link} e à nossa %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: Fundação OpenStreetMap
+      legal_1_1_terms_of_use: Termos de uso
+      legal_1_1_aup: Políticas de uso aceitável
+      legal_1_1_privacy_policy: Politica de privacidade
+      legal_2_1_html: Por favor, %{contact_the_osmf_link} se tiver dúvidas de licenciamento,
+        direitos de autor ou de outro teor.
+      legal_2_1_contact_the_osmf: contate a OSMF
+      legal_2_2_html: O OpenStreetMap, o logótipo da lupa e o State of the Map são
+        %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: marcas registadas da OSMF
       partners_title: Parceiros
     copyright:
       foreign:
@@ -2018,105 +2016,119 @@ pt-BR:
         mapping_link: começar a mapear
       legal_babble:
         title_html: Direitos autorais e licença
-        intro_1_html: |-
-          O OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> é disponibilizado em <i>dados abertos</i>, sob a licença <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) pela  <a
-          href="https://osmfoundation.org/">Fundação OpenStreetMap</a> (OSMF).
-        intro_2_html: Tem o direito de copiar, distribuir, transmitir e adaptar os
-          nossos dados, desde que atribua a autoria do OpenStreetMap e os seus contribuidores.
-          Se alterar ou adicionar conteúdo dos nossos dados, pode distribuir o resultado
-          apenas com a mesma licença. O <a href="https://opendatacommons.org/licenses/odbl/1.0/">texto
-          legal completo</a> explica os seus direitos e responsabilidades.
-        intro_3_1_html: "Nossa documentação é licenciada sob a \nlicença <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">Creative\nCommons
-          Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0)."
+        introduction_1_html: O OpenStreetMap%{registered_trademark_link} é composto
+          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_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
+          contribuidores. Se você alterar ou desenvolver nossos dados, você
+          pode distribuir o resultado somente sob a mesma licença. O
+          completo no %{legal_code_link} explica seus direitos e responsabilidades.
+        introduction_2_legal_code: código legal
+        introduction_3_html: Nossa documentação é licenciada sob a licença %{creative_commons_link}
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Atribuição-CompartilhaIgual
+          2.0
         credit_title_html: Como fazer atribuição ao OpenStreetMap
         credit_1_html: 'Onde você usa dados do OpenStreetMap, é necessário fazer as
           duas coisas a seguir:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Forneça crédito ao OpenStreetMap exibindo nosso aviso de direitos autorais.</li>
-            <li>Deixe claro que os dados estão disponíveis sob a Open Database License.</li>
-          </ul>
-        credit_3_1_html: "Para o aviso de direitos autorais, temos requisitos diferentes
-          sobre como isso deve ser\nexibido, dependendo de como você está usando nossos
-          dados. Por exemplo, diferentes\nregras se aplicam sobre como mostrar o aviso
-          de direitos autorais dependendo se você\ncriou um mapa navegável, um mapa
-          impresso ou uma imagem estática. Detalhes completos sobre os\nrequisitos
-          podem ser encontrados no\n<a href=\"https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines\">Attribution
-          \nGuidelines</a>."
-        credit_4_html: |-
-          Para deixar claro que os dados estão disponíveis no Open
-          Licença de banco de dados, você pode vincular a
-          <a href="https://www.openstreetmap.org/copyright">esta página de direitos autorais</a>.
-          Alternativamente, e como requisito se você estiver distribuindo OSM em um
-          formulário de dados, você pode nomear e vincular diretamente à(s) licença(s). Nas mídias
-          onde as ligações não são possíveis (por exemplo, trabalhos impressos), sugerimos que você
-          direcione seus leitores para openstreetmap.org (talvez expandindo
-          'OpenStreetMap' para este endereço completo) e para opendatacommons.org.
-          Neste exemplo, o crédito aparece no canto do mapa.
+        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_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
+          conforme usar um mapa navegável, um mapa impresso ou uma imagem estática.
+          Poderá encontrar toda a informação sobre os requisitos nas %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Diretrizes de atribuição
+        credit_4_1_html: |-
+          Para deixar claro que os dados estão disponíveis sob a Licença de Base de Dados Abertos, é possível criar uma ligação para %{this_copyright_page_link}.
+          Em alternativa, e como requisito, se estiver a distribuir o OSM num formato de dados, pode nomear e ligar diretamente à(s) licença(s). Em plataformas multimídia onde as ligações não são possíveis (por exemplo, trabalhos impressos), sugerimos que direcione os seus utilizadores para openstreetmap.org (talvez expandindo "OpenStreetMap" para este endereço completo) e para opendatacommons.org. Neste exemplo, os créditos aparecem no canto do mapa.
+        credit_4_1_this_copyright_page: esta página de direitos autorais
         attribution_example:
           alt: Exemplo de como atribuir o OpenStreetMap numa página web
           title: Exemplo de atribuição
         more_title_html: Descobrir mais
-        more_1_html: |-
-          Leia mais informações sobre a utilização dos nossos dados e como atribuir a autoria na <a
-          href="https://osmfoundation.org/Licence">página da licença da OSMF</a> (em inglês).
-        more_2_html: |-
-          Embora o OpenStreetMap seja aberto, não podemos fornecer
-          API de mapa gratuito para terceiros.
-          Veja nossa<a href="https://operations.osmfoundation.org/policies/api/"></a> Política de uso da API<a href="https://operations.osmfoundation.org/policies/tiles/"></a>Política de Uso de Imagens</a>
-            e<a href="https://operations.osmfoundation.org/policies/nominatim/"></a>
+        more_1_1_html: Leia mais sobre como usar nossos dados e como nos creditar,
+          na %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: Página de licença OSMF
+        more_2_1_html: |-
+          Embora o OpenStreetMap seja composto por dados abertos, não podemos fornecer API gratuitamente a terceiros.
+          Veja a nossa %{api_usage_policy_link}, %{tile_usage_policy_link} e %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Política de uso da API
+        more_2_1_tile_usage_policy: Política de uso de mosaicos
+        more_2_1_nominatim_usage_policy: Política de uso do Nominatim
         contributors_title_html: Nossos contribuidores
         contributors_intro_html: |-
           Nossos contribuidores são milhares de indivíduos. Também incluímos
           dados, cujas licenças são abertas, de organismos nacionais de cartografia
           e de outras fontes, dentre elas:
-        contributors_at_html: '<strong>Áustria</strong>: Contém dados de <a href="https://data.wien.gv.at/">Stadt
-          Wien</a> (sob a licença <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC
-          BY</a>), <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land
-          Vorarlberg</a> e Land Tirol (sob a licença <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY
-          AT com emendas</a>).'
-        contributors_au_html: "<strong>Austrália</strong>: contém ou foi desenvolvido
-          usando fronteiras administrativas &copy; \n<a href=\"https://geoscape.com.au/legal/data-copyright-and-disclaimer/\">PSMA
-          Australia Limited</a>\nlicenciada pela Commonwealth of Australia sob uma
-          licença\n<a href=\"https://creativecommons.org/licenses/by/4.0/\">Creative
-          Commons Attribuição 4.0 Licença Internacional (CC BY 4.0)</a>."
-        contributors_ca_html: "<strong>Canadá</strong>: Contém dados do\n   GeoBase&reg;,
-          GeoGratis (&copy; Departamento de Recursos\n   Naturais do Canadá), CanVec
-          (&copy; Departamento de Recursos\n   Naturais do Canadá), and StatCan (Divisão
-          de Geografia e \n   Estatística do Canada)."
-        contributors_fi_html: "<strong>Finlândia</strong>: Contem dados do \nNational
-          Land Survey da Finland´s Topographic Database \nassim como de outras bases
-          de dados, sob a licença <a href=\"https://www.maanmittauslaitos.fi/en/opendata-licence-version1\">NLSFI</a>."
-        contributors_fr_html: |-
-          <strong>França</strong>: Contém dados da
-             Direction Générale des Impôts.
-        contributors_nl_html: '<strong>Países Baixos</strong>: Contém dados &copy;
-          AND, 2007 (<a href="https://www.and.com">www.and.com</a>)'
-        contributors_nz_html: |-
-          <strong>New Zealand</strong>: Contém dados originados do
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> e
-          licenciado para reutilização sob
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: '<strong>Eslovênia</strong>: Possui dados da <a href="http://www.gu.gov.si/en/">Autoridade
-          de Levantamento e Mapeamento</a> e do <a href="http://www.mkgp.gov.si/en/">Ministério
-          de Agricultura, Silvicultura e Alimentação</a> (informações públicas da
-          Eslovênia).'
-        contributors_es_html: |-
-          <strong>Espanha</strong>: Contém dados provenientes do
-          Instituto Geográfico Nacional da Espanha (<a href="http://www.ign.es/">IGN</a>) e
-          Sistema Cartográfico Nacional (<a href="http://www.scne.es/">SCNE</a>)
-          licenciado para reutilização sob <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Africa do Sul</strong>: contém dados originários de
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, com direitos autorais reservados àquele Estado.
-        contributors_gb_html: '<strong>Reino Unido</strong>: Contém dados do Ordnance
-          Survey &copy; Crown copyright and database right 2010-2023.'
-        contributors_footer_1_html: Para mais informações sobre estas e outras fontes
-          utilizadas para melhorar o OpenStreetMap, consulte a <a href="https://wiki.openstreetmap.org/wiki/Contributors">página
-          de contribuidores</a> (em inglês) na wiki do OpenStreetMap.
+        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}).
+        contributors_at_austria: Áustria
+        contributors_at_stadt_wien: Cidade de Viena
+        contributors_at_cc_by: CC BY
+        contributors_at_cc_by_url: https://creativecommons.org/licenses/by/3.0/at/deed.pt_BR
+        contributors_at_land_vorarlberg: Estado de Vorarlberg
+        contributors_at_cc_by_at_with_amendments: CC BY AT com emendas
+        contributors_au_credit_html: |-
+          %{australia}: Incorpora ou foi desenvolvido usando Fronteiras Administrativas &copy; %{geoscape_australia_link}
+          licenciado pela Commonwealth Australia sob %{cc_licence_link}.
+        contributors_au_australia: Austrália
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: Atribuição Creative Commons 4.0 Licença Internacional
+          (CC BY 4.0)
+        contributors_ca_credit_html: '%{canada}: Contém dados de GeoBase&reg;, GeoGratis
+          (&copy; Departamento de Recursos Naturais do Canadá), CanVec (&copy; Departamento
+          de Recursos Naturais do Canadá) e StatCan (Divisão de Geografia, Estatísticas
+          do Canadá).'
+        contributors_ca_canada: Canadá
+        contributors_fi_credit_html: '%{finland}: Contém dados do Serviço Topográfico
+          Nacional da Base de Dados Topográfica da Finlândia e outros conjuntos de
+          dados, sob a %{nlsfi_license_link}.'
+        contributors_fi_finland: Finlândia
+        contributors_fi_nlsfi_license: Licença NLSFI
+        contributors_fr_credit_html: '%{france}: contém dados provenientes da Direção
+          Geral de Impostos.'
+        contributors_fr_france: França
+        contributors_nl_credit_html: '%{netherlands}: Contém &copy; e dados, 2007
+          (%{and_link})'
+        contributors_nl_netherlands: Países Baixos
+        contributors_nz_credit_html: |-
+          %{new_zealand}: Contém dados provenientes do %{linz_data_service_link}
+          e licenciados para reutilização sob %{cc_by_link}.
+        contributors_nz_new_zealand: Nova Zelândia
+        contributors_nz_linz_data_service: LINZ Data Service
+        contributors_nz_cc_by: CC BY 4.0
+        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
+        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
+          Nacional da Espanha (%{ign_link}) e do Sitema de Cartografia Nacional (%{scne_link})
+          licenciados para reutilização conforme %{cc_by_link}.'
+        contributors_es_spain: Espanha
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: Contém dados provenientes do
+          %{ngi_link}, reservados os direitos de autor do Estado.'
+        contributors_za_south_africa: África do sul
+        contributors_za_ngi: 'Diretorado Superior: Informação Geoespacial Nacional'
+        contributors_gb_credit_html: '%{united_kingdom}: Contém dados do Serviço Cartográfico
+          e Topográfico &copy; Direitos de Autor da Coroa e Direito de Base de Dados
+          2010-2023.'
+        contributors_gb_united_kingdom: Reino Unido
+        contributors_2_html: Para mais detalhes come esses, e outras fontes que foram
+          usadas para ajudar a melhor o OpenStreetMap, por favor veja a %{contributors_page_link}
+          na OpenStreetMap Wiki.
+        contributors_2_contributors_page: Página de contribuições
         contributors_footer_2_html: "A inclusão de dados no OpenStreetMap não implica
           que fornecedor \noriginal apoie o OpenStreetMap, ou dê qualquer garantia,
           ou \naceite qualquer responsabilidade."
@@ -2125,16 +2137,18 @@ pt-BR:
             Os contribuidores do OSM são lembrados de nunca adicionar dados de quaisquer
             fontes com direitos autorais protegidos (ex.: Google Maps ou mapas impressos) sem
             permissão expressa dos seus detentores.
-        infringement_2_html: Se acredita que material protegido por direitos autorais
-          foi adicionado indevidamente à base de dados do OpenStreetMap, por favor
-          consulte o <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">procedimento
-          para retirar dados protegidos</a> (em inglês) ou preencha os dados diretamente
-          no <a href="https://dmca.openstreetmap.org/">formulário</a> (em inglês).
-        trademarks_title_html: <span id="trademarks"></span>Marcas registradas
-        trademarks_1_html: OpenStreetMap, o respetivo logótipo e State of the Map
-          são marcas registadas da Fundação OpenStreetMap. Se tiver alguma questão
-          sobre a utilização das marcas, por favor consulte as nossas <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Normas
-          sobre Marcas Comerciais</a>.
+        infringement_2_1_html: |-
+          Se você acredita que o material protegido por direitos autorais foi inapropriadamente
+          adicionado ao banco de dados OpenStreetMap ou a este site, consulte
+          para nosso %{takedown_procedure_link} ou diretamente via
+          %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: procedimento de remoção
+        infringement_2_1_online_filing_page: formulário
+        trademarks_title: Marcas registradas
+        trademarks_1_1_html: OpenStreetMap, a logo com a lupa e State of the Map são
+          marcas registradas da Fundação OpenStreetMap. Se você tiver perguntas sobre
+          o seu uso das marcas, por favor veja nossa %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Política de marcas registradas
     index:
       js_1: Você está usando um navegador sem suporte a JavaScript, ou está com o
         JavaScript desativado.
@@ -2212,9 +2226,9 @@ pt-BR:
             juntar-se à comunidade do OpenStreetMap e incluir ou reparar os dados
             você mesmo.
         add_a_note:
-          instructions_html: |-
-            Apenas clique em <a class='icon note'></a> ou no mesmo ícone na interface do mapa.
-            Isto incluirá um marcador ao mapa, que você pode mover arrastando. Adicione a sua mensagem, clique em salvar, e outros utilizadores como você vão investigar.
+          instructions_1_html: |-
+            Apenas clique em %{note_icon} ou no mesmo ícone na interface do mapa.
+            Isto incluirá um marcador ao mapa, que você pode mover arrastando. Adicione a sua mensagem, clique em salvar, e outros utilizadores irão investigar.
       other_concerns:
         title: Outras preocupações
         concerns_html: Se você tem preucopações sobre a forma em que nossos dados
@@ -2222,7 +2236,6 @@ pt-BR:
           para mais informações legais, ou contate o %{working_group_link} apropriado.
         copyright: págian de direitos autorais
         working_group: Grupo de trabalho OSMF
-        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: Obtendo ajuda
       introduction: O OpenStreetMap oferece vários recursos para você saber mais sobre
@@ -2270,7 +2283,6 @@ pt-BR:
         uso em um navegador da web.
       desktop_application_html: Você ainda pode usar Potlatch por %{download_link}.
       download: baixando o aplicativo de desktop para Mac e Windows
-      download_url: https://www.systemed.net/potlatch/
       id_editor_html: Como alternativa, você pode definir seu editor padrão para iD,
         que é executado em seu navegador da web como o Potlatch fazia anteriormente.
         %{change_preferences_link}.
@@ -2437,10 +2449,8 @@ pt-BR:
         title: Outros grupos
         other_groups_html: |-
           Não há necessidade de estabelecer formalmente um grupo na mesma medida que os Capítulos Locais.
-          De fato, muitos grupos existem com muito sucesso como uma reunião informal de pessoas ou como um
-          grupo comunitário. Qualquer um pode criar ou se juntar a eles. Leia mais em %{communities_wiki_link}.
+          De fato, muitos grupos existem com muito sucesso como uma reunião informal de pessoas ou como um grupo comunitário. Qualquer um pode criar ou se juntar a eles. Leia mais em %{communities_wiki_link}.
         communities_wiki: Páginas wiki de comunidades
-        communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
   traces:
     visibility:
       private: Privado (compartilhado apenas como pontos anônimos e não ordenados)
@@ -2507,7 +2517,7 @@ pt-BR:
     trace:
       pending: PENDENTE
       count_points:
-        one: 1 ponto
+        one: '%{count} ponto'
         other: '%{count} pontos'
       more: mais
       trace_details: Ver detalhes da trilha
@@ -2721,6 +2731,11 @@ pt-BR:
         mas certas ferramentas ou o servidor talvez ainda precisem.
       continue: Registrar-se
       terms accepted: Obrigado por aceitar os novos termos de contribuição!
+      email_confirmation_help_html: Seu endereço não é exibido publicamente, consulte
+        nossa %{privacy_policy_link} para obter mais informações.
+      privacy_policy: politica de privacidade
+      privacy_policy_title: Política de privacidade da OSMF incluindo seção sobre
+        endereços de e-mail
     terms:
       title: Termos
       heading: Termos
@@ -2738,7 +2753,7 @@ pt-BR:
       consider_pd_why: o que é isso?
       guidance_info_html: 'Informações para ajudar a entender estes termos: um %{readable_summary_link}
         e alguns %{informal_translations_link}'
-      readable_summary: resumo legível por humanos
+      readable_summary: resumo legível para humanos
       informal_translations: traduções informais
       continue: Continuar
       declined: https://wiki.openstreetmap.org/wiki/Pt:Contributor_Terms_Declined?uselang=pt-br
@@ -2919,19 +2934,19 @@ pt-BR:
       time_past_html: Terminou há %{time}
       block_duration:
         hours:
-          one: uma hora
+          one: '%{count} hora'
           other: '%{count} horas'
         days:
-          one: 1 dia
+          one: '%{count} dia'
           other: '%{count} dias'
         weeks:
-          one: 1 semana
+          one: '%{count} semana'
           other: '%{count} semanas'
         months:
-          one: 1 mês
+          one: '%{count} mês'
           other: '%{count} meses'
         years:
-          one: 1 ano
+          one: '%{count} ano'
           other: '%{count} anos'
     blocks_on:
       title: Bloqueios em %{name}
@@ -2986,15 +3001,15 @@ pt-BR:
       open_title: 'Nota não resolvida #%{note_name}'
       closed_title: 'Nota resolvida #%{note_name}'
       hidden_title: 'Nota oculta #%{note_name}'
-      opened_by_html: Criado por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Criado por um usuário anônimo <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentado por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Comentado por um usuário anônimo <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Resolvido por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Resolvido por um usuário anônimo <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reaberto por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reaberto por um usuário anônimo <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Ocultado por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Criado por %{user} há %{time_ago}
+      event_opened_by_anonymous_html: Criado por anônimo há %{time_ago}
+      event_commented_by_html: Comentário de %{user} há %{time_ago}
+      event_commented_by_anonymous_html: Comentário de anônimo há %{time_ago}
+      event_closed_by_html: Resolvido por %{user} há %{time_ago}
+      event_closed_by_anonymous_html: Resolvido por anônimo há %{time_ago}
+      event_reopened_by_html: Re-ativado por %{user} há %{time_ago}
+      event_reopened_by_anonymous_html: Re-ativado por anônimo há %{time_ago}
+      event_hidden_by_html: Ocultado por %{user} há %{time_ago}
       report: denunciar esta nota
       anonymous_warning: Esta nota contém comentários de usuários anônimos que devem
         ser conferidos separadamente.
@@ -3053,10 +3068,10 @@ pt-BR:
       locate:
         title: Exibir minha localização
         metersPopup:
-          one: Você está dentro de um metro deste ponto
+          one: Você está dentro de %{count} metro deste ponto
           other: Você está dentro %{count} metros deste ponto
         feetPopup:
-          one: Você está dentro de um pé deste ponto
+          one: Você está dentro de %{count} pé deste ponto
           other: Você está dentro %{count} pés deste ponto
       base:
         standard: Padrão
@@ -3072,17 +3087,17 @@ pt-BR:
         gps: Trilhas de GPS públicas
         overlays: Ativar sobreposições para solucionar problemas do mapa
         title: Camadas
-      copyright: © <a href='%{copyright_url}'>contribuidores do OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Fazer uma doação</a>
-      terms: <a href='%{terms_url}' target='_blank'>Termos do site e da API</a>
-      cyclosm: Estilo de ladrilhos por <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        hospedado por <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap França</a>
-      thunderforest: Mosaicos cortesia de <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: A camada cortesia por <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Estilo de ladrilhos por <a href='%{hotosm_url}' target='_blank'>Equipe
-        de Humanitarian OpenStreetMap</a> hospedado por <a href='%{osmfrance_url}'
-        target='_blank'>OpenStreetMap França</a>
+      openstreetmap_contributors: Contribuidores do OpenStreetMap
+      make_a_donation: Faça uma doação
+      website_and_api_terms: Termos do site e API
+      cyclosm_credit: Estilo de mosaico por %{cyclosm_link} hospedado por %{osm_france_link}
+      osm_france: OpenStreetMap França
+      thunderforest_credit: Mosaico cortesia de %{thunderforest_link}
+      andy_allan: Andy Allan
+      opnvkarte_credit: Mosaico cortesia de %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Estilo de mosaico por %{hotosm_link} hospedado por %{osm_france_link}
+      hotosm_name: Humanitarian OpenStreetMap Team
     site:
       edit_tooltip: Edite o mapa
       edit_disabled_tooltip: Aproxime para editar o mapa
index c9b086d7b144989ebf43507783fdf3751839ccb4..c1cf876e3652d595d56c0e3313cf008d760efa9e 100644 (file)
@@ -12,6 +12,7 @@
 # Author: Giro720
 # Author: Gmare
 # Author: GoEThe
+# Author: Gravitystorm
 # Author: Hamilton Abreu
 # Author: Imperadeiro90
 # Author: Imperadeiro98
@@ -197,40 +198,36 @@ pt-PT:
         needs_view: O utilizador precisa de iniciar sessão antes de o bloqueio ser
           revogado?
       user:
-        email_confirmation: O teu endereço não ficará visível publicamente. Consulta
-          a <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="política
-          de privacidade OSMF, incluindo a secção sobre endereços de correio eletrónico">política
-          de privacidade</a> para mais informações.
         new_email: (nunca é mostrado publicamente)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: há cerca de 1 hora
+        one: há cerca de %{count} hora
         other: há cerca de %{count} horas
       about_x_months:
-        one: há cerca de um mês
+        one: há cerca de %{count} mês
         other: há cerca de %{count} meses
       about_x_years:
-        one: há cerca de 1 ano
+        one: há cerca de %{count} ano
         other: há cerca de %{count} anos
       almost_x_years:
-        one: há quase 1 ano
+        one: há quase %{count} ano
         other: há quase %{count} anos
       half_a_minute: há meio minuto
       less_than_x_seconds:
-        one: há menos de 1 segundo
+        one: há menos de %{count} segundo
         other: há menos de %{count} segundos
       less_than_x_minutes:
-        one: há menos de um minuto
+        one: há menos de %{count} minuto
         other: há menos de %{count} minutos
       over_x_years:
-        one: há mais de 1 ano
+        one: há mais de %{count} ano
         other: há mais de %{count} anos
       x_seconds:
-        one: há 1 segundo
+        one: há %{count} segundo
         other: há %{count} segundos
       x_minutes:
-        one: há 1 minuto
+        one: há %{count} minuto
         other: há %{count} minutos
       x_days:
         one: há 1 dia
@@ -337,6 +334,17 @@ pt-PT:
       delete_account: Apagar Conta...
     go_public:
       heading: Edição pública
+      currently_not_public: Atualmente, as tuas edições são anónimas e as pessoas
+        não te podem enviar mensagens ou ver a tua localização. Para mostrar o que
+        já editaste e permitir que as pessoas te contactem através do website, clica
+        no botão em baixo.
+      only_public_can_edit: Desde a alteração da API 0.6, só os utilizadores públicos
+        podem editar dados no mapa.
+      find_out_why: descobre porquê
+      email_not_revealed: O teu endereço de correio eletrónico não será revelado ao
+        tornar-se público.
+      not_reversible: Esta ação não pode ser revertida e todos os novos utilizadores
+        são agora públicos por padrão.
       make_edits_public_button: Tornar todas as minhas edições públicas
     update:
       success_confirm_needed: As informações de utilizador foram atualizadas com sucesso.
@@ -347,22 +355,22 @@ pt-PT:
   browse:
     created: Criado
     closed: Fechado
-    created_html: Criado a <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Fechado <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Criado a <abbr title='%{title}'>%{time}</abbr> por %{user}
-    deleted_by_html: Eliminado a <abbr title='%{title}'>%{time}</abbr> por %{user}
-    edited_by_html: Editado <abbr title='%{title}'>%{time}</abbr> por %{user}
-    closed_by_html: Fechado <abbr title='%{title}'>%{time}</abbr> por %{user}
+    created_ago_html: Criado há %{time_ago}
+    closed_ago_html: Fechado há %{time_ago}
+    created_ago_by_html: Criado há %{time_ago} por %{user}
+    closed_ago_by_html: Fechado há %{time_ago} por %{user}
+    deleted_ago_by_html: Eliminado há %{time_ago} por %{user}
+    edited_ago_by_html: Editado há %{time_ago} por %{user}
     version: Versão
     in_changeset: Conjunto de alterações
     anonymous: anónimo
     no_comment: (sem comentário)
     part_of: Faz parte de
     part_of_relations:
-      one: 1 relação
+      one: '%{count} relação'
       other: '%{count} relações'
     part_of_ways:
-      one: 1 via
+      one: '%{count} via'
       other: '%{count} vias'
     download_xml: Transferir XML
     view_history: Ver histórico
@@ -378,8 +386,8 @@ pt-PT:
       relation: Relações (%{count})
       relation_paginated: Relações (%{x}-%{y} of %{count})
       comment: Comentários (%{count})
-      hidden_commented_by_html: Comentário oculto de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentário de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Comentário ocultado por %{user} há %{time_ago}
+      comment_by_html: Comentário de %{user} há %{time_ago}
       changesetxml: XML do conjunto de alterações
       osmchangexml: XML no formato osmChange
       feed:
@@ -407,7 +415,7 @@ pt-PT:
       history_title_html: 'Histórico da Relação: %{name}'
       members: Membros
       members_count:
-        one: 1 membro
+        one: '%{count} membro'
         other: '%{count} membros'
     relation_member:
       entry_role_html: '%{type} %{name} como %{role}'
@@ -656,11 +664,10 @@ pt-PT:
   geocoder:
     search:
       title:
-        latlon_html: Resultados <a href="https://openstreetmap.org/">internos</a>
-        osm_nominatim_html: Resultados de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultados de <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Resultados de %{results_link}
+        latlon: Interno
+        osm_nominatim: Nominatim do OpenStreetMap
+        osm_nominatim_reverse: Nominatim do OpenStreetMap
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1453,11 +1460,10 @@ pt-PT:
       status: Estado
       reports: Denúncias
       last_updated: Última atualização
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> por %{user}
+      last_updated_time_ago_user_html: Há %{time_ago} por %{user}
       link_to_reports: Ver denúncias
       reports_count:
-        one: 1 denúncia
+        one: '%{count} denúncia'
         other: '%{count} denúncias'
       reported_item: Elemento denunciado
       states:
@@ -1630,10 +1636,9 @@ pt-PT:
       subject: '[OpenStreetMap] Erro ao importar GPX'
     gpx_success:
       hi: Olá, %{to_user}.
-      loaded_successfully:
-        one: carregado corretamente com %{trace_points} de entre 1 ponto possível.
-        other: carregado corretamente com %{trace_points} de entre  %{possible_points}
-          pontos possíveis.
+      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.
       subject: '[OpenStreetMap] Importação de GPX bem-sucedida'
     signup_confirm:
       subject: '[OpenStreetMap] Bem-vind@ ao OpenStreetMap'
@@ -1734,6 +1739,8 @@ pt-PT:
       success: Conta confirmada. Obrigado por te registares!
       already active: Esta conta já foi confirmada.
       unknown token: Esse código de confirmação expirou ou não existe.
+      resend_html: Se precisares que reenviemos o e-mail de confirmação, %{reconfirm_link}.
+      click_here: clica caqui
     confirm_resend:
       failure: O utilizador %{name} não foi encontrado.
     confirm_email:
@@ -1858,7 +1865,6 @@ pt-PT:
       image: Imagem
       gravatar:
         gravatar: Usar Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: O que é o Gravatar?
         disabled: O Gravatar foi desativado.
         enabled: A exibição do teu Gravatar foi ativada.
@@ -1924,6 +1930,7 @@ pt-PT:
       support: apoio
   shared:
     markdown_help:
+      heading_html: Analisado com %{kramdown_link}
       headings: Títulos
       heading: Cabeçalho
       subheading: Subtítulo
@@ -1942,7 +1949,7 @@ pt-PT:
   site:
     about:
       next: Seguinte
-      copyright_html: <span>&copy;</span>Contribuidores<br>do OpenStreetMap
+      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
       lede_text: O OpenStreetMap é desenvolvido por uma comunidade de mapeadores voluntários
@@ -1953,29 +1960,36 @@ pt-PT:
         utilizam fotografias aéreas, dispositivos de GPS e mapas do terreno para verificar
         que a informação no OpenStreetMap é rigorosa e atualizada.
       community_driven_title: Desenvolvido Pela Comunidade
-      community_driven_html: |-
+      community_driven_1_html: |-
         A comunidade do OpenStreetMap é diversa, apaixonada e cresce diariamente.
-        Entre os nossos contribuidores, encontram-se cartógrafos entusiásticos, profissionais das áreas de sistemas geográficos, engenheiros que utilizam os servidores do OSM, voluntários que mapeiam áreas afetadas por grandes desastres, e muitos mais.
+        Entre os nossos contribuidores, encontram-se mapeadores entusiásticos, profissionais das áreas de sistemas geográficos, engenheiros que utilizam os servidores do OSM, voluntários que mapeiam áreas afetadas por grandes desastres, e muitos mais.
         Para saber mais sobre a nossa comunidade, consulte:
-        <a href='https://blog.openstreetmap.org'>Blogue do OpenStreetMap</a>,
-        <a href='%{diary_path}'>diários dos utilizadores</a>,
-        <a href='https://blogs.openstreetmap.org/'>blogues da comunidade</a>, e o sítio da <a href='https://www.osmfoundation.org/'>Fundação OSM</a>.
+        %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link} e o sítio da %{osm_foundation_link}.
+      community_driven_osm_blog: Blogue do OpenStreetMap
+      community_driven_user_diaries: diários dos utilizadores
+      community_driven_community_blogs: blogues da comunidade
+      community_driven_osm_foundation: Fundação OSM
       open_data_title: Dados Abertos
-      open_data_html: |-
-        O OpenStreetMap é constituído por <i>dados abertos</i>: qualquer pessoa tem a liberdade de usar os dados para qualquer fim desde que dê os devidos créditos ao OpenStreetMap e aos seus contribuidores.
-        Se alterar os dados ou criar algo com base nesses dados, só pode distribuir o produto resultante sob a mesma licença. Consulte <a href='%{copyright_path}'>a página sobre direitos de autor e licenciamento</a> para mais informações.
+      open_data_1_html: |-
+        O OpenStreetMap é constituído por %{open_data}: qualquer pessoa tem a liberdade de usar os dados para qualquer fim desde que dê os devidos créditos ao OpenStreetMap e aos seus contribuidores.
+        Se alterar os dados ou criar algo com base nesses dados, só pode distribuir o produto resultante sob a mesma licença. Consulte a %{copyright_license_link} para mais informações.
+      open_data_open_data: dados abertos
+      open_data_copyright_license: página sobre direitos de autor e licenciamento
       legal_title: Termos Legais
-      legal_1_html: Este sítio e muitos outros serviços relacionados são formalmente
-        geridos pela <a href='https://osmfoundation.org/'>Fundação OpenStreetMap</a>
-        (OSMF) em nome da comunidade. A utilização de todos os serviços operados pela
-        OSMF estão sujeitos aos nossos <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Termos
-        de Utilização</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Políticas
-        de Utilização Aceitável</a> e à nossa <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Política
-        de Privacidade</a>.
-      legal_2_html: |-
-        Se tiver perguntas sobre o licenciamento, direitos de autor ou outras questões legais, por favor, <a href='https://osmfoundation.org/Contact'>contacte a OSMF</a>.
-        <br>
-        O OpenStreetMap, o logótipo da lupa e o 'Estado do Mapa' são <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">marcas registadas da OSMF</a>.
+      legal_1_1_html: Este sítio e muitos outros serviços relacionados são formalmente
+        geridos pela %{openstreetmap_foundation_link} (OSMF) em nome da comunidade.
+        A utilização de todos os serviços operados pela OSMF estão sujeitos aos nossos
+        %{terms_of_use_link}, às %{aup_link} e à nossa %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: Fundação OpenStreetMap
+      legal_1_1_terms_of_use: Termos de Utilização
+      legal_1_1_aup: Políticas de Uso Aceitável
+      legal_1_1_privacy_policy: Política de Privacidade
+      legal_2_1_html: Por favor, %{contact_the_osmf_link} se tiver dúvidas de licenciamento,
+        direitos de autor ou de outro teor.
+      legal_2_1_contact_the_osmf: contacte a OSMF
+      legal_2_2_html: O OpenStreetMap, o logótipo da lupa e o State of the Map são
+        %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: marcas registadas da OSMF
       partners_title: Parceiros
     copyright:
       foreign:
@@ -1991,93 +2005,117 @@ pt-PT:
         mapping_link: começar a mapear
       legal_babble:
         title_html: Licença e Direitos de Autor
-        intro_1_html: |-
-          O OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> é disponibilizado em <i>dados abertos</i>, sob a licença <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) pela  <a
-          href="https://osmfoundation.org/">Fundação OpenStreetMap</a> (OSMF).
-        intro_2_html: Tem o direito de copiar, distribuir, transmitir e adaptar os
-          nossos dados, desde que atribua os devidos créditos ao OpenStreetMap e aos
-          seus contribuidores. Se alterar ou adicionar conteúdo dos nossos dados,
-          pode distribuir o resultado apenas com a mesma licença. O <a href="https://opendatacommons.org/licenses/odbl/1.0/">texto
-          legal completo</a> explica os seus direitos e responsabilidades.
-        intro_3_1_html: A nossa documentação está disponibilizada sob a licença <a
-          href="https://creativecommons.org/licenses/by-sa/2.0/deed.pt">Creative Commons
-          Atribuição-CompartilhaIgual 2.0</a> (CC BY-SA 2.0).
+        introduction_1_html: O OpenStreetMap%{registered_trademark_link} é composto
+          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 Base de Dados Aberta de Open Data Commons
+        introduction_1_osm_foundation: Fundação OpenStreetMap
+        introduction_2_html: Tem o direito de copiar, distribuir, transmitir e adaptar
+          os nossos dados, desde que atribua os devidos créditos ao OpenStreetMap
+          e aos seus contribuidores. Se alterar ou adicionar conteúdo aos nossos dados,
+          só pode distribuir o resultado com a mesma licença. O %{legal_code_link}
+          explica os seus direitos e responsabilidades.
+        introduction_2_legal_code: texto legal completo
+        introduction_3_html: A nossa documentação é licenciada sob a licença %{creative_commons_link}
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Atribuição-CompartilhaIgual
+          2.0
         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_html: "<ul>\n<li> Atribuir os créditos ao OpenStreetMap exibindo
-          o nosso aviso de direitos de autor.</li> \n<li> Deixar claro que os dados
-          estão disponíveis sob a Licença Open Database.</li> \n</ul>"
-        credit_3_1_html: Para o aviso de direitos de autor, temos vários requisitos
+        credit_2_1: Forneça 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
+          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,
           aplicam-se regras diferentes para a exibição do aviso de direitos de autor
           conforme usar um mapa navegável, um mapa impresso ou uma imagem estática.
-          Poderá encontrar toda a informação sobre os requisitos nas <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Diretrizes
-          de Atribuição</a>.
-        credit_4_html: |-
-          Para deixar claro que os dados estão disponíveis sob a Licença Open
-          Database, é possível criar uma ligação para <a href="https://www.openstreetmap.org/copyright">esta página de direitos de autor</a>.
-          Em alternativa, e como requisito, se estiver a distribuir o OSM num formato de dados, pode nomear e ligar diretamente à(s) licença(s). Em plataformas multimédia onde as ligações não são possíveis (por exemplo, trabalhos impressos), sugerimos que direcione os seus utilizadores para openstreetmap.org (talvez expandindo 'OpenStreetMap' para este endereço completo) e para opendatacommons.org. Neste exemplo, os créditos aparecem no canto do mapa.
+          Poderá encontrar toda a informação sobre os requisitos nas %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Diretrizes de Atribuição
+        credit_4_1_html: |-
+          Para deixar claro que os dados estão disponíveis sob a Licença de Base de Dados Abertos, é possível criar uma ligação para %{this_copyright_page_link}.
+          Em alternativa, e como requisito, se estiver a distribuir o OSM num formato de dados, pode nomear e ligar diretamente à(s) licença(s). Em plataformas multimédia onde as ligações não são possíveis (por exemplo, trabalhos impressos), sugerimos que direcione os seus utilizadores para openstreetmap.org (talvez expandindo "OpenStreetMap" para este endereço completo) e para opendatacommons.org. Neste exemplo, os créditos aparecem no canto do mapa.
+        credit_4_1_this_copyright_page: esta página de direitos de autor
         attribution_example:
           alt: Exemplo de como indicar os créditos do OpenStreetMap numa página eletrónica
           title: Exemplo de atribuição
         more_title_html: Mais informação
-        more_1_html: |-
-          Leia mais informações sobre a utilização dos nossos dados e como atribuir os devidos créditos na <a
-          href="https://osmfoundation.org/Licence">página da licença da OSMF</a> (em inglês).
-        more_2_html: Apesar de o OpenStreetMap ser uma plataforma de dados abertos,
-          não podemos fornecer uma API de mapas a terceiros, livre de encargos. Veja
-          a <a href="https://operations.osmfoundation.org/policies/api/">Política
-          de Utilização da API</a>, <a href="https://operations.osmfoundation.org/policies/tiles/">Política
-          de Utilização de Telas</a> e <a href="https://operations.osmfoundation.org/policies/nominatim/">Política
-          de Utilização do Nominatim</a>.
+        more_1_1_html: Leia mais sobre como usar os nossos dados e como atribuir os
+          devidos créditos na %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: Página de Licença OSMF
+        more_2_1_html: |-
+          Embora o OpenStreetMap seja composto por dados abertos, não podemos fornecer API gratuitamente a terceiros.
+          Veja a nossa %{api_usage_policy_link}, %{tile_usage_policy_link} e %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Política de Uso da API
+        more_2_1_tile_usage_policy: Política de Uso de Mosaicos
+        more_2_1_nominatim_usage_policy: Política de Uso do Nominatim
         contributors_title_html: Os nossos contribuidores
         contributors_intro_html: 'O OpenStreetMap tem milhares de contribuidores.
           Também são utilizados dados de agências cartográficas nacionais e outras
           fontes, entre elas:'
-        contributors_at_html: '<strong>Áustria</strong>: Contém dados de <a href="https://data.wien.gv.at/">Stadt
-          Wien</a> (sob a licença <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC
-          BY</a>), <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land
-          Vorarlberg</a> e Land Tirol (sob a licença <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY
-          AT com emendas</a>).'
-        contributors_au_html: "<strong>Austrália</strong>: contém ou foi desenvolvido
-          usando fronteiras administrativas &copy; \n<a href=\"https://geoscape.com.au/legal/data-copyright-and-disclaimer/\">PSMA
-          Australia Limited</a>\nlicenciada pela Commonwealth of Australia sob uma
-          licença\n<a href=\"https://creativecommons.org/licenses/by/4.0/\">Creative
-          Commons Attribuição 4.0 Licença Internacional (CC BY 4.0)</a>."
-        contributors_ca_html: '<strong>Canadá</strong>: contém dados de GeoBase&reg;,
-          GeoGratis (&copy; Departmento de Recursos Naturais do Canadá), CanVec (&copy;
-          Departmento de Recursos Naturais do Canadá) e StatCan (Divisão de Geografia,
-          Estatísticas do Canadá).'
-        contributors_fi_html: '<strong>Finlândia</strong>: contém dados da Base de
-          Dados Topográficos do Instituto Nacional de Topografia da Finlândia e de
-          outras bases de dados, sob a licença <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI</a>.'
-        contributors_fr_html: '<strong>França</strong>: contém dados provenientes
-          da Direção Geral dos Impostos.'
-        contributors_nl_html: '<strong>Países Baixos</strong>: contém dados &copy;
-          AND, 2007 (<a href="https://www.and.com">www.and.com</a>)'
-        contributors_nz_html: |-
-          <strong>Nova Zelândia</strong>: contém dados provenientes do <a href="https://data.linz.govt.nz/">Serviço de Dados LINZ</a> e licenciados para reutilização com a licença
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Eslovénia</strong>: contém dados da
-          <a href="http://www.gu.gov.si/en/">Autoridade de Cartografia e Topografia (Geodetska uprava Republike Slovenije)</a> e do
-          <a href="http://www.mkgp.gov.si/en/">Ministério da Agricultura, Floresta e Alimentação (Ministrstvo za kmetijstvo, gozdarstvo in prehrano)</a>
+        contributors_at_credit_html: |-
+          %{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
+        contributors_at_land_vorarlberg: Estado de Vorarlberg
+        contributors_at_cc_by_at_with_amendments: CC BY AT com emendas
+        contributors_au_credit_html: |-
+          %{australia}: Incorpora ou foi desenvolvido usando Fronteiras Administrativas &copy; %{geoscape_australia_link}
+          licenciado pela Commonwealth Australia sob %{cc_licence_link}.
+        contributors_au_australia: Austrália
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: Atribuição Creative Commons 4.0 Licença Internacional
+          (CC BY 4.0)
+        contributors_ca_credit_html: '%{canada}: Contém dados de GeoBase&reg;, GeoGratis
+          (&copy; Departamento de Recursos Naturais do Canadá), CanVec (&copy; Departamento
+          de Recursos Naturais do Canadá) e StatCan (Divisão de Geografia, Estatísticas
+          do Canadá).'
+        contributors_ca_canada: Canadá
+        contributors_fi_credit_html: '%{finland}: Contém dados do Serviço Topográfico
+          Nacional da Base de Dados Topográfica da Finlândia e outros conjuntos de
+          dados, sob a %{nlsfi_license_link}.'
+        contributors_fi_finland: Finlândia
+        contributors_fi_nlsfi_license: Licença NLSFI
+        contributors_fr_credit_html: '%{france}: contém dados provenientes da Direção
+          Geral de Impostos.'
+        contributors_fr_france: França
+        contributors_nl_credit_html: '%{netherlands}: Contém &copy; e dados, 2007
+          (%{and_link})'
+        contributors_nl_netherlands: Países Baixos
+        contributors_nz_credit_html: |-
+          %{new_zealand}: Contém dados provenientes do %{linz_data_service_link}
+          e licenciados para reutilização sob %{cc_by_link}.
+        contributors_nz_new_zealand: Nova Zelândia
+        contributors_nz_linz_data_service: Serviço de Dados LINZ
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_credit_html: |-
+          %{slovenia}: Contém dados da %{gu_link} e %{mkgp_link}
           (informação pública da Eslovénia).
-        contributors_es_html: |-
-          <strong>Espanha</strong>: contém dados provenientes do Instituto Geográfico Nacional (<a href="http://www.ign.es/">IGN</a>) e do Sistema Cartográfico Nacional (<a href="http://www.scne.es/">SCNE</a>) de Espanha
-          licenciado para reutilização com a <a href="https://creativecommons.org/licenses/by/4.0/deed.pt">CC BY 4.0</a>.
-        contributors_za_html: '<strong>África do Sul</strong>: contém dados provenientes
-          da <a href="http://www.ngi.gov.za/">Direção Geral da Informação Geoespacial
-          Nacional</a>, com direitos de autor do Estado reservados.'
-        contributors_gb_html: '<strong>Reino Unido</strong>: contém dados dos Serviços
-          Topográficos Britânicos &copy; direitos de autor e da base de dados da Coroa
-          2010-2019.'
-        contributors_footer_1_html: Para mais informações sobre estas e outras fontes
-          que foram utilizadas para melhorar o OpenStreetMap, consulte a <a href="https://wiki.openstreetmap.org/wiki/Contributors">página
-          de contribuidores</a> (em inglês) na wiki do OpenStreetMap.
+        contributors_si_slovenia: Eslovénia
+        contributors_si_gu: Autoridade de Levantamento Topográfico e Mapeamento
+        contributors_si_mkgp: Ministério da Agricultura, Floresta e Alimentos
+        contributors_es_credit_html: '%{spain}: contém dados provenientes do Instituto
+          Geográfico Nacional Espanhol (%{ign_link}) e do Sistema Cartográfico Nacional
+          (%{scne_link}), licenciados para reutilização sob %{cc_by_link}.'
+        contributors_es_spain: Espanha
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: Contém dados provenientes do
+          %{ngi_link}, reservados os direitos de autor do Estado.'
+        contributors_za_south_africa: África do Sul
+        contributors_za_ngi: 'Diretorado Superior: Informação Geoespacial Nacional'
+        contributors_gb_credit_html: '%{united_kingdom}: Contém dados do Serviço Cartográfico
+          e Topográfico &copy; Direitos de Autor da Coroa e Direito de Base de Dados
+          2010-2023.'
+        contributors_gb_united_kingdom: Reino Unido
+        contributors_2_html: Para mais detalhes sobre estas e outras fontes usadas
+          para ajudar a melhorar o OpenStreetMap, consulte a %{contributors_page_link}
+          na Wiki do OpenStreetMap.
+        contributors_2_contributors_page: página dos contribuidores
         contributors_footer_2_html: A inclusão de dados no OpenStreetMap não implica
           que o fornecedor de dados originais apoie o OpenStreetMap, forneça qualquer
           garantia ou aceite algum tipo de responsabilidade.
@@ -2086,16 +2124,17 @@ pt-PT:
           para nunca adicionarem dados de fontes protegidas por direitos de autor
           (por exemplo o Google Maps ou mapas comerciais impressos) sem permissão
           explícita dos detentores dos direitos de autor.
-        infringement_2_html: Se entender que foi adicionado material protegido por
-          direitos de autor indevidamente à base de dados do OpenStreetMap, por favor,
-          consulte o <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">procedimento
-          para retirar dados protegidos</a> (em inglês) ou preencha os dados diretamente
-          no <a href="https://dmca.openstreetmap.org/">formulário online</a> (em inglês).
-        trademarks_title_html: <span id="trademarks"></span>Marcas registadas
-        trademarks_1_html: O nome OpenStreetMap, o respetivo logótipo e State of the
-          Map são marcas registadas da Fundação OpenStreetMap. Se tiver alguma questão
-          sobre a utilização das marcas, por favor, consulte as nossas <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Normas
-          Sobre Marcas Comerciais</a>.
+        infringement_2_1_html: Se encontrar material protegido por direitos de autor
+          que foi inapropriadamente adicionado à base de dados do OpenStreetMap ou
+          a este sítio, consulte o nosso %{takedown_procedure_link} ou preencha diretamente
+          o nosso %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: procedimento de remoção
+        infringement_2_1_online_filing_page: formulário online
+        trademarks_title: Marcas registadas
+        trademarks_1_1_html: O OpenStreetMap, o logótipo com a lupa e o State of the
+          Map são marcas registadas da Fundação OpenStreetMap. Se tiver dúvidas sobre
+          o uso das marcas, consulte a nossa %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Política de Marcas Registadas
     index:
       js_1: Está a usar um navegador de Internet que não suporta JavaScript ou tem
         o JavaScript desativado.
@@ -2126,6 +2165,9 @@ pt-PT:
       map_image: Imagem do mapa (mostra a camada padrão)
       embeddable_html: HTML integrável
       licence: Licença
+      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:
         advice: 'Se a exportação acima falhar, por favor, considera o uso de uma das
           fontes seguintes:'
@@ -2169,11 +2211,16 @@ pt-PT:
             a falta de uma estrada ou do seu endereço, a melhor coisa a fazer é juntar-se
             à comunidade do OpenStreetMap e adicionar ou corrigir os dados você mesm@.
         add_a_note:
-          instructions_html: |-
-            Clique em <a class='icon note'></a> ou no mesmo ícone na interface do mapa.
+          instructions_1_html: |-
+            Clique em %{note_icon} ou no mesmo ícone na interface do mapa.
             Isto irá adicionar um marcador ao mapa, que poderá mover arrastando-o. Adicione a sua mensagem e clique em gravar, para que outros mapeadores possam investigar.
       other_concerns:
         title: Outras preocupações
+        concerns_html: Se tiveres dúvidas sobre a forma como os nossos dados estão
+          a ser usados ou sobre o conteúdo, consulta a nossa %{copyright_link} para
+          mais informações legais, ou contacta o %{working_group_link} apropriado.
+        copyright: página de direitos de autor
+        working_group: grupo de trabalho OSMF
     help:
       title: Como Obter Ajuda
       introduction: O OpenStreetMap tem vários recursos para aprender mais sobre o
@@ -2217,8 +2264,18 @@ pt-PT:
       removed: O teu editor padrão do OpenStreetMap está definido como sendo o Potlatch.
         Como o Adobe Flash Player foi retirado, o Potlatch já não se encontra disponível
         para uso num navegador de Internet.
+      desktop_application_html: Ainda podes usar o Potlatch %{download_link}
+      download: transferindo a aplicação desktop para Mac e Windows
+      id_editor_html: Como alternativa, podes definir o teu editor padrão para o iD,
+        que é executado no teu navegador de internet, como o Potlatch fazia. %{change_preferences_link}.
+      change_preferences: Altera as tuas preferências aqui
     any_questions:
       title: Dúvidas?
+      paragraph_1_html: |-
+        O OpenStreetMap tem vários recursos que ajudam a aprender sobre o projeto, a fazer e responder a perguntas e discutir e documentar tópicos de mapeamento de forma colaborativa.
+        %{help_link}. Tem uma organização que pretende usar o OpenStreetMap? %{welcome_mat_link}.
+      get_help_here: Obtenha ajuda aqui
+      welcome_mat: Visite o Welcome Mat
     sidebar:
       search_results: Resultados da Pesquisa
       close: Fechar
@@ -2306,21 +2363,50 @@ pt-PT:
     welcome:
       title: Bem-vind@!
       introduction: Bem-vindo(a) ao OpenStreetMap, o mapa do mundo, grátis e editável.
-        Agora que te inscreveste, podes começar a mapear.<br>Apresentamos-te aqui
-        um guia rápido com as coisas mais importantes que precisas de saber.
+        Agora que te inscreveste, podes começar a mapear. Apresentamos-te aqui um
+        guia rápido com as coisas mais importantes que precisas de saber.
       whats_on_the_map:
         title: O que está no mapa
+        on_the_map_html: O OpenStreetMap é um lugar para mapear coisas que são %{real_and_current}
+          - isso inclui milhões de edifícios, estradas, e outros detalhes sobre lugares.
+          Podes mapear qualquer elemento do mundo real que achares interessante.
+        real_and_current: reais e atuais
+        off_the_map_html: |-
+          O que %{doesnt} inclui são dados com base em opiniões, como classificações, recursos históricos ou
+          hipotéticos e dados de fontes protegidas por direitos de autor. A menos que tenhas permissão especial, não copies de mapas on-line ou impressos.
+        doesnt: não
       basic_terms:
         title: Termos básicos para mapear
         paragraph_1: O OpenStreetMap tem os seus próprios conceitos. Aqui tens a explicação
           de algumas palavras úteis.
+        an_editor_html: Um %{editor} é um programa ou website que podes usar para
+          editar o mapa.
+        a_node_html: Um %{node} é um ponto no mapa, como um restaurante ou uma árvore.
+        a_way_html: Uma %{way} é uma linha ou área, como uma estrada, um ribeiro,
+          um lago ou um edifício.
+        a_tag_html: Uma %{tag} é uma informação sobre um ponto ou linha, como o nome
+          de um restaurante ou o limite de velocidade de uma estrada.
+        editor: editor
+        node: ponto
+        way: linha
+        tag: etiqueta
       rules:
         title: Regras!
+        para_1_html: O OpenStreetMap tem poucas regras formais, mas esperamos que
+          todos os participantes colaborem e se comuniquem com a comunidade. Se estiveres
+          a considerar alguma atividade além de editar manualmente, lê e segue as
+          diretrizes em %{imports_link} e %{automated_edits_link}.
+        imports: Importações
+        automated_edits: Edições automáticas
       start_mapping: Começar a mapear
       add_a_note:
         title: Sem tempo para editar? Adiciona uma nota!
         para_1: Se pretendes que seja feita uma pequena correção, mas não tens disponibilidade
           para criar uma conta e aprender a editar, é muito simples deixar uma nota.
+        para_2_html: 'Basta ir ao %{map_link} e clicar no ícone da nota: %{note_icon}.
+          Isso incluirá um marcador no mapa, que poderás mover, arrastando-o. Adiciona
+          a tua mensagem e clica em guardar para que outros mapeadores possam averiguar.'
+        the_map: mapa
     communities:
       title: Comunidades
       lede_text: "O OpenStreetMap tem o contributo de pessoas de todo o mundo e é
@@ -2340,6 +2426,10 @@ pt-PT:
           Locais:'
       other_groups:
         title: Outros Grupos
+        other_groups_html: |-
+          Não há necessidade de estabelecer formalmente um grupo como os Capítulos Locais.
+          Na verdade, há muitos grupos de sucesso que funcionam como encontros informais de pessoas ou como grupos comunitários. Qualquer pessoa pode criar um ou juntar-se a um que já exista. Lê mais na %{communities_wiki_link}.
+        communities_wiki: página wiki das comunidades
   traces:
     visibility:
       private: Privado (apenas partilhado como anónimo, pontos não ordenados)
@@ -2406,7 +2496,7 @@ pt-PT:
     trace:
       pending: PENDENTE
       count_points:
-        one: 1 ponto
+        one: '%{count} ponto'
         other: '%{count} pontos'
       more: mais
       trace_details: Ver detalhes da rota
@@ -2424,6 +2514,11 @@ pt-PT:
       public_traces_from: Rotas GPS públicas do utilizador %{user}
       description: Explorar as rotas GPS enviadas recentemente
       tagged_with: etiquetada com %{tags}
+      empty_title: Ainda não há aqui nada
+      empty_upload_html: '%{upload_link} ou aprende mais sobre as rotas de GPS na
+        %{wiki_link}.'
+      upload_new: Enviar nova rota
+      wiki_page: página wiki
       upload_trace: Enviar rota GPS
       all_traces: Todas as Rotas
       my_traces: As Minhas Rotas
@@ -2603,6 +2698,11 @@ pt-PT:
       support: apoio
       about:
         header: Livre e editável
+        paragraph_1: Ao contrário de outros mapas, o OpenStreetMap é completamente
+          criado por pessoas como tu, e qualquer pessoa o pode corrigir, transferir
+          e usar de forma gratuita.
+        paragraph_2: Regista-te para começares a contribuir. Iremos enviar um e-mail
+          para confirmar a tua conta.
       display name description: O nome de utilizador ficará visível publicamente.
         Poderás alterar o nome posteriormente nas configurações do teu perfil.
       external auth: 'Autenticação por terceiros:'
@@ -2613,6 +2713,11 @@ pt-PT:
         de uma.
       continue: Criar conta
       terms accepted: Obrigado por aceitares os novos termos de contribuidor!
+      email_confirmation_help_html: O seu endereço não é mostrado publicamente. Consulte
+        a nossa %{privacy_policy_link} para mais informações.
+      privacy_policy: política de privacidade
+      privacy_policy_title: Política de privacidade da OSMF incluindo secção sobre
+        endereços de correio eletrónico
     terms:
       title: Termos
       heading: Termos
@@ -2630,6 +2735,10 @@ pt-PT:
       consider_pd: Além do referido anteriormente, considero que as minhas contribuições
         fazem parte âmbito do Domínio Público.
       consider_pd_why: O que é isto?
+      guidance_info_html: 'Informações para ajudar a entender estes termos: um %{readable_summary_link}
+        e algumas %{informal_translations_link}'
+      readable_summary: sumário legível por humanos
+      informal_translations: traduções informais
       continue: Continuar
       declined: https://wiki.openstreetmap.org/wiki/Pt:Contributor_Terms_Declined
       decline: Rejeitar
@@ -2812,19 +2921,19 @@ pt-PT:
       time_past_html: Terminou a %{time}.
       block_duration:
         hours:
-          one: 1 hora
+          one: '%{count} hora'
           other: '%{count} horas'
         days:
-          one: 1 dia
+          one: '%{count} dia'
           other: '%{count} dias'
         weeks:
-          one: 1 semana
+          one: '%{count} semana'
           other: '%{count} semanas'
         months:
-          one: 1 mês
+          one: '%{count} mês'
           other: '%{count} meses'
         years:
-          one: 1 ano
+          one: '%{count} ano'
           other: '%{count} anos'
     blocks_on:
       title: Bloqueios em %{name}
@@ -2879,15 +2988,15 @@ pt-PT:
       open_title: Nota não resolvida n.º %{note_name}
       closed_title: Nota resolvida n.º %{note_name}
       hidden_title: Nota oculta n.º %{note_name}
-      opened_by_html: Criada por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Criada por um anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentário de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Comentário de um anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Resolvida por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Resolvida por um anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reaberto por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reaberto por um anónimo <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Ocultada por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Criada por %{user} há %{time_ago}
+      event_opened_by_anonymous_html: Criada por anónimo há %{time_ago}
+      event_commented_by_html: Comentada por %{user} há %{time_ago}
+      event_commented_by_anonymous_html: Comentada por anónimo há %{time_ago}
+      event_closed_by_html: Resolvida por %{user} há %{time_ago}
+      event_closed_by_anonymous_html: Resolvida por anónimo há %{time_ago}
+      event_reopened_by_html: Reativada por %{user} há %{time_ago}
+      event_reopened_by_anonymous_html: Reativada por anónimo há %{time_ago}
+      event_hidden_by_html: Escondida por %{user} há %{time_ago}
       report: denunciar esta nota
       anonymous_warning: Esta nota inclui comentários de utilizadores anónimos que
         devem ser confirmados por fonte independente.
@@ -2947,10 +3056,10 @@ pt-PT:
       locate:
         title: Mostrar a minha localização
         metersPopup:
-          one: Estás a menos de 1 metro deste ponto
+          one: Estás a menos de %{count} metro deste ponto
           other: Estás a menos de %{count} metros deste ponto
         feetPopup:
-          one: Estás a menos de 1 pé deste ponto
+          one: Estás a menos de %{count} pé deste ponto
           other: Estás a menos de %{count} pés deste ponto
       base:
         standard: Mapa Padrão
@@ -2966,18 +3075,17 @@ pt-PT:
         gps: Rotas de GPS públicas
         overlays: Ativar camadas para solucionar problemas no mapa
         title: Camadas
-      copyright: © <a href='%{copyright_url}'>Contribuidores do OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Fazer um donativo</a>
-      terms: <a href='%{terms_url}' target='_blank'>Condições de utilização do website
-        e da API</a>
-      cyclosm: Estilo dos mosaicos por <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        hospedado por <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap França</a>
-      thunderforest: Mosaicos cortesia de <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Os mosaicos são uma cortesia de <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Estilo dos mosaicos por <a href='%{hotosm_url}' target='_blank'>Equipa
-        Humanitária OpenStreetMap</a> hospedaddo por <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        França</a>
+      openstreetmap_contributors: Contribuidores do OpenStreetMap
+      make_a_donation: Faça um donativo
+      website_and_api_terms: Termos do website e da API
+      cyclosm_credit: Estilo de mosaicos por %{cyclosm_link} hospedado por %{osm_france_link}
+      osm_france: OpenStreetMap França
+      thunderforest_credit: Mosaicos cortesia de %{thunderforest_link}
+      andy_allan: Andy Allan
+      opnvkarte_credit: Mosaicos cortesia de %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Estilo de mosaicos por %{hotosm_link} hospedado por %{osm_france_link}
+      hotosm_name: Equipa Humanitária do OpenStreetMap
     site:
       edit_tooltip: Editar o mapa
       edit_disabled_tooltip: Amplia o mapa para poderes editar
index 92da7e6fe35704374e885d4706b19ea1206f7c31..906ed75ccb11998f37d91902da88423a2f4ec2fc 100644 (file)
@@ -1130,12 +1130,6 @@ pt:
       Para saber mais sobre a nossa comunidade, veja os <a href='%{diary_path}'>diários dos editores</a>,
       <a href='http://blogs.openstreetmap.org/'>blogues da comunidade</a>, e o sítio da <a href='http://www.osmfoundation.org/'>OSM Foundation</a>.
     open_data_title: Dados Abertos
-    open_data_html: |-
-      O OpenStreetMap é constituído por <i>dados abertos</i>: qualquer
-      pessoa tem a liberdade de usar os dados para qualquer fim desde
-      credite a autoria do OpenStreetMap e os seus colaboradores.
-      Se você alterar os dados ou criar algo com os dados, pode distribuir
-      o produto resultante apenas sob a mesma licença. Consulte <a href='%{copyright_path}'>a página sobre direitos de autor e licenciamento</a> para mais informações.
     partners_title: Parceiros
   notifier:
     diary_comment_notification:
index 06a1ae0a6055c742748747eeb9377b35a9a41030..298620670b876e1395b59741ed4c66d03e9c1eb4 100644 (file)
@@ -7,6 +7,7 @@
 # Author: Cevamihnea
 # Author: EddyPetrisor
 # Author: GabiBil
+# Author: Gravitystorm
 # Author: Kyouko
 # Author: Lucdrei
 # Author: MSClaudiu
@@ -27,7 +28,7 @@ ro:
       prompt: Selectează fișier
     submit:
       diary_comment:
-        create: Salvează
+        create: Comentariu
       diary_entry:
         create: Publică
         update: Actualizează
@@ -108,6 +109,7 @@ ro:
       diary_entry:
         user: Utilizator
         title: Subiect
+        body: Textul mesajului
         latitude: Latitudine
         longitude: Longitudine
         language_code: Limbă
@@ -174,9 +176,6 @@ ro:
         needs_view: Utilizatorul trebuie să se conecteze înainte ca această blocare
           să fie ștearsă?
       user:
-        email_confirmation: Adresa dumneavoastră nu este afișată public, vezi <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF privacy policy including section on email addresses">politica
-          de confidențialitate</a> pentru mai multe informații.
         new_email: (nu a fost afișată în mod public)
   datetime:
     distance_in_words_ago:
@@ -293,12 +292,6 @@ ro:
   browse:
     created: Creat
     closed: Închis
-    created_html: Creat <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Închis <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Creat <abbr title='%{title}'>%{time}</abbr> de %{user}
-    deleted_by_html: Șters <abbr title='%{title}'>%{time}</abbr> de %{user}
-    edited_by_html: Modificat <abbr title='%{title}'>%{time}</abbr> de %{user}
-    closed_by_html: Închis <abbr title='%{title}'>%{time}</abbr> de %{user}
     version: Versiune
     in_changeset: Set de modificări
     anonymous: anonim
@@ -326,8 +319,6 @@ ro:
       relation: Comunicații (%{count})
       relation_paginated: Comunicații (%{x}-%{y} din %{count})
       comment: Comentarii (%{count})
-      hidden_commented_by_html: Ascuns comentariu de la %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentariu de la %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Set de modificări XML
       osmchangexml: XML osmChange
       feed:
@@ -574,13 +565,6 @@ ro:
       success: '%{name} a fost scos de la lista de prieteni.'
       not_a_friend: '%{name} nu este unul din prietenii tăi.'
   geocoder:
-    search:
-      title:
-        latlon_html: Rezultate de la <a href="https://openstreetmap.org/">interne</a>
-        osm_nominatim_html: Rezultate de la <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Rezultate de la <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1362,8 +1346,6 @@ ro:
       status: Stare
       reports: Rapoarte
       last_updated: Ultima actualizare
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> de %{user}
       link_to_reports: Vizualizați rapoartele
       reports_count:
         one: 1 Report
@@ -1527,8 +1509,6 @@ ro:
       subject: '[OpenStreetMap] eșec import fișier GPX'
     gpx_success:
       hi: Salut %{to_user},
-      loaded_successfully:
-        other: încărcat cu succes cu %{trace_points} din 1 punct posibil.
       subject: '[OpenStreetMap] succes import fișier GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Bun venit la OpenStreetMap'
@@ -1726,7 +1706,6 @@ ro:
       image: Imagine
       gravatar:
         gravatar: Utilizați Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Ce este Gravatar?
         disabled: Gravatar a fost dezactivat.
         enabled: Afișarea Gravatarului dvs. a fost activată.
@@ -1803,7 +1782,6 @@ ro:
   site:
     about:
       next: Înainte
-      copyright_html: <span>&copy;</span>Contributori<br>OpenStreetMap
       used_by_html: '%{name} oferă datele hărților pe mii de site-uri web, aplicații
         mobile și dispozitive hardware'
       lede_text: |-
@@ -1814,30 +1792,8 @@ ro:
         OpenStreetMap îndrăgește cunoștințele locale. Colaboratorii folosesc imaginile aeriene, dispozitivele GPS și hărțile câmpurilor de joasă tehnologie pentru a verifica faptul că OSM
         este exactă și actualizată.
       community_driven_title: Condusă de comunitate
-      community_driven_html: |-
-        comunitatea OpenStreetMap este diversă, pasionată și în creștere în fiecare zi.
-        Contribuitorii noștri includ cartografii entuziasti, profesioniști GIS, ingineri care mențin serverele OSM, maparea umanitară a zonelor afectate de dezastre și multe altele.
-        Pentru a afla mai multe despre comunitate, consultați
-        <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>,
-        <a href='%{diary_path}'>user diaries</a>,
-        <a href='https://blogs.openstreetmap.org/'>community blogs</a> și
-        site-ul <a href='https://www.osmfoundation.org/'>Fundației OSM</a> </a>.
       open_data_title: Deschideți datele
-      open_data_html: 'OpenStreetMap este <i>open data</i>: aveți libertatea să o
-        utilizați în orice scop atâta timp cât creditați OpenStreetMap și contribuitorii
-        săi. Dacă modificați sau se bazează pe date în anumite moduri, puteți distribui
-        rezultatul numai sub aceeași licență. Consultați <a href=''%{copyright_path}''>
-        Drepturi de autor și Pagina de licență</a> pentru detalii.'
       legal_title: Legal
-      legal_1_html: |-
-        Acest site și multe alte servicii conexe sunt operate în mod formal de <a href='https://osmfoundation.org/'>Fundația OpenStreetMap</a> (OSMF)
-        în numele comunității. Utilizarea tuturor serviciilor operate de OSMF este supusă <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Termeni de utilizare</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Politici de utilizare acceptabile</a> și a <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Politica de confidențialitate</a>.
-      legal_2_html: |-
-        Vă rugăm să <a href='https://osmfoundation.org/Contact'>contactați OSMF</a>
-        dacă aveți licență, drepturi de autor sau alte întrebări legale.
-        <br>
-        OpenStreetMap, logo-ul lupa și starea hărții sunt <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">mărci înregistrate ale OSMF</a>.
       partners_title: Parteneri
     copyright:
       foreign:
@@ -1854,101 +1810,18 @@ ro:
         mapping_link: Începeți să cartografiați
       legal_babble:
         title_html: Drepturi de autor și licență
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> este <i>open data</i>, licențiat sub licență <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) by the  <a
-          href="https://osmfoundation.org/">Fundația OpenStreetMap</a> (OSMF).
-        intro_2_html: Sunteți liber să copiați, să distribuiți, să transmiteți și
-          să vă adaptați datele, atâta timp cât creditați OpenStreetMap și contribuitorii
-          ei. Dacă modificați sau folosiți datele noastre, puteți distribui rezultatul
-          doar sub aceeași licență. Aici  <a href="https://opendatacommons.org/licenses/odbl/1.0/">codul
-          legal</a> sunt explicate drepturile și responsabilitățile.
-        intro_3_1_html: |-
-          Documentația noastră este licențiată sub <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA).
         credit_title_html: Cum se creditează OpenStreetMap
         credit_1_html: Noi cerem să utilizați creditul&copy; contribuitori OpenStreetMap&
           rdquo;.
-        credit_2_1_html: |-
-          De asemenea, trebuie să clarificați faptul că datele sunt disponibile în cadrul licenței libere a bazei de date și, dacă folosim bucăți de hartă, atunci cartografierea este licențiată de CC BY-SA. Puteți face acest lucru prin conectarea la
-          <a href="https://www.openstreetmap.org/copyright"> această pagină de copyright</a>.
-          Alternativ, și ca o cerință dacă distribuim OSM într-un
-          formularul de date, puteți numi și să vă conectați direct la licența (licențele). Acolo unde legăturile nu sunt posibile (de exemplu lucrări tipărite), vă sugerăm să direcționați cititorii dvs. la openstreetmap.org (probabil prin extinderea "OpenStreetMap" la această adresă completă), la opendatacommons.org, și dacă este cazul, la creativecommons.org.
-        credit_4_html: |-
-          Pentru o hartă electronică care poate fi răsfoită, creditul ar trebui să apară în colțul hărții.
-          De exemplu:
         attribution_example:
           alt: Exemplu de atribuire a OpenStreetMap pe o pagină Web
           title: Exemplul de atribuire
         more_title_html: Aflați mai multe.
-        more_1_html: |-
-          Citiți mai multe despre utilizarea datelor noastre și despre cum să ne creditați la <a
-          href="https://osmfoundation.org/Licence">Pagina de licență OSMF</a>.
-        more_2_html: |-
-          Cu toate că OpenStreetMap este bază de date deschisă, nu putem oferi un
-          API pentru hărțile gratuite pentru terțe părți.
-          Consultați <a href="https://operations.osmfoundation.org/policies/api/"> Politica de utilizare a API</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Politica de utilizare a plăcilor</a>
-          și <a href="https://operations.osmfoundation.org/policies/nominatim/">Politica de utilizare Nominatim</a>.
         contributors_title_html: Contribuitorii noștri
         contributors_intro_html: |-
           Contribuitorii noștri sunt mii de indivizi. De asemenea, includem
           date cu licență de la agențiile naționale de cartografiere
           și alte surse, printre care:
-        contributors_at_html: |-
-          <strong>Austria</strong>: Conține date de la
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (under
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
-          Land Tirol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
-        contributors_au_html: '<strong>Australia</strong>: Incorporează sau dezvoltate
-          pe baza limitelor administrative &copy; <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape
-          Australia</a> licențiat de Commonwealth of Australia sub licența<a href="https://creativecommons.org/licenses/by/4.0/">Creative
-          Commons Attribution 4.0 Internațional (CC BY 4.0)</a>'
-        contributors_ca_html: |-
-          <strong>Canada</strong>: Conține date de la
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada), and StatCan (Geography Division,
-          Statistics Canada).
-        contributors_fi_html: |-
-          <strong>Finland</strong>: Conține date de la
-          National Land Survey of Finland's Topographic Database
-          and other datasets, under the
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI License</a>.
-        contributors_fr_html: |-
-          <strong>Franța</strong>: Conține date provenite de la
-          Direction Générale des Impôts
-        contributors_nl_html: |-
-          <strong>Olanda</strong>: Contains &copy; AND data, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Noua Zeelandă</strong>: Conține date provenite din
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> and
-          licensed for reuse under
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Slovenia</strong>: Conține date din
-          <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> and
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
-          (public information of Slovenia).
-        contributors_es_html: |-
-          <strong>Spain</strong>: Conține date de la Institutul Național Geografic Spaniol (<a href="http://www.ign.es/">IGN</a>) și
-          Sistemul Cartografice Național (<a href="http://www.scne.es/">SCNE</a>)
-          licențiată pentru refolosirea sub <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Africa de Sud</strong>: Contains data sourced from
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, State copyright reserved.
-        contributors_gb_html: |-
-          <strong>Regatul Unit</strong>: Conține Ordnance
-          Survey data &copy; Crown copyright and database right
-          2010-19.
-        contributors_footer_1_html: |-
-          Pentru detalii suplimentare despre acestea și despre alte surse care au fost utilizate
-          pentru a vă ajuta să îmbunătățiți OpenStreetMap, consultați <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">Pagina contribuitorilor</a> pe Wiki-ul OpenStreetMap.
         contributors_footer_2_html: |-
           Includerea datelor în OpenStreetMap nu implică faptul că originalul
           furnizor de date acceptă OpenStreetMap, oferă orice garanție sau
@@ -1958,15 +1831,6 @@ ro:
           date de la nici una dintre sursele protejate de drepturi de autor (de ex.,
           Hărți Google sau hărți tipărite) fără permisiunea explicită din partea deținătorilor
           drepturilor de autor.
-        infringement_2_html: |-
-          Dacă credeți că materialul protejat prin drepturi de autor a fost necorespunzător adăugați la baza de date OpenStreetMap sau la acest site, vă rugăm să consultați la <a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure">takedown
-          procedure</a> procedura noastră de retragere</a> sau fișier direct la adresa noastră
-          <a href="https://dmca.openstreetmap.org/">on-line filing page</a>.
-        trademarks_title_html: <span id="trademarks"></span>Mărci înregistrate
-        trademarks_1_html: OpenStreetMap, sigla cu lupă și starea hărții sunt mărci
-          comerciale înregistrate ale Fundației OpenStreetMap. Dacă aveți întrebări
-          cu privire la utilizarea mărcilor, consultați <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Trademark
-          Policy</a>.
     index:
       js_1: Utilizați fie un browser care nu acceptă JavaScript, fie aveți JavaScript
         dezactivat.
@@ -2031,18 +1895,13 @@ ro:
     fixthemap:
       title: Raportați o problemă / Reparați harta
       how_to_help:
-        title: <h3>Cum poți ajuta<h3>
+        title: Cum poți ajuta
         join_the_community:
           title: Alăturați-vă comunității
           explanation_html: Dacă ați observat o problemă cu datele noastre de pe hartă,
             de exemplu un drum care lipsește sau adresa dvs., cel mai bun mod de a
             rezolva această problemă este să vă alăturați comunității OpenStreetMap
             și să adăugați sau să reparați singuri datele.
-        add_a_note:
-          instructions_html: |-
-            Doar faceți clic pe <a class='icon note'></a> sau pe aceeași pictogramă pe hartă.
-            Acest lucru va adăuga un marcator pe hartă, pe care îl puteți muta
-            prin tragere. Adăugați mesajul dvs., apoi faceți clic pe Salvați, iar alți cartografi vor investiga.
       other_concerns:
         title: Alte preocupări
     help:
@@ -2182,7 +2041,7 @@ ro:
         title: Reguli!
       start_mapping: Începeți să cartografiați
       add_a_note:
-        title: <h3>Nu aveți timp pentru editare? Adaugați o notă!<h3>
+        title: Nu aveți timp pentru editare? Adaugați o notă!
         para_1: |-
           Dacă doriți doar ceva îndreptați o eroare minoră și nu aveți timp să vă înscrieți și să învățați cum să editați, este
           ușor să adăugați o notă.
@@ -2658,15 +2517,6 @@ ro:
       open_title: 'Notă nerezolvată #%{note_name}'
       closed_title: 'Notă rezolvată #%{note_name}'
       hidden_title: 'Notă ascunsă #%{note_name}'
-      opened_by_html: Creat de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Creat de anonim <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Comentariu de la %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Comentariu de la anonim <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Rezolvat de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Rezolvat de anonim <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Reactivat de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Reactivat de anonim <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Ascunsă de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: Raportează această notă
       anonymous_warning: Această notă include comentarii de la utilizatori anonimi,
         care ar trebui verificați independent.
@@ -2740,14 +2590,6 @@ ro:
         gps: Urmele GPS publice
         overlays: Activați suprapuneri pentru depanarea hărții
         title: Straturi
-      copyright: © <a href='%{copyright_url}'>contribuitori OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Donează</a>
-      terms: <a href='%{terms_url}' target='_blank'>Termeni site și API</a>
-      thunderforest: Plăci amabilitatea <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      hotosm: Stilul plăcilor de <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> hosted by <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
     site:
       edit_tooltip: Modifică harta
       edit_disabled_tooltip: Măriți pentru a edita harta
index 92d42f0209523c1157f22750f7d820f1750bd65c..b4b1cba9b9ba3be9c669b875f1a7198cc1c9ec3c 100644 (file)
@@ -15,6 +15,7 @@
 # Author: Ashed
 # Author: Banonotit
 # Author: BushmanK
+# Author: Butko
 # Author: CM3X
 # Author: Calibrator
 # Author: Chilin
@@ -48,6 +49,7 @@
 # Author: Kaganer
 # Author: Kareyac
 # Author: Katunchik
+# Author: Kirill-224
 # Author: Komzpa
 # Author: Link2xt
 # Author: Lockal
@@ -200,6 +202,7 @@ ru:
       diary_entry:
         user: Пользователь
         title: Тема
+        body: Текст
         latitude: Широта
         longitude: Долгота
         language_code: Язык
@@ -266,10 +269,6 @@ ru:
         needs_view: Позволить ли пользователю входить в систему, прежде, чем блокировка
           будет снята?
       user:
-        email_confirmation: Ваш адрес не будет отображаться публично, смотрите нашу
-          <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="OSMF
-          privacy policy including section on email addresses">политику конфиденциальности</a>
-          для получения дополнительной информации.
         new_email: (не будет показан)
   datetime:
     distance_in_words_ago:
@@ -425,13 +424,9 @@ ru:
   browse:
     created: Создано
     closed: Закрыто
-    created_html: Создано <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Закрыто <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Создано <abbr title='%{title}'>%{time}</abbr> пользователем %{user}
-    deleted_by_html: Удалено <abbr title='%{title}'>%{time}</abbr> пользователем %{user}
-    edited_by_html: Отредактировано <abbr title='%{title}'>%{time}</abbr> пользователем
-      %{user}
-    closed_by_html: Закрыто <abbr title='%{title}'>%{time}</abbr> пользователем %{user}
+    created_ago_html: Создано %{time_ago}
+    closed_ago_html: Закрыто %{time_ago}
+    edited_ago_by_html: Редактировал %{time_ago} %{user}
     version: Версия
     in_changeset: Пакет правок
     anonymous: аноним
@@ -461,8 +456,6 @@ ru:
       relation: Отношения (%{count})
       relation_paginated: Отношения (%{x}-%{y} из %{count})
       comment: Комментарии (%{count})
-      hidden_commented_by_html: Скрытый комментарий от %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Комментарий от %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: XML пакета правок
       osmchangexml: osmChange XML
       feed:
@@ -704,8 +697,22 @@ ru:
         create:
           notice: Приложение зарегистрировано.
   errors:
+    contact:
+      contact: обращаться
+      contact_the_community_html: Не стесняйтесь %{contact_link} к сообществу OpenStreetMap,
+        если вы нашли неработающую ссылку/ошибку. Запишите точный URL вашего запроса.
+    forbidden:
+      title: Доступ запрещен
+      description: Запрашиваемая вами операция на сервере OpenStreetMap доступна только
+        администраторам (HTTP 403).
+    internal_server_error:
+      title: Ошибка приложения
+      description: Сервер OpenStreetMap столкнулся с непредвиденной ситуацией, из-за
+        которой он не смог выполнить запрос (HTTP 500).
     not_found:
       title: Файл не найден
+      description: Не удалось найти файл/каталог/операцию API с таким именем на сервере
+        OpenStreetMap (HTTP 404)
   friendships:
     make_friend:
       heading: Добавить %{user} в друзья?
@@ -723,11 +730,7 @@ ru:
   geocoder:
     search:
       title:
-        latlon_html: <a href="https://openstreetmap.org/">Внутренние результаты</a>
-        osm_nominatim_html: Результаты от <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Результаты от <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Результаты из %{results_link}
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1004,6 +1007,7 @@ ru:
           track: Просёлочная дорога
           traffic_mirror: Зеркало дорожного движения
           traffic_signals: Светофор
+          trailhead: Тропа
           trunk: Трасса
           trunk_link: Развязка
           turning_loop: Дорога для разворота
@@ -1076,8 +1080,12 @@ ru:
           vineyard: Виноградник
           "yes": Землепользование
         leisure:
+          adult_gaming_centre: Игровой центр для взрослых
+          amusement_arcade: Развлекательная Аркада
+          bandstand: Эстрада
           beach_resort: Пляж с насаждениями
           bird_hide: Засидка (пункт скрытого наблюдения за птицами)
+          bleachers: Трибуны
           common: Общественно-доступная земля
           dance: Танцевальный зал
           dog_park: Площадка для собак
@@ -1117,6 +1125,7 @@ ru:
           breakwater: Волнорез
           bridge: Мост
           bunker_silo: Бункер
+          cairn: Пирамида из камней
           chimney: Дымовая труба
           communications_tower: Башня связи
           crane: Кран
@@ -1142,11 +1151,13 @@ ru:
           snow_cannon: Снежная пушка
           snow_fence: Снегозащитное заграждение
           storage_tank: Крытый резервуар
+          street_cabinet: Уличный шкаф
           surveillance: Камера наблюдения
           telescope: Телескоп
           tower: Башня
           wastewater_plant: Станция очистки сточных вод
           watermill: Водяная мельница
+          water_tap: Водопроводный кран
           water_tower: Водонапорная башня
           water_well: Колодец
           water_works: Водозабор
@@ -1157,11 +1168,14 @@ ru:
           airfield: Военный аэродром
           barracks: Казармы
           bunker: Бункер
+          checkpoint: Контрольно-пропускной пункт
+          trench: Траншея
           "yes": Военный
         mountain_pass:
           "yes": Перевал
         natural:
           atoll: Атолл
+          bare_rock: Голая скала
           bay: Залив
           beach: Пляж
           cape: Мыс
@@ -1195,6 +1209,7 @@ ru:
           sand: Песок
           scree: Осыпь камней
           scrub: Кустарник
+          shingle: Галька
           spring: Родник
           stone: Камень
           strait: Пролив
@@ -1213,15 +1228,22 @@ ru:
           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: Туристическое агентство
@@ -1257,6 +1279,7 @@ ru:
           "yes": Место
         railway:
           abandoned: Разобранные железнодорожные пути
+          buffer_stop: Буферная остановка
           construction: Ремонт железнодорожных путей
           disused: Заброшенная железнодорожная ветка
           funicular: Фуникулёр
@@ -1282,6 +1305,7 @@ ru:
           turntable: Железнодорожный поворотный круг
           yard: Депо
         shop:
+          agrarian: Аграрный магазин
           alcohol: Магазин алкоголя
           antiques: Антиквариат
           appliance: Магазин бытовой техники
@@ -1331,6 +1355,7 @@ ru:
           fishing: Рыболовный магазин
           florist: Цветочный магазин
           food: Продукты
+          frame: Магазин рам
           funeral_directors: Похоронное бюро
           furniture: Мебель
           garden_centre: Садовый центр
@@ -1380,6 +1405,7 @@ ru:
           shoes: Обувной магазин
           sports: Спортивный магазин
           stationery: Канцелярские товары
+          storage_rental: Аренда склада
           supermarket: Супермаркет
           tailor: Портной
           tattoo: Тату салон
@@ -1475,9 +1501,6 @@ ru:
       status: Статус
       reports: Сообщения
       last_updated: Последнее изменение
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> пользователем
-        %{user}
       link_to_reports: Просмотр сообщений
       reports_count:
         one: 1 сообщение
@@ -1651,11 +1674,6 @@ ru:
       subject: '[OpenStreetMap] Сбой импорта GPX'
     gpx_success:
       hi: Здравствуйте, %{to_user},
-      loaded_successfully:
-        one: успешно загружена %{trace_points} точка из %{possible_points} возможной.
-        few: успешно загружены %{trace_points} точки из %{possible_points} возможных.
-        many: успешно загружено %{trace_points} точек из %{possible_points} возможных.
-        other: ""
       subject: '[OpenStreetMap] Импорт GPX прошёл успешно'
     signup_confirm:
       subject: '[OpenStreetMap] Добро пожаловать в OpenStreetMap'
@@ -1756,6 +1774,8 @@ ru:
       success: Ваша учётная запись подтверждена, спасибо за регистрацию!
       already active: Эта учётная запись уже подтверждена.
       unknown token: Такой код подтверждения истек или не существует.
+      resend_html: Если вам нужно, чтобы мы повторно отправили электронное письмо
+        с подтверждением, %{reconfirm_link}.
       click_here: кликните сюда
     confirm_resend:
       failure: Участник %{name} не найден.
@@ -1978,7 +1998,6 @@ ru:
   site:
     about:
       next: Далее
-      copyright_html: <span>&copy;</span>Участники<br />OpenStreetMap
       used_by_html: '%{name} предоставляет данные для тысяч сайтов, мобильных приложений
         и устройств'
       lede_text: OpenStreetMap создан сообществом картографов, которые добавляют и
@@ -1989,29 +2008,36 @@ ru:
         Участники также используют аэрофотоснимки, GPS-устройства и низкотехнологичных
         карты земель для проверки того, что данные OSM являются точными и актуальными.
       community_driven_title: Силами сообщества
-      community_driven_html: |-
-        Сообщество OpenStreetMap — разнообразное, неравнодушное и растущее с каждым днём.
-        Наши участники — это энтузиасты-картографы, ГИС-профессионалы, инженеры, содержащие серверы OSM, люди, отмечающие районы, пострадавшие от бедствий, и многие другие.
-        Чтобы узнать больше о сообществе, читайте <a href='https://blog.openstreetmap.org'>блог OpenStreetMap </a>, <a href='%{diary_path}'>дневники участников</a>, <a href='https://blogs.openstreetmap.org/'>блоги сообщества</a> и сайт <a href='https://www.osmfoundation.org/'>Фонда OSM</a>.
+      community_driven_1_html: |-
+        Сообщество OpenStreetMap разнообразно, страстно увлечено и растет с каждым днем.
+        Среди наших участников есть картографы-энтузиасты, специалисты по ГИС, инженеры, работающие с серверами OSM, гуманитарные работники, картографирующие районы, пострадавшие от стихийных бедствий, и многие другие.
+         Чтобы узнать больше о сообществе, посетите %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link} и веб-сайт %{osm_foundation_link}.
+      community_driven_osm_blog: блог OpenStreetMap
+      community_driven_user_diaries: дневники пользователей
+      community_driven_community_blogs: блоги сообщества
       open_data_title: Открытые данные
-      open_data_html: 'OpenStreetMap являются <i>открытыми данными</i>: вы можете
-        использовать их для любых целей до тех пор, пока вы указываете авторские права
-        OpenStreetMap и его участников. Если вы изменяете данные или определенным
-        образом основываетесь на них, вы можете распространять свой результат только
-        под той же лицензией. Смотрите <a href=''%{copyright_path}''>Авторские права
-        и лицензирование</a> для более подробной информации.'
+      open_data_1_html: |-
+        OpenStreetMap — это %{open_data}: вы можете использовать их для любых целей
+        до тех пор, пока вы указываете OpenStreetMap и его участников. Если вы измените или
+        добавите данные определенным образом, вы можете распространять результат только
+        по той же лицензии. Подробнее см. на %{copyright_license_link}.
+      open_data_open_data: открытые данные
+      open_data_copyright_license: странице Авторские права и лицензии.
       legal_title: Юридические вопросы
-      legal_1_html: Этот веб-сайт и многие связанные с ними услуги находятся в ведении
-        <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF),
-        действующего от имени сообщества OSM. Использование предоставляемых OSMF услуг
-        является предметом наших <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Условий
-        использования</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Политики
-        приемлемого использования</a> и нашей <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Политики
-        конфиденциальности</a>.
-      legal_2_html: |-
-        Пожалуйста, <a href='https://osmfoundation.org/Contact'>свяжитесь с OSMF</a>, если у вас есть вопросы относительно лицензирования, авторских прав либо других правовых вопросов.
-        <br>
-        OpenStreetMap, логотип OpenStreetMap в виде увеличительного стекла и State of the Map — <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">зарегистрированные товарные знаки организации OSMF</a>.
+      legal_1_1_html: |-
+        Этот сайт и многие другие связанные службы официально управляются
+        %{openstreetmap_foundation_link} (OSMF)
+        от имени сообщества. Использование всех сервисов OSMF регулируется
+        нашими %{terms_of_use_link}, %{aup_link} и %{privacy_policy_link}.
+      legal_1_1_terms_of_use: Условиями использования
+      legal_1_1_privacy_policy: Политикой конфиденциальности
+      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
       partners_title: Партнёры
     copyright:
       foreign:
@@ -2028,94 +2054,38 @@ ru:
         mapping_link: начать картографирование
       legal_babble:
         title_html: Авторские права и лицензирование
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> содержит <i>свободные данные</i>, распространяемые по лицензии <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) организацией  <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: Вы можете свободно копировать, распространять, передавать и
-          дорабатывать наши данные до тех пор, пока вы ссылаетесь на OpenStreetMap
-          и его сообщество. Если вы изменяете или берёте наши данные за основу, то
-          вы должны распространять результат только по такой же лицензии. Полный <a
-          href="https://opendatacommons.org/licenses/odbl/1.0/">юридический текст
-          лицензии</a> разъясняет ваши права и обязанности.
-        intro_3_1_html: Наша документация распространяются по лицензии <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0).
+        introduction_1_open_data: открытые данные
         credit_title_html: Как сослаться на OpenStreetMap
         credit_1_html: 'Если вы используете данные OpenStreetMap, вы должны выполнить
           следующие два условия:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Обеспечьте упоминание «OpenStreetMap», отобразив также наше уведомление об авторском праве.</li>
-            <li>Явно укажите, что данные доступны по лицензии Open Database License.</li>
-          </ul>
-        credit_3_1_html: 'У нас есть различные требования к тому, как должно отображаться
-          наше уведомление об авторских правах: всё зависит от того, как вы используете
-          наши данные. Например, действуют разные правила при отображении уведомления
-          об авторских правах в разных случаях: создали ли вы просматриваемую карту,
-          печатную карту или статичное изображение. Полную информацию о требованиях
-          можно найти в <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Руководстве
-          по указанию авторства</a>.'
-        credit_4_html: |-
-          Чтобы явно указать, что данные доступны по лицензии Open Database License, вы можете сослаться на <a href="https://www.openstreetmap.org/copyright"> эту страницу об авторском праве</a>.
-          В качестве альтернативы, а также в качестве требования, если вы распространяете OSM в виде набора данных, вы можете назвать лицензию(и) и дать на неё(них) прямую ссылку.
-          В СМИ, где ссылки физически невозможны (например, в печатных изданиях), мы предлагаем вам направлять читателей на сайт openstreetmap.org (возможно, расширив написание «OpenStreetMap» до полного веб-адреса) и на opendatacommons.org.
-          В этом примере, упоминание находится в углу карты.
+        credit_3_attribution_guidelines: Руководство по атрибуции
         attribution_example:
           alt: Пример того, как сослаться на OpenStreetMap с веб-страницы
           title: Пример указания авторства
         more_title_html: Узнайте больше
-        more_1_html: Прочитайте больше об использовании наших данных и о том, как
-          указывать нас, на <a href="https://osmfoundation.org/Licence?uselang=ru">странице
-          Лицензии OSMF</a>.
-        more_2_html: Хотя данные OpenStreetMap открыты для использования, мы не в
-          состоянии предоставить бесплатный API к нашим картам для сторонних разработчиков.
-          См. <a href="https://operations.osmfoundation.org/policies/api/">Правила
-          использования API</a>, <a href="https://operations.osmfoundation.org/policies/tiles/">Правила
-          использования частей карты</a> и <a href="https://operations.osmfoundation.org/policies/nominatim/">Правила
-          использования службы Nominatim</a> .
+        more_2_1_api_usage_policy: Политика использования API
         contributors_title_html: Кто вносит вклад в наш проект
         contributors_intro_html: 'Участниками проекта являются тысячи отдельных людей.
           Проект также включает данные под свободными лицензиями от национальных картографических
           агентств и от других источников, среди которых:'
-        contributors_at_html: |-
-          <strong>Австрия.</strong> Данные <a href="https://data.wien.gv.at/">города Вена</a> (на условиях <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>), а также земель <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Форарльберга</a> и
-             Тироля (на условиях <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT с дополнениями</a>).
-        contributors_au_html: |-
-          <strong>Австралия</strong>: Включено или разработано с использованием административных границ и копии;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a>
-          под лицензией Содружества Австралии по
-          <a href="https://creativecommons.org/licenses/by/4.0/">международной лицензии Creative Commons Attribution 4.0 (CC BY 4.0)</a>.
-        contributors_ca_html: <strong>Канада.</strong> Данные от GeoBase ®, GeoGratis
-          (© Департамент природных ресурсов Канады), CanVec (© Департамент природных
-          ресурсов Канады) и StatCan (Отдел Географии, Статистическое ведомство Канады).
-        contributors_fi_html: |-
-          <strong>Финляндия</strong>: Содержит данные из топографической базы национальной земельной службы Финляндии
-           и других наборов данных, под
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">лицензией NLSFI</a>.
-        contributors_fr_html: '<strong>Франция</strong>: Данные от Главного налогового
-          управления.'
-        contributors_nl_html: '<strong>Нидерланды</strong>: Contains &copy; AND data,
-          2007 (<a href="https://www.and.com">www.and.com</a>)'
-        contributors_nz_html: <strong>Новая Зеландия:</strong> содержит данные из
-          сервиса <a href="https://data.linz.govt.nz/">LINZ</a>согласно лицензии <a
-          href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
-        contributors_si_html: '<strong>Словения</strong>: содержит данные от <a href="http://www.gu.gov.si/en/">Геодезического
-          и картографического управления</a> и <a href="http://www.mkgp.gov.si/en/">Министерства
-          сельского, лесного хозяйства и продовольствия</a> (открытая информация Словении).'
-        contributors_es_html: |-
-          <strong>Испания</strong>: Содержит данные, полученные от
-          Испанского национального географического института (<a href="http://www.ign.es/">IGN</a>) и
-          Национальной картографической системы (<a href="http://www.scne.es/">SCNE</a>) и лицензированные для повторного использования в соответствии с <a href="https://creativecommons.org/licenses/by/4.0/deed.ru">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>ЮАР</strong>: Имеются данные из
-          <a href="http://www.ngi.gov.za/">Главное управление:
-          Национальная геоинформационная система</a>, права принадлежат государству.
-        contributors_gb_html: <strong>Великобритания.</strong> Данные Ordnance Survey
-          © Crown copyright и права на базы данных 2010-23.
-        contributors_footer_1_html: Более подробную информацию об этих и других источниках,
-          использованных для наполнения OpenStreetMap, смотрите на <a href="https://wiki.openstreetmap.org/wiki/Contributors">странице
-          Contributors</a> вики-сервера OpenStreetMap.
+        contributors_at_austria: Австрия
+        contributors_at_land_vorarlberg: Земля Форарльберг
+        contributors_au_australia: Австралия
+        contributors_ca_canada: Канада
+        contributors_fi_finland: Финляндия
+        contributors_fr_france: Франция
+        contributors_nl_netherlands: Нидерланды
+        contributors_nz_new_zealand: Новая Зеландия
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_slovenia: Словения
+        contributors_es_spain: Испания
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_south_africa: Южная Африка
+        contributors_gb_united_kingdom: Великобритания
+        contributors_2_html: |-
+          Для получения дополнительной информации об этих и других источниках, которые использовались
+          для улучшения OpenStreetMap, см. %{contributors_page_link} на OpenStreetMap Wiki.
         contributors_footer_2_html: Включение данных в OpenStreetMap не означает,
           что поставщик первичных данных каким-либо образом поддерживает OpenStreetMap,
           предоставляет гарантии или принимает на себя какую-любую ответственность.
@@ -2124,18 +2094,12 @@ ru:
           данных из любых защищённых авторским правом источников (например, с Google
           Maps или печатных карт) не должно проводиться без явного предварительного
           согласия правообладателей.
-        infringement_2_html: |-
-          Если вы считаете, что защищённый авторским правом материал был неправомерно
-           добавлен к базе OpenStreetMap или к этому сайту, пожалуйста, обратитесь
-           к нашей <a href="https://wiki.osmfoundation.org/wiki/License/Takedown_procedure">процедуре
-           изымания</a> или непосредственно на нашу
-          <a href="https://dmca.openstreetmap.org/">вебстраницу регистрации</a>.
-        trademarks_title_html: <span id="trademarks"></span>Товарные знаки
-        trademarks_1_html: OpenStreetMap, логотип с увеличительным стеклом и State
-          of the Map являются зарегистрированными товарными знаками Фонда OpenStreetMap.
-          Если у вас есть вопросы об использовании этих знаков, пожалуйста, ознакомьтесь
-          с <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Политикой
-          в области товарных знаков</a>.
+        trademarks_title: Товарные знаки
+        trademarks_1_1_html: |-
+          OpenStreetMap, логотип в виде увеличительного стекла и State of the Map являются зарегистрированными товарными знаками фонда
+          OpenStreetMap. Если у вас есть вопросы об использовании вами товарных знаков, ознакомьтесь с нашей
+          %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Политику в отношении товарных знаков
     index:
       js_1: Вы используете браузер, в котором не поддерживается или отключён JavaScript.
       js_2: OpenStreetMap использует JavaScript для отображения карт.
@@ -2208,10 +2172,6 @@ ru:
             отсутствие дороги или вашего адреса, лучший способ для дальнейших действий
             — вступить в сообщество OpenStreetMap и добавить или восстановить данные
             самостоятельно.
-        add_a_note:
-          instructions_html: |-
-            Просто нажмите <a class='icon note'></a> или на тот же значок на карте.
-            Это добавит на карту маркер, который можно передвигать перетаскиванием. Добавьте сообщение, а затем нажмите кнопку сохранения, и другие картографы увидят его.
       other_concerns:
         title: Другие проблемы
         copyright: страница авторского права
@@ -2259,6 +2219,10 @@ ru:
         в веб-браузере.
       desktop_application_html: Вы по-прежнему можете использовать Potlatch с помощью
         %{download_link}.
+      id_editor_html: Как альтернатива, вы можете установить iD в качестве редактора
+        по умолчанию, который запускается в вашем веб-браузере, как это раньше делал
+        Potlatch. %{change_preferences_link}.
+      change_preferences: Измените свои предпочтения здесь
     any_questions:
       title: Остались вопросы?
     sidebar:
@@ -2357,9 +2321,19 @@ ru:
         title: Небольшой словарь картографа
         paragraph_1: У OpenStreetMap выработался локальный сленг. Вот несколько понятий,
           которые стоит иметь ввиду.
+        an_editor_html: '%{editor} – это программа или веб-сайт, который вы можете
+          использовать для редактирования карты.'
         editor: редактор
+        node: точка
+        way: линия
+        tag: тег
       rules:
         title: Правила!
+        para_1_html: |-
+          В OpenStreetMap несколько формальных правил, но мы ожидаем, что все участники будут сотрудничать
+          с сообществом и общаться с ним. Если вы планируете
+          какие-либо действия, кроме редактирования вручную, прочтите и следуйте инструкциям:
+          %{imports_link} и %{automated_edits_link}.
         automated_edits: Автоматические правки
       start_mapping: Начать картографировать
       add_a_note:
@@ -2367,6 +2341,7 @@ ru:
         para_1: Если нужно сделать небольшое уточнение, ради которого слишком долго
           регистрироваться и изучать правила правки, можно просто добавить заметку
           на карту.
+        the_map: карта
     communities:
       title: Сообщества
       lede_text: "Люди со всего мира вносят свой вклад или используют OpenStreetMap.\nНесмотря
@@ -2376,8 +2351,20 @@ ru:
         формальными или неформальными."
       local_chapters:
         title: Местные отделения
+        about_text: |-
+          Местные отделения — это группы на уровне страны или региона, которые сделали формальный шаг
+          учредив некоммерческие юридические лица. Они представляют карту района и картографов, когда
+          имеют дело с местными органами власти, бизнесом и СМИ. Они также заключили союз
+          с OpenStreetMap Foundation (OSMF), что дало им связь с правовым и авторским
+          руководящим органом.
+        list_text: 'Следующие сообщества официально учреждены как местные отделения:'
       other_groups:
         title: Другие группы
+        other_groups_html: |-
+          Нет необходимости официально создавать группу в той же степени, что и местные отделения.
+          Действительно, многие группы существуют очень успешно как неформальные собрания людей или как
+          общинные группы. Любой может настроить или присоединиться к ним. Подробнее читайте на %{communities_wiki_link}.
+        communities_wiki: Вики-странице сообщества
   traces:
     visibility:
       private: Частный (доступно только анонимно, неупорядоченные точки)
@@ -2465,6 +2452,9 @@ ru:
       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: Мои треки
@@ -2643,6 +2633,11 @@ ru:
       support: поддержка
       about:
         header: Свободно редактируемая
+        paragraph_1: В отличие от других карт, OpenStreetMap полностью создана такими
+          же людьми, как и вы, и каждый может бесплатно исправлять, обновлять, загружать
+          и использовать ее.
+        paragraph_2: Зарегистрируйтесь, чтобы начать вносить свой вклад. Мы отправим
+          электронное письмо для подтверждения вашей учетной записи.
       display name description: Ваше имя, как оно будет видно другим пользователям.
         Вы сможете изменить его позже в настройках.
       external auth: 'Внешний сайт с учётной записью:'
@@ -2651,6 +2646,11 @@ ru:
         он необходим
       continue: Зарегистрироваться
       terms accepted: Спасибо за принятие новых условий участия!
+      email_confirmation_help_html: Ваш адрес не отображается публично, см. нашу %{privacy_policy_link}
+        для получения дополнительной информации.
+      privacy_policy: политику конфиденциальности
+      privacy_policy_title: Политика конфиденциальности OSMF, включая раздел об адресах
+        электронной почты
     terms:
       title: Условия
       heading: Условия сотрудничества
@@ -2923,15 +2923,13 @@ ru:
       open_title: 'Незакрытая заметка #%{note_name}'
       closed_title: 'Закрытая заметка #%{note_name}'
       hidden_title: 'Скрытая заметка #%{note_name}'
-      opened_by_html: Создана %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Создано анонимно <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Комментарий от %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Анонимный комментарий <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Закрыта %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Закрыта анонимно <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Переоткрыта %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Переоткрыта анонимно <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Скрыта %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Создано %{user} %{time_ago}
+      event_opened_by_anonymous_html: Создано анонимом %{time_ago}
+      event_commented_by_html: Комментарий от %{user} %{time_ago}
+      event_commented_by_anonymous_html: Анонимный комментарий %{time_ago}
+      event_closed_by_html: Решено %{user} %{time_ago}
+      event_closed_by_anonymous_html: Решено анонимно %{time_ago}
+      event_hidden_by_html: Скрыто %{user} %{time_ago}
       report: пожаловаться на эту заметку
       anonymous_warning: Эта заметка содержит комментарии анонимных участников. Требуется
         независимая проверка сведений.
@@ -3015,21 +3013,17 @@ ru:
         gps: Общедоступные GPS-треки
         overlays: Включить наложения для устранения неисправностей карты
         title: Слои
-      copyright: © <a href='%{copyright_url}'>Участники OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Сделать пожертвование</a>
-      terms: <a href='%{terms_url}' target='_blank'>Условия использования сайта и
-        API</a>
-      cyclosm: Оформление тайлов выполнено <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>,
-        хостинг от <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>
-      thunderforest: Тайлы предоставлены <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Тайлы любезно предоставлены <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Оформление тайлов выполнено <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a>, хостинг от <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
+      openstreetmap_contributors: Авторы OpenStreetMap
+      make_a_donation: Сделать пожертвование
+      cyclosm_credit: Стиль тайлов от %{cyclosm_link} размещен на %{osm_france_link}
+      osm_france: OpenStreetMap Франция
+      thunderforest_credit: Тайлы предоставлены %{thunderforest_link}
+      andy_allan: Энди Аллан
+      opnvkarte_credit: Тайлы предоставлены %{memomaps_link}
+      hotosm_credit: Стиль тайлов от %{hotosm_link} размещен на %{osm_france_link}
     site:
       edit_tooltip: Править карту
-      edit_disabled_tooltip: Увеличить масштаб для редактирования карты
+      edit_disabled_tooltip: Увеличьте масштаб, чтобы отредактировать карту
       createnote_tooltip: Добавить заметку на карту
       createnote_disabled_tooltip: Приблизьте карту, чтобы добавить заметку
       map_notes_zoom_in_tooltip: Увеличьте масштаб, чтобы увидеть заметки
@@ -3060,6 +3054,8 @@ ru:
       descend: Спуск
       directions: Маршрут
       distance: Расстояние
+      distance_m: '%{distance}м'
+      distance_km: '%{distance}км'
       errors:
         no_route: Не удалось найти маршрут между этими двумя точками.
         no_place: К сожалению невозможно определить '%{place}'.
index 621563f78674e9a74f6298993dab55d2e66b6e46..7f26b8be0fdb196445fca577377e01483b074492 100644 (file)
@@ -2,6 +2,7 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: Durga Soren
+# Author: Gravitystorm
 # Author: Manik Soren
 # Author: Prakash Baski
 # Author: Rocky 734
@@ -207,7 +208,7 @@ sat:
     changeset_paging_nav:
       showing_page: ᱥᱟᱦᱴᱟ %{page}
       next: ᱤᱱᱟ ᱛᱟᱭᱚᱢ >>
-      previous: << ᱛᱟᱭᱚᱢ
+      previous: « ᱛᱟᱭᱚᱢ
     changeset:
       anonymous: ᱵᱟᱝ ᱵᱟᱰᱟᱭ
       no_edits: (ᱥᱟᱯᱲᱟᱣ ᱵᱟᱝ)
@@ -679,7 +680,7 @@ sat:
       status: ᱫᱚᱥᱟ
       showing_page: ᱥᱟᱦᱴᱟ %{page}
       next: ᱤᱱᱟ ᱛᱟᱭᱚᱢ >>
-      previous: << ᱛᱟᱭᱚᱢ
+      previous: « ᱛᱟᱭᱚᱢ
   notes:
     show:
       title: '%{id} :ᱠᱷᱟᱴᱟᱹ ᱚᱞ'
index dbbe63aa70996f1270a8966ee8d99e0e598584b8..b1ea95def0b5c00c37a1e01e092b7587fe39ab66 100644 (file)
@@ -1,6 +1,7 @@
 # Messages for Sardinian (sardu)
 # Exported from translatewiki.net
 # Export driver: phpyaml
+# Author: Gravitystorm
 # Author: L2212
 # Author: Larentzu
 # Author: Placebo2
@@ -164,50 +165,45 @@ sc:
         needs_view: S'utente tenet bisòngiu de s'autenticare in antis chi custu blocu
           bèngiat iscantzelladu?
       user:
-        email_confirmation: S'indiritzu tuo no est ammustradu a manera pùblica, pòmpia·ti
-          sa<a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="Normas
-          subra de sa riservadesa de sa OSMF cun incluida sa setzione subra de sos
-          indiritzos de posta eletrònica">polìtica subra de sa riservadesa</a> pro
-          àteras informatziones.
         new_email: (mai ammustradu a manera pùblica)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: pagu prus o mancu 1 ora a como
+        one: pagu prus o mancu %{count} ora a como
         other: pagu prus o mancu %{count} oras a como
       about_x_months:
-        one: pagu prus o mancu 1 mese a como
+        one: pagu prus o mancu %{count} mese a como
         other: pagu prus o mancu %{count} meses a como
       about_x_years:
-        one: pagu prus o mancu 1 annu a como
+        one: pagu prus o mancu %{count} annu a como
         other: pagu prus o mancu %{count} annos a como
       almost_x_years:
-        one: belle 1 annu a como
+        one: belle %{count} annu a como
         other: belle %{count} annos a como
       half_a_minute: mesu minutu a como
       less_than_x_seconds:
-        one: prus pagu de 1 segundu a como
+        one: prus pagu de %{count} segundu a como
         other: prus pagu de %{count} segundos a como
       less_than_x_minutes:
-        one: prus pagu de 1 minutu a como
+        one: prus pagu de %{count} minutu a como
         other: prus pagu de %{count} minutos a como
       over_x_years:
-        one: prus de 1 annu a como
+        one: prus de %{count} annu a como
         other: prus de %{count} annos a como
       x_seconds:
-        one: 1 segundu a como
+        one: '%{count} segundu a como'
         other: '%{count} segundos a como'
       x_minutes:
-        one: 1 minutu a como
+        one: '%{count} minutu a como'
         other: '%{count} minutos a como'
       x_days:
-        one: 1 die a como
+        one: '%{count} die a como'
         other: '%{count} dies a como'
       x_months:
-        one: 1 mese a como
+        one: '%{count} mese a como'
         other: '%{count} meses a como'
       x_years:
-        one: 1 annu a como
+        one: '%{count} annu a como'
         other: '%{count} annos a como'
   editor:
     default: Predefinidu (in custu momentu %{name})
@@ -309,6 +305,17 @@ sc:
       delete_account: Iscantzella su contu...
     go_public:
       heading: Modificatzione pùblica
+      currently_not_public: In custu momentu sas modìficas tuas sunt anònimas e sas
+        persones non ti podent imbiare messàgios o bìdere sa positzione tua. Incarca
+        su butone inoghe in suta pro ammustrare sas modìficas tuas e permìtere a sas
+        persones de ti chircare tràmite su situ web.
+      only_public_can_edit: A pustis de su coladòrgiu a s'API 0.6, petzi sos utentes
+        pùblicos podent modificare sos datos de sa mapa.
+      find_out_why: iscoberi pro ite
+      email_not_revealed: S'indiritzu de posta eletrònica tuo no at a bènnere riveladu
+        si as a devènnere unu contu pùblicu.
+      not_reversible: Custa atzione non si podet annullare e pro impostadura predefinida
+        como totu sos utentes noos sunt pùblicos.
       make_edits_public_button: Faghe totu sas modìficas meas pùblicas
     update:
       success_confirm_needed: Informatziones de s'utente atualizadas. Controlla s'indiritzu
@@ -319,22 +326,22 @@ sc:
   browse:
     created: Creadu
     closed: Serradu
-    created_html: Creadu <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Serradu <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Creadu <abbr title='%{title}'>%{time}</abbr> dae %{user}
-    deleted_by_html: Iscantzelladu <abbr title='%{title}'>%{time}</abbr> dae %{user}
-    edited_by_html: Modificadu <abbr title='%{title}'>%{time}</abbr> dae %{user}
-    closed_by_html: Serradu <abbr title='%{title}'>%{time}</abbr> dae %{user}
+    created_ago_html: Creadu %{time_ago}
+    closed_ago_html: Tancadu %{time_ago}
+    created_ago_by_html: Creadu %{time_ago} dae %{user}
+    closed_ago_by_html: Tancadu %{time_ago} dae %{user}
+    deleted_ago_by_html: Iscantzelladu %{time_ago} dae %{user}
+    edited_ago_by_html: Modificadu %{time_ago} dae %{user}
     version: Versione
     in_changeset: Annantu de modìficas
     anonymous: anònimu
     no_comment: (perunu cummentu)
     part_of: Parte de
     part_of_relations:
-      one: 1 relatzione
+      one: '%{count} relatzione'
       other: '%{count} relatziones'
     part_of_ways:
-      one: 1 lìnia
+      one: '%{count} lìnia'
       other: '%{count} lìnias'
     download_xml: Iscàrriga XML
     view_history: Càstia sa cronologia
@@ -350,8 +357,8 @@ sc:
       relation: Relatziones (%{count})
       relation_paginated: Relatziones (%{x}-%{y} de %{count})
       comment: Cummentos (%{count})
-      hidden_commented_by_html: Cummentu cuadu de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Cummentu de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Cummentu cuadu de %{user} %{time_ago}
+      comment_by_html: Cummentu de %{user} %{time_ago}
       changesetxml: XML de s'annantu de modìficas
       osmchangexml: XML in formadu osmChange
       feed:
@@ -379,7 +386,7 @@ sc:
       history_title_html: 'Istòria de sa relatzione: %{name}'
       members: Membros
       members_count:
-        one: 1 membru
+        one: '%{count} membru'
         other: '%{count} membros'
     relation_member:
       entry_role_html: '%{type} %{name} comente %{role}'
@@ -623,11 +630,10 @@ sc:
   geocoder:
     search:
       title:
-        latlon_html: Resurtados <a href="https://openstreetmap.org/">internos</a>
-        osm_nominatim_html: Resurtados dae <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resurtados dae <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Resurtados dae %{results_link}
+        latlon: Internu
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -734,7 +740,7 @@ sc:
           pub: Pub
           public_bath: Bagnos pùblicos
           public_bookcase: Biblioteca lìbera de carrera
-          public_building: Telèfonu Pùblicu
+          public_building: Edifìtziu pùblicu
           ranger_station: Istatzione de sas guàrdias forestales
           recycling: Puntu de retziclàgiu
           restaurant: Ristorante
@@ -1008,7 +1014,7 @@ sc:
           fitness_station: Palestra a s'abertu
           garden: Giardinu
           golf_course: Campu de golf
-          horse_riding: Ecuitatzione
+          horse_riding: Tzentru de ecuitatzione
           ice_rink: Pista de astra
           marina: Marina (portu minore)
           miniature_golf: Minigolf
@@ -1423,11 +1429,10 @@ sc:
       status: Istadu
       reports: Informes
       last_updated: Ùrtimu agiornamentu
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> dae %{user}
+      last_updated_time_ago_user_html: '%{time_ago} dae %{user}'
       link_to_reports: Abbàida sos informes
       reports_count:
-        one: 1 sinnalatzione
+        one: '%{count} sinnalatzione'
         other: '%{count} sinnalatziones'
       reported_item: Elementu sinnaladu
       states:
@@ -1437,7 +1442,7 @@ sc:
     show:
       title: '%{status} Problema #%{issue_id}'
       reports:
-        one: 1 sinnalatzione
+        one: '%{count} sinnalatzione'
         other: '%{count} sinnalatziones'
       report_created_at: Sinnaladu pro sa prima borta su %{datetime}
       last_resolved_at: Risoltu pro s'ùrtima borta su %{datetime}
@@ -1600,10 +1605,10 @@ sc:
       subject: '[OpenStreetMap] Faddina de importatzione de GPX'
     gpx_success:
       hi: Salude %{to_user},
-      loaded_successfully:
+      loaded:
         one: carrigadu in manera curreta cun %{trace_points} de 1 puntu possìbile.
-        other: larrigadu in manera curreta cun %{trace_points} de %{possible_points}
-          puntos possìbiles.
+        other: carrigadu in manera curreta cun %{trace_points} de %{count} puntos
+          possìbiles.
       subject: '[OpenStreetMap] GPX importadu chene problemas'
     signup_confirm:
       subject: '[OpenStreetMap] Bene bènnidu in OpenStreetMap'
@@ -1708,6 +1713,8 @@ sc:
       success: As cunfirmadu su contu tuo, gràtzias pro t'èssere registradu!
       already active: Custu contu est istadu giai cunfirmadu.
       unknown token: Custu còdighe de cunfirma est iscadidu o no esistet.
+      resend_html: Si bisòngias chi ti torremus a imbiare sa lìtera de cunfirma, %{reconfirm_link}.
+      click_here: incarca inoghe
     confirm_resend:
       failure: Utente %{name} no agatadu.
     confirm_email:
@@ -1834,7 +1841,6 @@ sc:
       image: Immàgine
       gravatar:
         gravatar: Imprea Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Ite est Gravatar?
         disabled: Gravatar est istadu inabilitadu.
         enabled: Sa visualizatzione de su Gravatar tuo est istada abilitada.
@@ -1903,6 +1909,7 @@ sc:
       support: assistèntzia
   shared:
     markdown_help:
+      heading_html: Analizadu cun %{kramdown_link}
       headings: Intestatziones
       heading: Intestatzione
       subheading: Sutatìtulu
@@ -1921,7 +1928,7 @@ sc:
   site:
     about:
       next: Imbeniente
-      copyright_html: <span>&copy;</span>Contribuidores<br>de OpenStreetMap
+      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'
       lede_text: OpenStreetMap est fraigadu dae una comunidade de mapadores chi frunint
@@ -1932,34 +1939,44 @@ sc:
         OpenStreetMap daet valore a sa connoschèntzia locale. Sos collaboradores impreant immàgines aèreas, dispositivos GPS e mapas clàssicas de su terrinu pro verificare chi OSM
         siat pretzisas e atualizadas.
       community_driven_title: Ghiadu dae sa comunidade
-      community_driven_html: |-
+      community_driven_1_html: |-
         Sa comunidade de OpenStreetMap est diversa, apassionada e creschet cada die.
         Intre sos contribuidores nostros b'ant cartògrafos entusiastas, professionistas de GIS, ingegneris
         chi gestint sos serbidores de OSM, voluntàrios chi mapant sas zonas tocadas dae disastros
         e medas àteros.
         Pro imparare de prus subra de sa comunidade pòmpia·ti su
-        <a href='https://blog.openstreetmap.org'>Blog de OpenStreetMap</a>,
-        <a href='%{diary_path}'>sos diàrios de sos utentes</a>,
-        <a href='https://blogs.openstreetmap.org/'>sos blogs de sa comunidade</a>, e
-        su situ web de sa <a href='https://www.osmfoundation.org/'>Fundatzione OSM</a>.
+        %{osm_blog_link},
+        sos %{user_diaries_link},
+        sos %{community_blogs_link}, e
+        su situ web de sa %{osm_foundation_link}.
+      community_driven_osm_blog: blog de OpenStreetMap
+      community_driven_user_diaries: diàrios de sos utentes
+      community_driven_community_blogs: blogs de sa comunidade
+      community_driven_osm_foundation: Fundatzione OSM
       open_data_title: Datos abertos
-      open_data_html: |-
-        OpenStreetMap est <i>a datos abertos</i>: ses lìberu de l'impreare pro cale si siat punna,
+      open_data_1_html: |-
+        OpenStreetMap est a %{open_data}: ses lìberu de l'impreare pro cale si siat punna,
         bastat chi pòngias in craru chi sos datos sunt òpera de OpenStreetMap e de sos contribuidores suos. Si modìficas o
         isvilupas carchi cosa cosa partende dae sos datos in unas cantas maneras ispetzìficas, podes publicare sos resurtados petzi
-        suta de sa matessi lissèntzia. Pòmpia·ti sa <a href='%{copyright_path}'>pàgina de su deretu de autore e de sa litzèntzia</a> pro sos detàllios.
+        suta de sa matessi lissèntzia. Pòmpia·ti sa %{copyright_license_link} pro sos detàllios.
+      open_data_open_data: datos abertos
+      open_data_copyright_license: pàgina de su deretu de autore e de sa litzèntzia
       legal_title: Notas legales
-      legal_1_html: |-
+      legal_1_1_html: |-
         Custu situ web e medas àteros servìtzios relatzionados sunt operados, in manera formale, dae sa
-        <a href='https://osmfoundation.org/'>Fundatzione OpenStreetMap</a> (OSMF)
+        %{openstreetmap_foundation_link} (OSMF)
         on behalf of the community. in nùmene de sa comunidade. S'impreu de totu sos servìtzios operados dae s'OSMF est sugetu
-        a sas <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Cunditziones de impreu</a>, a sas <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Polìticas de impreu atzetàbile</a> e a sa <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Polìtica de riservadesa</a> nostras.
-      legal_2_html: |-
-        <a href='https://osmfoundation.org/Contact'>Cuntata sa OSMF</a>
-        si tenes preguntas chi pertocant a sa litzèntzia, a su deretu de autore o a àteras chistiones legales.
-        <br>
-        OpenStreetMap, su logotipu de sa lente de ismanniamentu e  s'Istadu de sa mapa sunt <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">sìmbulos registrados de sa OSMF</a>.
+        a sas %{terms_of_use_link}, a sas %{aup_link} e a sa %{privacy_policy_link} nostras.
+      legal_1_1_openstreetmap_foundation: Fundatzione OpenStreetMap
+      legal_1_1_terms_of_use: Cunditziones de impreu
+      legal_1_1_aup: Polìticas de impreu atzetàbile
+      legal_1_1_privacy_policy: Polìtica de riservadesa
+      legal_2_1_html: Pro praghere %{contact_the_osmf_link} si tenes dimandas in contu
+        de sa litzèntzia, de su deretu de autore o de àteras chistiones legales.
+      legal_2_1_contact_the_osmf: cuntata s'OSMF
+      legal_2_2_html: OpenStreetMap su logotipu cun sa lente de ismanniamentu e State
+        of the Map sunt %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: marcas registradas de s'OSMF
       partners_title: Sòtzios
     copyright:
       foreign:
@@ -1976,110 +1993,127 @@ sc:
         mapping_link: incumintzare a mapare
       legal_babble:
         title_html: Deretu de autore e litzèntzia
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> est <i>a datos abertos</i>, suta de sa lissèntzia <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) frunida dae sa  <a
-          href="https://osmfoundation.org/">Fundatzione OpenStreetMap</a> (OSMF).
-        intro_2_html: |-
-          Ses lìberu de copiare, distribuire, trasmìtere a manera pùblica e adatare sos datos nostros,
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} est basadu subra de %{open_data}, suta de sa litzèntzia
+          %{odc_odbl_link} (ODbL) dae sa %{osm_foundation_link} (OSMF).
+        introduction_1_open_data: datos abertos
+        introduction_1_odc_odbl: Litzèntzia de sa base de datos abertos Open Data
+          Commons (ODbL)
+        introduction_1_osm_foundation: Fundatzione OpenStreetMap
+        introduction_2_html: |-
+          Ses lìberu de copiare, distribuire, trasmìtere e adatare sos datos nostros,
           semper chi ispetzìfiches chi sunt òpera de OpenStreetMap e de sos
-          contribuidores suos. Si modìficas o creas cosas basende·ti subra de sos datos nostros, as a pòdere distribuire sos resurtados cun sa matessi litzèntzia. Su
-          <a href="https://opendatacommons.org/licenses/odbl/1.0/">còdighe
-          legale</a> intreu acrarit sos deretos tuos e sas responsabilidades tuas.
-        intro_3_1_html: |-
-          Sa documentatzione nostra est a disponimentu suta de sa litzèntzia
-          <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0).
+          contribuidores suos. Si modìficas o creas cosas basende·ti subra de sos datos nostros, as a pòdere distribuire sos resurtados cun sa matessi litzèntzia. Su %{legal_code_link} intreu acrarit sos deretos tuos e sas responsabilidades tuas.
+        introduction_2_legal_code: testu giurìdicu
+        introduction_3_html: Sa documentatzione nostra est intregada cun litzèntzia
+          %{creative_commons_link} (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Atributzione - Cumpartzi
+          in sa matessi manera 2.0
         credit_title_html: Comente dare s'atributzione de sos contributos a OpenStreetMap
         credit_1_html: 'Cando impreas sos datos de OpenStreetMap, depes fàghere custas
           duas cosas:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Atribuire sos crèditos a OpenStreetMap ammustrende s'avisu de deretu de autore nostru.</li>
-            <li>Acrarire su fatu chi sos datos sunt a disponimentu suta de sa litzèntzia Open Database.</li>
-          </ul>
-        credit_3_1_html: Pro s'avisu de deretu de autore amus recuisitos diferentes
+        credit_2_1: Dae s'atributzione de sos contributos a OpenStreetMap mustrende
+          s'avisu nostru de su deretu de autore.
+        credit_2_2: Pone in craru su fatu chi sos datos sunt a disponimentu cun sa
+          Litzèntzia de Base de Datos Aberta.
+        credit_3_html: Pro s'avisu de deretu de autore amus recuisitos diferentes
           subra de comente diat dèpere èssere ammustradu, a segunda de comente ses
           impreende sos datos nostros. A esèmpiu, s'àplicant règulas diferentes subra
           de comente ammustrare s'avisu de deretu de autore a segunda chi tue apas
           creadu una mapa navigàbile, una mapa imprentada o un'immàgine istàtica.
           Totu sas informatziones a sa minuda subra de sos recuisitos si podent agatare
-          in sas <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">lìnias
-          de ghia subra de s'atributzione</a>.
-        credit_4_html: |-
-          Pro pònnere in craru chi sos datos sunt a disponimentu in base a sa litzèntzia Open Database, podes insertare unu ligàmene a <a href="https://www.openstreetmap.org/copyright">custa pàgina subra de su deretu de autore</a>.
+          in sas %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Lìnias de ghia subra de s'atributzione
+        credit_4_1_html: |-
+          Pro pònnere in craru chi sos datos sunt a disponimentu in base a sa litzèntzia Open Database, podes insertare unu ligàmene a %{this_copyright_page_link}.
           In alternativa, e comente recuisitu si ses distribuende OSM in forma de datos, podes numenare e ligare a manera direta sas litzèntzias. In sos mèdios de comunicatzione in ue sos ligàmenes non sunt possìbiles (a es. òperas de paperi), ti cussigiamus de indiritzare sos letores tuos in manera direta cara a openstreetmap.org (mancari ismanniende 'OpenStreetMap' a s'indiritzu intreu suo) e a opendatacommons.org. In custu esèmpiu, sos crèditos aparint in s'àngulu de sa mapa.
+        credit_4_1_this_copyright_page: custa pàgina subra de su deretu de autore
         attribution_example:
           alt: Esempru de comente atribuire sos crèditos a OpenStreetMap in una pàgina
             web
           title: Esempru de atributzione
         more_title_html: Pro nd'ischire de prus
-        more_1_html: |-
-          Leghe àteras informatziones subra de s'impreu de sos datos nostros, e de comente nos atribuire sos crèditos, in sa <a
-          href="https://osmfoundation.org/Licence">pàgina de sa litzèntzia OSMF</a>.
-        more_2_html: Mancari sos datos de OpenStreetMap siant datos abertos, non podimus
-          ofèrrere un'API de badas a tertzos. Pòmpia·ti sa <a href="https://operations.osmfoundation.org/policies/api/">polìtica
-          de impreu de s'API</a>, sa <a href="https://operations.osmfoundation.org/policies/tiles/">polìtica
-          de impreu de sos tasseddos</a> e sa <a href="https://operations.osmfoundation.org/policies/nominatim/">polìtica
-          de impreu de Nominatim</a>.
+        more_1_1_html: Leghe de prus subra de comente impreare sos datos nostros e
+          nos dare s'atributzione de sos contributos in sa %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: Pàgina de sa litzèntzia de s'OSMF
+        more_2_1_html: |-
+          Mancari chi OpenStreetMap tèngiat datos abertos, non podimus frunire
+          un'API de badas a sas mapas esternas.
+          Càstia sa %{api_usage_policy_link}, %{tile_usage_policy_link} e %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Polìtica de impreu de s'API
+        more_2_1_tile_usage_policy: Polìtica de impreu de sos tasseddos
+        more_2_1_nominatim_usage_policy: Polìtica de impreu de Nominatim
         contributors_title_html: Sos collaboradores nostros
         contributors_intro_html: |-
           Sos contribuidores nostros sunt mìgias de persones. Includimus fintzas
           datos cun litzèntzias abertas de sas agèntzias pùblicas de cartografia e de àteras fontes, che a:
-        contributors_at_html: |-
-          <strong>Àustria</strong>: cuntenet datos dae
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (suta de sa
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> e
-          Land Tirol (suta de sa <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT cun emendamentos</a>).
-        contributors_au_html: |-
-          <strong>Austràlia</strong>: cuntenet o est isvilupada impreende sas làcanas amministrativas &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a>
-          publicadas dae su Commonwealth de s'Austràlia suta de sa
-          <a href="https://creativecommons.org/licenses/by/4.0/">litzèntzia Creative Commons Attribution 4.0 Internatzionale (CC BY 4.0)</a>.
-        contributors_ca_html: |-
-          <strong>Cànada</strong>: cuntenet datos dae
-          GeoBase&reg;, GeoGratis (&copy; Dipartimentu de sas Resursas Naturales de su Cànada), CanVec (&copy; Dipartimentu de sas Resursas
+        contributors_at_credit_html: |-
+          %{austria}: Cuntenet datos dae %{stadt_wien_link} (suta de sa %{cc_by_link}), %{land_vorarlberg_link}
+          e Land de su Tirolu (suta de sa %{cc_by_at_with_amendments_link}).
+        contributors_at_austria: Àustria
+        contributors_at_stadt_wien: Tzitade de Vienna
+        contributors_at_cc_by: CC BY
+        contributors_at_land_vorarlberg: Land de su Vorarlberg
+        contributors_at_cc_by_at_with_amendments: CC BY AT cun retìficas
+        contributors_au_credit_html: |-
+          %{australia}: Incòrporat o l'ant isvilupada impreende sas Làcanas amministrativas &copy; %{geoscape_australia_link}
+          intregadas cun litzèntzia Commonwealth de s'Australia suta de sa %{cc_licence_link}.
+        contributors_au_australia: Austràlia
+        contributors_au_geoscape_australia: Geoscape Austràlia
+        contributors_au_cc_licence: Litzèntzia internatzionale Creative Commons Atributzione
+          4.0 (CC BY 4.0)
+        contributors_ca_credit_html: |-
+          %{canada}: Cuntenet datos dae
+          GeoBase&reg;, GeoGratis (&copy; Dipartimentu de sas Resursas
+          Naturales de su Cànada), CanVec (&copy; Dipartimentu de sas Resursas
           Naturales de su Cànada), e StatCan (Divisione de Geografia,
           Istatìsticas de su Cànada).
-        contributors_fi_html: |-
-          <strong>Finlàndia</strong>: cuntenet datos dae sa
-          Base de datos topogràficos de s'ispetzione natzionale de su territòriu de sa Finlàndia
-          e àteros annantos de datos, suta de sa
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">litzèntzia NLSFI</a>.
-        contributors_fr_html: |-
-          <strong>Frantza</strong>: cunenet datos chi benint dae sa
-          Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Paisos Bassos</strong>: cuntenet datos &copy; AND, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Zelanda Noa</strong>: cunenet datos chi benint dae su
-          <a href="https://data.linz.govt.nz/">servìtziu de datos LINZ</a>
-          publicados pro los torrare a impreare suta de sa
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Islovènia</strong>: cuntenet datos dae
-          <a href="http://www.gu.gov.si/en/">s'Autoridade pro su Rilievu e sa Mapadura</a> e su
-          <a href="http://www.mkgp.gov.si/en/">Ministru de s'Agricultura, sos padentes e su màndigu</a>
+        contributors_ca_canada: Cànada
+        contributors_fi_credit_html: |-
+          %{finland}: Cuntenet datos dae sa
+          base de datos topogràficos de su Servìtziu Natzionale de su Territòriu Finlandesu e àteros annantos de datos, suta de sa %{nlsfi_license_link}.
+        contributors_fi_finland: Finlàndia
+        contributors_fi_nlsfi_license: litzèntzia NLSFI
+        contributors_fr_credit_html: |-
+          %{france}: Cuntenet datos pigados dae sa
+          Diretzione Generale de sas Impostas.
+        contributors_fr_france: Frantza
+        contributors_nl_credit_html: '%{netherlands}: Cuntenet &copy; AND datos, 2007
+          (%{and_link})'
+        contributors_nl_netherlands: Paisos Bassos
+        contributors_nz_credit_html: |-
+          %{new_zealand}: Cuntenet datos pigados dae su %{linz_data_service_link}
+          e publicadu cun litzèntzia pro lu torrare a impreare %{cc_by_link}.
+        contributors_nz_new_zealand: Zelanda Noa
+        contributors_nz_linz_data_service: Servìtziu de sos datos LINZ
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_credit_html: |-
+          %{slovenia}: Cuntenet datos dae s'%{gu_link} e dae su %{mkgp_link}
           (informatziones pùblicas de s'Islovènia).
-        contributors_es_html: |-
-          <strong>Ispagna</strong>: cuntenet datos chi benint dae
-          s'Istitutu geogràficu natzionale ispagnolu (<a href="http://www.ign.es/">IGN</a>) e sae su
-          Sistema cartogràficu natzionale (<a href="http://www.scne.es/">SCNE</a>)
-          publicados pro los torrare a impreare suta de sa <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Sud Àfrica</strong>: cuntenet datos chi benint dae su
-          <a href="http://www.ngi.gov.za/">Diretoradu printzipale:
-          informatziones geo-ispatziales natzionales Geo-Spatial Information</a>, deretos de autore riservados dae s'Istadu.
-        contributors_gb_html: |-
-          <strong>Regnu Unidu</strong>: cuntenet sos datos de sa Ordnance
-          Survey &copy; deretu de autore e base de datos de sa Corona
-          2010-19.
-        contributors_footer_1_html: |-
-          Pro àteros detàllios subra de custas e de àteras fontes impreadas pro megiorare OpenStreetMap pòmpia·ti sa <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">pàgina de sos contribuidores</a> in sa wiki de OpenStreetMap.
+        contributors_si_slovenia: Islovènia
+        contributors_si_gu: Autoridade de su rilevamentu e de sa mapadura
+        contributors_si_mkgp: Ministeru de sa laurera, de sos padentes e de s'alimentatzione
+        contributors_es_credit_html: |-
+          %{spain}: Cuntenet datos pigados dae
+          S'Istitutu Geogràficu Natzionale Ispagnolu (%{ign_link}) e su
+          Sistema Cartogràficu Natzionale (%{scne_link})
+          publicadu cun sa litzèntzia pro lu torrare a impreare %{cc_by_link}.
+        contributors_es_spain: Ispagna
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: Cuntenet datos dae sa %{ngi_link},
+          deretos de autore de s''istadu riservados.'
+        contributors_za_south_africa: Sudàfrica
+        contributors_za_ngi: 'Diretzione printzipale: Informatziones geoispatziales
+          natzionales'
+        contributors_gb_credit_html: |-
+          %{united_kingdom}: Cuntenet datos de s'Ordnance Survey &copy; Deretos de autore e de sa base de datos de sa Corona
+          2010-2023.
+        contributors_gb_united_kingdom: Regnu Unidu
+        contributors_2_html: Pro prus detàllios subra custas e àteras fontes impreadas
+          pro agiudare a megiorare OpenStreetMap, pòmpia sa %{contributors_page_link}
+          in sa wiki de OpenStreetMap.
+        contributors_2_contributors_page: Pàgina de sos collaboradores
         contributors_footer_2_html: |-
           S'inclusione de datos in OpenStreetMap no ìmplicat chi su frunidore originale
           de sos datos diat suportu a OpenStreetMap, frunat cale si siat garantzia o
@@ -2088,16 +2122,17 @@ sc:
         infringement_1_html: |-
           Ammentamus a sos collaboradores de OSM chi non depent annànghere mai datos dae cale si siat fonte cun deretos de autore registrados (a es. Google Maps o mapas imprentadas) chene
           tènnere un'autorizatzione esplìtzita de sos titulares de sos deretos de autore.
-        infringement_2_html: |-
-          Si pensas chi b'at materiale amparadu dae deretu de autore chi est istadu annantu in manera impròpria
-          a sa base de datos de OpenStreetMap o a custu situ bae a
-          su <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">protzedimentu nostru pro eliminare datos amparados dae sos deretos de autore</a> o compila custu
-          <a href="https://dmca.openstreetmap.org/">formulàriu in lìnia</a>.
-        trademarks_title_html: <span id="trademarks"></span>Màrchios registrados
-        trademarks_1_html: OpenStreetMap, su logotipu de sa lente de ismanniamentu
-          e «State of the Map» sunt màrchios registrados de sa Fundatzione OpenStreetMap.
-          Si tenes pregontas subra s'impreu de sas marcas, consultades sa <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">polìtica
-          pro sos màrchios registrados</a>.
+        infringement_2_1_html: |-
+          Si pensas chi materiale amparadu dae deretu de autore siat istadu annantu in manera no apropiada a sa base de datos de OpenStreetMap o a custu situ, faghe riferimentu
+          a sa %{takedown_procedure_link} nostra o imbia unu reclamu in manera direta a sa nostra %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: protzedura de rimotzione
+        infringement_2_1_online_filing_page: pàgina de sinnalatzione in lìnia
+        trademarks_title: Marcas registradas
+        trademarks_1_1_html: OpenStreetMap, su logotipu de sa lente de ismanniamentu
+          e State of the Map sunt marcas registradas de sa Fundatzione OpenStreetMap.
+          Si tenes dudas subra de s'impreu de sas marcas, leghe·ti sa %{trademark_policy_link}
+          nostra.
+        trademarks_1_1_trademark_policy: Normativa subra de sas marcas registradas
     index:
       js_1: Ses impreende unu navigadore chi non tenet su suportu pro JavaScript o
         as inabilitadu JavaScript.
@@ -2128,6 +2163,9 @@ sc:
       map_image: Immàgine de sa mapa (ammustrat s'istratu istandard)
       embeddable_html: HTML incorporàbile
       licence: Litzèntzia
+      licence_details_html: Sos datos de OpenStreetMap sunt suta de sa litzèntzia
+        %{odbl_link} (ODbL).
+      odbl: Litzèntzia de sa base de datos abertos Open Data Commons
       too_large:
         advice: 'Si s''esportatzione inoghe in subra faddit piga in cunsideru s''impreu
           de una de sas fontes inclùdidas in sa lista chi sighit:'
@@ -2172,12 +2210,17 @@ sc:
             l'acontzare est aunende·ti a sa comunidade de OpenStreetMap e annanghende
             o curregende sos datos tue matessi.
         add_a_note:
-          instructions_html: |-
-            Bastat a incarcare <a class='icon note'></a> o sa matessi icona in s'ischermada de sa mapa.
+          instructions_1_html: |-
+            Bastat a incarcare in %{note_icon} o subra de sa matessi icona in s'ischermada de sa mapa.
             Custu at a annànghere unu marcadore a sa mapa, chi as a pòdere mòvere
-            trisinende·lu. Annanghe su messàgiu tuo e a pustis incarca sarva, e àteros mapadores ant a investigare.
+            traghende·lu. Annanghe su messàgiu tuo e a pustis incarca sarva, e àteros mapadores ant a investigare.
       other_concerns:
         title: Àteros oriolos
+        concerns_html: Si ses apensamentadu subra de comente sos datos nostros benint
+          impreados o subra de sos cuntenutos consulta sa %{copyright_link} pro prus
+          informatziones legales o intra in cuntatu cun su %{working_group_link} apropiadu.
+        copyright: pàgina de su deretu de autore
+        working_group: grupu de traballu de s'OSMF
     help:
       title: Comente otènnere agiudu
       introduction: |-
@@ -2223,8 +2266,20 @@ sc:
       removed: S'editore predefinidu tuo de OpenStreetMap est Potlatch. Dae chi s'Adobe
         Flash Player l'ant ritiradu, su Potlach no est prus a disponimentu pro s'impreu
         dae unu navigadore web.
+      desktop_application_html: Podes galu impreare Potlatch %{download_link}.
+      download: iscarrighende s'aplicatzione de iscrivania pro Mac e Windows
+      id_editor_html: In alternativa podes isseberare comente editore predefinidu
+        iD, chi funtzionat in su navigadore web tuo gasi comente lu faghiat Potlatch.
+        %{change_preferences_link}.
+      change_preferences: Muda sas preferèntzias tuas inoghe
     any_questions:
       title: Tenes preguntas?
+      paragraph_1_html: |-
+        OpenStreetMap tenet medas risorsas pro imparare subra de su progetu, pedende e torrende risposta
+        a dimandas medas, arresonende in manera collaborativa de temas chi pertocant a sa mapadura e documentende·los.
+        %{help_link}. Faghes parte de un'organizatzione chi tenes pranos chi pertocant a OpenStreetMap? %{welcome_mat_link}.
+      get_help_here: Retzi agiudu inoghe
+      welcome_mat: Bìsita su tapeteddu de benebènnidu
     sidebar:
       search_results: Risultados de sa chirca
       close: Serra
@@ -2317,18 +2372,52 @@ sc:
         chi depes ischire.
       whats_on_the_map:
         title: Ite b'at in sa mapa
+        on_the_map_html: |-
+          OpenStreetMap est unu logu pro mapare cosas chi sunt %{real_and_current} -
+          incluit milliones de fràigos, caminos, e àteros detàllios subra de sos logos. Podes mapare
+          cale si siat elementu de su mundu reale chi t'interesset.
+        real_and_current: beras e atuales
+        off_the_map_html: |-
+          Ite %{doesnt} incluit sunt datos sugetivos che a sas valutatziones, caraterìsticas istòricas o
+          ipotèticas, e datos dae fontes cun deretu de autore. Francu chi apas permissos
+          ispetziales non còpies dae mapas in lìnia o de paperi.
+        doesnt: "no"
       basic_terms:
         title: Terminologia de base pro sa mapadura
         paragraph_1: OpenStreetMap tenet unu limbàgiu suo. Inoghe tenes unas cantas
           paràulas crae chi t'ant a pòdere èssere de giudu.
+        an_editor_html: Un'%{editor} est unu programma o situ web chi podes impreare
+          pro modificare sa mapa.
+        a_node_html: Unu %{node} est unu puntu in sa mapa, che a unu ristorante o
+          un'àrbore.
+        a_way_html: Una %{way} est una lìnia o un'oru de un'àrea, che a unu caminu,
+          unu riu, unu lagu o unu fràigu.
+        a_tag_html: |-
+          Un'%{tag} est unu annantu minore de datos subra de unu nodu o una lìnia, che a
+          su nùmene de unu ristorante o su lìmite de lestresa de unu caminu.
+        editor: editore
+        node: nodu
+        way: lìnia
+        tag: eticheta
       rules:
         title: Règulas!
+        para_1_html: |-
+          OpenStreetMap tenet pagas règulas formales, ma nos isetamus chi totu sos partetzipantes collàborent e comùnichent cun sa comunidade. Si ses cunsiderende
+          cale si siat àtera atividade chi non siat sa modìfica manuale, leghe e sighi sas lìnias de ghia subra de sas
+          %{imports_link} e  de sas %{automated_edits_link}.
+        imports: Importatziones
+        automated_edits: Modìficas automatizadas
       start_mapping: Incumintza a mapare
       add_a_note:
         title: Non tenes tempus pro fàghere modìficas? Annanghe una nota!
         para_1: Si boles petzi una curretzione minore, e non tenes su tempus pro ti
           registrare e imparare comente fàghere modìficas, est fàtzile a annànghere
           una nota.
+        para_2_html: |-
+          Bae a %{map_link} e incarca in subra de s'icona de sa nota: %{note_icon}.
+          Custu at a annànghere unu marcadore a sa mapa, chi as a pòdere mòvere
+          traghende·lu. Annanghe su messàgiu tuo e a pustis incarca sarva, e àteros mapadores ant a investigare.
+        the_map: sa mapa
     communities:
       title: Comunidades
       lede_text: |-
@@ -2348,6 +2437,11 @@ sc:
           che a setziones locales:'
       other_groups:
         title: Àteros grupos
+        other_groups_html: |-
+          Non b'at bisòngiu de istabilire in manera formale unu grupu che a sas setziones locales.
+          Difatis medas grupos esistint, cun sutzessu mannu, comente agrupamentos informales de persones o comente
+          grupos de comunidades. Totus nde podent creare o bi si podent aunire. Leghe àteras informatziones in sa %{communities_wiki_link}.
+        communities_wiki: Pàgina wiki de sas comunidades
   traces:
     visibility:
       private: Privadu (cumpartzidu petzi comente puntos anònimos no ordinados)
@@ -2413,7 +2507,7 @@ sc:
     trace:
       pending: ISETENDE
       count_points:
-        one: 1 puntu
+        one: '%{count} puntu'
         other: '%{count} puntos'
       more: àteru
       trace_details: Pòmpia sos detàllios de sa rasta
@@ -2431,6 +2525,11 @@ sc:
       public_traces_from: Rastas GPS pùblicas de %{user}
       description: Esplora sos carrigamentos reghentes de rastas GPS
       tagged_with: ' etichetadas cun %{tags}'
+      empty_title: Inoghe non b'at galu nudda
+      empty_upload_html: '%{upload_link} o impara de prus subra de sa creatzione de
+        rastas GPS in sa %{wiki_link}.'
+      upload_new: Càrriga una rasta noa
+      wiki_page: pàgina wiki
       upload_trace: Càrriga una rasta
       all_traces: Totu sas rastas
       my_traces: Sas rastas meas
@@ -2614,6 +2713,11 @@ sc:
       support: assistèntzia
       about:
         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.
       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.
       external auth: 'Autenticatzione pro mèdiu de unu servìtziu esternu:'
@@ -2624,6 +2728,11 @@ sc:
       continue: Iscrie·ti
       terms accepted: Ti torramus gràtzias pro àere atzetadu sas cunditziones noas
         de collaboratzione.
+      email_confirmation_help_html: S'indiritzu tuo no est ammustradu in manera pùblica,
+        consulta sa %{privacy_policy_link} pro àteras informatziones.
+      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
     terms:
       title: Tèrmines
       heading: Tèrmines
@@ -2642,6 +2751,10 @@ sc:
       consider_pd: Paris a totu su chi b'at inoghe in subra, atzeto chi sos contributos
         meos siant de domìniu pùblicu
       consider_pd_why: ite est custu?
+      guidance_info_html: 'Informatziones pro t''agiuare a cumprèndere custas cunditziones:
+        unu %{readable_summary_link} e unas cantas %{informal_translations_link}'
+      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
@@ -2822,19 +2935,19 @@ sc:
       time_past_html: Agabbadu %{time}.
       block_duration:
         hours:
-          one: 1 ora
+          one: '%{count} ora'
           other: '%{count} oras'
         days:
-          one: 1 die
+          one: '%{count} die'
           other: '%{count} dies'
         weeks:
-          one: 1 chida
+          one: '%{count} chida'
           other: '%{count} chidas'
         months:
-          one: 1 mese
+          one: '%{count} mese'
           other: '%{count} meses'
         years:
-          one: 1 annu
+          one: '%{count} annu'
           other: '%{count} annos'
     blocks_on:
       title: Blocos pro %{name}
@@ -2890,15 +3003,15 @@ sc:
       open_title: 'Nota non risòlvida #%{note_name}'
       closed_title: 'Nota risòlvida #%{note_name}'
       hidden_title: 'Nota cuada #%{note_name}'
-      opened_by_html: Creada dae %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Creada dae un'anònimu <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Cummentu de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Cummentu de un'anònimu <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Risòlvida dae %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Risòlvida dae un'anònimu <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Torrada a ativare dae %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Torrada a ativare dae un'anònimu <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Cuada dae %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Creada dae %{user} %{time_ago}
+      event_opened_by_anonymous_html: Creada dae un'anònimu %{time_ago}
+      event_commented_by_html: Cummentu de %{user} %{time_ago}
+      event_commented_by_anonymous_html: Cummentu de un'anònimu %{time_ago}
+      event_closed_by_html: Risòlvida dae %{user} %{time_ago}
+      event_closed_by_anonymous_html: Risòlvida dae un'anònimu %{time_ago}
+      event_reopened_by_html: Torrada a ativare dae %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Torrada a ativare dae un'anònimu %{time_ago}
+      event_hidden_by_html: Cuada dae %{user} %{time_ago}
       report: sinnalare custa nota
       anonymous_warning: Custa nota includet cummentos de utentes anònimos chi diant
         dèpere èssere verificatos in manera indipendente.
@@ -2959,10 +3072,10 @@ sc:
       locate:
         title: Ammustra sa positzione mea
         metersPopup:
-          one: Ses a unu metru dae custu puntu
+          one: Ses a %{count} metru dae custu puntu
           other: Ses a %{count} metros dae custu puntu
         feetPopup:
-          one: Ses a unu pee dae custu puntu
+          one: Ses a %{count} pee dae custu puntu
           other: Ses a %{count} pees dae custu puntu
       base:
         standard: Istandard
@@ -2979,18 +3092,17 @@ sc:
         overlays: Abìlita sas subrapositziones pro sa risolutziones de problemas in
           sa mapa
         title: Istratos
-      copyright: © <a href='%{copyright_url}'>Contribuidores de OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Faghe una donatzione</a>
-      terms: <a href='%{terms_url}' target='_blank'>Cunditziones de su situ web e
-        de s'API</a>
-      cyclosm: Istile de sos tasseddos de <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        allogiadu dae <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap Frantza</a>
-      thunderforest: Tasseddos frunidos dae <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Tasseddos frunidos dae <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Istile de sos tasseddos de su <a href='%{hotosm_url}' target='_blank'>Grupu
-        umanitàriu de OpenStreetMap</a> istrangiadu dae <a href='%{osmfrance_url}'
-        target='_blank'>OpenStreetMap Frantza</a>
+      openstreetmap_contributors: Contribuidores de OpenStreetMap
+      make_a_donation: Faghe una donatzione
+      website_and_api_terms: Cunditziones de impreu de su situ web e de sas API
+      cyclosm_credit: Istile de sos tasseddos de %{cyclosm_link} acasagiadu dae %{osm_france_link}
+      osm_france: OpenStreetMap Frantza
+      thunderforest_credit: Tasseddos frunidos pro cortesia dae %{thunderforest_link}
+      andy_allan: Andy Allan
+      opnvkarte_credit: Tasseddos frunidos pro cortesia dae %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Istile de sos tasseddos de %{hotosm_link} acasagiadu dae %{osm_france_link}
+      hotosm_name: Iscuadra umanitària de OpenStreetMap
     site:
       edit_tooltip: Modìfica sa mapa
       edit_disabled_tooltip: Ismànnia pro modificare sa mapa
index 5507dc20cbe16df6ae7954642730bfaeb38a8879..de38e15f156ee332b3ef1cae7e630809c4f6cd83 100644 (file)
@@ -235,12 +235,6 @@ scn:
   browse:
     created: Criatu
     closed: Chiudutu
-    created_html: Criatu <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Chiudutu <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Criatu <abbr title='%{title}'>%{time}</abbr> di %{user}
-    deleted_by_html: Cancillatu <abbr title='%{title}'>%{time}</abbr> di %{user}
-    edited_by_html: Canciatu <abbr title='%{title}'>%{time}</abbr> di %{user}
-    closed_by_html: Chiudutu <abbr title='%{title}'>%{time}</abbr> di %{user}
     version: Virsioni
     in_changeset: Gruppu di canciamenti
     anonymous: anònimu
@@ -260,9 +254,6 @@ scn:
       relation: Rilazzioni (%{count})
       relation_paginated: Rilazzioni (%{x}-%{y} di %{count})
       comment: Cummenti (%{count})
-      hidden_commented_by_html: Cummentu ammucciatu di %{user} <abbr title='%{exact_time}'>%{when}
-        fa</abbr>
-      commented_by_html: Cummentu di %{user} <abbr title='%{exact_time}'>%{when} fa</abbr>
       changesetxml: XML dû gruppu di canciamenti
       osmchangexml: XML osmChange
       feed:
@@ -481,13 +472,6 @@ scn:
       success: '%{name} fu livatu dî tò amici.'
       not_a_friend: '%{name} nun è amicu tò.'
   geocoder:
-    search:
-      title:
-        latlon_html: Risurtati di <a href="http://openstreetmap.org/">Nternu</a>
-        osm_nominatim_html: Risurtati di <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Risurtati di <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -995,7 +979,6 @@ scn:
       user_not_found: L'utenti nun esisti
       status: Statu
       last_updated: Ùrtimu aggiurnamentu
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
     helper:
       reportable_title:
         note: 'Nota #%{note_id}'
@@ -1091,8 +1074,6 @@ scn:
       subject: '[OpenStreetMap] Mpurtazzioni GPX nun arrinisciuta'
     gpx_success:
       hi: Salutamu %{to_user},
-      loaded_successfully: fu carricatu bonu cu %{trace_points} dî %{possible_points}
-        punti pussìbbili.
       subject: '[OpenStreetMap] Mpurtazzioni GPX arrinisciuta'
     signup_confirm:
       subject: '[OpenStreetMap] Bimminutu nta OpenStreetMap'
@@ -1283,7 +1264,6 @@ scn:
       image: Mmàggini
       gravatar:
         gravatar: Adòpira Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
       new image: Agghiunci na mmàggini
       keep image: Manteni la mmàggini attuali
       delete image: Leva la mmàggini attuali
@@ -1352,7 +1332,6 @@ scn:
   site:
     about:
       next: Appressu
-      copyright_html: <span>&copy;</span>Li cuntribbutura<br>d'OpenStreetMap
       used_by_html: '%{name} furnisci li dati giogràfici a migghiara di siti web,
         applicazzioni mòbbili e apparecchi hardware'
       lede_text: |-
@@ -1364,24 +1343,8 @@ scn:
         a vascia ticnoluggìa, pi virificari chi OpenStreetMap è accuratu e arresta
         aggiurnatu.
       community_driven_title: Guidatu dâ cumunità
-      community_driven_html: |-
-        La cumunità d'OpenStreetMap è varia, appassiunata, e crisci ogni jornu.
-        Tra dî nostri cuntribbutura ci sunnu mappatura entusiasti, prufissiunisti dî GIS, ncigneri chi mànnanu avanti li sirventi di OSM, vuluntarî chi màppanu li zoni afflitti dî disastri, e àutri genti ancora.
-        Pi sapiri cchiossai a prupòsitu dâ cumunità, talìa <a href='%{diary_path}'>li diari di l'utenti</a>,
-        <a href='http://blogs.openstreetmap.org/'>li blog dâ cumunità</a>, e lu situ dâ <a href='http://www.osmfoundation.org/'>Funnazzioni OSM</a>.
       open_data_title: Dati graputi
-      open_data_html: 'OpenStreetMap è fattu di <i>dati graputi</i>: sî lìbbiru d''adupiràrili
-        pi quali mutivu voi voi, finattantu chi duni l''attribbuzzioni a OpenStreetMap
-        e li sò cuntribbutura. Si canci li dati o l''adòpiri comu puntu di partenza,
-        lu travagghiu chi nni risurta lu poi distribbuiri sulu sutta â stissa licenza.
-        Talìa la <a href=''%{copyright_path}''>pàggina dû drittu d''auturi e dâ licenza</a>
-        pî dittagghî.'
       legal_title: Noti ligali
-      legal_1_html: "Stu situ e tanti àutri sirvizzî assuciati sunnu gistuti dâ  \n<a
-        href='http://osmfoundation.org/'>Funnazzioni OpenStreetMap</a> (OSMF) \npi
-        cuntu dâ cumunità.\n<br> \nVi prigamu di <a href='http://osmfoundation.org/Contact'>cuntattari
-        l'OSMF</a> \nsi aviti addumannati o àutri prubblemi a prupòsitu di licenza,
-        drittu d'auturi o àutri quistioni ligali."
       partners_title: Cullabburatura
     copyright:
       foreign:
@@ -1398,86 +1361,17 @@ scn:
         mapping_link: accuminzari a mappari
       legal_babble:
         title_html: Dritti d'auturi e Licenza
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> è fattu di <i>dati graputi</i>, cunciduti sutta â licenza <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) dâ <a
-          href="http://osmfoundation.org/">Funnazzioni OpenStreetMap</a> (OSMF).
-        intro_2_html: |-
-          Sî lìbbiru di cupiari, diffùnniri, trasmèttiri e adattari li nostri dati, fintantu chi l'attribbuisci a OpenStreetMap e ê sò cuntribbutura. Si canci li dati o l'adòpiri comu puntu di partenza, poi distribbuiri lu travagghiu risurtanti sulamenti sutta â stissa licenza. Lu <a href="http://opendatacommons.org/licenses/odbl/1.0/">còdici ligali
-          code</a> cumpletu spiega quali sunnu li tò dritti e li tò rispunzabbilità.
-        intro_3_1_html: |-
-          La cartugrafìa ntê mattunelli dâ nostra cartina, e la nostra ducumintazzioni, sunnu sutta â licenza <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA).
         credit_title_html: Comu s'attribbuisci a OpenStreetMap
         credit_1_html: Addumannamu chi s'usa l'attribbuzzioni &laquo;&copy; li cuntribbutura
           d'OpenStreetMap&raquo;.
-        credit_2_1_html: "S'havi a rènniri chiaru ca li dati sunnu misi a dispusizzioni
-          sutta dâ Open\nDatabase License, e si s’adòpiranu li mattunelli dâ nostra
-          cartina, chi la cartugrafìa è sutta dâ licenza CC BY-SA. Sta cosa si pò
-          fari mittennu nu culligamentu a \n<a href=\"http://www.openstreetmap.org/copyright\">sta
-          pàggina dû drittu d'auturi</a>.\nComu altirnativa, e obbligatoriamenti quannu
-          si diffunni OSM sutta forma di dati, si ponnu mintuari li licenzi pi nomu
-          e cûn culligamentu direttu chi porta unni iddi. Nta ddi menzi unni li culligamenti
-          nun sunnu pussìbbili (p'esempiu ntâ carta stampata), suggiremu di mannari
-          li littura direttamenti unni openstreetmap.org (macari espannennu \n‘OpenStreetMap’
-          a stu nnirizzu cumpletu), unni opendatacommons.org, e, quann'è oppurtunu,
-          unni\n creativecommons.org."
-        credit_4_html: |-
-          Nta na cartina elittrònica navigàbbili, l’attribbuzzioni avissi a spuntari nta l'àngulu dâ cartina.
-          P'esempiu:
         attribution_example:
           alt: Esempiu di comu s'attribbuisci a OpenStreetMap nta na pàggina web
           title: Esempiu d'attribbuzzioni
         more_title_html: Pi sapìrinni cchiossai
-        more_1_html: |-
-          Attrova àutri nfurmazzioni a prupòsitu di comu s'adòpiranu li nostri dati, e comu ni si duna attribbuzzioni, ntâ <a
-          href="http://osmfoundation.org/Licence">pàggina dâ licenza di l'OSMF</a> e ntê <a
-          href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">addumannati friquenti ligali</a> gistuti dâ cumunità.
-        more_2_html: "Macari si OpenStreetMap è fattu di dati graputi, nun putemu
-          furniri n'API cartugràfica gratùita ê sviluppatura di terza parti.\nTalìa
-          la nostra <a href=\"http://wiki.openstreetmap.org/wiki/API_usage_policy\">Pulìtica
-          pi l'utilizzu di l'API</a>, \nla <a href=\"http://wiki.openstreetmap.org/wiki/Tile_usage_policy\">Pulìtica
-          pi l'utilizzu dî mattunelli</a>\n e la <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy\">Pulìtica
-          pi l'utilizzu di Nominatim</a>."
         contributors_title_html: Li nostri cuntribbutura
         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_at_html: "<strong>Austria</strong>: Cunteni dati dâ\n<a href=\"http://data.wien.gv.at/\">Stadt
-          Wien</a> (sutta a \n<a href=\"http://creativecommons.org/licenses/by/3.0/at/deed.de\">CC
-          BY</a>),\n<a href=\"http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm\">Land
-          Vorarlberg</a> e\nLand Tirol (sutta a <a href=\"http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/\">CC
-          BY AT cu canciamenti</a>)."
-        contributors_ca_html: "<strong>Canadà</strong>: Cunteni dati di \nGeoBase&reg;,
-          GeoGratis (&copy; Department of Natural\nResources Canada), CanVec (&copy;
-          Department of Natural\nResources Canada), e StatCan (Geography Division,\nStatistics
-          Canada)."
-        contributors_fi_html: "<strong>Finlannia</strong>: Cunteni dati dâ Basi di
-          Dati Topugràfica dû National Land Survey dâ Finlannia e d'àutri nzemi di
-          dati, sutta â \n<a href=\"http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501\">Licenza
-          NLSFI</a>."
-        contributors_fr_html: "<strong>Francia</strong>: Cunteni dati furnuti dâ \nDirection
-          Générale des Impôts."
-        contributors_nl_html: |-
-          <strong>Paisi Vasci</strong>: Cunteni dati &copy; AND, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: "<strong>Nova Zilanna</strong>: Cunteni dati furnuti
-          dâ \nLand Information New Zealand. Crown Copyright reserved."
-        contributors_si_html: "<strong>Sluvenia</strong>: Counteni dati dâ \n<a href=\"http://www.gu.gov.si/en/\">Surveying
-          and Mapping Authority</a> e dû\n<a href=\"http://www.mkgp.gov.si/en/\">Ministeru
-          di l’Agricultura, dî Furesti e di l’Alimintazzioni</a>\n(nfurmazzioni pùbblichi
-          dâ Sluvenia)."
-        contributors_za_html: "<strong>Àfrica dû Sud</strong>: Cunteni dati dû \n<a
-          href=\"http://www.ngi.gov.za/\">Chief Directorate:\nNational Geo-Spatial
-          Information</a>, State copyright reserved."
-        contributors_gb_html: |-
-          <strong>Regnu Unitu</strong>: Cunteni dati di l’Ordnance
-          Survey &copy; Crown copyright and database right
-          2010-12.
-        contributors_footer_1_html: |-
-          Pi canùsciri àutri dittagghî supra a chisti e àutri fonti chi foru adupirati pi migghiurari OpenStreetMap, poi taliari <a
-          href="http://wiki.openstreetmap.org/wiki/Contributors">la pàggina dî cuntribbutura</a> supra â wiki di OpenStreetMap.
         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à.
@@ -1486,17 +1380,6 @@ scn:
           mai dati chi vèninu di fonti prutetti dû drittu d'auturi (ad esempiu Google
           Maps o puru li carti stampati) senza aviri n'auturizzazzioni splìcita dû
           titulari dû drittu d'auturi.
-        infringement_2_html: "Si penzi chi fu junciutu di manera nun dèbbita matiriali
-          prutettu dû drittu d'auturi o ntâ basi di dati di OpenStreetMap o puru nta
-          stu situ, pi favuri fai rifirimentu â nostra\n <a href=\"http://www.osmfoundation.org/wiki/License/Takedown_procedure\">prucidura
-          di cancillazzioni</a> o puru signalinilu direttamenti pi menzu dû nostru
-          \n<a href=\"https://dmca.openstreetmap.org/\">mòdulu di signalazzioni n
-          lìnia</a>."
-        trademarks_title_html: <span id="trademarks"></span>Marchi riggistrati
-        trademarks_1_html: OpenStreetMap e lu logu dâ lenti di ngrannimentu sunnu
-          marchi riggistrati dâ Funnazzioni OpenStreetMap. Si hai quarchi addumannata
-          supra a l'utilizzu chi poi fari di sti marchi, la poi mannari ô <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">Gruppu
-          di travagghiu dî licenzi</a>.
     index:
       js_1: O stai adupirannu nu browser chi nun supporta lu JavaScript, o puru hai
         lu JavaScript disattivatu.
@@ -1569,11 +1452,6 @@ scn:
             cartina, p'esempiu c'ammanca na strata o puru ca lu tò nnirizzu è sbagghiatu,
             la megghiu cosa di fari è di scrivìriti ntâ cumunità d'OpenStreetMap e
             d'agghiùnciri o cunzari li dati tu stissu.
-        add_a_note:
-          instructions_html: |-
-            Abbasta chi clicchi <a class='icon note'></a> o puru la stissa cona ntâ carta.
-            Facennu accussì si piazza un signali supra â carta, chi si pò spustari strascinànnulu.
-            S'agghiunci nu propiu missaggiu, appoi si clicca «sarva», e l'àutri mappatura talìanu la situazzioni.
       other_concerns:
         title: Àutri dubbî
     help:
@@ -2130,20 +2008,6 @@ scn:
       open_title: 'Nota nun arrisurvuta #%{note_name}'
       closed_title: 'Nota arrisurvuta #%{note_name}'
       hidden_title: 'Nota ammucciata #%{note_name}'
-      opened_by_html: Criata di %{user} <abbr title='%{exact_time}'>%{when} fa</abbr>
-      opened_by_anonymous_html: Criata di n'anònimu <abbr title='%{exact_time}'>%{when}
-        fa</abbr>
-      commented_by_html: Cummentu di %{user} <abbr title='%{exact_time}'>%{when} fa</abbr>
-      commented_by_anonymous_html: Cummentu di n'anònimu <abbr title='%{exact_time}'>%{when}
-        fa</abbr>
-      closed_by_html: Arrisurvuta di %{user} <abbr title='%{exact_time}'>%{when} fa</abbr>
-      closed_by_anonymous_html: Arrisurvuta di n'anònimu <abbr title='%{exact_time}'>%{when}
-        fa</abbr>
-      reopened_by_html: Arrigraputa di %{user} <abbr title='%{exact_time}'>%{when}
-        fa</abbr>
-      reopened_by_anonymous_html: Arrigraputa di n'anònimu <abbr title='%{exact_time}'>%{when}
-        fa</abbr>
-      hidden_by_html: Ammucciata di %{user} <abbr title='%{exact_time}'>%{when} fa</abbr>
       anonymous_warning: Sta nota cunteni cummenti di utenti anònimi, chi s'avìssiru
         a virificari di fonti nnipinnenti.
       hide: Ammuccia
@@ -2202,8 +2066,6 @@ scn:
         data: Dati dâ cartina
         overlays: Attiva li suprapusizzioni p'arrisòrviri li prubblemi dâ cartina
         title: Strati
-      copyright: © <a href='%{copyright_url}'>li cuntribbutura d'OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Fai na dunazzioni</a>
     site:
       edit_tooltip: Cancia la cartina
       edit_disabled_tooltip: Zumma pi putiri canciari la cartina
index 27fdce7abfe72ce153dd2c3f89b5a5c6de77445e..cc0b3b486342fb86804f3074737368a43809866a 100644 (file)
@@ -2,6 +2,7 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: AmaryllisGardener
+# Author: C1614
 # Author: ChrisFleming
 # Author: John Reid
 # Author: MJL
@@ -11,9 +12,18 @@ sco:
     formats:
       friendly: '%e %B %Y at %H:%M'
   helpers:
+    file:
+      prompt: Wale file
     submit:
       diary_comment:
         create: Save
+      diary_entry:
+        create: Set furth
+        update: Update
+      issue_comment:
+        create: Eik Comment
+      message:
+        create: Send
   activerecord:
     models:
       acl: Access Control Leet
@@ -95,12 +105,6 @@ sco:
   browse:
     created: Creatit
     closed: Closed
-    created_html: Creatit <abbr title='%{title}'>%{time} ago</abbr>
-    closed_html: Closed <abbr title='%{title}'>%{time} ago</abbr>
-    created_by_html: Creatit <abbr title='%{title}'>%{time} ago</abbr> bi %{user}
-    deleted_by_html: Deletit <abbr title='%{title}'>%{time} ago</abbr> bi %{user}
-    edited_by_html: Eeditit <abbr title='%{title}'>%{time} ago</abbr> bi %{user}
-    closed_by_html: Closed <abbr title='%{title}'>%{time} ago</abbr> bi %{user}
     version: Version
     in_changeset: Chyngeset
     anonymous: anonymous
@@ -120,10 +124,6 @@ sco:
       relation: Relations (%{count})
       relation_paginated: Relations (%{x}-%{y} of %{count})
       comment: Comments (%{count})
-      hidden_commented_by_html: Hidden comment frae %{user} <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
-      commented_by_html: Comment frae %{user} <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
       changesetxml: Chyngeset XML
       osmchangexml: osmChange XML
       feed:
@@ -289,13 +289,6 @@ sco:
       newer_comments: Newer Comments
       older_comments: Aulder Comments
   geocoder:
-    search:
-      title:
-        latlon_html: Results frae <a href="http://openstreetmap.org/">Internal</a>
-        osm_nominatim_html: Results frae <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Results frae <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -850,86 +843,19 @@ sco:
         mapping_link: stairt cairttin
       legal_babble:
         title_html: Copyricht an License
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> is <i>open data</i>, licensed unner the <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) bi the  <a
-          href="http://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: |-
-          Ye are free tae copy, distribute, transmit an adapt oor data,
-          as lang as ye credit OpenStreetMap an its
-          contreibutors. If ye alter or big upon oor data, ye
-          mey distribute the result anly unner the same licence. The
-          full <a href="http://opendatacommons.org/licenses/odbl/1.0/">legal
-          code</a> explains yer richts an responsibilities.
-        intro_3_1_html: |-
-          The cairtografie in oor cairt tiles, an oor documentation, are
-          licensed unner the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> license (CC BY-SA).
         credit_title_html: Hou tae credit OpenStreetMap
         credit_1_html: |-
           We require that ye uise the credit &ldquo;&copy; OpenStreetMap
           contributors&rdquo;.
-        credit_2_1_html: |-
-          Ye must an aa mak it clear that the data is available unner the Open
-          Database License, an if uisin oor cairt tiles, that the cairtografie is
-          licensed as CC BY-SA. Ye mey dae this bi airtin tae
-          <a href="http://www.openstreetmap.org/copyright">this copyricht page</a>.
-          Alternatively, an as a requirement if ye are distributin OSM in a
-          data form, ye can name an link directly tae the license(s). In media
-          whaur airtins are nae possible (e.g. printed wirks), we suggest ye
-          direct yer readers tae openstreetmap.org (perhaps bi expandin
-          'OpenStreetMap' tae this full address), tae opendatacommons.org, an
-          if relevant, to creativecommons.org.
-        credit_4_html: |-
-          For a brousable electronic cairt, the credit should appear in the corner o the cairt.
-          For example:
         attribution_example:
           alt: Example o hou tae attribute OpenStreetMap on a wabpage
           title: Attreibution example
         more_title_html: Findin oot mair
-        more_1_html: |-
-          Read mair aboot uisin oor data, an hou tae credit us, at the <a
-          href="http://osmfoundation.org/Licence">OSMF Licence page</a> an the commonty <a
-          href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Legal
-          FAQ</a>.
-        more_2_html: |-
-          Altho OpenStreetMap is open data, we cannae provide a
-          free-o-charge cairt API for third-party developers.
-          See oor <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">API Uisage Policy</a>,
-          <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Tile Uisage Policy</a>
-          and <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Nominatim Uisage Policy</a>.
         contributors_title_html: Oor contreibutors
         contributors_intro_html: |-
           Oor contreibutors are thoosands o individuals. We an aa include
           openly-licensed data frae naitional mappin agencies
           an ither soorces, amang them:
-        contributors_at_html: |-
-          <strong>Austrick</strong>: Contains data frae
-          <a href="http://data.wien.gv.at/">Stadt Wien</a> (unner
-          <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> an
-          Land Tirol (unner <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT wi amendments</a>).
-        contributors_ca_html: |-
-          <strong>Canadae</strong>: Contains data frae
-          GeoBase&reg;, GeoGratis (&copy; Department o Naitural
-          Resoorces Canadae), CanVec (&copy; Department o Naitural
-          Resoorces Canadae), an StatCan (Geografie Diveesion,
-          Stateestics Canadae).
-        contributors_fi_html: |-
-          <strong>Finland</strong>: Contains data frae the
-          Naitional Laund Survey o Finland's Topographic Database
-          an ither datasets, unner the
-          <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI License</a>.
-        contributors_fr_html: |-
-          <strong>Fraunce</strong>: Contains data soorced frae
-          Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Netherlands</strong>: Contains &copy; AND data, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>New Zealand</strong>: Contains data soorced frae
-          Land Information New Zealand. Crown Copyricht reserved.
         infringement_title_html: Copyricht infringement
     export:
       title: Export
@@ -1026,21 +952,6 @@ sco:
       open_title: 'Unresolved note #%{note_name}'
       closed_title: 'Resolved note #%{note_name}'
       hidden_title: 'Hidden note #%{note_name}'
-      opened_by_html: Creatit bi %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>
-      opened_by_anonymous_html: Creatit bi anonymous <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
-      commented_by_html: Comment frae %{user} <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
-      commented_by_anonymous_html: Comment frae anonymous <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
-      closed_by_html: Resolved bi %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>
-      closed_by_anonymous_html: Resolved bi anonymous <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
-      reopened_by_html: Reactivatit bi %{user} <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
-      reopened_by_anonymous_html: Reactivatit bi anonymous <abbr title='%{exact_time}'>%{when}
-        ago</abbr>
-      hidden_by_html: Hidden bi %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>
     new:
       title: New Note
       intro: Spotted ae mistake or sommit missin? Lat ither mappers ken sae that we
index 597740fefd8ca6657faf71147f363febb0af272e..3fc4cfad4db34417a38fa2e398a1cd46dea9aaca 100644 (file)
@@ -35,7 +35,7 @@ sk:
       prompt: Vybrať súbor
     submit:
       diary_comment:
-        create: Uložiť
+        create: Komentár
       diary_entry:
         create: Publikovať
         update: Aktualizovať
@@ -116,6 +116,7 @@ sk:
       diary_entry:
         user: Používateľ
         title: Predmet
+        body: Obsah
         latitude: Zem. šírka
         longitude: Zem. dĺžka
         language_code: Jazyk
@@ -180,71 +181,67 @@ sk:
         needs_view: Potrebuje sa používateľ prihlásiť pred tým, než bude tento blok
           vymazaný?
       user:
-        email_confirmation: Vaša adresa nebude verejne zobrazená, pozrite naše <a
-          href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="Pravidlá
-          ochrany osobných údajov na wiki, vrátane časti o e-mailových adresách">pravidlá
-          ochrany osobných údajov</a> pre viac informácií.
         new_email: (nikde se verejne nezobrazuje)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: pred približne hodinou
+        one: pred približne %{count} hodinou
         few: pred približne %{count} hodinami
         many: pred približne %{count} hodinami
         other: pred približne %{count} hodinami
       about_x_months:
-        one: pred približne mesiacom
+        one: pred približne %{count} mesiacom
         few: pred približne %{count} mesiacmi
         many: pred približne %{count} mesiacmi
         other: pred približne %{count} mesiacmi
       about_x_years:
-        one: pred približne rokom
+        one: pred približne %{count} rokom
         few: pred približne %{count} rokmi
         many: pred približne %{count} rokmi
         other: pred približne %{count} rokmi
       almost_x_years:
-        one: pred takmer rokom
+        one: pred takmer %{count} rokom
         few: pred takmer %{count} rokmi
         many: pred takmer %{count} rokmi
         other: pred takmer %{count} rokmi
       half_a_minute: pred pol minútou
       less_than_x_seconds:
-        one: pred menej ako sekundou
+        one: pred menej ako %{count} sekundou
         few: pred menej ako %{count} sekundami
         many: pred menej ako %{count} sekundami
         other: pred menej ako %{count} sekundami
       less_than_x_minutes:
-        one: pred menej ako minútou
+        one: pred menej ako %{count} minútou
         few: pred menej ako %{count} minútami
         many: pred menej ako %{count} minútami
         other: pred menej ako %{count} minútami
       over_x_years:
-        one: pred viac ako rokom
+        one: pred viac ako %{count} rokom
         few: pred viac ako %{count} rokmi
         many: pred viac ako %{count} rokmi
         other: pred viac ako %{count} rokmi
       x_seconds:
-        one: pred sekundou
+        one: pred %{count} sekundou
         few: pred %{count} sekundami
         many: pred %{count} sekundami
         other: pred %{count} sekundami
       x_minutes:
-        one: pred minútou
+        one: pred %{count} minútou
         few: pred %{count} minútami
         many: pred %{count} minútami
         other: pred %{count} minútami
       x_days:
-        one: včera
+        one: pred %{count} dňom
         few: pred %{count} dňami
         many: pred %{count} dňami
         other: pred %{count} dňami
       x_months:
-        one: pred mesiacom
+        one: pred %{count} mesiacom
         few: pred %{count} mesiacmi
         many: pred %{count} mesiacmi
         other: pred %{count} mesiacmi
       x_years:
-        one: pred rokom
+        one: pred %{count} rokom
         few: pred %{count} rokmi
         many: pred %{count} rokmi
         other: pred %{count} rokmi
@@ -350,24 +347,24 @@ sk:
   browse:
     created: Vytvorené
     closed: Uzavreté
-    created_html: Vytvorené <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Uzavreté <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Vytvoril <abbr title='%{title}'>%{time}</abbr> %{user}
-    deleted_by_html: Odstránil <abbr title='%{title}'>%{time}</abbr> %{user}
-    edited_by_html: Upravil(a) <abbr title='%{title}'>%{time}</abbr> %{user}
-    closed_by_html: Uzavrel(a) <abbr title='%{title}'>%{time}</abbr> %{user}
+    created_ago_html: Vytvorené %{time_ago}
+    closed_ago_html: Zatvorené %{time_ago}
+    created_ago_by_html: Vytvorené %{time_ago} používateľom %{user}
+    closed_ago_by_html: Zatvorené %{time_ago} používateľom %{user}
+    deleted_ago_by_html: Odstránené %{time_ago} používateľom %{user}
+    edited_ago_by_html: Upravené %{time_ago} používateľom %{user}
     version: Verzia
     in_changeset: Sada zmien
     anonymous: anonym
     no_comment: (bez komentára)
     part_of: Súčasť
     part_of_relations:
-      one: 1 relácia
+      one: '%{count} relácia'
       few: '%{count} relácie'
       many: '%{count} relácií'
       other: '%{count} relácií'
     part_of_ways:
-      one: 1 cesta
+      one: '%{count} cesta'
       few: '%{count} cesty'
       many: '%{count} ciest'
       other: '%{count} ciest'
@@ -385,8 +382,8 @@ sk:
       relation: Relácie (%{count})
       relation_paginated: Relácie (%{x}–%{y} z %{count})
       comment: Komentáre (%{count})
-      hidden_commented_by_html: Skrytý komentár od %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Komentár od %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Skrytý komentár od používateľa %{user} %{time_ago}
+      comment_by_html: Komentár od používateľa %{user} %{time_ago}
       changesetxml: XML sady zmien
       osmchangexml: osmChange XML
       feed:
@@ -416,7 +413,7 @@ sk:
       history_title_html: 'História relácie: %{name}'
       members: Prvky
       members_count:
-        one: 1 prvok
+        one: '%{count} prvok'
         few: '%{count} prvky'
         many: '%{count} prvkov'
         other: '%{count} prvkov'
@@ -589,7 +586,7 @@ sk:
       confirm: Potvrdiť
       report: Nahlásiť tento záznam
     diary_comment:
-      comment_from_html: Komentár od %{link_user} z %{comment_created_at}
+      comment_from_html: Komentár od používateľa %{link_user} z %{comment_created_at}
       hide_link: Skryť tento komentár
       unhide_link: Odkryť tento komentár
       confirm: Potvrdiť
@@ -624,6 +621,23 @@ sk:
       applications:
         create:
           notice: Aplikácia bola zaregistrovaná.
+  errors:
+    contact:
+      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.
+    forbidden:
+      title: Zakázané
+      description: Operácia, ktorú ste požadovali na serveri OpenStreetMap, je dostupná
+        len pre administrátorov (HTTP 403)
+    internal_server_error:
+      title: Chyba aplikácie
+      description: Server OpenStreetMap narazil na neočakávaný stav, ktorý mu zabránil
+        splniť požiadavku (HTTP 500)
+    not_found:
+      title: Súbor nenájdený
+      description: Nepodarilo sa nájsť súbor/adresár/operáciu API s týmto názvom na
+        serveri OpenStreetMap (HTTP 404)
   friendships:
     make_friend:
       heading: Pridať používateľa %{user} ako priateľa?
@@ -641,11 +655,10 @@ sk:
   geocoder:
     search:
       title:
-        latlon_html: Výsledky z <a href="http://openstreetmap.org/">internej databázy</a>
-        osm_nominatim_html: Výsledky z <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Výsledky z <a href="http://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Výsledky z %{results_link}
+        latlon: Interné
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1007,7 +1020,7 @@ sk:
           fitness_station: Fitnes zastávka
           garden: Záhrada
           golf_course: Golfové ihrisko
-          horse_riding: Jazda na koni
+          horse_riding: Jazdecké centrum
           ice_rink: Umelé klzisko
           marina: Prístav pre jachty
           miniature_golf: Mini golf
@@ -1363,26 +1376,47 @@ sk:
       status: Stav
       reports: Hlásenia
       last_updated: Posledná úprava
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> od používateľa
-        %{user}
+      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}'
+        many: '%{count} hlásení}'
+        other: '%{count} hlásení'
       reported_item: Hlásená položka
       states:
         ignored: Ignorované
         open: Otvorené
         resolved: Vyriešené
     show:
+      title: '%{status} Problém #%{issue_id}'
+      reports:
+        one: '%{count} hlásenie'
+        few: '%{count} hlásenia'
+        many: '%{count} hlásení'
+        other: '%{count} hlásení'
+      report_created_at: Prvýkrát nahlásené %{datetime}
+      last_resolved_at: Naposledy vyriešené %{datetime}
+      last_updated_at: Naposledy aktualizované %{datetime} používateľom %{displayname}
       resolve: Vyriešiť
       ignore: Ignorovať
       reopen: Znovu otvoriť
+      reports_of_this_issue: Hlásenia o tomto probléme
+      read_reports: Prečítať hlásenia
+      new_reports: Nové hlásenia
       comments_on_this_issue: Komentáre k problému
+    comments:
+      comment_from_html: Komentár od používateľa %{user_link} z %{comment_created_at}
+    reports:
+      reported_by_html: Nahlásené ako %{category} používateľom %{user} o %{updated_at}
     helper:
       reportable_title:
+        diary_comment: '%{entry_title}, komentár #%{comment_id}'
         note: 'Poznámka #%{note_id}'
   issue_comments:
     create:
       comment_created: Váš komentár bol úspešne ne vytvorený
+      issue_reassigned: Váš komentár bol vytvorený a problém bol znova priradený
   reports:
     new:
       title_html: Nahlásiť %{link}
@@ -1457,7 +1491,8 @@ sk:
     donate: Podporte OpenStreetMap %{link} Fondu na obnovu hardwaru
     help: Pomocník
     about: O projekte
-    copyright: Copyright
+    copyright: Autorské práva
+    communities: Komunity
     community: Komunita
     community_blogs: Komunitné blogy
     community_blogs_title: Blogy členov komunity OpenStreetMap
@@ -1501,8 +1536,6 @@ sk:
       subject: '[OpenStreetMap] Neúspešný import GPX'
     gpx_success:
       hi: Ahoj %{to_user},
-      loaded_successfully: sa úspešne načítal s %{trace_points} z možných %{possible_points}
-        bodov.
       subject: '[OpenStreetMap] GPX import úspešný'
     signup_confirm:
       subject: '[OpenStreetMap] Vitajte v OpenStreetMap'
@@ -1713,7 +1746,6 @@ sk:
       image: Obrázok
       gravatar:
         gravatar: Používať Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Čo je Gravatar?
       new image: 'Pridať obrázok:'
       keep image: Ponechať aktuálny obrázok
@@ -1774,6 +1806,7 @@ sk:
       support: podpora
   shared:
     markdown_help:
+      heading_html: Formátovanie pomocou %{kramdown_link}
       headings: Nadpisy
       heading: Nadpis
       subheading: Podnadpis
@@ -1792,7 +1825,7 @@ sk:
   site:
     about:
       next: Ďalej
-      copyright_html: <span>&copy;</span>prispievatelia<br>OpenStreetMap
+      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í'
       lede_text: OpenStreetMap tvorí komunita používateľov, ktorí pridávajú a udržiavajú
@@ -1803,30 +1836,38 @@ sk:
         využívajú letecké snímky, GPS prístroje a klasické mapy, aby overili, že OSM
         sú presné a aktuálne.
       community_driven_title: Riadené komunitou
-      community_driven_html: "Komunita OpenStreetMap je rozmanitá, zanietená a každý
+      community_driven_1_html: "Komunita OpenStreetMap je rozmanitá, zanietená a každý
         deň sa rozrastá. Medzi našimi prispievateľmi nájdete amatérskych mapovačov,
         profesionálov z oblasti GIS, technikov spravujúcich servery OSM, humanitárnych
         pracovníkov mapujúcich oblasti zasiahnuté nešťastím a mnohých ďalších. \nAk
-        sa chcete o komunite dozvedieť viac, prelistujte si <a href='https://blog.openstreetmap.org'>blog
-        OpenStreetMap</a>, <a href='%{diary_path}'>denníky používateľov</a>, <a href='https://blogs.openstreetmap.org/'>komunitné
-        blogy</a> a webovú stránku <a href='https://www.osmfoundation.org/'>nadácie
-        OSM Foundation</a>."
+        sa chcete o komunite dozvedieť viac, prelistujte si %{osm_blog_link}, %{user_diaries_link},
+        %{community_blogs_link} a webovú stránku %{osm_foundation_link}."
+      community_driven_osm_blog: OpenStreetMap Blog
+      community_driven_user_diaries: denníky používateľov
+      community_driven_community_blogs: komunitné blogy
+      community_driven_osm_foundation: Nadácia OSM
       open_data_title: Otvorené dáta
-      open_data_html: 'OpenStreetMap znamenajú <i>otvorené dáta</i>: môžete ich používať
+      open_data_1_html: 'OpenStreetMap znamenajú %{open_data}: môžete ich používať
         na ľubovoľný účel, pokiaľ uvediete ako autora OpenStreetMap a jeho prispievateľov.
         Ak dáta meníte alebo ich určitými spôsobmi rozširujete, výsledok môžete šíriť
-        len pod rovnakou licenciou. Podrobnosti nájdete na stránke <a href=''%{copyright_path}''>Copyright</a>.'
+        len pod rovnakou licenciou. Podrobnosti nájdete na stránke %{copyright_license_link}.'
+      open_data_open_data: otvorené dáta
+      open_data_copyright_license: Autorské práva a licencie
       legal_title: Právne informácie
-      legal_1_html: Tento web a mnoho ďalších súvisiacich služieb za komunitu oficiálne
-        prevádzkuje <a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a>
-        (OSMF). Použitie všetkých služieb prevádzkovaných OSMF podlieha našim <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Podmienkam
-        použitia</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">Pravidlám
-        prijateľného použitia</a> a našim <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Pravidlám
-        ochrany osobných údajov</a>.
-      legal_2_html: |-
-        Ak máte otázky týkajúce sa licencovania, autorských práv alebo iných právnych záležitostí, <a href='https://osmfoundation.org/Contact'>kontaktujte, prosím, OSMF</a>.
-        <br>
-        OpenStreetMap, logo s lupou a State of the Map sú <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">registrované ochranné známky OSMF</a>.
+      legal_1_1_html: Tento web a mnoho ďalších súvisiacich služieb za komunitu oficiálne
+        prevádzkuje %{openstreetmap_foundation_link} (OSMF). Použitie všetkých služieb
+        prevádzkovaných OSMF podlieha našim %{terms_of_use_link}, %{aup_link} a našim
+        %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: Nadácia OpenStreetMap
+      legal_1_1_terms_of_use: Podmienkam použitia
+      legal_1_1_aup: Pravidlám prijateľného používania
+      legal_1_1_privacy_policy: Pravidlám ochrany osobných údajov
+      legal_2_1_html: |-
+        Prosím, %{contact_the_osmf_link}
+        ak máte otázky týkajúce sa licencií, autorských práv alebo iné právne otázky.
+      legal_2_1_contact_the_osmf: kontaktujte OSMF
+      legal_2_2_html: OpenStreetMap, logo s lupou a "State of the Map" sú %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: registrované ochranné známky OSMF
       partners_title: Partneri
     copyright:
       foreign:
@@ -1843,78 +1884,81 @@ sk:
         mapping_link: začať mapovať
       legal_babble:
         title_html: Autorské práva a licencia
-        intro_1_html: OpenStreetMap sú <em>slobodné dáta</em>, ponúkané za podmienok
-          licencie <a href="http://opendatacommons.org/licenses/odbl/">Open Data Commons
-          Open Database License</a> (ODbL).
-        intro_2_html: '  Môžete kopírovať, distribuovať, oznamovať verejnosti a upravovať
-          naše dáta, pokiaľ ako zdroj uvediete „<em>OpenStreetMap a jeho prispievatelia</em>“.
-          Ak naše mapy alebo dáta budete upravovať alebo ich použijete vo svojom diele,
-          musíte výsledné dielo šíriť pod rovnakou licenciou. Vaše práva a povinnosti
-          sú vysvetlené v <a href="http://opendatacommons.org/licenses/odbl/">plnom
-          znení licenčnej zmluvy</a>.'
-        intro_3_1_html: Naša dokumentácia je zverejnená pod licenciou <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Uveďte autora – Zachovajte licenciu 2.0</a> (CC BY-SA 2.0).
+        introduction_1_html: "OpenStreetMap%{registered_trademark_link} sú %{open_data},
+          ktoré licencované za podmienok \n%{odc_odbl_link} (ODbL) poskytuje %{osm_foundation_link}
+          (OSMF)."
+        introduction_1_open_data: otvorené dáta
+        introduction_1_odc_odbl: Open Data Commons Open Database License
+        introduction_1_osm_foundation: Nadácia OpenStreetMap
+        introduction_2_html: "Môžete voľne kopírovať, distribuovať, prenášať a upravovať
+          naše údaje pokiaľ uvediete ako zdroj OpenStreetMap a jej prispievateľov.
+          Ak pozmeníte naše údaje alebo na nich budete stavať, môžete výsledok distribuovať
+          iba na základe rovnakej licencie. Stránka \n%{legal_code_link} vysvetľuje
+          vaše práva a povinnosti."
+        introduction_2_legal_code: právne náležitosti
+        introduction_3_html: Naša dokumentácia je licencovaná na základe licencie
+          %{creative_commons_link} (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Attribution-ShareAlike 2.0
         credit_title_html: Ako uvádzať OpenStreetMap
         credit_1_html: 'Kde používate údaje OpenStreetMap, musíte urobiť nasledujúce
           dve veci:'
-        credit_2_1_html: "<ul>\n  <li>Uveďte zásluhy OpenStreetMap zobrazením nášho
-          oznámenia o autorských právach.\n</li> \n  <li>Jasne uveďte, že údaje sú
-          dostupné pod licenciou Open Database License.</li> \n</ul>"
-        credit_4_html: "Aby bolo jasné, že údaje sú dostupné na základe licencie Open\nDatabase
-          License, môžete odkazovať na\n <a href=\"https://www.openstreetmap.org/copyright\">túto
-          stránku o autorských právach</a> .\nAlternatívne a ako požiadavka, ak distribuujete
-          OSM vo forme\núdajov, môžete pomenovať a prepojiť priamo na licenciu(e).
-          V médiách,\nkde nie sú možné odkazy (napr. tlačené diela), odporúčame\nnasmerovať
-          svojich čitateľov na openstreetmap.org (možno rozšírením\n'OpenStreetMap'
-          na túto úplnú adresu) a na opendatacommons.org. \nV tomto príklade sa kredit
-          zobrazí v rohu mapy."
+        credit_2_1: Vyjadrite uznanie autorstva OpenStreetMap zobrazením nášho oznámenia
+          o autorských právach.
+        credit_2_2: Jasne uveďte, že údaje sú dostupné pod licenciou Open Database
+          License.
+        credit_3_html: Pre upozornenie o autorských právach máme rôzne požiadavky
+          na to, ako by sa to malo zobrazovať, v závislosti od toho, ako používate
+          naše údaje. Napríklad na to, ako zobraziť upozornenie o autorských právach,
+          platia iné pravidlá v závislosti od toho, či ste vytvorili mapu na prehliadanie,
+          tlačenú mapu alebo statický obrázok. Úplné podrobnosti o požiadavkách nájdete
+          na stránke %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Pokyny na uvádzanie pôvodu
+        credit_4_1_html: Aby bolo jasné, že údaje sú dostupné pod licenciou Open Database
+          License, môžete odkazovať na %{this_copyright_page_link}. Alternatívne a
+          ako požiadavku, ak distribuujete OSM vo forme údajov, môžete menovať a odkazovať
+          priamo na licenciu(e). V médiách, kde nie sú možné odkazy (napr. tlačené
+          diela), odporúčame nasmerovať svojich čitateľov na openstreetmap.org (možno
+          rozšírením 'OpenStreetMap' na túto úplnú adresu) a na opendatacommons.org.
+          V nasledujúcom príklade sa uznanie autorstva zobrazuje v rohu mapy.
+        credit_4_1_this_copyright_page: túto stránku o autorských právach
         attribution_example:
           alt: Príklad, ako uvádzať autorstvo OpenStreetMap na webovej stránke
           title: Príklad uvedenia autorstva
         more_title_html: Ďalšie informácie
-        more_1_html: O používaní našich dát a spôsobe citovania, sa môžete dočítať
-          viac v našich <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Často
-          kladených právnych otázkach</a>.
-        more_2_html: |-
-          Hoci OpenStreetMap tvorí slobodné dáta, nemôžeme zadarmo poskytovať tretím stranám mapové API.
-          Pozrite naše <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">Pravidlá použitia API</a>, <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Pravidlá použitia mapových dlaždíc</a> a <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Pravidlá použitia nástroja Nominatim</a>.
+        more_1_1_html: Prečítajte si viac o používaní našich údajov a o tom, ako nám
+          pripísať autorstvo, na %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: Licenčnej stránke OSMF
+        more_2_1_html: |-
+          Hoci OpenStreetMap sú otvorené údaje, nemôžeme tretím stranám poskytnúť
+          bezplatné mapové API. Pozrite si naše stránky %{api_usage_policy_link}, %{tile_usage_policy_link} a %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Zásady používania API (aplikačného rozhrania)
+        more_2_1_tile_usage_policy: Zásady používania dlaždíc
+        more_2_1_nominatim_usage_policy: Pravidlá použitia Nominatim
         contributors_title_html: Naši prispievatelia
         contributors_intro_html: 'Naši prispievatelia sú tisícky jednotlivcov. Máme
           aj dáta so slobodnou licenciou od národných geografických inštitúcií či
           iných zdrojov, medzi nimi:'
-        contributors_at_html: |-
-          <strong>Rakúsko</strong>: Obsahuje dáta od
-          <a href="http://data.wien.gv.at/">mesta Viedeň</a> (pod licenciou
-          <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">krajiny Vorarlberg</a> a
-          krajiny Tirol (pod licenciou <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT s úpravami</a>).
-        contributors_au_html: '<strong>Austrália</strong>: Zahŕňa alebo využíva Administrative
-          Boundaries © <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape
-          Australia</a>, ktoré Commonwealth of Australia poskytuje za podmienok <a
-          href="https://creativecommons.org/licenses/by/4.0/deed.cs">licencie Creative
-          Commons Uveďte pôvod 4.0 Medzinárodná (CC BY 4.0)</a>.'
-        contributors_ca_html: '<strong>Kanada</strong>: Obsahuje dáta z GeoBase ®,
-          GeoGratis (© Department of Natural Resources Canada), CanVec (© Department
-          of Natural Resources Canada) a StatCan (Geography Division, Statistics Canada).'
-        contributors_fr_html: '<strong>Francúzsko</strong>: Obsahuje dáta pochádzajúce
-          z Direction Générale des impôts.'
-        contributors_nl_html: |-
-          <strong>Holandsko</strong>: obsahuje © AND dát, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: '<strong>Nový Zéland</strong>: Obsahuje údaje zo zdroja
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> v licencii <a
-          href="https://creativecommons.org/licenses/by/4.0/">CC 4.0</a>.'
-        contributors_si_html: '<strong>Slovinsko</strong>: Obsahuje údaje <a href="http://www.gu.gov.si/">Zememeračského
-          a mapovacieho úradu</a> a <a href="http://www.mkgp.gov.si/">Ministerstva
-          poľnohospodárstva, lesníctva a potravín</a> (verejné informácie o Slovinsku).'
-        contributors_za_html: '<strong>Juhoafrická republika</strong>: Obsahuje dáta
-          pochádzajúce z <a href="http://www.ngi.gov.za/">Chief Directorate: National
-          Geo-Spatial Information</a>, State copyright reserved.'
-        contributors_gb_html: '<strong>Spojené kráľovstvo</strong>: Obsahuje dáta
-          Ordnance Survey © Crown copyright a právo k databáze 2010-19.'
-        contributors_footer_1_html: |-
-          Podrobnosti o týchto a ďalších zdrojoch, ktoré boli použité pre vylepšenie OpenStreetMap, nájdete na <a
-          href="http://wiki.openstreetmap.org/wiki/Contributors">stránke Contributors</a> na OpenStreetMap wiki.
+        contributors_at_austria: Rakúsko
+        contributors_at_stadt_wien: Mesto Viedeň
+        contributors_at_cc_by: CC BY
+        contributors_au_australia: Austrália
+        contributors_au_cc_licence: Medzinárodná licencia Creative Commons Attribution
+          4.0 (CC BY 4.0)
+        contributors_ca_canada: Kanada
+        contributors_fi_finland: Fínsko
+        contributors_fr_france: Francúzsko
+        contributors_nl_netherlands: Holandsko
+        contributors_nz_new_zealand: Nový Zéland
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_slovenia: Slovinsko
+        contributors_es_spain: Španielsko
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_south_africa: Južná Afrika
+        contributors_gb_united_kingdom: Spojené kráľovstvo
+        contributors_2_html: Ďalšie podrobnosti o týchto a iných zdrojoch, ktoré boli
+          použité na pomoc pri zlepšovaní OpenStreetMap, nájdete na %{contributors_page_link}
+          na OpenStreetMap Wiki.
+        contributors_2_contributors_page: Stránke prispievateľov
         contributors_footer_2_html: '  Zahrnutie dát do OpenStreetMap neznamená, že
           pôvodný poskytovateľ dát podporuje OpenStreetMap, ponúka akúkoľvek záruku,
           alebo prijíma akúkoľvek zodpovednosť.'
@@ -1922,15 +1966,16 @@ sk:
         infringement_1_html: Prispievateľom OSM pripomíname, že by nikdy nemali pridávať
           dáta zo zdrojov chránených autorským právom (napr. Google Maps či tlačené
           mapy) bez výslovného súhlasu držiteľov práv.
-        infringement_2_html: Ak sa domnievate, že materiál podliehajúci autorským
-          právam bol neoprávnene pridaný do databázy OpenStreetMap alebo na tieto
-          stránky, prosíme vás, aby ste si pozreli náš <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">postup
-          odstraňovania</a> alebo podajte žiadosť priamo na <a href="https://dmca.openstreetmap.org/">stránke
-          pre podávanie sťažností</a>.
-        trademarks_1_html: OpenStreetMap, logo s lupou a State of the Map sú registrované
-          ochranné známky OpenStreetMap Foundation. Ak máte otázky týkajúce sa používania
-          týchto známok, zašlite ich <a href="https://wiki.osmfoundation.org/wiki/Licensing_Working_Group">pracovnej
-          skupine pre licencovanie</a>.
+        infringement_2_1_html: Ak si myslíte, že materiál chránený autorskými právami
+          bol nevhodne pridaný do databázy OpenStreetMap alebo na túto stránku, pozrite
+          si náš %{takedown_procedure_link} alebo nahláste priamo na našej %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: postup na odstránenie
+        infringement_2_1_online_filing_page: on-line nahlasovacej stránke
+        trademarks_title: Ochranné známky
+        trademarks_1_1_html: OpenStreetMap, logo s lupou a "State of the Map" sú registrované
+          ochranné známky nadácie OpenStreetMap. Ak máte otázky týkajúce sa používania
+          známok, prosím pozrite naše %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Zásady používania ochranných známok
     index:
       js_1: Používate prehliadač bez podpory JavaScriptu, alebo máte JavaScript vypnutý.
       js_2: OpenStreetMap používa pre interaktívnu mapu JavaScript.
@@ -1960,6 +2005,8 @@ sk:
       map_image: Obrázok (obsahuje štandardné vrstvy)
       embeddable_html: Vložiteľné HTML
       licence: Licencia
+      licence_details_html: Údaje OpenStreetMap sú licencované pod %{odbl_link} (ODbL).
+      odbl: Open Data Commons Open Database License
       too_large:
         advice: 'Ak tento export zlyhá, zvážte použitie niektorého z nasledovných
           zdrojov:'
@@ -1996,6 +2043,12 @@ sk:
         title: Ako pomôcť
         join_the_community:
           title: Pripojte sa ku komunite
+          explanation_html: Ak ste si všimli problém s našimi mapovými údajmi, napríklad
+            chýba cesta alebo vaša adresa, najlepší spôsob, ako postupovať, je pripojiť
+            sa ku komunite OpenStreetMap a pridať alebo opraviť údaje sami.
+      other_concerns:
+        copyright: stránka o autorských právach
+        working_group: pracovná skupina OSMF
     help:
       title: Získanie pomoci
       introduction: OpenStreetMap ponúka niekoľko zdrojov, kde je možné získať informácie
@@ -2017,6 +2070,8 @@ sk:
         title: E-mailové konferencie
         description: Spýtajte sa otázku alebo diskutuje zaujímavé témy v tematických
           alebo regionálnych emailových diskusných skupinách.
+      community:
+        title: Komunitné fórum
       irc:
         title: IRC
         description: Interaktívna diskusia v rôznych jazykoch na mnohé témy.
@@ -2129,11 +2184,39 @@ sk:
           slov, ktoré vám prídu vhod.
       rules:
         title: Pravidlá!
+        para_1_html: OpenStreetMap má len niekoľko formálnych pravidiel, ale očakávame,
+          že všetci účastníci budú spolupracovať s komunitou a komunikovať s ňou.
+          Ak zvažujete akékoľvek iné aktivity ako ručné úpravy, prečítajte si a dodržiavajte
+          pokyny na %{imports_link} a %{automated_edits_link}.
+        imports: Importy (hromadné zadávanie)
+        automated_edits: Automatické úpravy
       start_mapping: Začať mapovať
       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.
+    communities:
+      title: Komunity
+      lede_text: |-
+        Ľudia z celého sveta prispievajú do alebo používajú OpenStreetMap.
+        Zatiaľ čo mnohí sa zúčastňujú ako jednotlivci, iní vytvorili komunity.
+        Tieto skupiny majú rôznu veľkosť a predstavujú geografické oblasti od malých miest až po veľké regióny s viacerými krajinami.
+        Môžu byť aj formálne alebo neformálne.
+      local_chapters:
+        title: Miestne zastúpenia
+        about_text: Miestne zastúpenia sú skupiny na úrovni krajiny alebo regiónu,
+          ktoré podnikli formálny krok založenia neziskových právnických osôb. Predstavujú
+          mapu oblasti a mapovateľov pri rokovaní s miestnou samosprávou, firmami
+          a médiami. Vytvorili tiež pridruženie k OpenStreetMap Foundation (OSMF),
+          čím získali prepojenie na právny a autorský riadiaci orgán.
+        list_text: 'Nasledujúce komunity sú formálne založené ako miestne zastúpenie:'
+      other_groups:
+        title: Iné skupiny
+        other_groups_html: Nie je potrebné formálne zakladať skupinu v rovnakom rozsahu
+          ako miestne zastúpenia. V skutočnosti mnohé skupiny veľmi úspešne existujú
+          ako neformálne zoskupenie ľudí alebo ako komunitná skupina. Ktokoľvek ich
+          môže zostaviť alebo sa k nim pripojiť. Prečítajte si viac na %{communities_wiki_link}.
+        communities_wiki: Wiki stránke o komunitách
   traces:
     visibility:
       private: Súkromné (iba zdieľané ako anonymné, neusporiadané body)
@@ -2188,7 +2271,7 @@ sk:
     trace:
       pending: NEVYRIEŠENÉ
       count_points:
-        one: 1 bod
+        one: '%{count} bod'
         few: '%{count} body}'
         many: '%{count} bodov}'
         other: '%{count} bodov'
@@ -2219,6 +2302,8 @@ sk:
     offline:
       heading: GPX úložisko je offline
       message: GPX úložisko a nahrávanie GPX súborov je momentálne nedostupné.
+    description:
+      description_without_count: GPX súbor od používateľa %{user}
   application:
     permission_denied: Nemáte oprávnenie na prístup k tejto akcii
     require_cookies:
@@ -2350,9 +2435,18 @@ sk:
       use external auth: Prípadne použite na prihlásenie služby tretích strán
       continue: Zaregistrovať sa
       terms accepted: Ďakujeme za odsúhlasenie nových podmienok prispievania!
+      email_confirmation_help_html: Vaša adresa sa nezobrazuje verejne, pre ďalšie
+        informácie venujte pozornosť našim %{privacy_policy_link}.
+      privacy_policy_title: Pravidlá ochrany osobných údajov OSMF vrátane sekcie o
+        e-mailových adresách
     terms:
       title: Podmienky
       heading: Podmienky
+      heading_ct: Podmienky prispievania
+      read and accept with tou: Prečítajte si zmluvu s prispievateľom a podmienky
+        používania, po dokončení začiarknite obe políčka a potom stlačte tlačidlo
+        pokračovať.
+      read_tou: Prečítal som si Podmienky používania a súhlasím s nimi
       consider_pd: Navyše k vyššie uvedenému vyhlasujem, že považujem svoje príspevky
         za slobodné dielo (Public Domain).
       consider_pd_why: čo to znamená?
@@ -2509,26 +2603,27 @@ sk:
       time_past_html: Ukončené %{time}.
       block_duration:
         hours:
+          one: '%{count} hodina'
           few: '%{count} hodiny'
-          one: 1 hodina
+          many: '%{count} hodín'
           other: '%{count} hodín'
         days:
-          one: 1 deň
+          one: '%{count} deň'
           few: '%{count} dni'
           many: '%{count} dní'
           other: '%{count} dní'
         weeks:
-          one: 1 týždeň
+          one: '%{count} týždeň'
           few: '%{count} týždne'
           many: '%{count} týždňov'
           other: '%{count} týždňov'
         months:
-          one: pred 1 mesiac
+          one: pred %{count} mesiac
           few: pred %{count} mesiace
           many: pred %{count} mesiacov
           other: pred %{count} mesiacov
         years:
-          one: 1 rok
+          one: '%{count} rok'
           few: '%{count} roky'
           many: '%{count} rokov'
           other: '%{count} rokov'
@@ -2585,15 +2680,15 @@ sk:
       open_title: 'Nevyriešená chyba #%{note_name}'
       closed_title: 'Vyriešená chyba #%{note_name}'
       hidden_title: Skrytá poznámka %{note_name}
-      opened_by_html: Vytvoril %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Vytvoril anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Komentár od %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Komentoval anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Vyriešil %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Vyriešil anonym <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Opätovne aktivoval používateľ %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Opätovne aktivoval anonymný používateľ <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Skryl %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Vytvorené používateľom %{user} %{time_ago}
+      event_opened_by_anonymous_html: Vytvorené anonymným používateľom %{time_ago}
+      event_commented_by_html: Komentár od používateľa %{user} %{time_ago}
+      event_commented_by_anonymous_html: Komentár od anonymného používateľa %{time_ago}
+      event_closed_by_html: Vyriešené používateľom %{user} %{time_ago}
+      event_closed_by_anonymous_html: Vyriešené anonymným používateľom %{time_ago}
+      event_reopened_by_html: Znovu aktivované používateľom %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Znovu aktivované anonymným používateľom %{time_ago}
+      event_hidden_by_html: Skryté používateľom %{user} %{time_ago}
       report: nahlásiť túto poznámku
       anonymous_warning: Táto poznámka zahŕňa komentáre anonymných používateľov, ktoré
         by sa mali nezávisle preveriť.
@@ -2639,6 +2734,7 @@ 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
     embed:
       report_problem: Nahlásiť problém
     key:
@@ -2651,6 +2747,16 @@ sk:
         out: Oddialiť
       locate:
         title: Zobraziť moju polohu
+        metersPopup:
+          one: Ste menej než %{count} meter od tohto bodu
+          few: Ste menej než %{count} metre od tohto bodu
+          many: Ste menej než %{count} metrov od tohto bodu
+          other: Ste menej než %{count} metrov od tohto bodu
+        feetPopup:
+          one: Ste menej než %{count} stopu od tohto bodu
+          few: Ste menej než %{count} stopy od tohto bodu
+          many: Ste menej než %{count} stôp od tohto bodu
+          other: Ste menej než %{count} stôp od tohto bodu
       base:
         standard: Štandardná
         cyclosm: CyclOSM
@@ -2665,14 +2771,24 @@ sk:
         gps: Verejné GPS stopy
         overlays: Zapnúť vrstvy pre ladenie mapy
         title: Vrstvy
-      copyright: © <a href='%{copyright_url}'>prispievatelia OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Venujte dar</a>
+      openstreetmap_contributors: Prispievatelia OpenStreetMap
+      make_a_donation: Pošlite príspevok
+      website_and_api_terms: Podmienky webstránky a API
+      cyclosm_credit: Štýl dlaždíc od %{cyclosm_link} poskytuje %{osm_france_link}
+      osm_france: OpenStreetMap Francúzsko
+      thunderforest_credit: Dlaždice s dovolením od %{thunderforest_link}
+      andy_allan: Andyho Allana
+      opnvkarte_credit: Dlaždice s dovolením od %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Štýl dlaždíc od %{hotosm_link} poskytuje %{osm_france_link}
+      hotosm_name: Humanitárneho tímu OpenStreetMap
     site:
       edit_tooltip: Upraviť mapu
       edit_disabled_tooltip: Pre editáciu priblížte mapu
       createnote_tooltip: Pridať do mapy poznámku
       createnote_disabled_tooltip: Pre vloženie poznámky priblížte mapu
       map_notes_zoom_in_tooltip: Priblížte mapu, aby ste videli poznámky
+      map_data_zoom_in_tooltip: Priblížením zobrazíte údaje mapy
       queryfeature_tooltip: Prieskum prvkov
       queryfeature_disabled_tooltip: Pre prieskum prvkov priblížte
     changesets:
@@ -2693,9 +2809,14 @@ sk:
         graphhopper_bicycle: Bicykel (GraphHopper)
         graphhopper_car: Automobil (GraphHopper)
         graphhopper_foot: Pešo (GraphHopper)
+        fossgis_valhalla_bicycle: Bicykel (Valhalla)
+        fossgis_valhalla_car: Automobil (Valhalla)
+        fossgis_valhalla_foot: Pešo (Valhalla)
       descend: Klesanie
       directions: Trasa
       distance: Vzdialenosť
+      distance_m: '%{distance}m'
+      distance_km: '%{distance}km'
       errors:
         no_route: Nepodarilo sa nájsť trasu medzi týmito miestami.
         no_place: Ospravedlňujeme sa - nepodarilo sa nájsť '%{place}'.
@@ -2703,13 +2824,21 @@ sk:
         continue_without_exit: Pokračujte na %{name}
         slight_right_without_exit: Mierne vpravo na %{name}
         offramp_right: Použite zjazd vpravo
+        offramp_right_with_exit: Použite výjazd %{exit} vpravo
+        offramp_right_with_exit_name: Použite výjazd %{exit} vpravo na %{name}
+        offramp_right_with_exit_directions: Použite výjazd %{exit} vpravo smerom k
+          %{directions}
+        offramp_right_with_exit_name_directions: Použite výjazd %{exit} vpravo na
+          %{name}, smerom k %{directions}
         offramp_right_with_name: Použite zjazd vpravo na %{name}
+        offramp_right_with_directions: Použite nájazd vpravo smerom k %{directions}
         offramp_right_with_name_directions: Použite zjazd vpravo na %{name}, smerom
           na %{directions}
         onramp_right_without_exit: Odbočte vpravo na nájazd na %{name}
         onramp_right_with_directions: Odbočte vpravo na nájazd smerom na %{directions}
         onramp_right_with_name_directions: Odbočte vpravo na nájazd na %{name}, smerom
           na %{directions}
+        onramp_right_without_directions: Odbočte vpravo na nájazd
         onramp_right: Odbočte vpravo na nájazd
         endofroad_right_without_exit: Na konci cesty odbočte vpravo na %{name}
         merge_right_without_exit: Pripojte sa vpravo na %{name}
@@ -2720,20 +2849,38 @@ sk:
         sharp_left_without_exit: Ostro doľava na %{name}
         turn_left_without_exit: Odbočte vľavo na %{name}
         offramp_left: Použite zjazd vľavo
+        offramp_left_with_exit: Použite výjazd %{exit} vľavo
+        offramp_left_with_exit_name: Použite výjazd %{exit} vľavo na %{name}
+        offramp_left_with_exit_directions: Použite výjazd %{exit} vľavo smerom k %{directions}
+        offramp_left_with_exit_name_directions: Použite výjazd %{exit} vľavo na %{name},
+          smerom k %{directions}
         offramp_left_with_name: Použite zjazd vľavo na %{name}
+        offramp_left_with_directions: Použite nájazd vľavo smerom k %{directions}
         offramp_left_with_name_directions: Použite zjazd vľavo na %{name}, smerom
           na %{directions}
         onramp_left_without_exit: Odbočte vľavo na nájazd na %{name}
         onramp_left_with_directions: Odbočte vľavo na nájazd smerom na %{directions}
         onramp_left_with_name_directions: Odbočte vľavo na nájazd na %{name}, smerom
           na %{directions}
+        onramp_left_without_directions: Odbočte vľavo na nájazd
         onramp_left: Odbočte vľavo na nájazd
         endofroad_left_without_exit: Na konci cesty odbočte vľavo na %{name}
         merge_left_without_exit: Pripojte sa vľavo na %{name}
         fork_left_without_exit: Na rázcestí odbočte vľavo na %{name}
         slight_left_without_exit: Mierne vľavo na %{name}
+        via_point_without_exit: (bod trasy)
+        follow_without_exit: Sledujte %{name}
+        roundabout_without_exit: Z kruhového objazdu použite výjazd na %{name}
+        leave_roundabout_without_exit: Opustite kruhový objazd - %{name}
+        stay_roundabout_without_exit: Zostaňte na kruhovom objazde - %{name}
         start_without_exit: Začnite na %{name}
         destination_without_exit: Ste v cieli
+        against_oneway_without_exit: Choďte proti jednosmerke na %{name}
+        end_oneway_without_exit: Koniec jednosmernej cesty na %{name}
+        roundabout_with_exit: Na kruhovom objazde použite výjazd %{exit} na %{name}
+        roundabout_with_exit_ordinal: Na kruhovom objazde použite %{exit} výjazd na
+          %{name}
+        exit_roundabout: Opustite kruhový objazd na %{name}
         unnamed: nepomenované
         courtesy: Trasa získaná vďaka %{link}
         exit_counts:
@@ -2790,4 +2937,9 @@ sk:
         všetkých verzií patriacich do tejto revízie.
       flash: Revízia zrušená.
       error: Pri zrušení revízie sa vyskytla chyba.
+  validations:
+    leading_whitespace: obsahuje medzery na začiatku
+    trailing_whitespace: obsahuje medzery na konci
+    invalid_characters: obsahuje nepovolené znaky
+    url_characters: obsahuje špeciálne znaky adresy URL (%{characters})
 ...
index 4f7cbcba147f4b87871e0a1d8496f2f3d7c0b663..81e5992932b36aead189a0029cb83b27cd58a964 100644 (file)
@@ -82,6 +82,8 @@ skr-arab:
     attributes:
       client_application:
         name: ناں (ضروری)
+        url: مین ایپ یوآرایل (ضروری)
+        callback_url: کال بیک یوآرایل
         support_url: سہارا یوآرایل
       diary_comment:
         body: باڈی
@@ -176,8 +178,6 @@ skr-arab:
         link text: ایہ کیا ہے؟
       save changes button: تبدیلیاں محفوظ کرو
       delete_account: کھاتہ مٹاؤ۔۔۔
-    go_public:
-      find_out_why_html: (%{link}).
   browse:
     created: بݨ ڳیا
     closed: بند تھیا
@@ -196,10 +196,6 @@ skr-arab:
       node: نوݙاں(%{count})
       way: رستے(%{count})
       comment: تبصرے (%{count})
-      hidden_commented_by_html: '%{user} <abbr title=''%{exact_time}''>%{when} ago</abbr>
-        کنوں لکایا ڳیا تبصرہ'
-      commented_by_html: '%{user} <abbr title=''%{exact_time}''>%{when} ago</abbr>
-        کنوں تبصرہ'
       discussion: بحث مباحثہ
     node:
       title_html: 'نوڈ: %{name}'
@@ -268,6 +264,7 @@ skr-arab:
       friend: دوست
     show:
       title: میݙا ڈیش بورڈ
+      edit_your_profile: آپݨی پروفائل وچ تبدیلی کرو
       my friends: میݙے یار
   diary_entries:
     form:
@@ -306,7 +303,14 @@ skr-arab:
       contact: رابطہ
     forbidden:
       title: ممنوع
+    internal_server_error:
+      title: ایپ خرابی
+    not_found:
+      title: فائل کائنی لبھی
   geocoder:
+    search:
+      title:
+        latlon: اندرونی
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -464,10 +468,12 @@ skr-arab:
           primary: اصلی سڑک
           primary_link: اصلی سڑک
           residential: رِہائشی سڑک
+          rest_area: آرام گاہ
           road: سڑک
           secondary: ثانوی سڑک
           secondary_link: ثانوی سڑک
           service: سروس روڈ
+          services: موٹر وے سروسز
           speed_camera: رفتار کیمرا
           steps: پَوڑیاں
           stop: رکݨ دا کنایہ
@@ -477,6 +483,7 @@ skr-arab:
           "yes": سڑک
         historic:
           battlefield: جنگ دا میدان
+          bunker: بنکر
           castle: قلعہ
           church: گرجاگھر
           city_gate: شہر دا دروازہ
@@ -484,6 +491,7 @@ skr-arab:
           fort: قلعہ
           house: ہاؤس
           memorial: یادگار
+          monument: یادگار
           railway: تاریخی ریلوے
           stone: پتھر
           tomb: مزار
@@ -516,6 +524,7 @@ skr-arab:
           antenna: انٹینا
           beehive: ماکھی دا چھتہ
           bridge: پُل
+          bunker_silo: بنکر
           chimney: چمنی
           crane: کرین
           cross: کراس
@@ -540,6 +549,7 @@ skr-arab:
           beach: ساحل
           cliff: چٹان
           forest: جنگل
+          glacier: گلیشیئر
           hill: پہاڑی
           hot_spring: گرم پاݨی دا چشمہ
           island: جزیرہ
@@ -650,6 +660,8 @@ skr-arab:
           motel: موٹل
           museum: عڄائب گھر
           zoo: چڑیا گھر
+        tunnel:
+          "yes": سرنگ
         waterway:
           canal: نہر
           dam: ڈیم
@@ -670,8 +682,6 @@ skr-arab:
       search: ڳولو
       status: حیثیت
       last_updated: چھیکڑی تبدیلی
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> منجانب %{user}
       link_to_reports: رپوٹاں ݙیکھو
       states:
         open: کھولو
@@ -704,8 +714,10 @@ skr-arab:
     partners_ucl: یو سی ایل
     help: مدد
     about: تعارف
+    copyright: نقل حقوق
     communities: برادریاں
     community: برادری
+    community_blogs: برادری بلاگ
     learn_more: ٻیا سِکھو
     more: ٻئے
   user_mailer:
@@ -747,6 +759,7 @@ skr-arab:
       title: سنیہا پٹھو
       send_message_to_html: '%{name} کوں نواں سنیہا پٹھو'
     outbox:
+      title: آؤٹ باکس
       my_inbox: میݙا انباکس
       my_outbox: میݙا آؤٹ باکس
       to: تائیں
@@ -760,6 +773,14 @@ skr-arab:
       back: پچھوں
     sent_message_summary:
       destroy_button: مٹاؤ
+  passwords:
+    lost_password:
+      email address: 'ای میل پتہ:'
+      new password button: پاس ورڈ ولدا ٹھیک کرو
+    reset_password:
+      title: پاس ورڈ ولدا ٹھیک کرو
+      reset: پاس ورڈ ولدا ٹھیک کرو
+      flash changed: تہاݙا پاس ورڈ تبدیل تھی ڳیا۔
   preferences:
     edit:
       cancel: منسوخ
@@ -810,7 +831,12 @@ skr-arab:
   site:
     about:
       next: اڳلا
+      community_driven_community_blogs: برادری بلاگ
+      community_driven_osm_foundation: او ایس ایم فاؤنڈیشن
+      open_data_open_data: کھلا ڈیٹا
       legal_title: قنونی
+      legal_1_1_terms_of_use: ورتݨ شرطاں
+      legal_1_1_privacy_policy: رازداری پالیسی
       partners_title: بھائیوال
     copyright:
       foreign:
@@ -818,9 +844,26 @@ skr-arab:
       native:
         title: ایں ورقے بارے
       legal_babble:
-        trademarks_1_html: |-
-          OpenStreetMap، میگنفائنگ گلاس علامت (لوگو) تے نقشہ دی ریاست OpenStreetMap فاؤنڈیشن دے رجسٹرڈ ٹریڈ مارک ہن.
-          ڄے تہاݙے کول نقشہ ورتݨ بارے سوال ہن تاں، براہ کرم ساݙی <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy"> ٹریڈ مارک پالیسی </a> ملاحظہ کرو.
+        introduction_1_open_data: کھلا ڈیٹا
+        introduction_2_legal_code: قنونی کوڈ
+        contributors_at_austria: آسٹریا
+        contributors_at_cc_by: سی سی۔بی وائی
+        contributors_au_australia: آسٹریلیا
+        contributors_ca_canada: کنیڈا
+        contributors_fi_finland: فِن لینڈ
+        contributors_fr_france: فرانس
+        contributors_nl_netherlands: نیدرلینڈز
+        contributors_nz_new_zealand: نیوزی لینڈ
+        contributors_nz_cc_by: سی سی بی وائی ٤.٠
+        contributors_rs_serbia: سربیا
+        contributors_rs_rgz_url: https://geosrbija.rs/
+        contributors_rs_open_data_portal_url: https://data.gov.rs/sr/
+        contributors_si_slovenia: سلووینیا
+        contributors_es_spain: سپین
+        contributors_es_cc_by: سی سی بی وائی ٤.٠
+        contributors_za_south_africa: جنوبی افریقہ
+        trademarks_title: ٹریڈ مارک
+        trademarks_1_1_trademark_policy: ٹریڈمارک پالیسی
     index:
       permalink: پکا لنک
       shortlink: مختصر لنک
@@ -846,7 +889,6 @@ skr-arab:
         title: آئی آر سی
     any_questions:
       title: کوئی سوال؟
-      welcome_mat_url: https://welcome.openstreetmap.org/
     sidebar:
       close: بند کرو
     search:
@@ -941,6 +983,7 @@ skr-arab:
       title: سائن اپ
       support: سہارا
       continue: سائن اپ
+      privacy_policy: رازداری پالیسی
     terms:
       title: شرطاں
       heading: شرطاں
index 6bda372600646b51d60752e881e6318124c62ff7..6269f104ba35175aee5624db5d617ac2cbaf4ec4 100644 (file)
@@ -6,6 +6,7 @@
 # Author: Dbc334
 # Author: Eleassar
 # Author: GeographieMan
+# Author: Gravitystorm
 # Author: HairyFotr
 # Author: Lesko987
 # Author: Macofe
@@ -174,71 +175,67 @@ sl:
           žargona skupnosti, zato poskusite uporabljati laične izraze.
         needs_view: Ali se mora uporabnik za pretek blokiranja prijaviti?
       user:
-        email_confirmation: Vaš naslov ni javno prikazan – za več informacij glejte
-          naš <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="Pravilnik
-          o zasebnosti OSMF, vključno s poglavjem o e-poštnih naslovih">pravilnik
-          o zasebnosti</a>.
         new_email: (nikoli ni javno prikazan)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: pred približno 1 uro
+        one: pred približno %{count} uro
         two: pred približno %{count} urama
         few: pred približno %{count} urami
         other: pred približno %{count} urami
       about_x_months:
-        one: pred približno 1 mesecem
+        one: pred približno %{count} mesecem
         two: pred približno %{count} mesecema
         few: pred približno %{count} meseci
         other: pred približno %{count} meseci
       about_x_years:
-        one: pred približno 1 letom
+        one: pred približno %{count} letom
         two: pred približno %{count} letoma
         few: pred približno %{count} leti
         other: pred približno %{count} leti
       almost_x_years:
-        one: pred skoraj 1 letom
+        one: pred skoraj %{count} letom
         two: pred skoraj %{count} letoma
         few: pred skoraj %{count} leti
         other: pred skoraj %{count} leti
       half_a_minute: pred pol minute
       less_than_x_seconds:
-        one: pred manj kot 1 sekundo
+        one: pred manj kot %{count} sekundo
         two: pred manj kot %{count} sekundama
         few: pred manj kot %{count} sekundami
         other: pred manj kot %{count} sekundami
       less_than_x_minutes:
-        one: pred manj kot minuto
+        one: pred manj kot %{count} minuto
         two: pred manj kot %{count} minutama
         few: pred manj kot %{count} minutami
         other: pred manj kot %{count} minutami
       over_x_years:
-        one: pred več kot 1 letom
+        one: pred več kot %{count} letom
         two: pred več kot %{count} letoma
         few: pred več kot %{count} leti
         other: pred več kot %{count} leti
       x_seconds:
-        one: pred 1 sekundo
+        one: pred %{count} sekundo
         two: pred %{count} sekundama
         few: pred %{count} sekundami
         other: pred %{count} sekundami
       x_minutes:
-        one: pred 1 minuto
+        one: pred %{count} minuto
         two: pred %{count} minutama
         few: pred %{count} minutami
         other: pred %{count} minutami
       x_days:
-        one: pred 1 dnem
+        one: pred %{count} dnem
         two: pred %{count} dnevoma
         few: pred %{count} dnevi
         other: pred %{count} dnevi
       x_months:
-        one: pred 1 mesecem
+        one: pred %{count} mesecem
         two: pred %{count} mesecema
         few: pred %{count} meseci
         other: pred %{count} meseci
       x_years:
-        one: pred 1 letom
+        one: pred %{count} letom
         two: pred %{count} letoma
         few: pred %{count} leti
         other: pred %{count} leti
@@ -345,9 +342,7 @@ sl:
         spodnji gumb.
       only_public_can_edit: Od prehoda na API 0.6 lahko urejajo podatke zemljevida
         samo javni uporabniki.
-      find_out_why_html: (%{link}).
       find_out_why: ugotovite, zakaj
-      find_out_why_url: https://wiki.openstreetmap.org/wiki/Anonymous_edits
       email_not_revealed: Vaš e-poštni naslov ne bo razkrit, ko bo vaš račun postal
         javen.
       not_reversible: Tega dejanja ni mogoče razveljaviti, vsi novi uporabniki pa
@@ -362,24 +357,24 @@ sl:
   browse:
     created: Ustvarjeno
     closed: Zaprto
-    created_html: Ustvarjeno <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Zaprto <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Ustvaril_a %{user} <abbr title='%{title}'>%{time}</abbr>
-    deleted_by_html: Izbrisal_a %{user} <abbr title='%{title}'>%{time}</abbr>
-    edited_by_html: Uredil_a %{user} <abbr title='%{title}'>%{time}</abbr>
-    closed_by_html: Zaprl_a %{user} <abbr title='%{title}'>%{time}</abbr>
+    created_ago_html: Ustvaril_a %{time_ago}
+    closed_ago_html: Zaprto %{time_ago}
+    created_ago_by_html: Ustvaril %{user} %{time_ago}
+    closed_ago_by_html: Zaprl_a %{time_ago} %{user}
+    deleted_ago_by_html: Izbrisal %{user} %{time_ago}
+    edited_ago_by_html: Uredil_a %{user} %{time_ago}
     version: Različica
     in_changeset: Sklop sprememb
     anonymous: anonimni
     no_comment: (brez komentarja)
     part_of: Del
     part_of_relations:
-      one: 1 relacija
+      one: '%{count} relacija'
       two: '%{count} relaciji'
       few: '%{count} relacije'
       other: '%{count} relacij'
     part_of_ways:
-      one: 1 pot
+      one: '%{count} pot'
       two: 2 poti
       few: '%{count} poti'
       other: '%{count} poti'
@@ -387,8 +382,6 @@ sl:
     view_history: Ogled zgodovine
     view_details: Prikaz podrobnosti
     location: 'Lokacija:'
-    common_details:
-      coordinates_html: '%{latitude}, %{longitude}'
     changeset:
       title: 'Sklop sprememb: %{id}'
       belongs_to: Avtor
@@ -399,14 +392,13 @@ sl:
       relation: Relacije (%{count})
       relation_paginated: Zveze (%{x}-%{y} od %{count})
       comment: Komentarji (%{count})
-      hidden_commented_by_html: Skrit komentar uporabnika %{user} <abbr title='%{exact_time}'>%{when}
-        nazaj</abbr>
-      commented_by_html: Komentar uporabnika %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Skrit komentar %{user} %{time_ago}
+      comment_by_html: Komentar %{user} %{time_ago}
       changesetxml: Sklop sprememb XML
       osmchangexml: osmChange XML
       feed:
         title: Sklop sprememb %{id}
-        title_comment: Množica sprememb %{id} – %{comment}
+        title_comment: Sklop sprememb %{id} – %{comment}
       join_discussion: Prijavite se za pridružitev pogovoru
       discussion: Pogovor
       still_open: Sklop sprememb je še vedno odprt – pogovor se bo začel, ko bo sklop
@@ -431,12 +423,11 @@ sl:
       history_title_html: 'Zgodovina povezave: %{name}'
       members: Člani
       members_count:
-        one: 1 član
+        one: '%{count} član'
         two: '%{count} člana'
         few: '%{count} člani'
         other: '%{count} članov'
     relation_member:
-      entry_html: '%{type} %{name}'
       entry_role_html: '%{type} %{name} kot %{role}'
       type:
         node: Vozlišče
@@ -509,7 +500,7 @@ sl:
       area: Območje
     index:
       title: Sklopi sprememb
-      title_user: Množica sprememb uporabnika %{user}
+      title_user: Sklopi sprememb od %{user}
       title_user_link_html: Sklopi sprememb uporabnika_ce %{user_link}
       title_friend: Množice sprememb mojih prijateljev
       title_nearby: Sklopi sprememb bližnjih uporabnikov
@@ -614,7 +605,6 @@ sl:
       location: 'Lokacija:'
       view: Prikaži
       edit: Uredi
-      coordinates: '%{latitude}; %{longitude}'
     feed:
       user:
         title: Dnevniški zapisi OpenStreetMap za uporabnika %{user}
@@ -656,7 +646,7 @@ sl:
         je preprečilo izpolnitev zahteve (HTTP 500)
     not_found:
       title: Datoteka ni bila najdena
-      description: Datoteke/imenika/operacije API-ja s tem imenom v strežniku OpenStreetMap
+      description: Datoteke/imenika/API-operacije s tem imenom v strežniku OpenStreetMap
         ni bilo mogoče najti (HTTP 404)
   friendships:
     make_friend:
@@ -675,13 +665,11 @@ sl:
   geocoder:
     search:
       title:
-        latlon_html: <a href="https://openstreetmap.org/">Interni</a> zadetki
-        osm_nominatim_html: Zadetki iz <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Zadetki iz <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>-a
+        results_from_html: Zadetki iz %{results_link}
+        latlon: Notranji
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
-      prefix_format: '%{name}'
       prefix:
         aerialway:
           cable_car: Nihalka
@@ -1473,12 +1461,10 @@ sl:
       status: Stanje
       reports: Prijave
       last_updated: Zadnja posodobitev
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> uporabnika
-        %{user}
+      last_updated_time_ago_user_html: '%{user} %{time_ago}'
       link_to_reports: Ogled prijav
       reports_count:
-        one: 1 poročilo
+        one: '%{count} poročilo'
         two: '%{count} poročili'
         few: '%{count} poročila'
         other: '%{count} poročil'
@@ -1490,7 +1476,7 @@ sl:
     show:
       title: '%{status} Težava #%{issue_id}'
       reports:
-        one: 1 prijava
+        one: '%{count} prijava'
         two: '%{count} prijavi'
         few: '%{count} prijave'
         other: '%{count} prijav'
@@ -1562,9 +1548,6 @@ sl:
       successful_report: Vaše sporočilo je uspešno zabeleženo.
       provide_details: Navedite zahtevane podrobnosti
   layouts:
-    project_name:
-      title: OpenStreetMap
-      h1: OpenStreetMap
     logo:
       alt_text: OpenStreetMap logotip
     home: Domov
@@ -1609,7 +1592,7 @@ sl:
     community_blogs_title: Blogi članov skupnosti OpenStreetMap
     make_a_donation:
       title: Podprite OpenStreetMap z denarnim prispevkom
-      text: Prispevajte finančna sredstva
+      text: Donirajte
     learn_more: Več o tem
     more: Več
   user_mailer:
@@ -1653,13 +1636,22 @@ sl:
         Napaka:'
       more_info_html: Več informacij o napakah pri uvozu GPX in o tem, kako se jim
         izogniti, lahko najdete na %{url}.
-      import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures
       subject: '[OpenStreetMap] Neuspeh uvoza datoteke GPX'
     gpx_success:
       hi: Pozdravljeni, %{to_user},
-      loaded_successfully: |-
-        bila uspešno uvožena z %{trace_points} od vseh možnih
-        %{possible_points} točk.
+      loaded:
+        one: |-
+          bila uspešno naložena z %{trace_points} od možne
+          %{count} točke.
+        two: |-
+          bila uspešno naložena z %{trace_points} od možnih
+          %{count} točk
+        few: |-
+          bila uspešno naložena s %{trace_points} od možnih
+          %{count} točk
+        other: |-
+          bila uspešno naložena z %{trace_points} od možnih
+          %{count} točk
       subject: '[OpenStreetMap] Uspeh uvoza datoteke GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Pozdravljeni v OpenStreetMap'
@@ -1893,7 +1885,6 @@ sl:
       image: Slika
       gravatar:
         gravatar: Uporabi Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Kaj je Gravatar?
         disabled: Gravatar je onemogočen.
         enabled: Prikaz vašega Gravatarja je omogočen.
@@ -1959,8 +1950,6 @@ sl:
   shared:
     markdown_help:
       heading_html: Razčlenjeno s %{kramdown_link}
-      kramdown_url: https://kramdown.gettalong.org/quickref.html
-      kramdown: kramdown
       headings: Naslovi
       heading: Naslov
       subheading: Podnaslov
@@ -1979,7 +1968,7 @@ sl:
   site:
     about:
       next: Naslednja
-      copyright_html: <span>&copy;</span> Sodelavci<br />OpenStreetMap
+      heading_html: Sodelavci %{copyright}OpenStreetMap %{br}
       used_by_html: '%{name} zagotavlja kartografske podatke za tisoče spletnih mest,
         mobilnih aplikacij in naprav'
       lede_text: |-
@@ -1991,32 +1980,42 @@ sl:
         posodabljajo OSM z zračnimi posnetki, napravami GPS in nizkotehnološkimi
         terenskimi zemljevidi.
       community_driven_title: Skupnostno vodeno
-      community_driven_html: |-
+      community_driven_1_html: |-
         Skupnost OpenStreetMap je raznolika, zagnana in raste vsak dan.
         Naši sodelavci so strastni kartografi, strokovnjaki za GIS, inženirji,
         ki upravljajo strežnike OSM, človekoljubi, ki kartirajo prizadeta območja,
         in številni drugi.
         Za več o naši skupnosti glejte
-        <a href='https://blog.openstreetmap.org'>Blog OpenStreetMap</a>,
-        <a href='%{diary_path}'>dnevnike uporabnikov</a>,
-        <a href='https://blogs.openstreetmap.org/'>bloge skupnosti</a> in
-        spletno mesto <a href='https://www.osmfoundation.org/'>Fundacije OSM</a>.
+        %{osm_blog_link},
+        %{user_diaries_link}, %{community_blogs_link} in
+        spletno mesto %{osm_foundation_link}.
+      community_driven_osm_blog: Blog OpenStreetMap
+      community_driven_user_diaries: Uporabniški dnevniki
+      community_driven_community_blogs: blogi skupnosti
+      community_driven_osm_foundation: Fundacija OSM
       open_data_title: Odprti podatki
-      open_data_html: |-
-        OpenStreetMap so <i>odprti podatki</i>: Ob navedbi OpenStreetMap in njegovih
+      open_data_1_html: |-
+        OpenStreetMap so %{open_data}: Ob navedbi OpenStreetMap in njegovih
         sodelavcev ga lahko uporabljate, kakor želite. Če podatke na določen način
         spremenite ali nadgradite, lahko rezultat distribuirate samo pod isto licenco.
-        Za podrobnosti glejte stran <a href='%{copyright_path}'>Avtorske pravice in licenca</a>.
+        Za podrobnosti glejte stran %{copyright_license_link}.
+      open_data_open_data: odprti podatki
+      open_data_copyright_license: Avtorske pravice in licenca
       legal_title: Pravno
-      legal_1_html: |-
+      legal_1_1_html: |-
         To spletno mesto in številne povezane storitve formalno
-        v imenu skupnosti upravlja <a href='https://osmfoundation.org/'>Fundacija OpenStreetMap</a> (OSMF). Za uporabo vseh storitev OSMF veljajo naši <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Pogoji uporabe</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Pravilnik o sprejemljivi uporabi</a> in <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Pravilnik o zasebnosti</a>.
-      legal_2_html: |-
-        Če imate vprašanja o licencah, avtorskih pravicah ali drugih pravnih vidikih,
-        se <a href='https://osmfoundation.org/Contact'>obrnite na OSMF</a>.
-        <br>
-        OpenStreetMap, logotip povečevalnega stekla in State of the Map so <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">registrirane tržne znamke OSMF</a>.
+        v imenu skupnosti upravlja %{openstreetmap_foundation_link} (OSMF). Za uporabo vseh storitev OSMF veljajo naši %{terms_of_use_link}, %{aup_link} in %{privacy_policy_link}.
+      legal_1_1_openstreetmap_foundation: Fundacija OpenStreetMap
+      legal_1_1_terms_of_use: Pogoji uporabe
+      legal_1_1_aup: Politika sprejemljive uporabe
+      legal_1_1_privacy_policy: Pravilnik o zasebnosti
+      legal_2_1_html: |-
+        Če imate vprašanja o licenci, avtorskih pravicah ali druga pravna vprašanja,
+        prosimo, %{contact_the_osmf_link}.
+      legal_2_1_contact_the_osmf: kontaktirajte OSMF
+      legal_2_2_html: OpenStreetMap, logotip povečevalnega stekla in State of the
+        Map so %{registered_trademarks_link}.
+      legal_2_2_registered_trademarks: registrirane tržne znamke OSMF
       partners_title: Partnerji
     copyright:
       foreign:
@@ -2032,123 +2031,158 @@ sl:
         mapping_link: začnete kartirati
       legal_babble:
         title_html: Avtorske pravice in licenca
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> so <i>prosti podatki</i>, objavljeni
-          pod licenco <a href="https://opendatacommons.org/licenses/odbl/1.0/">Open Data Commons Open Database License</a> (ODbL) <a href="https://osmfoundation.org/">Fundacije OpenStreetMap</a> (OSMF).
-        intro_2_html: "Naše podatke lahko prosto kopirate, razširjate, prenašate\nin
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} so %{open_data}, ki jih je pod licenco
+          %{odc_odbl_link} (ODbL) objavila %{osm_foundation_link} (OSMF).
+        introduction_1_open_data: odprti podatki
+        introduction_1_odc_odbl: Licenca za odprte podatkovne zbirke Open Data Commons
+        introduction_1_osm_foundation: Fundacija OpenStreetMap
+        introduction_2_html: "Naše podatke lahko prosto kopirate, razširjate, prenašate\nin
           prilagajate, pod pogojem, da kot vir navedete OpenStreetMap in \nsodelavce.
           Če podatke spremenite ali nadgradite, jih lahko\nrazširjate le pod enakimi
-          licenčnimi pogoji. Vaše pravice in obveznosti opisuje polno\n<a href=\"https://opendatacommons.org/licenses/odbl/1.0/\">besedilo\nlicence</a>."
-        intro_3_1_html: Naša dokumentacija je na voljo pod pogoji licence <a href="https://creativecommons.org/licenses/by-sa/2.0/deed.sl">Creative
-          Commons Priznanje avtorstva-Deljenje pod enakimi pogoji 2.0</a> (CC BY-SA
-          2.0).
+          licenčnimi pogoji. Vaše pravice in obveznosti opisuje %{legal_code_link}."
+        introduction_2_legal_code: pravno besedilo
+        introduction_3_html: Naša dokumentacija je objavljena pod licenco %{creative_commons_link}
+          (CC BY-SA 2.0).
+        introduction_3_creative_commons: Creative Commons Priznanje avtorstva-Deljenje
+          pod enakimi pogoji 2.0
+        introduction_3_creative_commons_url: https://creativecommons.org/licenses/by-sa/2.0/deed.sl
         credit_title_html: Kako pripisati zasluge projektu OpenStreetMap
         credit_1_html: 'Pri uporabi podatkov OpenStreetMap morate narediti naslednje:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Pripišite zasluge OpenStreetMap z navedbo našega obvestila o avtorskih pravicah.</li>
-            <li>Pojasnite, da so podatki na voljo pod licenco Open Database License.</li>
-          </ul>
-        credit_3_1_html: Za obvestilo o avtorskih pravicah imamo različne zahteve,
-          kako naj bo prikazano, odvisno od tega, kako uporabljate naše podatke. Veljajo
+        credit_2_1: Navedite avtorstvo OpenStreetMap s prikazom našega obvestila o
+          avtorskih pravicah.
+        credit_2_2: Pojasnite, da so podatki na voljo pod licenco Open Database.
+        credit_3_html: Za obvestilo o avtorskih pravicah imamo različne zahteve, kako
+          naj bo prikazano, odvisno od tega, kako uporabljate naše podatke. Veljajo
           na primer različna pravila o tem, kako prikazati obvestilo o avtorskih pravicah
           glede na to, ali ste ustvarili zemljevid za brskanje, natisnjeni zemljevid
-          ali statično sliko. Vse podrobnosti o zahtevah najdete v <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">Smernicah
-          o pripisu avtorstva</a>.
-        credit_4_html: "Za pojasnitev, da so podatki na voljo pod licenco Open Database,
-          se lahko povežete na\n<a href=\"https://www.openstreetmap.org/copyright\">to
-          avtorskopravno stran</a>.\nDruga možnost in zahteva, če OSM distribuirate
-          v\npodatkovni obliki, je navedba licence (licenc) z neposredno povezavo
-          (neposrednimi povezavami) nanjo (nanje). V medijih,\nkjer povezave niso
-          mogoče (npr. tiskana dela), predlagamo, da svoje bralce usmerite na\nopenstreetmap.org
-          (morda z razširitvijo\n»OpenStreetMap« na ta polni naslov) in na opendatacommons.org.
-          \nV tem primeru je pripis zaslug naveden v kotu zemljevida."
+          ali statično sliko. Vse podrobnosti o zahtevah najdete v %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Smernice za navedbo avtorstva
+        credit_4_1_html: "Za pojasnitev, da so podatki na voljo pod licenco Open Database,
+          se lahko povežete na\n%{this_copyright_page_link}.\nDruga možnost in zahteva,
+          če OSM distribuirate v\npodatkovni obliki, je navedba licence (licenc) z
+          neposredno povezavo (neposrednimi povezavami) nanjo (nanje). V medijih,\nkjer
+          povezave niso mogoče (npr. tiskana dela), predlagamo, da svoje bralce usmerite
+          na\nopenstreetmap.org (morda z razširitvijo\n»OpenStreetMap« na ta polni
+          naslov) in na opendatacommons.org. \nV tem primeru je pripis zaslug naveden
+          v kotu zemljevida."
+        credit_4_1_this_copyright_page: ta stran o avtorskih pravicah
         attribution_example:
           alt: Zgled pripisa avtorstva OpenStreetMap na spletni strani
           title: Zgled pripisa
         more_title_html: Več o tem
-        more_1_html: "Preberite več o uporabi naših podatkov in o tem, kako nam pripisati
-          zasluge, na \n<a href=\"https://osmfoundation.org/Licence\">strani licence
-          OSMF</a>."
-        more_2_html: |-
-          Čeprav so OpenStreetMap odprti podatki, za tretje
-          osebe ne moremo zagotavljati brezplačnega API-ja.
-          Glejte <a href="https://operations.osmfoundation.org/policies/api/">Pravilnik o uporabi API-ja</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Pravilnik o uporabi ploščic</a>
-          in <a href="https://operations.osmfoundation.org/policies/nominatim/">Pravilnik o uporabi Nominatim</a>.
+        more_1_1_html: O uporabi naših podatkov in o tem, kako lahko navedete naše
+          avtorstvo, si preberite več na %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: Licenčna stran Fundacije OSM
+        more_2_1_html: |-
+          Čeprav so OpenStreetMap odprti podatki, ne moremo zagotoviti
+          brezplačnega API-ja zemljevidov za tretje osebe.
+          Glejte %{api_usage_policy_link}, %{tile_usage_policy_link} in %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Politika uporabe API-ja
+        more_2_1_tile_usage_policy: Politika uporabe ploščic
+        more_2_1_nominatim_usage_policy: Politika uporabe Nominatim
         contributors_title_html: Naši sodelavci
         contributors_intro_html: "Naših sodelavcev je na tisoče. Vključujemo tudi
           odprtolicenčne \npodatke nacionalnih kartografskih agencij\nin drugih virov,
           med njimi:"
-        contributors_at_html: "<strong>Avstrija</strong>: Vsebuje podatke \n<a href=\"https://data.wien.gv.at/\">Stadt
-          Wien</a> (pod licenco\n<a href=\"https://creativecommons.org/licenses/by/3.0/at/deed.de\">CC
-          BY</a>),\n<a href=\"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm\">Land
-          Vorarlberg</a> in\nLand Tirol (under <a href=\"https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/\">CC
-          BY AT s popravki</a>)."
-        contributors_au_html: "<strong>Avstralija</strong>: vključuje ali se razvija
-          z uporabo upravnih meja &copy;\n<a href=\"https://geoscape.com.au/legal/data-copyright-and-disclaimer/\">Geoscape
-          Australia</a>, \nz dovoljenjem Commonwealtha Avstralije pod\n<a href=\"https://creativecommons.org/licenses/by/4.0/\">Mednarodno
-          licenco Creative Commons Attribution 4.0 (CC BY 4.0)</a>."
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: Vsebuje podatke iz
+        contributors_at_credit_html: |-
+          %{austria}: Vsebuje podatke iz %{stadt_wien_link} (pod %{cc_by_link}), %{land_vorarlberg_link}
+          in dežele Tirolske (pod %{cc_by_at_with_amendments_link}).
+        contributors_at_austria: Avstrija
+        contributors_at_stadt_wien: Mesto Dunaj
+        contributors_at_cc_by: CC BY
+        contributors_at_cc_by_url: https://creativecommons.org/licenses/by-sa/3.0/deed.sl
+        contributors_at_land_vorarlberg: Dežela Vorarlberg
+        contributors_at_cc_by_at_with_amendments: CC BY AT s spremembami
+        contributors_au_credit_html: |-
+          %{australia}: Vključuje ali razvito z uporabo Administrative Boundaries &copy; %{geoscape_australia_link}
+          objavil Commonwealth of Australia pod licenco %{cc_licence_link}.
+        contributors_au_australia: Avstralija
+        contributors_au_geoscape_australia: Geoscape Avstralija
+        contributors_au_cc_licence: Lcenca Creative Commons Attribution 4.0 International
+          (CC BY 4.0)
+        contributors_ca_credit_html: |-
+          %{canada}: Vsebuje podatke iz
           GeoBase®, GeoGratis (&copy; Department of Natural
           Resources Canada), CanVec (&copy; Department of Natural
           Resources Canada) in StatCan (Geography Division,
           Statistics Canada).
-        contributors_fi_html: |-
-          <strong>Finska</strong>: Vsebuje podatke
-          National Land Survey Finske Topografske podatkovne zbirke
-          in druge nabore podatkov, pod
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">licenco NLSFI</a>.
-        contributors_fr_html: |-
-          <strong>Francija</strong>: Vsebuje podatke iz
+        contributors_ca_canada: Kanada
+        contributors_fi_credit_html: |-
+          %{finland}: Vsebuje podatke iz
+          National Land Survey of Finland's Topographic Database
+          in druge nize podatkov pod %{nlsfi_license_link}.
+        contributors_fi_finland: Finska
+        contributors_fi_nlsfi_license: Licenca NLSFI
+        contributors_fr_credit_html: |-
+          %{france}: Vsebuje podatke iz
           Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Nizozemska</strong>: Vsebuje podatke &copy; <abbr title="Automotive Navigation Data">AND"</abbr>, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Nova Zelandija</strong>: Vsebuje podatke iz
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> in
-          licencirane za nadaljnjo uporabo pod licenco
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Slovenija</strong>: Vsebuje javne podatke
-          <a href="http://www.gu.gov.si">Geodetske uprave Republike Slovenije</a> in
-          <a href="http://www.mkgp.gov.si">Ministrstva za kmetijstvo, gozdarstvo in prehrano</a>.
-        contributors_es_html: |-
-          <strong>Španija</strong>: Vsebuje podatke, pridobljene od
-          Španskega nacionalnega geografskega inštituta (<a href="http://www.ign.es/">IGN</a>) in iz Nacionalnega kartografskega sistema (<a href="http://www.scne.es/">SCNE</a>),
-          licencirane za nadaljnjo uporabo pod licenco <a href="https://creativecommons.org/licenses/by/4.0/deed.sl">CC BY 4.0</a>.
-        contributors_za_html: |-
-          <strong>Južna Afrika</strong>: Vsebuje podatke
-          <a href="http://www.ngi.gov.za/">Glavnega direktorata:
-          Nacionalni geoprostorski podatki</a>, avtorske pravice države pridržane.
-        contributors_gb_html: |-
-          <strong>Združeno kraljestvo</strong>: Vsebuje podatke Ordnance
+        contributors_fr_france: Francija
+        contributors_nl_credit_html: '%{netherlands}: Vsebuje podatke © IN, 2007 (%{and_link})'
+        contributors_nl_netherlands: Nizozemska
+        contributors_nz_credit_html: |-
+          %{new_zealand}: Vsebuje podatke, pridobljene iz %{linz_data_service_link}
+          in objavljene za nadaljnjo uporabo pod licenco %{cc_by_link}.
+        contributors_nz_new_zealand: Nova Zelandija
+        contributors_nz_linz_data_service: Podatkovna storitev LINZ
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_rs_credit_html: |-
+          %{serbia}: Vsebuje podatke iz %{rgz_link} in %{open_data_portal}
+          (javne informacije Srbije), 2018.
+        contributors_rs_serbia: Srbija
+        contributors_rs_rgz: Geodetski zavod Srbije
+        contributors_rs_rgz_url: https://geosrbija.rs/
+        contributors_rs_open_data_portal: Nacionalni portal odprtih podatkov
+        contributors_rs_open_data_portal_url: https://data.gov.rs/sr/
+        contributors_si_credit_html: |-
+          %{slovenia}: Vsebuje podatke iz %{gu_link} in %{mkgp_link}
+          (javne informacije v Sloveniji).
+        contributors_si_slovenia: Slovenija
+        contributors_si_gu: Geodetska uprava
+        contributors_si_gu_url: https://www.gov.si/drzavni-organi/organi-v-sestavi/geodetska-uprava/
+        contributors_si_mkgp: Ministrstvo za kmetijstvo, gozdarstvo in prehrano
+        contributors_es_credit_html: |-
+          %{spain}: Vsebuje podatke, pridobljene iz
+          Španskega nacionalnega geografskega inštituta (%{ign_link}) in
+          Nacionalnega kartografskega sistema (%{scne_link})
+          licenciranih za ponovno uporabo pod %{cc_by_link}.
+        contributors_es_spain: Španija
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: Vsebuje podatke iz %{ngi_link},
+          avtorske pravice države pridržane.'
+        contributors_za_south_africa: Južna Afrika
+        contributors_za_ngi: 'Glavni direktorat: Nacionalne geoprostorske informacije'
+        contributors_gb_credit_html: |-
+          %{united_kingdom}: Vsebuje podatke Ordnance
           Survey &copy; Avtorske pravice in pravice podatkovne zbirke,
           2010–2023.
-        contributors_footer_1_html: |-
-          Za več podrobnosti o teh in drugih virih, ki so bili uporabljeni kot pripomočki pri izboljševanju OpenStreetMap, si oglejte <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">stran sodelujočih</a> v vikiju OpenStreetMap.
+        contributors_gb_united_kingdom: Združeno kraljestvo
+        contributors_2_html: |-
+          Za dodatne podrobnosti o teh in drugih virih, ki so bili uporabljeni
+          za pomoč pri izboljšanju OpenStreetMap, glejte %{contributors_page_link} v vikiju OpenStreetMap.
+        contributors_2_contributors_page: Stran sodelujočih
         contributors_footer_2_html: |-
           Vključitev podatkov v OpenStreetMap ne pomeni, da izvorni
           ponudnik podatkov podpira OpenStreetMap, daje kakršno koli jamstvo ali
           prevzema kakršno koli odgovornost.
         infringement_title_html: Kršitev avtorskih pravic
         infringement_1_html: |-
-          Sodelavce OSM opozarjamo, da nikoli ne dodajajo podatkov iz nobenega
-          avtorsko zavarovanega vira (npr. Zemljevidov Google ali tiskanih zemljevidov) brez
+          Sodelavce OSM opozarjamo, naj nikoli ne dodajajo podatkov iz nobenega
+          avtorsko varovanega vira (npr. Zemljevidov Google ali tiskanih zemljevidov) brez
           izrecnega dovoljenja imetnikov avtorskih pravic.
-        infringement_2_html: |-
-          Če menite, da je bilo avtorsko zavarovano gradivo neprimerno
-          dodano v podatkovno zbirko OpenStreetMap ali na to spletno mesto, glejte
-          naš <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">postopek odstranitve</a> ali neposredno izpolnite našo
-          <a href="https://dmca.openstreetmap.org/">stran za spletno prijavo</a>.
-        trademarks_title_html: <span id="trademarks"></span>Tržne znamke
-        trademarks_1_html: OpenStreetMap, logotip povečevalnega stekla in State of
-          the Map so registrirane tržne znamke Fundacije OpenStreetMap. Če imate vprašanja
-          o uporabi znamk, glejte naš <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Pravilnik
-          o tržnih znamkah</a>.
+        infringement_2_1_html: |-
+          Če menite, da je bilo v podatkovno zbirko OpenStreetMap ali na to spletno mesto neustrezno dodano avtorsko varovano gradivo, glejte
+          našo %{takedown_procedure_link} ali datoteko neposredno na naši
+          %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: postopek odstranitve
+        infringement_2_1_online_filing_page: spletna stran za prijavo
+        trademarks_title: Tržne znamke
+        trademarks_1_1_html: |-
+          OpenStreetMap, logotip povečevalnega stekla in State of the Map so registrirane blagovne znamke
+          OpenStreetMap Foundation. Če imate vprašanja o vaši uporabi znamk, glejte našo
+          %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Politika tržnih znamk
     index:
       js_1: Bodisi uporabljate brskalnik, ki ne podpira Javascripta, ali pa je izvajanje
         Javascripta onemogočeno.
@@ -2165,7 +2199,6 @@ sl:
       not_public_description_html: Urejanje zemljevida ni mogoče dokler vaši prispevki
         niso javni. Označite jih lahko kot javne na %{user_page}.
       user_page_link: strani vašega uporabniškega računa
-      anon_edits_html: (%{link})
       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
@@ -2182,7 +2215,6 @@ sl:
       licence_details_html: Podatki OpenStreetMap so licencirani pod %{odbl_link}
         (ODbL).
       odbl: Licenca odprte podatkovne zbirke Open Data Commons1
-      odbl_url: https://opendatacommons.org/licenses/odbl/1.0/
       too_large:
         advice: 'Če zgornji izvoz spodleti, uporabite enega od naslednjih virov:'
         body: To območje je preveliko za izvoz podatkov OpenStreetMap v formatu XML.
@@ -2193,8 +2225,8 @@ sl:
           description: Redno posodabljane kopije celotne podatkovne zbirke OpenStreetMap
         overpass:
           title: Overpass API
-          description: Prenos izbranega območja iz zrcalnega strežnika podatkovne
-            zbirke OpenStreetMap
+          description: Prenos izbranega omejevalnega polja iz zrcalnega strežnika
+            podatkovne zbirke OpenStreetMap
         geofabrik:
           title: Prenosi Geofabrik
           description: Redno posodabljani izvlečki celin, držav in izbranih mest
@@ -2207,7 +2239,7 @@ sl:
       max: največ
       image_size: Velikost slike
       zoom: Povečava
-      add_marker: Dodaj zaznamek na zemljevid
+      add_marker: Dodaj označevalec na zemljevid
       latitude: 'Šir:'
       longitude: 'Dol:'
       output: Izhod
@@ -2224,10 +2256,9 @@ sl:
             pridružili skupnosti OpenStreetMap in boste podatke dodali ali popravili
             sami.
         add_a_note:
-          instructions_html: |-
-            Preprosto kliknite <a class='icon note'></a> ali isto ikono na prikazu zemljevida.
-            To bo na zemljevid dodalo oznako, ki jo lahko premikate
-            z vlečenjem. Dodajte svojo sporočilo, nato kliknite »Shrani« in ga bodo drugi kartografi pregledali.
+          instructions_1_html: |-
+            Preprosto kliknite %{note_icon} ali isto ikono na prikazu zemljevida.
+            S tem boste na zemljevid dodali ikono, ki jo lahko premikate z vlečenjem. Dodajte svojo sporočilo in nato kliknite »Shrani«, drugi kartografi pa bodo to pregledali.
       other_concerns:
         title: Drugi pomisleki
         concerns_html: |-
@@ -2235,7 +2266,6 @@ sl:
           %{copyright_link} za več pravnih informacij ali se obrnite na ustrezno %{working_group_link}.
         copyright: stran o avtorskih pravicah
         working_group: delovno skupino OSMF
-        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: Iskanje pomoči
       introduction: OpenStreetMap ima več virov za učenje o projektu, postavljanje
@@ -2250,7 +2280,6 @@ sl:
         title: Vodnik za začetnike
         description: Vodnik za začetnike, ki ga vzdržuje skupnost.
       help:
-        url: https://help.openstreetmap.org/
         title: Forum za pomoč
         description: Postavite vprašanje ali poiščite odgovore v zbirki vprašanj in
           odgovorov OpenStreetMap.
@@ -2259,7 +2288,6 @@ sl:
         description: Postavite vprašanje ali razpravljajte o različnih krajevnih ali
           regionalnih temah v številnih dopisnih seznamih.
       community:
-        url: https://community.openstreetmap.org/
         title: Forum skupnosti
         description: Skupno mesto za pogovore o OpenStreetMap.
       irc:
@@ -2271,12 +2299,10 @@ sl:
         description: Pomoč za podjetja in organizacije, ki prehajajo na zemljevide
           in druge storitve OpenStreetMap.
       welcomemat:
-        url: https://welcome.openstreetmap.org/
         title: Za organizacije
         description: Ste iz organizacije z načrti za OpenStreetMap? Kar morati vedeti,
           lahko najdete v Paketu dobrodošlice.
       wiki:
-        url: https://wiki.openstreetmap.org/
         title: Viki OpenStreetMap
         description: Prebrskajte viki za poglobljeno dokumentacijo OpenStreetMap.
     potlatch:
@@ -2284,7 +2310,6 @@ sl:
         Player ni več na voljo, Potlatch ni več na voljo za uporabo v spletnem brskalniku.
       desktop_application_html: Še vedno lahko uporabljate Potlatch %{download_link}.
       download: prenos namizne aplikacije za Mac in Windows
-      download_url: https://www.systemed.net/potlatch/
       id_editor_html: Lahko pa privzeti urejevalnik nastavite na iD, ki se izvaja
         v vašem spletnem brskalniku, tako kot se je Potlatch. %{change_preferences_link}
       change_preferences: Spremenite svoje prilagoditve tukaj
@@ -2296,7 +2321,6 @@ sl:
         %{help_link}. Ste pri organizacijo, ki ima načrte za uporabo OpenStreetMap? %{welcome_mat_link}.
       get_help_here: Poiščite pomoč tukaj
       welcome_mat: Oglejte si podlogo za dobrodošlico
-      welcome_mat_url: https://welcome.openstreetmap.org/
     sidebar:
       search_results: Iskalni zadetki
       close: Zapri
@@ -2389,7 +2413,7 @@ sl:
       whats_on_the_map:
         title: Kaj je na zemljevidu
         on_the_map_html: |-
-          OpenStreetMap je kraj za kartiranje stvari, ki so <%{real_and_current} –
+          OpenStreetMap je kraj za kartiranje stvari, ki so %{real_and_current} –
           vključuje milijone stavb, cest in drugih podatkov o krajih. Kartirate lahko
           katero koli resnično značilnost, ki je za vas zanimiva.
         real_and_current: resnične in zdajšnje
@@ -2422,15 +2446,15 @@ sl:
         imports: Uvozi
         imports_url: https://wiki.openstreetmap.org/wiki/SL:Import/Guidelines
         automated_edits: Avtomatizirana urejanja
-        automated_edits_url: https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct
       start_mapping: Začnite kartirati
       add_a_note:
         title: Nimate časa za urejanje? Dodajte opombo!
         para_1: Če si želite popraviti kakšno majhno napako in nimate časa za prijavo
           oziroma za spoznati kaj več o urejanju, lahko enostavneje le dodati opombo.
         para_2_html: 'Preprosto pojdite na %{map_link} in kliknite ikono opombe: %{note_icon}.
-          Tako boste na zemljevid dodali oznako, ki jo lahko premaknete z vlečenjem.
-          Dodajte vašo opombo in nato kliknite Shrani. Drugi kartografi bodo to preiskali.'
+          Tako boste na zemljevid dodali označevalec, ki ga lahko premikate z vlečenjem.
+          Dodajte svojo opombo in nato kliknite »Shrani», drugi kartografi pa bodo
+          to proučili.'
         the_map: zemljevid
     communities:
       title: ' Skupnosti'
@@ -2451,7 +2475,6 @@ sl:
           obstajajo kot neformalno srečevanje ali kot skupina v skupnosti. Vsakdo
           jih lahko ustanovi ali se jim pridruži. Preberite več na %{communities_wiki_link}.
         communities_wiki: Vikistran skupnosti
-        communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
   traces:
     visibility:
       private: Zasebna (v skupni rabi kot anonimna, neurejene točke)
@@ -2462,7 +2485,6 @@ sl:
     new:
       upload_trace: Naloži sled GPS
       visibility_help: kaj to pomeni?
-      visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces
       help: Pomoč
       help_url: https://wiki.openstreetmap.org/wiki/Upload
     create:
@@ -2484,7 +2506,6 @@ sl:
       title: Urejanje sledi %{name}
       heading: Urejanje sledi %{name}
       visibility_help: kaj to pomeni?
-      visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces
     update:
       updated: Sled posodobljena
     trace_optionals:
@@ -2517,7 +2538,7 @@ sl:
     trace:
       pending: V ČAKALNI VRSTI
       count_points:
-        one: 1 točka
+        one: '%{count} točka'
         two: '%{count} točki'
         few: '%{count} točke'
         other: '%{count} točk'
@@ -2670,7 +2691,6 @@ sl:
       no_applications_html: Imate aplikacijo, ki jo želite registrirati za uporabo
         z nami po standardu %{oauth2}? Da bo lahko za to storitev izvajala zahtevke
         OAuth, jo morate najprej registrirati.
-      oauth_2: OAuth 2
       new: Registriraj novo aplikacijo
       name: Ime
       permissions: Dovoljenja
@@ -2736,6 +2756,11 @@ sl:
         nekatera dodatna orodja ali strežnik morda še vedno zahtevala.
       continue: Registracija
       terms accepted: Hvala za sprejem novih pogojev prispevanja!
+      email_confirmation_help_html: Vaš naslov ni javno prikazan, za več informacij
+        glejte naš %{privacy_policy_link}.
+      privacy_policy: pravilnik o zasebnosti
+      privacy_policy_title: Pravilnik o zasebnosti OSMF, vključno z razdelkom o e-poštnih
+        naslovih
     terms:
       title: Pogoji
       heading: Pogoji
@@ -2758,9 +2783,9 @@ sl:
       informal_translations: neuradnih prevodov
       continue: Nadaljuj
       declined: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
-      decline: Zavrni
-      you need to accept or decline: Prosimo preberite in nato sprejmite ali zavrnite
-        nove "Contributor Terms".
+      decline: Odkloni
+      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:'
       legale_names:
         france: Francija
@@ -2929,27 +2954,27 @@ sl:
       time_past_html: Je končala %{time} nazaj.
       block_duration:
         hours:
-          few: '%{count} ure'
-          one: 1 ura
+          one: '%{count} ura'
           two: '%{count} uri'
+          few: '%{count} ure'
           other: '%{count} ur'
         days:
-          one: 1 dan
+          one: '%{count} dan'
           two: '%{count} dneva'
           few: '%{count} dni'
           other: '%{count} dni'
         weeks:
-          one: 1 teden
+          one: '%{count} teden'
           two: '%{count} tedna'
           few: '%{count} tedni'
           other: '%{count} tednov'
         months:
-          one: 1 mesec
+          one: '%{count} mesec'
           two: '%{count} meseca'
           few: '%{count} meseci'
           other: '%{count} mesecev'
         years:
-          one: 1 leto
+          one: '%{count} leto'
           two: '%{count} leti'
           few: '%{count} leta'
           other: '%{count} let'
@@ -3006,17 +3031,15 @@ sl:
       open_title: 'Nerazrešena opomba #%{note_name}'
       closed_title: 'Razrešena opomba #%{note_name}'
       hidden_title: 'Skrita opomba #%{note_name}'
-      opened_by_html: Ustvaril %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Ustvaril anonimni uporabnik <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Komentar uporabnika %{user} <abbr title='%{exact_time}'>%{when}
-        nazaj</abbr>
-      commented_by_anonymous_html: Komentar anonimnega uporabnika <abbr title='%{exact_time}'>%{when}
-        nazaj</abbr>
-      closed_by_html: Razrešil_a %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Razrešil anonimni uporabnik <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Znova aktiviral %{user} ob <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Znova aktiviral anonimni ob <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Skril_a %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Ustvaril_a %{user} %{time_ago}
+      event_opened_by_anonymous_html: Ustvaril anonimni %{time_ago}
+      event_commented_by_html: Komentar %{user} %{time_ago}
+      event_commented_by_anonymous_html: Komentar anonimnega %{time_ago}
+      event_closed_by_html: Razrešil_a %{user} %{time_ago}
+      event_closed_by_anonymous_html: Razrešil anonimni %{time_ago}
+      event_reopened_by_html: Znova aktiviral_a %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Znova aktiviral anonim %{time_ago}
+      event_hidden_by_html: Skril_a %{user} %{time_ago}
       report: prijavi to opombo
       anonymous_warning: To opomba vključuje komentarje anonimnih uporabnikov, ki
         bi morali biti neodvisno preverjeni.
@@ -3032,11 +3055,11 @@ sl:
       disappear_date_html: Ta razrešena opomba bo izginila z zemljevida v %{disappear_in}.
     new:
       title: Nova opomba
-      intro: Ste opazili napako ali da kaj manjka? Obvestite druge kartografe o tem,
-        da lahko to popravimo. Premaknite oznako na pravilno lokacijo in vpišite opombo,
-        v kateri pojasnite problem.
+      intro: Ste opazili napako ali pomanjkljivost? Obvestite druge kartografe o tem,
+        da lahko to popravimo. Premaknite označevalec na pravo mesto in vpišite opombo,
+        v kateri pojasnite težavo.
       advice: Vaša opomba je javna in se lahko uporabi za posodobitev zemljevida.
-        Ne vnašajte osebnih podatkov ali podatkov iz avtorsko zaščitenih zemljevidov
+        Ne vnašajte osebnih podatkov ali podatkov iz avtorsko varovanih zemljevidov
         ali imenikov.
       add: Dodaj opombo
   javascripts:
@@ -3057,8 +3080,8 @@ sl:
         %{height}
       download: Prenesi
       short_url: Kratki URL
-      include_marker: Vključi oznako
-      center_marker: Osredini zemljevid na oznako
+      include_marker: Vključi označevalec
+      center_marker: Osredini zemljevid na označevalec
       paste_html: Prilepite HTML za vdelavo v spletno mesto
       view_larger_map: Prikaži večji zemljevid
       only_standard_layer: Kot sliko je mogoče izvoziti samo standardni sloj
@@ -3075,12 +3098,12 @@ sl:
       locate:
         title: Pokaži mojo lokacijo
         metersPopup:
-          one: Ste znotraj enega metra od te točke
+          one: Ste znotraj %{count} metra od te točke
           two: Ste znotraj %{count} metrov od te točke
           few: Ste znotraj %{count} metrov od te točke
           other: Ste znotraj %{count} metrov od te točke
         feetPopup:
-          one: Ste znotraj enega čevlja od te točke
+          one: Ste znotraj %{count} čevlja od te točke
           two: Ste znotraj %{count} čevljev od te točke
           few: Ste znotraj %{count} čevljev od te točke
           other: Ste znotraj %{count} čevljev od te točke
@@ -3098,18 +3121,17 @@ sl:
         gps: Javne sledi GPS
         overlays: Za odpravljanje težav z zemljevidom omogočite prekrivke
         title: Sloji
-      copyright: © <a href='%{copyright_url}'>Sodelavci OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Denarni prispevki</a>
-      terms: <a href='%{terms_url}' target='_blank'>Pogoji za uporabo spletnega mesta
-        in API-ja</a>
-      cyclosm: 'Slog ploščic: <a href=''%{cyclosm_url}'' target=''_blank''>CyclOSM</a>;
-        gosti <a href=''%{osmfrance_url}'' target=''_blank''>OpenStreetMap France</a>'
-      thunderforest: Ploščice z dovoljenjem <a href='%{thunderforest_url}' target='_blank'>Andyja
-        Allana</a>
-      opnvkarte: Ploščite z dovoljenjem <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: 'Slog ploščic: <a href=''%{hotosm_url}'' target=''_blank''>Humanitarian
-        OpenStreetMap Team</a>; gosti <a href=''%{osmfrance_url}'' target=''_blank''>OpenStreetMap
-        France</a>'
+      openstreetmap_contributors: Sodelavci OpenStreetMap
+      make_a_donation: Donirajte
+      website_and_api_terms: Pogoji za spletno mesto in API
+      cyclosm_credit: Slog ploščic %{cyclosm_link}, gosti jih %{osm_france_link}
+      osm_france: OpenStreetMap France
+      thunderforest_credit: Ploščice z dovoljenjem %{thunderforest_link}
+      andy_allan: Andy Allan
+      opnvkarte_credit: Ploščice z dovoljenjem %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Slog ploščic %{hotosm_link}, gosti jih %{osm_france_link}
+      hotosm_name: Humanitarna ekipa OpenStreetMap
     site:
       edit_tooltip: Urejanje zemljevida
       edit_disabled_tooltip: Približajte za urejanje zemljevida
index aaee757b4b27ab7c6894490ef29860712dd01495..510b63fbb7d360e7544173b47c166ffc31e4b5a1 100644 (file)
@@ -157,12 +157,6 @@ sq:
   browse:
     created: Krijuar
     closed: Mbyllur
-    created_html: Krijuar <abbr title='%{title}'>%{time} më parë</abbr>
-    closed_html: Mbyllur <abbr title='%{title}'>%{time} më parë</abbr>
-    created_by_html: Krijuar <abbr title='%{title}'>%{time} më parë</abbr> nga %{user}
-    deleted_by_html: Fshirë <abbr title='%{title}'>%{time} më parë</abbr> nga %{user}
-    edited_by_html: Redaktuar <abbr title='%{title}'>%{time} më parë</abbr> nga %{user}
-    closed_by_html: Mbyllur <abbr title='%{title}'>%{time} më parë</abbr> nga %{user}
     version: Versioni
     in_changeset: Grupi i Ndryshimeve
     anonymous: Anonim
@@ -182,10 +176,6 @@ sq:
       relation: Marrëdhëniet (%{count})
       relation_paginated: Marrëdhëniet (%{x}-%{y} nga %{count})
       comment: Komentet (%{count})
-      hidden_commented_by_html: Koment i fshehur nga %{user} në <abbr title="%{exact_time}">%{when}
-        më parë</abbr>
-      commented_by_html: Koment nga %{user} në <abbr title="%{exact_time}">%{when}
-        më parë</abbr>
       changesetxml: Grupi i ndryshimeve në XML
       osmchangexml: osmNdrsyhimi XML
       feed:
@@ -385,13 +375,6 @@ sq:
       success: '%{name} u hoq nga miqtë tuaj.'
       not_a_friend: '%{name} nuk është një nga miqtë tuaj.'
   geocoder:
-    search:
-      title:
-        latlon_html: Rezultatet e brendshme nga <a href="https://openstreetmap.org/"></a>
-        osm_nominatim_html: Rezultatet nga <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Rezultatet nga <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -863,8 +846,6 @@ sq:
       search_guidance: Probleme të kërkimit
       user_not_found: Përdoruesi nuk ekziston
       status: Statusi
-      last_updated_time_user_html: <abbr title='%{title}'>%{time} dikur</abbr> nga
-        %{user}
       link_to_reports: Shiko raportimet
       reports_count:
         one: 1 Raport
@@ -1079,7 +1060,6 @@ sq:
   site:
     about:
       next: Tjetra
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>kontribuesit
     copyright:
       foreign:
         title: Rreth këtij përkthimi
@@ -1095,38 +1075,10 @@ sq:
         mapping_link: fillo hatrografimin
       legal_babble:
         title_html: Të drejtat autoriale dhe licensa
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> përmban <i>të dhëna të hapura</i>, të licencuara nën <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) by the  <a
-          href="http://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: "Ju jeni të lirë të kopjoni, shpërndani, transmetoni dhe adoptoni
-          dhe të dhënat tona, \nduke pasur parasysh citimin e OpenStreetMap dhe kontribuuesve
-          të saj. Nëse ndryshoni apo ndërtoni mbi hartat apo të dhënat tona, ju\nmund
-          të shpërndani rezultatet nën licencën e njëjtë. Licenca e plotë <a\n  href=\"http://creativecommons.org/licenses/by-sa/2.0/legalcode\">legal\n
-          \ code</a> shpjegon të drejtat dhe përgjegjësitë tuaja."
-        intro_3_1_html: "Dokumentacioni ynë është i licencuar nën\n<a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">
-          \nLicenca Kreative e Atribuimit të përbashkët-ShareAlike 2.0 </a> (CC BY-SA
-          2.0)."
         credit_title_html: Si të citoni OpenStreetMap
         credit_1_html: Ne kërkojmë që ju të përdorni kreditet e &ldquo;&copy; OpenStreetMap
           contributors&rdquo;.
-        credit_2_1_html: "  Ku është e mundur, OpenStreetMap duhet të hyperlinked
-          to <a\n  href=\"http://www.openstreetmap.org/\">http://www.openstreetmap.org/</a>\n
-          \ dhe  CC BY-SA to <a\n  href=\"http://creativecommons.org/licenses/by-sa/2.0/\">http://creativecommons.org/licenses/by-sa/2.0/</a>.
-          Nëse jeni duke përdorur një medium ku nuk mund të bëhen linka (p.sh. a\n
-          \ letër e shtypur), ne sugjerojmë që ju të drejtoni lexuesit tek\n  www.openstreetmap.org
-          (ndoshta duke shpjeguar \n  &lsquo;OpenStreetMap&rsquo; këtë adresë të plotë)
-          dhe tek \n  www.creativecommons.org."
         more_title_html: Zbulo më shumë
-        more_1_html: |2-
-            Lexoni më shumë rreth përdorimit të të dhënave <a
-            href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Legal
-            FAQ</a>.
-        more_2_html: |2-
-            OSM kontribuuesit duhet të mos përdorin asnjë të dhënë prej burimeve të çfarëdoshme
-            të mbrojtura me të drejta të kopjimit (p.sh. Google Maps apo harta të printuara) pa
-            leje speciale prej pronarëve të të drejtave të kopjimit.
         contributors_title_html: Kontribuuesit tanë
         contributors_intro_html: "  Licenca jonë CC BY-SA kërkon nga ju që &ldquo;të
           vlerësoni Autorin\n  Origjinal përkatës të mediumit apo masave që jeni duke
@@ -1135,23 +1087,6 @@ sq:
           por kur përfshihen në OSM, hartat nga një agjencion nacional i hartave \n
           \ apo faktor tjerë madhor burimor, është e arsyeshme të citohen drejtpërsëdrejti
           \n   duke paraqitur emrin apo duke lidhur faqen e tyre me link."
-        contributors_au_html: '<strong>Australia</strong>: Përmban të dhëna periferike
-          të bazuara në të dhënat e Zyrës Australiane të Statistikave.'
-        contributors_ca_html: |-
-          <strong>Canada</strong>: Përmban të dhëna nga
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada), and StatCan (Geography Division,
-          Statistics Canada).
-        contributors_nz_html: |-
-          <strong> Zelanda e Re </strong>: Përmban të dhëna me burim nga
-          <a href="https://data.linz.govt.nz/"> Shërbimi i të Dhënave LINZ </a> dhe
-          licencuar për ripërdorim nën
-          <a href="https://creativecommons.org/licenses/by/4.0/"> CC BY 4.0 </a>.
-        contributors_gb_html: |-
-          <strong> Mbretëria e Bashkuar </strong>: Përmban Ordinancë
-          Të dhënat e sondazhit & kopje; E drejta e autorit e kurorës dhe e drejta e bazës së të dhënave
-          2010-19.
         contributors_footer_2_html: "  Përfshirja e të dhënave në OpenStreetMap nuk
           thekson se të ofruesi origjinal i të \n  dhënave përdor OpenStreetMap, ofron
           garancion, apo\n  pranon çfarëdo anekse."
@@ -1208,11 +1143,6 @@ sq:
             shembull një rrugë mungon apo adresa juaj, mënyra më e mirë për të procesuar
             është t'i bashkohesh komunitetit OpeenStreetMap dhe të shtosh apo të riparosh
             të dhënat vetë.
-        add_a_note:
-          instructions_html: Klikoni <a class='icon note'></a> ose të njëjtën ikonë
-            në ekranin e hartës. Kjo do të shtojë një shënues në hartë, të cilën ju
-            mund ta lëvizni duke e tërhequr. Shtoni mesazhin tuaj, pastaj klikoni
-            save dhe editues të tjerë do ta kontrollojnë.
       other_concerns:
         title: Shqetësime të tjera
     help:
@@ -1479,24 +1409,6 @@ sq:
       open_title: 'Shënim i pazgjidhur #%{note_name}'
       closed_title: 'Shënim i zgjidhur #%{note_name}'
       hidden_title: 'Shënim i fshehur #%{note_name}'
-      opened_by_html: Krijuar nga %{user} në <abbr title="%{exact_time}">%{when} më
-        parë</abbr>
-      opened_by_anonymous_html: Krijuar nga një person anonim <abbr title="%{exact_time}">%{when}
-        më parë</abbr>
-      commented_by_html: Krijuar nga %{user} në <abbr title="%{exact_time}">%{when}
-        më parë</abbr>
-      commented_by_anonymous_html: Krijuar nga një person anonim <abbr title="%{exact_time}">%{when}
-        më parë</abbr>
-      closed_by_html: Zgjidhur nga %{user} në <abbr title="%{exact_time}">%{when}
-        më parë</abbr>
-      closed_by_anonymous_html: Zgjidhur nga një person anonim <abbr title='%{exact_time}'>%{when}
-        më parë</abbr>
-      reopened_by_html: Riaktivizuar nga %{user} në <abbr title="%{exact_time}">%{when}
-        më parë</abbr>
-      reopened_by_anonymous_html: Riaktivizuar nga një person anonim <abbr title="%{exact_time}">%{when}
-        më parë</abbr>
-      hidden_by_html: Fshehur nga %{user} në <abbr title="%{exact_time}">%{when} më
-        parë</abbr>
     new:
       title: Shënim i ri
   javascripts:
index c7eb340fdf9d9b0004b0edd360d09f76bb0f8db5..c7bc31f96336f5ee5af009ac78895e7045fd3217 100644 (file)
@@ -317,10 +317,6 @@ sr-Latn:
       success: '%{name} je izbačen iz prijatelja.'
       not_a_friend: '%{name} nije vaš prijatelj.'
   geocoder:
-    search:
-      title:
-        latlon_html: Rezultati iz <a href="http://openstreetmap.org/">Internala</a>
-        osm_nominatim_html: Rezultati iz <a href="http://nominatim.openstreetmap.org/">Nominatima</a>
     search_osm_nominatim:
       prefix:
         aeroway:
@@ -801,8 +797,6 @@ sr-Latn:
       import_failures_url: http://wiki.openstreetmap.org/wiki/GPX_Import_Failures?uselang=sr-ec
       subject: '[OpenStreetMap] GPX uvoz nije uspeo'
     gpx_success:
-      loaded_successfully: uspešno učitano sa %{trace_points} od mogućih %{possible_points}
-        tačaka.
       subject: '[OpenStreetMap] GPX uvoz je uspeo'
     signup_confirm:
       subject: '[OpenStreetMap] Potvrdite vašu e-adresu'
@@ -954,17 +948,6 @@ sr-Latn:
         mapping_link: počnite s mapiranjem
       legal_babble:
         title_html: Autorska prava i licenca
-        intro_1_html: |-
-          OpenStreetMap is <i>open data</i>, licensed under the <a
-          href="http://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL).
-        intro_2_html: |2-
-            Možete da umnožavate, delite, prenosite i prilagođavate
-            naše mape i podatke, sve dok imenujete Openstritmap i njene
-            urednike. Ako želite da menjate i dograđujete naše podatke,
-            možete ih deliti samo pod istom licencom.
-            Ceo <a href="http://creativecommons.org/licenses/by-sa/2.0/legalcode">
-            tekst ugovora</a> objašnjava vam vaša prava i odgovornosti.
         credit_title_html: Kako da imenujete Openstritmap
         credit_1_html: |2-
             Ako koristite naše slike mapa, tražimo da zasluge sadrže
@@ -973,14 +956,6 @@ sr-Latn:
             navedite &ldquo;Kartografski podaci &copy; Doprinosioci Openstritmapa,
             CC BY-SA&rdquo;.
         more_title_html: Saznajte više
-        more_1_html: |2-
-            Pročitajte više o korišćenju naših podataka na <a
-            href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">ČPP</a>.
-        more_2_html: |2-
-            Podsećamo urednike Openstritmapa da nikada ne dodaju podatke
-            od bilo kog izvora zaštićenog autorskim pravima (npr.
-            Gugl mape ili štampane mape) bez izričite dozvole
-            nosioca autorskog prava.
         contributors_title_html: Naši saradnici
         contributors_intro_html: |2-
             Naša licenca CC BY-SA zahteva od vas da &ldquo;morate
@@ -990,41 +965,6 @@ sr-Latn:
             pripadaju nacionalnoj geografskoj agenciji ili drugom
             većem izvoru koji je uključen u Openstritmap, razumno je
             navesti izvor ili ostaviti hipervezu do njega.
-        contributors_at_html: |-
-          <strong>Austrija</strong>: sadrži podatke iz
-             <a href="http://data.wien.gv.at/">Štata Viena</a> pod licencom
-             <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-             <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Forarlberg</a> i
-          Land Tirol (pod licencom <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT sa izmenama i dopunama</a>).
-        contributors_au_html: |-
-          <strong>Australija</strong>: sadrži podatke o opštinama
-              na osnovu podataka Australijskog biroa za statistiku.
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: sadrži podatke iz
-              Beobaze&reg;, Geogratisa (&copy; Odeljenje za prirodne
-              resurse Kanade), Kanvek (&copy; Odeljenje za prirodne
-              resurse Kanade) i Statkan (Geografski odsek,
-              Zavod za statistiku Kanade).
-        contributors_fr_html: |-
-          <strong>Francuska</strong>: sadrži podatke koji potiču od
-              Generalne direkcije za oporezivanje.
-        contributors_nl_html: |-
-          <strong>Holandija</strong>: sadrži &copy; AND podaci, 2007
-          (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Novi Zeland</strong>: sadrži podatke koji potiču od
-              Land Information New Zealand. Krunska autorska prava zadržana.
-        contributors_za_html: |-
-          <strong>Južnoafrička Republika</strong>: sadrži podatke iz
-          <a href="http://www.ngi.gov.za/">Glavne uprave:
-          Nacionalna katastarska služba</a>, državna autorska prava zadržana.
-        contributors_gb_html: |-
-          <strong>Ujedinjeno Kraljevstvo</strong>: sadrži Zvanične
-              podatke geodetskog premeravanja &copy; Autorska prava 2010.
-        contributors_footer_1_html: |-
-          Više informacija o ovim i drugim izvorima korišćenim
-          za poboljšavanje Openstritmapa možete naći na stranici <a
-          href="http://wiki.openstreetmap.org/wiki/Contributors">Doprinosioci</a> na našem vikiju.
         contributors_footer_2_html: |2-
             Uključivanje podataka u Openstritmap ne podrazumeva da izvorni
             vlasnik podataka prihvata Openstritmap, obezbeđuje bilo kakvu
index 00b863422db803e5f2ef12f9137637940e101ba3..b54f74ff1624d661b0395e04ae960b23479459bc 100644 (file)
@@ -254,12 +254,6 @@ sr:
   browse:
     created: Направљено
     closed: Затворено
-    created_html: Направљено у <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Затворено у <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: '%{user} је направио/-ла у <abbr title=''%{title}''>%{time}</abbr>'
-    deleted_by_html: '%{user} је избрисао/-ла у <abbr title=''%{title}''>%{time}</abbr>'
-    edited_by_html: '%{user} је уредио/-ла у <abbr title=''%{title}''>%{time}</abbr>'
-    closed_by_html: Корисник %{user} затворио <abbr title='%{title}'>%{time}</abbr>
     version: Верзија
     in_changeset: Скуп промена
     anonymous: анониман
@@ -279,8 +273,6 @@ sr:
       relation: Односи (%{count})
       relation_paginated: Односи (%{x}-%{y} од %{count})
       comment: Коментари (%{count})
-      hidden_commented_by_html: Сакривен је коментар корисника %{user} пре <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Коментар корисника %{user} пре <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: XML скуп промена
       osmchangexml: osmChange XML
       feed:
@@ -497,13 +489,6 @@ sr:
       success: '%{name} је избачен из пријатеља.'
       not_a_friend: '%{name} није ваш пријатељ.'
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="http://openstreetmap.org/">Унутрашњи</a> резултати
-        osm_nominatim_html: Резултати са сајта <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Резултати са сајта <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1263,8 +1248,6 @@ sr:
       import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures?uselang=sr-ec
       subject: '[OpenStreetMap] GPX увоз није успео'
     gpx_success:
-      loaded_successfully: успешно учитано са %{trace_points} од могућих %{possible_points}
-        тачака.
       subject: '[OpenStreetMap] GPX увоз је успео'
     signup_confirm:
       subject: '[OpenStreetMap] Добро дошли на ОпенСтритМап'
@@ -1497,7 +1480,6 @@ sr:
   site:
     about:
       next: Следеће
-      copyright_html: <span>&copy;</span>ОпенСтритМап<br>сарадници
       used_by_html: '%{name} обезбеђује картографске податке хиљадама сајтова, мобилних
         апликација и уређаја'
       lede_text: OpenStreetMap је направила заједница картографа који додавају и одржавају
@@ -1508,30 +1490,8 @@ sr:
         користе снимке из ваздуха, GPS уређаје и обичне теренске мапе у циљу провере
         исправности и ажурности OSM-а.
       community_driven_title: Заједница је покретач
-      community_driven_html: "Заједница OpenStreetMap-а је разнолика, страствена и
-        расте сваког дана. \nНаши сарадници су ентузијстични мапери, професионалци
-        за GIS, инжењери\nкоји покрећу OSM сервере, хуманитарци који мапирају подручја
-        погођена катастрофама,\nи још многи други.\nДа бисте сазнали више о заједници,
-        погледајте <a href='%{diary_path}'>корисничке дневнике</a>,\n<a href='http://blogs.openstreetmap.org/'>блогове
-        заједнице</a> и\nвеб-сајт <a href='http://www.osmfoundation.org/'>Фондације
-        OSM</a>."
       open_data_title: Отворени подаци
-      open_data_html: |-
-        OpenStreetMap је <i>опен дата</i>: слободно можете да га користите за било коју сврху
-        све док одате заслуге за OpenStreetMap и оне који на њему доприносе. Ако измените или
-        правите податке на одређене начине, можете да дистрибуишете резултата само
-        под истом лиценцом. Погледајте <a href='%{copyright_path}'>страницу о ауторским правима
-        и лиценцама</a> за детаље.
       legal_title: Правни аспекти
-      legal_1_html: "Овим сајтом и многим другим повезаним алаткама формално управља\n<a
-        href='https://osmfoundation.org/'>Фондација OpenStreetMap</a> (OSMF) \nу име
-        заједнице. Употреба свих алатки којима управља OSMF је предмет \nнаших <a
-        href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">\nуслова коришћења</a>
-        и наше <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">политике
-        приватности</a>.\n<br> \nМолимо да <a href='https://osmfoundation.org/Contact'>контактирате
-        OSMF</a> \nако имате правна питања око лиценцирања, ауторских права и сл.\n<br>\nOpenStreetMap,
-        лого лупе и State of the Map су <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">регистровани
-        жигови OSMF фондације</a>."
       partners_title: Партнери
     copyright:
       foreign:
@@ -1548,20 +1508,6 @@ sr:
         mapping_link: почни с уређивањем карте
       legal_babble:
         title_html: Ауторска права и лиценца
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> садржи <i>слободне податке</i> који су доступни под лиценцом <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) организације <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: |2-
-            Можете да умножавате, делите, преносите и прилагођавате
-            наше податке, све док именујете Опенстритмап и њене
-            уреднике. Ако желите да мењате и дограђујете наше податке,
-            можете их делити само под истом лиценцом.
-            Цео <a href="https://opendatacommons.org/licenses/odbl/1.0/">
-            текст уговора</a> објашњава вам ваша права и одговорности.
-        intro_3_1_html: Наша документација је лиценцирана под <a href="https://creativecommons.org/licenses/by-sa/2.0/deed.mk">Кријејтив
-          комонс Ауторство-Делити под истим условима 2.0</a> (CC BY-SA 2.0).
         credit_title_html: Како да именујете OpenStreetMap
         credit_1_html: 'Када користите податке са OpenStreetMap-а, захтевамо да урадите
           две ствари:'
@@ -1569,70 +1515,11 @@ sr:
           alt: Пример како да наведете Опенстритмап на некој страници
           title: Пример за навођење
         more_title_html: Више о
-        more_1_html: |-
-          Више о употреби података и како да нас наводите можете наћи на <a
-          href="http://osmfoundation.org/Licence">страници лиценце OSMF</a> и у <a
-          href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">честим правним питањима</a>.
-        more_2_html: |-
-          Иако OpenStreetMap ради с отвореним подацима, не можемо
-          трећим странама понудити бесплатан API за мапе.
-          Погледајте <a href="https://operations.osmfoundation.org/policies/api/">правила о употреби API-ја</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">правила о употреби поља</a>
-          и <a href="https://operations.osmfoundation.org/policies/nominatim/">Номинатим</a>.
         contributors_title_html: Наши сарадници
         contributors_intro_html: |-
           У нашем пројекту учествује на хиљаде појединаца. Користимо и
           податке с отвореном лиценцом од државних картографских установа
           и других извора, међу којима су:
-        contributors_at_html: |-
-          <strong>Аустрија</strong>: садржи податке из
-             <a href="https://data.wien.gv.at/">Штата Виена</a> под лиценцом
-             <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-             <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Ланд Форарлберг</a> и
-          Ланд Тирол (под лиценцом <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT са изменама и допунама</a>).
-        contributors_au_html: |-
-          <strong>Аустралија</strong>: садржи податке о општинама &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Аустралија</a>
-          лиценцирано од стране Комонвелта Аустралије под
-          <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International licence (CC BY 4.0)</a>.
-        contributors_ca_html: |-
-          <strong>Канада</strong>: садржи податке из
-              Беобазе&reg;, Геогратиса (&copy; Одељење за природне
-              ресурсе Канаде), Канвек (&copy; Одељење за природне
-              ресурсе Канаде) и Статкан (Географски одсек,
-              Завод за статистику Канаде).
-        contributors_fi_html: |-
-          <strong>Финска</strong>: Садржи податке са
-          Топографске базе података Националног геодетског завода Финске
-          те друге сетове података, под
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI лиценцом</a>.
-        contributors_fr_html: |-
-          <strong>Француска</strong>: садржи податке који потичу од
-              Генералне дирекције за опорезивање.
-        contributors_nl_html: |-
-          <strong>Холандија</strong>: садржи &copy; AND подаци, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: "<strong>Нови Зеланд</strong>: Садржи податке које потичу
-          из \n<a href=\"https://data.linz.govt.nz/\">Услуге са подацима LINZ</a>,
-          а\nлиценциране за поновну употребу под лиценцом\n<a href=\"https://creativecommons.org/licenses/by/4.0/\">CC
-          BY 4.0</a>."
-        contributors_si_html: |-
-          <strong>Словенија</strong>: Садржи податке са
-          <a href="http://www.gu.gov.si/en/">Ауторитета за истраживање и мапирање</a> те од
-          <a href="http://www.mkgp.gov.si/en/">Министарства за пољопривреду, шумарство и прехрамбену индустрију</a>
-          (јавне информације Словеније).
-        contributors_za_html: |-
-          <strong>Јужноафричка Република</strong>: садржи податке из
-          <a href="http://www.ngi.gov.za/">Главне управе:
-          Национална катастарска служба</a>, државна ауторска права задржана.
-        contributors_gb_html: |-
-          <strong>Уједињено Краљевство</strong>: Садржи податке
-          Картографског завода Уједињеног Краљевства&copy; Крунска ауторска права и права базе података
-          2010-2023.
-        contributors_footer_1_html: |-
-          Више информација о овим и другим изворима коришћеним
-          за побољшавање Опенстритмапа можете наћи на страници <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">Доприносиоци</a> на нашем викију.
         contributors_footer_2_html: |2-
             Укључивање података у Опенстритмап не подразумева да изворни
             власник података прихвата Опенстритмап, обезбеђује било какву
@@ -1641,17 +1528,6 @@ sr:
         infringement_1_html: ОСМ сарадници се подсећају да никад не додају податке
           из извора заштићених ауторским правима (нпр. Гугл карте или штампане карте)
           без изричите дозволе власника ауторских права.
-        infringement_2_html: |-
-          Ако верујете да је материјал заштићен ауторским правима био неприкладно
-          додат у базу података OpenStreetMap или овај сајт, молимо да пратите
-          нашу <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">процедуру за
-          скидање</a> или да се директно обратите на
-          нашој <a href="https://dmca.openstreetmap.org/">онлајн страници за пријаве</a>.
-        trademarks_title_html: <span id="trademarks"></span>Робне марке
-        trademarks_1_html: OpenStreetMap, лого лупе и State of the Map регистроване
-          су робне марке Фондације OpenStreetMap. Ако имате питања о томе како да
-          користите марке, пошаљите своја питања <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">Радној
-          групи за лиценце</a>.
     index:
       js_1: Користите прегледач који не подржава јаваскрипт или сте га онемогућили.
       js_2: OpenStreetMap користи јаваскрипт за приказивање мапа.
@@ -1719,10 +1595,6 @@ sr:
           explanation_html: Ако приметите проблем са подацима на нашој мапи (нпр.
             одсуство пута или адресе) најбољи начин је да се придружите заједници
             OpenStreetMap и самостално додате или исправите податке.
-        add_a_note:
-          instructions_html: |-
-            Само кликни <a class='icon note'></a> или исту иконицу на приказу карте.
-            Овоће на карту додати ознаку, Коју можеш да помераш повлачењем. Додај своју поруку, сними, и остали картографи ће то истражити.
       other_concerns:
         title: Остале бриге
     help:
@@ -2275,15 +2147,6 @@ sr:
       open_title: Нерешена белешка бр. %{note_name}
       closed_title: Решена белешка бр. %{note_name}
       hidden_title: Скривена белешка бр. %{note_name}
-      opened_by_html: Направио %{user} пре <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Направио анониман корисник пре <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Коментар корисника %{user} пре <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Коментар анонимног корисника пре <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Разрешио %{user} пре <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Разрешио анонимни корисник пре <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Поново активирао %{user} пре <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Поново активирао анонимни корисник пре <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Сакрио %{user} пре <abbr title='%{exact_time}'>%{when}</abbr>
       report: пријави ову белешку
       anonymous_warning: Ова белешка садржи коментаре анонимних корисника које би
         требало посебно проверити.
@@ -2345,8 +2208,6 @@ sr:
         gps: Јавне GPS трасе
         overlays: Омогући преклапање за тражење грешака на карти
         title: Слојеви
-      copyright: © <a href='%{copyright_url}'>ОпенСтритМап сарадници</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Донирај</a>
     site:
       edit_tooltip: Уредите мапу
       edit_disabled_tooltip: Увећајте приказ да бисте уредили мапу
index b76c9b0dcf85344b93514f1c91023ebc8f83f99e..a75ec90e4a546e43c00495fc844de344b663e2cd 100644 (file)
@@ -60,7 +60,7 @@ sv:
       prompt: Välj fil
     submit:
       diary_comment:
-        create: Spara
+        create: Kommentera
       diary_entry:
         create: Publicera
         update: Uppdatera
@@ -141,6 +141,7 @@ sv:
       diary_entry:
         user: Användare
         title: Ämne
+        body: Innehåll
         latitude: Latitud
         longitude: Longitud
         language_code: Språk
@@ -204,48 +205,45 @@ sv:
           inte alla användare förstår gemenskapsjargongen, så försök att använda lekmannatermer.
         needs_view: Behöver användaren logga in innan blockeringen upphör?
       user:
-        email_confirmation: Din adress visas inte offentligt, se vår <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF-integritetspolicy som inkluderar avsnitt om e-postadresser">integritetspolicy</a>
-          för mer information.
         new_email: (visas aldrig offentligt)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: omkring 1 timme sedan
+        one: omkring %{count} timme sedan
         other: omkring %{count} timmar sedan
       about_x_months:
-        one: omkring 1 månad sedan
+        one: omkring %{count} månad sedan
         other: omkring %{count} månader sedan
       about_x_years:
-        one: omkring 1 år sedan
+        one: omkring %{count} år sedan
         other: omkring %{count} år sedan
       almost_x_years:
-        one: nästan 1 år sedan
+        one: nästan %{count} år sedan
         other: nästan %{count} år sedan
       half_a_minute: en halv minut sedan
       less_than_x_seconds:
-        one: mindre än 1 sekund sedan
+        one: mindre än %{count} sekund sedan
         other: mindre än %{count} sekunder sedan
       less_than_x_minutes:
-        one: mindre än en minut sedan
+        one: mindre än %{count} minut sedan
         other: mindre än %{count} minuter sedan
       over_x_years:
-        one: över 1 år sedan
+        one: över %{count} år sedan
         other: över %{count} år sedan
       x_seconds:
-        one: 1 sekund sedan
+        one: '%{count} sekund sedan'
         other: '%{count} sekunder sedan'
       x_minutes:
-        one: 1 minut sedan
+        one: '%{count} minut sedan'
         other: '%{count} minuter sedan'
       x_days:
-        one: 1 dag sedan
+        one: '%{count} dag sedan'
         other: '%{count} dagar sedan'
       x_months:
-        one: 1 månad sedan
+        one: '%{count} månad sedan'
         other: '%{count} månader sedan'
       x_years:
-        one: 1 år sedan
+        one: '%{count} år sedan'
         other: '%{count} år sedan'
   editor:
     default: Standard (för närvarande %{name})
@@ -341,6 +339,7 @@ sv:
       delete_account: Radera konto...
     go_public:
       heading: Offentlig redigering
+      find_out_why: ta reda på varför
       make_edits_public_button: Gör alla mina redigeringar offentliga
     update:
       success_confirm_needed: Användarinformation uppdaterades. Kontrollera din e-post
@@ -351,19 +350,19 @@ sv:
   browse:
     created: Skapad
     closed: Stängd
-    created_html: Skapades för <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Stängdes för <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Skapades för <abbr title='%{title}'>%{time}</abbr> av %{user}
-    deleted_by_html: Raderades för <abbr title='%{title}'>%{time}</abbr> av %{user}
-    edited_by_html: Redigerades för <abbr title='%{title}'>%{time}</abbr> av %{user}
-    closed_by_html: Stängdes för <abbr title='%{title}'>%{time}</abbr> av %{user}
+    created_ago_html: Skapades %{time_ago}
+    closed_ago_html: Stängdes %{time_ago}
+    created_ago_by_html: Skapades %{time_ago} av %{user}
+    closed_ago_by_html: Stängdes %{time_ago} av %{user}
+    deleted_ago_by_html: Raderades %{time_ago} av %{user}
+    edited_ago_by_html: Redigerades %{time_ago} av %{user}
     version: Version
     in_changeset: Ändringsuppsättning
     anonymous: anonym
     no_comment: (inga kommentarer)
     part_of: Del av
     part_of_relations:
-      one: 1 relation
+      one: '%{count} relation'
       other: '%{count} relationer'
     part_of_ways:
       one: 1 sätt
@@ -382,8 +381,8 @@ sv:
       relation: Förbindelser (%{count})
       relation_paginated: Förbindelser (%{x}-%{y} av %{count})
       comment: Kommentarer (%{count})
-      hidden_commented_by_html: Dold kommentar från %{user} för <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentar från %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Dolde kommentar från %{user} %{time_ago}
+      comment_by_html: Kommenterades från %{user} %{time_ago}
       changesetxml: XML för ändringsuppsättning
       osmchangexml: osmChange XML
       feed:
@@ -411,7 +410,7 @@ sv:
       history_title_html: 'Förbindelsehistorik: %{name}'
       members: Medlemmar
       members_count:
-        one: 1 medlem
+        one: '%{count} medlem'
         other: '%{count} medlemmar'
     relation_member:
       entry_role_html: '%{type} %{name} som %{role}'
@@ -464,6 +463,7 @@ sv:
       wikimedia_commons_link: Sidan %{page} finner du på Wikimedia Commons
       telephone_link: Ring %{phone_number}
       colour_preview: Förhandsgranskning av färgen %{colour_value}
+      email_link: E-posta %{email}
     query:
       title: Undersök kartobjekt
       introduction: Klicka på kartan för att hitta funktioner i närheten.
@@ -487,6 +487,7 @@ sv:
     index:
       title: Ändringsuppsättningar
       title_user: Ändringsuppsättningar av %{user}
+      title_user_link_html: Ändringsuppsättningar av %{user_link}
       title_friend: Ändringsuppsättningar av mina vänner
       title_nearby: Ändringsuppsättningar av närbelägna användare
       empty: Inga ändringsuppsättningar hittades.
@@ -616,6 +617,15 @@ sv:
       applications:
         create:
           notice: Applikation registrerad.
+  errors:
+    contact:
+      contact: kontakta
+    forbidden:
+      title: Förbjudet
+    internal_server_error:
+      title: Applikationsfel
+    not_found:
+      title: Filen hittades inte
   friendships:
     make_friend:
       heading: Lägg till %{user} som en vän?
@@ -633,11 +643,8 @@ sv:
   geocoder:
     search:
       title:
-        latlon_html: Resultat från <a href="https://openstreetmap.org/">OpenStreetMap</a>
-        osm_nominatim_html: Resultat från <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Resultat från <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Resultat från %{results_link}
+        latlon: Intern
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1430,11 +1437,10 @@ sv:
       status: Status
       reports: Rapporter
       last_updated: Senast uppdaterad
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> av %{user}
+      last_updated_time_ago_user_html: '%{time_ago} av %{user}'
       link_to_reports: Visa rapporter
       reports_count:
-        one: 1 rapport
+        one: '%{count} rapport'
         other: '%{count} rapporter'
       reported_item: Rapporterat objekt
       states:
@@ -1552,6 +1558,7 @@ sv:
     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
@@ -1604,15 +1611,6 @@ sv:
       subject: '[OpenStreetMap] Misslyckades importera GPX'
     gpx_success:
       hi: Hej %{to_user},
-      loaded_successfully:
-        one: |-
-          inläst med %{trace_points} av 1 möjlig punkt.
-
-          inläst med %{trace_points} av %{possible_points} möjliga punkter.
-        other: |-
-          inläst med %{trace_points} av %{possible_points} möjliga punkter.
-
-          inläst med %{trace_points} av %{possible_points} möjliga punkter.
       subject: '[OpenStreetMap] Lyckades importera GPX'
     signup_confirm:
       subject: '[OpenStreetMap] Välkommen till OpenStreetMap'
@@ -1713,6 +1711,8 @@ sv:
       success: Ditt konto är bekräftat, tack för att du registrerade dig!
       already active: Detta konto har redan bekräftats.
       unknown token: Denna bekräftelsekod har gått ut eller finns inte.
+      resend_html: Om du vill att vi skickar e-postbekräftelse igen, %{reconfirm_link}.
+      click_here: klicka här
     confirm_resend:
       failure: Användaren %{name} hittades inte.
     confirm_email:
@@ -1834,7 +1834,6 @@ sv:
       image: Bild
       gravatar:
         gravatar: Använd Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Vad är Gravatar?
         disabled: Gravatar har inaktiverats.
         enabled: Din Gravatar har aktiverats.
@@ -1893,6 +1892,10 @@ sv:
       title: Logga ut
       heading: Logga ut från OpenStreetMap
       logout_button: Logga ut
+    suspended_flash:
+      suspended: Tyvärr, ditt konto har stängts av på grund av misstänkt aktivitet.
+      contact_support_html: Kontakta %{support_link} om du vill diskutera detta.
+      support: supporten
   shared:
     markdown_help:
       headings: Rubriker
@@ -1913,7 +1916,6 @@ sv:
   site:
     about:
       next: Nästa
-      copyright_html: <span>&copy;</span>OpenStreetMaps<br>bidragsgivare
       used_by_html: '%{name} förser tusentals webbsidor, mobilappar, appar och fysiska
         apparater med kartdata'
       lede_text: OpenStreetMap är byggt av en gemenskap av kartografer som bidrar
@@ -1924,30 +1926,12 @@ sv:
         flygbilder, GPS-enheter och lågteknologiska fältkartor för att kontrollera
         att OSM är korrekt och uppdaterad.
       community_driven_title: Gemenskapsdriven
-      community_driven_html: "OpenStreetMaps gemenskap är blandad, passionerad och
-        växer varje dag.\nBland våra bidragsgivare finns kartentusiaster, GIS-proffs,
-        ingenjörer som håller igång OSM:s servrar, frivilliga som kartlägger katastrofområden,
-        och många andra.\nFör mer information om gemenskapen, se \n<a href='https://blog.openstreetmap.org'>OpenStreetMap-bloggen</a>,
-        \n<a href='%{diary_path}'>användardagböcker</a>, \n<a href='https://blogs.openstreetmap.org/'>gemenskapens
-        bloggar</a>, och \n<a href='https://www.osmfoundation.org/'>OSM-stiftelsens</a>
-        webbplats."
+      community_driven_osm_blog: OpenStreetMaps blogg
+      community_driven_community_blogs: gemenskapsbloggar
       open_data_title: Öppna data
-      open_data_html: 'OpenStreetMap är <i>öppna data</i>: du kan fritt använda den
-        för valfritt syfte så länge du anger OpenStreetMap och dess bidragsgivare
-        som källa. Om du förändrar eller bygger vidare på datan på vissa sätt, kan
-        du endast distribuera resultatet under samma licens. Se <a href=''%{copyright_path}''>sidan
-        för Upphovsrätt och Licens</a> för detaljer.'
       legal_title: Juridik
-      legal_1_html: "Denna sida och många andra liknande tjänster drivs formellt av
-        \n<a href=\"https://osmfoundation.org/\">OpenStreetMap Foundation</a> (OSMF)
-        \npå gemenskapens vägnar. Användning av alla OSMF-drivna tjänster är föremål\nför
-        våra <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\npolicyer
-        för acceptabel användning</a> och vår <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">integritetspolicy</a>."
-      legal_2_html: "Vänligen <a href='https://osmfoundation.org/Contact'>kontakta
-        OSMF</a> \nom du har frågor eller funderingar om licenser, upphovsrätt eller
-        andra rättsliga frågor.\n<br>\nOpenStreetMap, förstoringsglaslogotypen och
-        State of the Map är <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">registrerade
-        varumärken av OSMF</a>."
+      legal_1_1_terms_of_use: Användarvillkor
+      legal_1_1_privacy_policy: Integritetspolicy
       partners_title: Partners
     copyright:
       foreign:
@@ -1964,104 +1948,32 @@ sv:
         mapping_link: börja kartlägga
       legal_babble:
         title_html: Upphovsrätt och licens
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> är <i>öppna data</i>, gjord tillgänglig under licensen <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL) av <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: |-
-          Du är fri att kopiera, distribuera, överföra och anpassa vår data,
-          så länge du anger OpenStreetMap och dess bidragsgivare som källa.
-          Om du ändrar eller bygger vidare på vår data kan du
-          endast distribuera resultatet under samma licens. Den
-          fullständiga <a href="https://opendatacommons.org/licenses/odbl/1.0/">juridiska
-          texten</a> förklarar dina rättigheter och skyldigheter.
-        intro_3_1_html: "Vår dokumentation är tillgänglig under licensen \n<a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">Creative\nCommons
-          Erkännande-DelaLika 2.0</a> (CC BY-SA 2.0)."
         credit_title_html: Hur du anger OpenStreetMap som källa
         credit_1_html: 'När du använder OpenStreetMap-data, måste du göra dessa två
           saker:'
-        credit_2_1_html: |-
-          Du måste också göra klart att datan är tillgänglig under licensen Open Database License, och om du använder våra kartrutor, att kartografin är
-          tillgänglig under licensen CC BY-SA. Du kan göra detta genom att länka till
-          <a href="https://www.openstreetmap.org/copyright">denna sida om upphovsrätt</a>.
-          Alternativt, och som krav om du distribuerar OSM i dataform, kan du namnge
-          och länka direkt till licenserna. I media där länkar ej är möjliga
-          (t.ex. tryckt material), föreslår vi att du hänvisar dina läsare till openstreetmap.org
-          (förslagsvis genom att expandera 'OpenStreetMap' till hela denna adress), till opendatacommons.org, och om relevant till creativecommons.org.
-        credit_3_1_html: Kartrutorna i &ldquo;standardstilen&rdquo; på www.openstreetmap.org
-          är ett producerat verk av OpenStreetMap Foundation med hjälp av OpenStreetMap-data
-          under licensen Open Database. När du använder denna kartstil krävs samma
-          erkännande som för kartdata.
-        credit_4_html: |-
-          För en navigerbar elektronisk karta, ska källhänvisningen synas i ena hörnet av kartan.
-          Till exempel:
         attribution_example:
           alt: Exempel på hur en webbsida kan ange OpenStreetMap som källa
           title: Exempel på attribuering.
         more_title_html: Mer information
-        more_1_html: |-
-          Läs mer om användning av vår data och hur du anger oss som källa på <a
-          href="https://osmfoundation.org/Licence">OSMF:s licenssida</a>.
-        more_2_html: |-
-          Även om OpenStreetMap är öppna data, kan vi inte tillhandahålla något gratis kart-API för tredjeparter.
-          Se vår <a href="https://operations.osmfoundation.org/policies/api/">användningspolicy för API</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">användningspolicy för kartrutor</a>
-          och <a href="https://operations.osmfoundation.org/policies/nominatim/">användningspolicy för Nominatim</a>.
         contributors_title_html: Våra bidragsgivare
         contributors_intro_html: |-
           Våra bidragsgivare är tusentals individer. Vi inkluderar också
           öppna data från nationella karttjänster,
           bland annat från:
-        contributors_at_html: |-
-          <strong>Österrike</strong>: Innehåller data från
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (under licensen
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> och
-          Land Tirol (under licensen <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT med tillägg</a>).
-        contributors_au_html: |-
-          <strong>Australia</strong>: Innehåller förortsdata baserad
-             på data från Australian Bureau of Statistics.
-        contributors_ca_html: |-
-          <strong>Kanada</strong>: Innehåller data från
-             GeoBase&reg;, GeoGratis (&copy; Department of Natural
-             Resources Canada), CanVec (&copy; Department of Natural
-             Resources Canada), och StatCan (Geography Division,
-             Statistics Canada).
-        contributors_fi_html: '<strong>Finland</strong>: Innehåller data från Lantmäteriverket
-          i Finlands topografiska databas och andra dataset, under licensen <a href="https://www.maanmittauslaitos.fi/sv/Licens_till_avgiftsfria_datamaterial_version1_20120501">NLSFI</a>.'
-        contributors_fr_html: |-
-          <strong>Frankrike</strong>: Innehåller data
-             från Direction Générale des Impôts.
-        contributors_nl_html: |-
-          <strong>Nederländerna</strong>: Innehåller © AND data, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Nya Zeeland</strong>: Innehåller data från
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a>
-          som är licensierad för återanvändning under
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_si_html: |-
-          <strong>Slovenien</strong>: Innehåller data från
-          <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> och
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
-          (offentlig information i Slovenien).
-        contributors_es_html: |-
-          Spanien: Innehåller data från <strong>Spanish</strong> #Nationell Geographic Institute (<a href="http://www.ign.es/">IGN</a>) och
-          #Nationell Cartographic System (SCNE)
-          licenseret för videre bruk under CC STAD #4.0.
-        contributors_za_html: |-
-          <strong>Sydafrika</strong>: Innehåller data från
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, State copyright reserved.
-        contributors_gb_html: |-
-          <strong>Storbritannien</strong>: Innehåller Ordnance
-          Survey data &copy; Crown copyright and database right
-          2010-12.
-        contributors_footer_1_html: |-
-          För ytterligare detaljer om dessa och andra källor som använts
-          för att förbättra OpenStreetMap, se <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">sidan om bidragsgivare</a>
-          på OpenStreetMaps wiki.
+        contributors_at_austria: Österrike
+        contributors_at_cc_by: CC BY
+        contributors_au_australia: Australien
+        contributors_ca_canada: Kanada
+        contributors_fi_finland: Finland
+        contributors_fr_france: Frankrike
+        contributors_nl_netherlands: Nederländerna
+        contributors_nz_new_zealand: Nya Zeeland
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_slovenia: Slovenien
+        contributors_es_spain: Spanien
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_south_africa: Sydafrika
+        contributors_gb_united_kingdom: Storbritannien
         contributors_footer_2_html: "Införandet av uppgifter i OpenStreetMap innebär
           inte att den ursprungliga \ndatagivaren stödjer OpenStreetMap, \nger någon
           som helst garanti eller \ntar på sig något ansvar."
@@ -2070,15 +1982,6 @@ sv:
           Bidragsgivare till OSM påminns om att aldrig lägga till data från
           upphovsrättsskyddade källor (t.ex. Google Maps och tryckta kartor) utan
           uttryckligt tillstånd från upphovsrättsinnehavarna.
-        infringement_2_html: |-
-          Om du tror att upphovsrättsskyddat material felaktigt har
-          lagts in i OpenStreetMaps databas eller till den här webbplatsen, se
-          vårt <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">borttagningsförfarande</a>
-          eller fyll i vårt <a href="https://dmca.openstreetmap.org/">online-formulär</a> direkt.
-        trademarks_title_html: <span id="trademarks"></span>Varumärken
-        trademarks_1_html: OpenStreetMap, förstoringsglas-logotypen och State of the
-          Map är registrerade varumärken hos OpenStreetMap Foundation. Om du har frågor
-          gällande din användning av varumärkena, vänligen se vår <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">varumärkespolicy</a>.
     index:
       js_1: Du använder antingen en webbläsare som inte stöder JavaScript, eller så
         har du inaktiverat JavaScript.
@@ -2149,11 +2052,6 @@ sv:
           explanation_html: Om du har hittat ett problem med vår kartdata, till exempel
             att en väg eller din adress saknas, är den bästa lösningen att gå med
             i OpenStreetMap-gemenskapen och själv lägga till eller reparera datan.
-        add_a_note:
-          instructions_html: |-
-            Klicka bara på <a class='icon note'></a> eller samma ikon i kartrutan.
-            Detta lägger till en markör på kartan som du kan flytta
-            genom att dra. Skriv ditt meddelande och klicka sedan på spara, så kommer andra kartritare att undersöka.
       other_concerns:
         title: Andra farhågor
     help:
@@ -2198,8 +2096,10 @@ sv:
       removed: Din standardredigerare på OpenStreetMat är Potlatch. På grund av att
         Adobe Flash Player har dragits tillbaka, kan inte Potlatch längre användas
         i webbläsaren.
+      change_preferences: Ändra dina inställningar här
     any_questions:
       title: Några frågor?
+      get_help_here: Skaffa hjälp här
     sidebar:
       search_results: Sökresultat
       close: Stäng
@@ -2295,13 +2195,26 @@ sv:
         title: Grundläggande termer för kartering
         paragraph_1: OpenStreetMap har en del egen jargong. Här är några begrepp som
           kan vara bra att förstå.
+        editor: redigerare
+        node: nod
       rules:
         title: Regler!
+        imports: Importer
+        automated_edits: Automatiserade redigeringar
       start_mapping: Börja kartlägga
       add_a_note:
         title: Ingen tid att redigera? Lägg till en kommentar!
         para_1: Om du bara vill ha ett litet problem fixat och inte har tid att registrera
           dig så är det lätt att lämna en kartanteckning.
+        para_2_html: |-
+          Gå till %{map_link} och tryck på anteckningsikonen: %{note_icon}.
+          En markör, som du kan dra omkring, kommer att läggas till på kartan.
+          Lägg till ett meddelande och spara. Någon annan kommer att undersöka frågan.
+        the_map: kartan
+    communities:
+      title: Gemenskaper
+      other_groups:
+        title: Andra grupper
   traces:
     visibility:
       private: Privat (spåret delas anonymt och utan ordning)
@@ -2366,7 +2279,7 @@ sv:
     trace:
       pending: VÄNTANDE
       count_points:
-        one: 1 punkt
+        one: '%{count} punkt'
         other: '%{count} punkter'
       more: mer
       trace_details: Visa detaljer för GPS-spår
@@ -2384,6 +2297,8 @@ sv:
       public_traces_from: Publika GPS-spår från %{user}
       description: Bläddra bland nyligen uppladdade GPS-spår
       tagged_with: ' taggad med %{tags}'
+      empty_title: Inget här ännu
+      wiki_page: wikisida
       upload_trace: Ladda upp GPS-spår
       all_traces: Alla spår
       my_traces: Mina spår
@@ -2570,6 +2485,7 @@ sv:
       continue: Registrera
       terms accepted: Tack för att du accepterat de nya villkoren för bidrag till
         kartan!
+      privacy_policy: integritetspolicy
     terms:
       title: Villkor för deltagare
       heading: Villkor för deltagare
@@ -2675,6 +2591,8 @@ sv:
       title: Kontot avstängt
       heading: Kontot avstängt
       support: support
+      automatically_suspended: Tyvärr, ditt konto har stängts av automatiskt på grund
+        av misstänkt aktivitet.
     auth_failure:
       connection_failed: Anslutning till autentiseringsleverantören misslyckades
       invalid_credentials: Ogiltiga autentiseringsuppgifter
@@ -2766,16 +2684,16 @@ sv:
           one: 1 timme
           other: '%{count} timmar'
         days:
-          one: 1 dag
+          one: '%{count} dag'
           other: '%{count} dagar'
         weeks:
-          one: 1 vecka
+          one: '%{count} vecka'
           other: '%{count} veckor'
         months:
-          one: 1 månad
+          one: '%{count} månad'
           other: '%{count} månader'
         years:
-          one: 1 år
+          one: '%{count} år'
           other: '%{count} år'
     blocks_on:
       title: Blockeringar på %{name}
@@ -2830,17 +2748,15 @@ sv:
       open_title: 'Ej avklarad anteckning #%{note_name}'
       closed_title: 'Avklarad anteckning #%{note_name}'
       hidden_title: 'Dold anteckning #%{note_name}'
-      opened_by_html: Skapad av %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Skapad av anonym användare <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Kommentar från %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Kommentar från en anonym användare <abbr title='%{exact_time}'>för
-        %{when}</abbr>
-      closed_by_html: Löst av %{user} <abbr title='%{exact_time}'>för %{when}</abbr>
-      closed_by_anonymous_html: Löst av en anonym användare för <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Återaktiverades av %{user} för <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Återaktiverades av en anonym användare för <abbr
-        title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Doldes av %{user} <abbr title='%{exact_time}'>för %{when}</abbr>
+      event_opened_by_html: Skapades av %{user} %{time_ago}
+      event_opened_by_anonymous_html: Skapades av anonym %{time_ago}
+      event_commented_by_html: Kommenterades från %{user} %{time_ago}
+      event_commented_by_anonymous_html: Kommentar från anonym %{time_ago}
+      event_closed_by_html: Löstes av %{user} %{time_ago}
+      event_closed_by_anonymous_html: Löstes av anonym %{time_ago}
+      event_reopened_by_html: Återaktiverades av %{user} %{time_ago}
+      event_reopened_by_anonymous_html: Återaktiverades av anonym %{time_ago}
+      event_hidden_by_html: Doldes av %{user} %{time_ago}
       report: rapportera denna anteckning
       anonymous_warning: Denna anteckning innehåller kommentarer från anonyma användare
         vilka bör bekräftas oberoende av varandra.
@@ -2849,6 +2765,10 @@ sv:
       reactivate: Återaktivera
       comment_and_resolve: Kommentera och Avklara
       comment: Kommentera
+      report_link_html: Om denna anteckning innehåller känslig information som måste
+        tas bort kan du %{link}.
+      other_problems_resolve: För alla andra problem med anteckningen, lös det själv
+        med en kommentar.
     new:
       title: Ny anteckning
       intro: Upptäckt ett misstag eller något som saknas? Låt andra karterare veta
@@ -2893,10 +2813,10 @@ sv:
       locate:
         title: Visa min position
         metersPopup:
-          one: Du är inom en meter av denna punkt
+          one: Du är inom %{count} meter av denna punkt
           other: Du är inom %{count} meter av denna punkt
         feetPopup:
-          one: Du är inom en fot av denna punkt
+          one: Du är inom %{count} fot av denna punkt
           other: Du är inom %{count} fot av denna punkt
       base:
         standard: Standard
@@ -2912,18 +2832,11 @@ sv:
         gps: Offentliga GPS-spår
         overlays: Aktivera lager för felsökning av kartan
         title: Lager
-      copyright: © <a href='%{copyright_url}'>OpenStreetMaps bidragsgivare</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Donera</a>
-      terms: <a href="%{terms_url}">Hemsidan och API-villkor</a>
-      cyclosm: Rututseende av <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        som förvaltas av <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
-      thunderforest: Rutor av <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Rutor av <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Rututseende av <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> som förvaltas av <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Frankrike</a>
+      openstreetmap_contributors: OpenStreetMap-bidragsgivare
+      make_a_donation: Gör en donation
+      website_and_api_terms: Webbplats och API-villkor
+      andy_allan: Andy Allan
+      memomaps: MeMoMaps
     site:
       edit_tooltip: Redigera kartan
       edit_disabled_tooltip: Zooma in för att redigera kartan
@@ -2954,6 +2867,8 @@ sv:
       descend: Fallande
       directions: Vägbeskrivning
       distance: Avstånd
+      distance_m: '%{distance} m'
+      distance_km: '%{distance} km'
       errors:
         no_route: Kunde inte hitta en väg mellan dessa två platser.
         no_place: Ledsen - kunde inte hitta %{place}.
index efb5483936a9a9ec4e6bea2b0c3d635fb70b8965..ce8104b5b49e48b13ac61e233254204c890a848a 100644 (file)
@@ -166,10 +166,6 @@ te:
           మనసులో ఉంచుకుని సామాన్యులకు కూడా అర్థమయ్యే పదాలను రాయండి.
         needs_view: ఈ నిరోధం తొలగాలంటే వాడుకరి లాగినవ్వాలా?
       user:
-        email_confirmation: మీ చిరునామాను బహిరంగంగా చూపించం. మరింత సమాచారం కోసం మా
-          <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="OSMF
-          privacy policy including section on email addresses">గోప్యతా సమాచారం</a>
-          చూడండి.
         new_email: (బహిరంగంగా ఎన్నటికీ చూపించబడదు)
   datetime:
     distance_in_words_ago:
@@ -312,12 +308,6 @@ te:
   browse:
     created: 'సృష్టించబడినది:'
     closed: ముగించబడింది
-    created_html: <abbr title='%{title}'>%{time}</abbr> సృష్టించారు
-    closed_html: <abbr title='%{title}'>%{time}</abbr> మూసివేసారు
-    created_by_html: <abbr title='%{title}'>%{time}</abbr>, %{user} సృష్టించారు
-    deleted_by_html: <abbr title='%{title}'>%{time}</abbr>, %{user} చే తొలగించబడింది
-    edited_by_html: <abbr title='%{title}'>%{time}</abbr>, %{user} చే సరిదిద్దబడింది
-    closed_by_html: <abbr title='%{title}'>%{time}</abbr>, %{user} మూసివేసారు
     version: సంచిక
     in_changeset: మార్పులసమితి
     anonymous: అజ్ఞాత
@@ -343,10 +333,6 @@ te:
       relation: సంబంధాలు (%{count})
       relation_paginated: '%{count} లో %{x}-%{y} యొక్క సంబంధాలు'
       comment: వ్యాఖ్యలు (%{count})
-      hidden_commented_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user}
-        గారి దాచిన వ్యాఖ్య
-      commented_by_html: '%{user} నుండి వ్యాఖ్య <abbr title=''%{exact_time}''>%{when}
-        క్రితం</abbr>'
       changesetxml: మార్పులసమితి XML
       osmchangexml: osmChange XML
       feed:
@@ -586,13 +572,6 @@ te:
       success: '%{name} ను మీ మిత్రుల జాబితా నుండి తీసేసాం.'
       not_a_friend: '%{name} మీ మిత్రులు కాదు.'
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="http://openstreetmap.org/">అంతర్గత</a> ఫలితాలు
-        osm_nominatim_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> నుండి ఫలితాలు
-        osm_nominatim_reverse_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> నుండి ఫలితాలు
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1384,8 +1363,6 @@ te:
       status: స్థితి
       reports: నివేదికలు
       last_updated: చివరిగా తాజాకరించినది
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr>, %{user}
       link_to_reports: నివేదికలను చూడండి
       reports_count:
         one: 1 ఫిర్యాదు
@@ -1553,10 +1530,6 @@ te:
       subject: '[OpenStreetMap] GPX దిగుమతి వైఫల్యం'
     gpx_success:
       hi: నమస్కారం %{to_user} గారూ,
-      loaded_successfully:
-        one: సంభావ్యమైన 1 పాయింటులో %{trace_points} తో జయప్రదంగా లోడు చేసాం.
-        other: సంభావ్యమైన %{possible_points} పాయింట్లలో %{trace_points} తో జయప్రదంగా
-          లోడు చేసాం.
       subject: '[OpenStreetMap] GPX దిగుమతి జయప్రదం'
     signup_confirm:
       subject: '[ఓపెన్‌స్ట్రీట్‌మ్యాప్] ఓపెన్‌స్ట్రీట్‌మ్యాప్‌కి స్వాగతం'
@@ -1648,6 +1621,7 @@ te:
       success: మీ ఖాతాను ధ్రువీరించారు. నమోదైనందుకు ధన్యవాదాలు!
       already active: ఈ ఖాతాని ఇప్పటికే నిర్ధారించారు.
       unknown token: ఆ ధ్రువీకరణ కోడ్ మురిగిపోయింది. లేదా అసలు ఉనికిలోనే లేదు.
+      click_here: ఇక్కడ నొక్కండి
     confirm_resend:
       failure: వాడుకరి %{name} కనబడలేదు.
     confirm_email:
@@ -1769,7 +1743,6 @@ te:
       image: బొమ్మ
       gravatar:
         gravatar: గ్రావతార్‌ని వాడు
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: గ్రావతార్ అంటే ఏంటి?
         disabled: గ్రావతార్‌ను అచేతనం చేసాం.
         enabled: మీ గ్రావతార్‌ను చూపించడం చేత్యనం చేసాం.
@@ -1848,7 +1821,6 @@ te:
   site:
     about:
       next: తదుపరి
-      copyright_html: <span>&copy;</span>OpenStreetMap<br> తోడ్పాటుదార్లు
       used_by_html: '%{name} వేలాది వెబ్‌సైట్లకు, మొబైలు యాప్‌లకు, హార్డ్‌వేరు డివైసులకూ
         మ్యాప్ డేటాను అందిస్తుంది'
       lede_text: OpenStreetMap ను మ్యాపర్ల సముదాయం నిర్మిస్తోంది. ఈ సముదాయ సభ్యులు
@@ -1875,38 +1847,42 @@ te:
         mapping_link: మ్యాపింగు మొదలుపెట్టండి
       legal_babble:
         title_html: కాపీహక్కు, లైసెన్సు
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> అనేది <i>ఓపెన్ డేట్</i>. దీన్ని <a
-          href="https://opendatacommons.org/licenses/odbl/">ఓపెన్ డేటా కామన్స్ ఓపెన్ డేటాబేస్ లైసెన్సు </a> (ODbL) కు లోబడి <a
-          href="https://osmfoundation.org/">OpenStreetMap ఫౌండేషను</a> (OSMF) అందిస్తోంది.
-        intro_2_html: |-
-          You are free to copy, distribute, transmit and adapt our data,
-          as long as you credit OpenStreetMap కు శ్రేయస్సును ఆపాదించినంతవరకు మా డేటాను కాపీ చేసుకోవచ్చు, పంపిణీ చేసుకోవచ్చు, ప్రసారం చేసుకోనూ వచ్చు. మా డేటాను మార్చినా, దానిపైన మరింగ్త అభిఉవృద్ధి చేసినా దాని ఫలితాన్ని కూడా అదే లైసెన్సు కింద మాత్రమే పంపిణీ చెయ్యాలి. ఈ పూర్తి <a href="https://opendatacommons.org/licenses/odbl/1.0/">లీగల్ కోడ్</a> మీ హక్కులు, బాధ్యతలను వివరిస్తుంది.
-        intro_3_1_html: మా డాక్యుమెంటేషను <a href="https://creativecommons.org/licenses/by-sa/2.0/">క్రియేటివ్
-          కామన్స్ యాట్రిబ్యూషను షేర్‌అలైక్ 2.0</a> లైసెన్సు (CC BY-SA 2.0) కింద లభ్యమౌతుంది.
+        introduction_1_open_data: ఓపెన్ డేటా
+        introduction_2_legal_code: చట్టపరమైన కోడ్
         credit_title_html: OpenStreetMap కు శ్రేయస్సు నివ్వడం ఎలా
         credit_1_html: |-
           మీరు &ldquo;&copy; OpenStreetMap
           contributors&rdquo; అనే క్రిడిట్ వాడాలి.
+        credit_3_attribution_guidelines: అట్రిబ్యూషన్ మార్గదర్శకాలు
+        credit_4_1_this_copyright_page: ఈ కాపీరైట్ పేజీ
         attribution_example:
           alt: వెబ్‌పేజీలో OpenStreetMap కు శ్రేయస్సును ఎలా ఆపాదించాలో చెప్పే ఉదాహరణ
           title: ఆపాదింపు ఉదాహరణ
         more_title_html: మరింత తెలుసుకోవడం
-        more_1_html: |-
-          మా డేటాను ఎలా వాడుకోవచ్చో, మాకు శ్రేయస్సును ఎలా ఆపాదించాలో <a
-          href="https://osmfoundation.org/Licence">OSMF Licence page</a> లో మరింత చదవొచ్చు.
-        more_2_html: "OpenStreetMap అందరికీ లభించే డేటా అయినప్పటికీ, థర్డు పార్టీలకు
-          మ్యాపు API లను ఉచితంగా ఇవ్వం.\nమా <a href=\"https://operations.osmfoundation.org/policies/api/\">API
-          Usage Policy</a>,\n<a href=\"https://operations.osmfoundation.org/policies/tiles/\">Tile
-          Usage Policy</a>, \n<a href=\"https://operations.osmfoundation.org/policies/nominatim/\">Nominatim
-          Usage Policy</a> లను చూడండి."
+        more_2_1_api_usage_policy: API వినియోగ విధానం
         contributors_title_html: మా కాంట్రిబ్యూటర్లు
+        contributors_at_austria: ఆస్ట్రియా
+        contributors_at_stadt_wien: స్టాడ్ట్ వీన్
+        contributors_at_land_vorarlberg: ల్యాండ్ వోరార్ల్‌బర్గ్
+        contributors_au_australia: ఆస్ట్రేలియా
+        contributors_au_geoscape_australia: జియోస్కేప్ ఆస్ట్రేలియా
+        contributors_ca_canada: కెనడా
+        contributors_fi_finland: ఫిన్లాండ్
+        contributors_fr_france: ఫ్రాన్స్
+        contributors_nl_netherlands: నెదర్లాండ్స్
+        contributors_nz_new_zealand: న్యూజిలాండ్
+        contributors_si_slovenia: స్లోవేనియా
+        contributors_si_gu: సర్వేయింగ్ మరియు మ్యాపింగ్ అథారిటీ
+        contributors_si_mkgp: వ్యవసాయం, అటవీ మరియు ఆహార మంత్రిత్వ శాఖ
+        contributors_es_spain: స్పెయిన్
+        contributors_za_south_africa: దక్షిణ అమెరికా
+        contributors_gb_united_kingdom: యునైటెడ్ కింగ్‌డమ్
+        contributors_2_contributors_page: సహకారుల పేజీ
         infringement_title_html: కాపీహక్కుల ఉల్లంఘన
-        infringement_2_html: "OpenStreetMap డేటాబేసులో గానీ, ఈ సైటులో గానీ కాపీహక్కులున్న
-          సమాచారాన్ని అనుచితంగా వాడారని మీరు భావిస్తే, మా <a href=\"https://wiki.osmfoundation.org/wiki/Takedown_procedure\">తొలగించే
-          పద్ధతిని</a> చూడండి. లేదా నేరుగా మా \n<a href=\"https://dmca.openstreetmap.org/\">ఆన్‌లైను
-          ఫిర్యాదు పేజీలో</a> రాయండి."
-        trademarks_title_html: <span id="trademarks"></span>ట్రేడుమార్కులు
+        infringement_2_1_takedown_procedure: తొలగింపు విధానం
+        infringement_2_1_online_filing_page: ఆన్‌లైన్ ఫైలింగ్ పేజీ
+        trademarks_title: ట్రేడ్‌మార్క్‌లు
+        trademarks_1_1_trademark_policy: ట్రేడ్మార్క్ విధానం
     index:
       permalink: స్థిరలంకె
       shortlink: చిన్నలింకు
@@ -1964,6 +1940,7 @@ te:
             పద్ధతి.
       other_concerns:
         title: ఇతర ఆందోళనలు
+        copyright: కాపీరైట్ పేజీ
     help:
       title: సహాయం పొందడం
       welcome:
@@ -2248,6 +2225,7 @@ te:
       heading: నియమాలు
       read_tou: నేను వాడుక నియమాలను చదివాను, వాటికి అంగీకరిస్తున్నాను
       consider_pd_why: ఇది ఏమిటి?
+      informal_translations: అనధికారిక అనువాదాలు
       continue: కొనసాగించు
       decline: తిరస్కరించు
       legale_select: 'నివసించే దేశం:'
@@ -2468,20 +2446,6 @@ te:
       open_title: 'పరిష్కరించని గమనిక #%{note_name}'
       closed_title: 'పరిష్కారమైన గమనిక #%{note_name}'
       hidden_title: 'దాచిన గమనిక #%{note_name}'
-      opened_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} సృష్టించారు
-      opened_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> అజ్ఞాత
-        సృష్టించారు
-      commented_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} చేసిన
-        వ్యాఖ్య
-      commented_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> అజ్ఞాత
-        చేసిన వ్యాఖ్య
-      closed_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} పరిష్కరించారు
-      closed_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> అజ్ఞాత
-        పరిష్కరించారు
-      reopened_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} పునరుజ్జీవింపజేసారు
-      reopened_by_anonymous_html: <abbr title='%{exact_time}'>%{when}</abbr> అజ్ఞాత
-        పునరుజ్జీవింపజేసారు
-      hidden_by_html: <abbr title='%{exact_time}'>%{when}</abbr> %{user} దాచారు
       report: ఈ గమనికపై ఫిర్యాదు చెయ్యండి
       anonymous_warning: ఈ గమనికలో అజ్ఞాతలు చేసిన వ్యాఖ్యలు కూడా ఉన్నాయి. వాటిని విడిగా
         ధ్రువీకరించుకోవాలి.
@@ -2542,9 +2506,6 @@ te:
         data: పటం భోగట్టా
         gps: బహిరంగ GPS ట్రేసులు
         title: పొరలు
-      copyright: © <a href='%{copyright_url}'>ఓపెన్‌స్ట్రీట్‌మాప్ తోడ్పాటుదార్లు</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>విరాళం ఇవ్వండి</a>
-      terms: <a href='%{terms_url}' target='_blank'>వెబ్‌సైటు, API నియమాలు</a>
     site:
       edit_tooltip: మ్యాపును సరిదిద్దు
       edit_disabled_tooltip: మ్యాపును సరిదిద్దేందుకు జూమిన్ చెయ్యి
index 9c334335e30f55ad4fa09a18113d9a3b49796a4b..3f2b900a04a7db20d392e8e5b801b60ae5edf2db 100644 (file)
@@ -10,6 +10,7 @@
 # Author: Korrawit
 # Author: Patsagorn Y.
 # Author: Pon44695
+# Author: Ppnplus
 # Author: Ruila
 # Author: TMo3289
 # Author: Trisorn Triboon
@@ -36,6 +37,9 @@ th:
       client_application:
         create: ลงทะเบียน
         update: ปรับปรุง
+      oauth2_application:
+        create: ลงทะเบียน
+        update: อัปเดต
       redaction:
         create: สร้างการตรวจทาน
         update: บันทึกการตรวจทาน
@@ -103,11 +107,14 @@ th:
       diary_entry:
         user: ผู้ใช้งาน
         title: หัวเรื่อง
+        body: เนื้อหา
         latitude: ละติจูด
         longitude: ลองติจูด
         language_code: ภาษา
       doorkeeper/application:
         name: ชื่อ
+        confidential: แอปพลิเคชันลับ?
+        scopes: การอนุญาต
       friend:
         user: ผู้ใช้งาน
         friend: เพื่อน
@@ -158,9 +165,6 @@ th:
           และต้องอย่าลืมว่าสิ่งที่คุณเขียนนี้จะแสดงต่อสาธารณะด้วย
         needs_view: ต้องการให้ผู้ใช้คนนี้เข้าระบบก่อนเพิกถอนการระงับหรือไม่?
       user:
-        email_confirmation: ที่อยู่อีเมลของคุณจะไม่แสดงเป็นสาธารณะ โปรดดูเพิ่มเติมที่<a
-          href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" title="นโยบายความเป็นส่วนตัวของ
-          OSMF ซึ่งมีเนื้อหาเกี่ยวข้องกับการจัดการที่อยู่อีเมลของคุณ">นโยบายความเป็นส่วนตัว</a>สำหรับสารสนเทศเพิ่มเติม
         new_email: (จะไม่แสดงต่อสาธารณะ)
   datetime:
     distance_in_words_ago:
@@ -236,6 +240,11 @@ th:
   account:
     deletions:
       show:
+        title: ลบบัญชีของฉัน
+        warning: คำเตือน! ขั้นตอนการลบบัญชีถือเป็นที่สิ้นสุด และไม่สามารถย้อนกลับได้
+        delete_account: ลบบัญชี
+        delete_introduction: 'คุณสามารถลบบัญชี OpenStreetMap ของคุณโดยใช้ปุ่มด้านล่าง
+          โปรดทราบรายละเอียดต่อไปนี้:'
         confirm_delete: คุณแน่ใจหรือไม่?
         cancel: ยกเลิก
   accounts:
@@ -251,24 +260,29 @@ th:
         enabled: 'เปิดใช้: สามารถแก้ไขแผนที่ได้ แต่ทำโดยเปิดเผยนาม'
         enabled link text: นี้คืออะไร?
         disabled: 'ปิดใช้: ไม่สามารถแก้ไขแผนที่ได้อีก, โดยการแก้ไขในอดีตจะยังคงความนิรนามไว้'
+        disabled link text: ทำไมฉันถึงแก้ไขไม่ได้?
       contributor terms:
+        heading: ข้อกำหนดผู้มีส่วนร่วม
         link text: นี้คืออะไร?
       save changes button: บันทึกการเปลี่ยนแปลง
+      delete_account: ลบบัญชี...
     go_public:
-      heading: 'แก้ไขโดยเปิดเผย:'
+      heading: แก้ไขโดยเปิดเผย
       make_edits_public_button: ทำให้การแก้ไขของข้าพเจ้าเป็นสาธารณะเห็นได้ทั่วไป
     update:
       success_confirm_needed: การปรับปรุงข้อมูลผู้ใช้งานสำเร็จเรียบร้อย โปรดตรวจสอบอีเมลของท่านเพื่อยืนยันที่อยู่อีเมลใหม่
       success: การปรับปรุงข้อมูลผู้ใช้งานสำเร็จเรียบร้อย
+    destroy:
+      success: ลบบัญชีแล้ว
   browse:
     created: สร้างเมื่อ
     closed: ปิดเมื่อ
-    created_html: สร้างเมื่อ <abbr title='%{title}'>%{time}</abbr>
-    closed_html: ปิดเมื่อ <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: สร้างเมื่อ <abbr title='%{title}'>%{time}</abbr> โดย %{user}
-    deleted_by_html: ลบเมื่อ <abbr title='%{title}'>%{time}</abbr> โดย %{user}
-    edited_by_html: แก้ไขเมื่อ <abbr title='%{title}'>%{time}</abbr> โดย %{user}
-    closed_by_html: ปิดเมื่อ <abbr title='%{title}'>%{time}</abbr> โดย %{user}
+    created_ago_html: สร้างเมื่อ %{time_ago}
+    closed_ago_html: ปิดเมื่อ %{time_ago}
+    created_ago_by_html: สร้างเมื่อ %{time_ago} โดย %{user}
+    closed_ago_by_html: ปิดเมื่อ %{time_ago} โดย %{user}
+    deleted_ago_by_html: ลบเมื่อ %{time_ago} โดย %{user}
+    edited_ago_by_html: แก้ไขเมื่อ %{time_ago} โดย %{user}
     version: รุ่นที่
     in_changeset: ชุดการเปลี่ยนแปลง
     anonymous: ไม่ระบุตัวตน
@@ -292,8 +306,8 @@ th:
       relation: ความสัมพันธ์ (%{count})
       relation_paginated: ความสัมพันธ์ (%{x}-%{y} จาก %{count})
       comment: ความคิดเห็น (%{count})
-      hidden_commented_by_html: ความคิดเห็นซ่อนจาก %{user} เมื่อ <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: ความคิดเห็นจาก %{user} เมื่อ <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: ความคิดเห็นที่ซ่อนอยู่จาก %{user} %{time_ago}
+      comment_by_html: ความคิดเห็นจาก %{user} %{time_ago}
       changesetxml: ชุดการเปลี่ยนแปลง XML
       osmchangexml: เอ็กซ์เอ็มแอลของ osmChange
       feed:
@@ -309,6 +323,8 @@ th:
       title_html: 'เส้นทาง: %{name}'
       history_title_html: 'ประวัติเส้นทาง: %{name}'
       nodes: หมุด
+      nodes_count:
+        other: '%{count} หมุด'
       also_part_of_html:
         one: ส่วนของเส้นทาง %{related_ways}
         other: ส่วนของเส้นทาง %{related_ways}
@@ -512,13 +528,6 @@ th:
       success: ท่านได้ลบผู้ใช้ %{name} ออกจากรายการเพื่อน
       not_a_friend: ผู้ใช้ %{name} ไม่ได้อยู่ในรายการเพื่อนของท่าน
   geocoder:
-    search:
-      title:
-        latlon_html: ผลการค้นหาจาก <a href="https://openstreetmap.org/">เว็บไซต์นี้</a>
-        osm_nominatim_html: ผลการค้นหาจาก <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: ผลการค้นหาจาก <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1116,8 +1125,6 @@ th:
       status: สถานะ
       reports: รายการปัญหาที่รับแจ้งจากผู้ใช้
       last_updated: ปรับปรุงล่าสุดเมื่อ
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> โดย %{user}
       link_to_reports: ดูรายงาน
       reports_count:
         one: 1 รายงาน
@@ -1268,8 +1275,6 @@ th:
       failed_to_import: 'การนำเข้าล้มเหลว เนื่องจาก:'
       subject: '[OpenStreetMap] การนำเข้า GPX ล้มเหลว'
     gpx_success:
-      loaded_successfully: การนำเข้าสำเร็จ มีจำนวนจุด %{trace_points} จุด จากที่เป็นไปได้ทั้งหมด
-        %{possible_points} จุด
       subject: '[OpenStreetMap] การนำเข้า GPX เรียบร้อย'
     signup_confirm:
       subject: '[OpenStreetMap] ยินดีต้อนรับสู่ OpenStreetMap'
@@ -1486,9 +1491,6 @@ th:
   site:
     about:
       next: ถัดไป
-      copyright_html: |2-
-
-        <span>&copy;ผู้มีส่วนร่วม </span>OpenStreetMap<br>
       used_by_html: '%{name} ให้ข้อมูลแผนที่แก่เว็บไซต์ แอปพลิเคชั่นมือถือ และอุปกรณ์นับพัน'
       lede_text: OpenStreetMap เป็นโครงการซึ่งสร้างสรรค์ขึ้นจากชุมชนของผู้ใช้และผู้สนใจ
         ที่ได้ทำการสำรวจ ปรับปรุง แบ่งปันข้อมูลแผนที่ถนน ทางหลวง ทางเดินป่า, รวมถึงสถานที่ที่น่าสนใจอย่าง
@@ -1499,31 +1501,8 @@ th:
         หรือแม้แต่ผังกระดาษ เพื่อเดินสำรวจ เพิ่มเติม และปรับปรุงข้อมูลแผนที่ OpenStreetMap
         ให้ละเอียด ถูกต้อง ทันสมัยอยู่เสมอได้ด้วยตนเอง ทุกที่ ทุกเวลา
       community_driven_title: ผลักดันโดยชุมชน
-      community_driven_html: ชุมชนผู้ใช้ OpenStreetMap เติบโตขึ้นมาจากกลุ่มคนที่หลากหลาย
-        ร่วมสร้างสรรค์จากทั้งนักทำแผนที่สมัครเล่น, ผู้เชี่ยวชาญระบบภูมิสารสนเทศ, วิศวกรดูแลเซิร์ฟเวอร์,
-        อาสาสมัครบรรเทาสาธารณภัย และสาขาอาชีพอื่นๆ อีกมากมาย, เรียนรู้เพิ่มเติมเกี่ยวกับชุมชนของเราได้จาก<a
-        href='https://blog.openstreetmap.org'>บล็อกทางการของ OpenStreetMap</a>, รวม<a
-        href='%{diary_path}'>บันทึก</a>และ<a href='https://blogs.openstreetmap.org/'>บล็อกของผู้ใช้</a>ทั่วสารทิศ,
-        และที่เว็บไซต์ของ<a href='https://www.osmfoundation.org/'>มูลนิธิ OpenStreetMap</a>
       open_data_title: ข้อมูลเปิดเผย
-      open_data_html: |-
-        OpenStreetMap อนุญาตให้ใช้ตามหลักเกณฑ์<i>ข้อมูลเปิดเผย</i> โดยจะนำไปใช้ในวัตถุประสงค์อื่นใดก็ได้
-        แต่ต้องแสดงที่มาหรือให้คำขอบคุณต่อ OpenStreetMap ตลอดจนผู้ร่วมสร้างสรรค์ ถ้าท่านปรับแก้ สร้างสรรค์
-        หรือกระทำการให้เกิดสิ่งอื่นใดใหม่ขึ้นต่องานที่มีนี้ ท่านสามารถแจกจ่ายได้แต่เพียงภายใต้สัญญาอนุญาตเดิม โปรดดู
-         <a href='%{copyright_path}'>หน้าลิขสิทธิ์และสัญญาอนุญาต</a> ถ้าต้องการรายละเอียดเพิ่ม
       legal_title: ข้อกำหนดทางกฎหมาย
-      legal_1_html: "เว็บไซต์และบริการที่เกี่ยวข้องนี้ดำเนินการและบำรุงรักษาอย่างเป็นทางการโดย\n<a
-        href='https://osmfoundation.org/'>มูลนิธิ OpenStreetMap</a> (OSMF) \nในนามสมาชิกทุกคน
-        การใช้บริการที่ดำเนินการโดย OSMF จะต้องอยู่ภายใต้<a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">ข้อกำหนดการใช้งาน</a>
-        <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nเงื่อนไขการใช้งานที่ยอมรับได้</a>
-        และ<a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">นโยบายความเป็นส่วนตัว</a>\n<br>
-        \nโปรด<a href='https://osmfoundation.org/Contact'>ติดต่อ OSMF</a> \nหากคุณมีข้อสงสัยเกี่ยวกับสัญญาอนุญาต
-        ลิขสิทธิ์ คำถามกฎหมาย และประเด็นอื่น ๆ ที่เกี่ยวข้อง"
-      legal_2_html: "โปรด<a href='https://osmfoundation.org/Contact'>ติดต่อ OSMF</a>
-        \nหากคุณมีข้อสงสัยเกี่ยวกับสัญญาอนุญาต ลิขสิทธิ์ คำถามกฎหมาย และประเด็นอื่น
-        ๆ ที่เกี่ยวข้อง\n<br>\nOpenStreetMap, โลโก้แว่นขยาย และ State of the Map เป็น<a
-        href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">เครื่องหมายการค้าที่ลงทะเบียนของ
-        OSMF</a>"
       partners_title: องค์กรพันธมิตร
     copyright:
       foreign:
@@ -1539,103 +1518,18 @@ th:
         mapping_link: เริ่มการทำแผนที่
       legal_babble:
         title_html: ลิขสิทธิ์และสัญญาอนุญาต
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> เป็น<i>ข้อมูลเปิดให้ใช้งาน</i> และอนุญาตให้ใช้งานภายใต้สัญญาอนุญาต <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) โดย<a
-          href="https://osmfoundation.org/">มูลนิธิ OpenStreetMap</a> (OSMF).
-        intro_2_html: "ท่านสามารถทำสำเนา แจกจ่าย แพร่ภาพ และปรับใช้ข้อมูลของเรา\nตราบเท่าที่ได้ระบุชื่อ
-          OpenStreetMap ตลอดจนผู้ร่วมจัดทำไว้ในคำขอบคุณหรือที่มา\nถ้าท่านปรับแก้ไขหรือสร้างสรรค์งานใหม่โดยใช้ข้อมูลของเราเป็นพื้น
-          ท่านสามารถ\nแจกจ่ายผลลัพธ์ที่ได้ภายใต้สัญญาอนุญาตเดียวกันเท่านั้น โปรดดู
-          <a href=\"https://opendatacommons.org/licenses/odbl/1.0/\">ข้อกำหนดทางกฎหมาย</a>
-          \nซึ่งจะอธิบายสิทธิและหน้าที่ที่ท่านพึงมี"
-        intro_3_1_html: เอกสารประกอบนี้อยู่ภายใต้สัญญาอนุญาต <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0)
         credit_title_html: วิธีการแสดงที่มาหรือคำขอบคุณ OpenStreetMap
         credit_1_html: |-
           เราจำเป็นต้องให้ท่านแสดงที่มาหรือคำขอบคุณแก่ &ldquo;&copy; ผู้ร่วมสร้างสรรค์ OpenStreetMap
           &rdquo;.
-        credit_2_1_html: |-
-          ท่านจะต้องระบุให้ชัดเจนเจาะจงว่าข้อมูลอนุญาตให้ใช้ตามสัญญาอนุญาต Open
-          Database License และถ้ามีการนำรูปแผนที่ไปใช้ รูปนั้นอนุญาตให้ใช้ตามสัญญาอนุญาต
-           CC BY-SA ในการนี้อาจจะลิงก์ไปยังหน้า
-          <a href="https://www.openstreetmap.org/copyright">ข้อมูลลิขสิทธิ์</a>
-          นอกจากนี้ (จำเป็นหากท่านจ่ายแจกข้อมูล OSM) ท่านสามารถลิงก์ไปยังสัญญาอนุญาตโดยตรง
-          ในสื่ออย่างอื่น อาทิ สิ่งพิมพ์ ซึ่งไม่สามารถลิงก์ข้อมูลได้แนะนำให้ระบุเพียง openstreetmap.org
-          และ/หรือ opendatacommons.org และ/หรือ creativecommons.org
-        credit_4_html: สำหรับแผนที่อิเล็กทรอนิกส์ที่ค้นได้ รายชื่อผู้มีส่วนร่วมควรปรากฏที่มุมของแผนที่
         attribution_example:
           alt: ตัวอย่างการอ้างอิง OpenStreetMap บนหน้าเว็บ
           title: ตัวอย่างการอ้างอิง
         more_title_html: ค้นหาเพิ่มเติม
-        more_1_html: |-
-          อ่านเพิ่มเติมเกี่ยวกับการใช้ข้อมูลของเรา ตลอดจนการอ้างอิงเราได้ที่ <a
-          href="https://osmfoundation.org/Licence">หน้าสัญญาอนุญาต OSMF</a>
-        more_2_html: |-
-          ถึงแม้ว่า OpenStreetMap จะเป็นข้อมูลแบบเปิด เราก็ไม่สามารถมอบ API แผนที่แบบไม่คิดค่าใช้จ่ายให้แก่บุคคลที่สามได้
-          ดูที่<a href="https://operations.osmfoundation.org/policies/api/">นโยบายการใช้ API</a>
-          <a href="https://operations.osmfoundation.org/policies/tiles/">นโยบายการใช้ไทล์</a>
-          และ<a href="https://operations.osmfoundation.org/policies/nominatim/">นโยบายการใช้ Nominatim</a> ของเรา
         contributors_title_html: ผู้ร่วมสร้างสรรค์ของเรา
         contributors_intro_html: |-
           ผู้มีส่วนร่วมของเราคือบุคคลนับพัน เรายังมีข้อมูลที่ใช้สัญญาอนุญาตแบบเปิดเผย
           จากตัวแทนการทำแผนที่ของชาติต่าง ๆ และแหล่งข้อมูลอื่น ๆ ต่อไปนี้:
-        contributors_at_html: |-
-          <strong>ออสเตรีย</strong>: มีข้อมูลจาก
-          <a href="https://data.wien.gv.at/">Stadt Wien</a> (under
-          <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> และ
-          Land Tirol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>).
-        contributors_au_html: |-
-          <strong>ออสเตรเลีย</strong>: มีข้อมูลที่มาจาก
-          <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA Australia Limited</a>
-          ซึ่งได้รับอนุญาตโดย Commonwealth of Australia ภายใต้
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
-        contributors_ca_html: |-
-          <strong>แคนาดา</strong>: มีข้อมูลจาก
-          GeoBase&reg;, GeoGratis (&copy; Department of Natural
-          Resources Canada), CanVec (&copy; Department of Natural
-          Resources Canada) และ StatCan (Geography Division,
-          Statistics Canada)
-        contributors_fi_html: |-
-          <strong>ฟินแลนด์</strong>: มีข้อมูลจาก
-          ฐานข้อมูลการสำรวจภูมิศาสตร์แห่งชาติฟินแลนด์และฐานข้อมูลอื่น
-          อนุญาตให้ใช้ตาม
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">สัญญาอนุญาต NLSFI</a>.
-        contributors_fr_html: |-
-          <strong>ฝรั่งเศส</strong>: มีข้อมูลจากอธิบดีกรมภาษี (
-          Direction Générale des Impôts)
-        contributors_nl_html: |-
-          <strong>เนเธอร์แลนด์</strong>: Contains &copy; AND data, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>นิวซีแลนด์</strong>: มีข้อมูลที่มาจาก
-          <a href="https://data.linz.govt.nz/">LINZ Data Service</a> และ
-          ได้รับอนุญาตให้ใช้ซ้ำได้ภายใต้
-          <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
-        contributors_si_html: |-
-          <strong>สโลวีเนีย</strong>: มีข้อมูลที่มาจาก
-          <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> และ
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
-          (ข้อมูลสาธารณะของสโลวีเนีย)
-        contributors_es_html: |-
-          <strong>สเปน</strong>: มีข้อมูลที่มาจาก
-          Spanish National Geographic Institute (<a href="http://www.ign.es/">IGN</a>) และ
-          National Cartographic System (<a href="http://www.scne.es/">SCNE</a>)
-          ซึ่งได้รับอนุญาตให้ใช้ซ้ำภายใต้ <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
-        contributors_za_html: |-
-          <strong>แอฟริกาใต้</strong>: มีข้อมูลที่มาจาก
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, State copyright reserved.
-        contributors_gb_html: |-
-          <strong>สหราชอาณาจักร</strong>: มีข้อมูลจากกองแผนที่ Ordnance
-          Survey data &copy; ลิขสิทธิ์ราชการและสิทธิ์แห่งฐานข้อมูล
-          2010-19
-        contributors_footer_1_html: |-
-          สำหรับรายละเอียดเพิ่มเติมเกี่ยวกับแหล่งข้อมูลเหล่านี้ และแหล่งข้อมูลอื่น ๆ
-          ที่ใช้เพื่อช่วยปรับปรุง OpenStreetMap โปรดดูที่<a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">หน้า
-          ผู้มีส่วนร่วม</a>บน OpenStreetMap Wiki
         contributors_footer_2_html: |-
           การรวมข้อมูลใน OpenStreetMap ไม่ได้หมายความว่าผู้ให้บริการข้อมูลดั้งเดิม
           จะรับรอง OpenStreetMap รับประกัน หรือรับผิดชอบใด ๆ
@@ -1644,13 +1538,6 @@ th:
           ผู้มีส่วนร่วม OSM จะถูกเตือนไม่ให้เพิ่มข้อมูลจากแหล่งข้อมูลที่มีลิขสิทธิ์
           (เช่น Google Maps หรือแผนที่แบบพิมพ์) โดยไม่ได้รับอนุญาตอย่าง
           ชัดเจนจากเจ้าของลิขสิทธิ์
-        infringement_2_html: |-
-          หากท่านเชื่อว่าข้อมูลละเมิดลิขสิทธิ์ปรากฏในเว็บไซต์นี้หรือในฐานข้อมูล OpenStreetMap โปรดดู <a href="https://www.osmfoundation.org/wiki/License/Takedown_procedure">ขั้นตอนการลบข้อมูลละเมิดลิขสิทธิ์</a> หรือแจ้งได้ที่
-          <a href="https://dmca.openstreetmap.org/">หน้ารับแจ้งการละเมิดข้อมูลลิขสิทธิ์</a>
-        trademarks_title_html: <span id="trademarks"></span>เครื่องหมายการค้า
-        trademarks_1_html: OpenStreetMap, State of the Map, และตราสัญลักษณ์แว่นขยาย
-          เป็นเครื่องหมายการค้าจดทะเบียนของมูลนิธิ OpenStreetMap, หากคุณมีข้อสงสัยเกี่ยวกับการใช้ชื่อและตราสัญลักษณ์ของเรา
-          สามารถตรวจสอบรายละเอียดได้ที่หน้า<a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">นโยบายเครื่องหมายการค้า</a>
     index:
       js_1: ท่านกำลังใช้เบราว์เซอร์ที่ไม่รองรับจาวาสคริปต์ หรือท่านปิดใช้งานจาวาสคริปต์
       js_2: OpenStreetMap ใช้จาวาสคริปต์ในการแสดงแผนที่
@@ -2178,15 +2065,6 @@ th:
       open_title: 'หมายเหตุที่ยังไม่มีคำตอบ #%{note_name}'
       closed_title: หมายเหตุที่ตอบสนองแล้ว %{note_name}
       hidden_title: 'หมายเหตุที่ซ่อนอยู่ #%{note_name}'
-      opened_by_html: จัดทำโดย %{user} เมื่อ <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: จัดทำโดยผู้ไม่ประสงค์ออกนามเมื่อ <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: ความเห็นจาก %{user} เมื่อ <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: ความเห็นจากผู้ไม่ประสงค์ออกนามเมื่อ <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: แก้ไขโดย %{user} เมื่อ <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: แก้ไขโดยผู้ไม่ประสงค์ออกนามเมื่อ <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: เปิดใช้ซ้ำโดย %{user} เมื่อ <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: เปิดใช้ซ้ำโดยผู้ไม่ประสงค์ออกนาม เมื่อ <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: ซ่อนโดย %{user} เมื่อ <abbr title='%{exact_time}'>%{when}</abbr>
       report: แจ้งปัญหาเกี่ยวกับหมายเหตุนี้
       anonymous_warning: หมายเหตุนี้มีข้อความจากผู้ที่ไม่ประสงค์จะออกนาม ซึ่งควรทำการตรวจสอบตามข้อมูลที่แจ้งมานี้ด้วยตัวคุณเองอีกครั้ง
         ก่อนจะดำเนินการใดๆ ต่อ
@@ -2237,7 +2115,7 @@ th:
         gps: รอยทาง GPS สาธารณะ
         overlays: 'ซ้อนชั้นข้อมูลพิเศษเพื่อช่วยในการแก้ปัญหาแผนที่:'
         title: ชั้นแผนที่
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>บริจาค</a>
+      openstreetmap_contributors: ผู้มีส่วนร่วม OpenStreetMap
     site:
       edit_tooltip: แก้ไขแผนที่
       edit_disabled_tooltip: ขยายเพื่อแก้ไขแผนที่
index d8c4b3c562e5c588c2345621a90ae5f0e0ad79d9..3d564dcbdae1aac245212175258e7b59fdaf7b03 100644 (file)
@@ -272,12 +272,6 @@ tl:
   browse:
     created: Nilikha
     closed: Isinara
-    created_html: Nilikha <abbr title='%{title}'>%{time} </abbr>
-    closed_html: Isinara <abbr title='%{title}'>%{time} </abbr>
-    created_by_html: Nilikha <abbr title='%{title}'>%{time} </abbr> ni %{user}
-    deleted_by_html: Binura <abbr title='%{title}'>%{time} </abbr> ni %{user}
-    edited_by_html: Binago <abbr title='%{title}'>%{time} </abbr> ni %{user}
-    closed_by_html: Isinara <abbr title='%{title}'>%{time} </abbr> ni %{user}
     version: Bersyon
     in_changeset: Pangkat ng pagbabago
     anonymous: Hindi nagpapakilala (anonimo)
@@ -303,8 +297,6 @@ tl:
       relation: Mga kaugnayan (%{count})
       relation_paginated: Mga kaugnayan (%{x}-%{y} ng %{count})
       comment: Mga puna (%{count})
-      hidden_commented_by_html: Nakatagong puna mula kay %{user} <abbr title='%{exact_time}'>%{when}
-        ang nakaraan</abbr>
       changesetxml: XML ng pangkat ng pagbabago
       osmchangexml: XML ng osmChange
       feed:
@@ -533,13 +525,6 @@ tl:
       success: Si %{name} ay tinanggal mula sa mga kaibigan mo.
       not_a_friend: Si %{name} ay hindi isa sa mga kaibigan mo.
   geocoder:
-    search:
-      title:
-        latlon_html: Mga kinalabasan mula sa <a href="http://openstreetmap.org/">Panloob</a>
-        osm_nominatim_html: Mga kinalabasan mula sa <a href="http://nominatim.openstreetmap.org/">Nominatim
-          ng OpenStreetMap</a>
-        osm_nominatim_reverse_html: Mga kinalabasan mula sa <a href="http://nominatim.openstreetmap.org/">Nominatim
-          ng OpenStreetMap</a>
     search_osm_nominatim:
       prefix:
         aeroway:
@@ -1135,8 +1120,6 @@ tl:
       status: Kalagayan
       reports: Mga ulat
       last_updated: Huling binago
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> ni %{user}
       link_to_reports: Tingnan ang mga Ulat
       reports_count:
         one: 1 Ulat
@@ -1279,8 +1262,6 @@ tl:
       subject: Nabigo ang Pag-angkat ng GPX ng [OpenStreetMap]
     gpx_success:
       hi: Kumusta %{to_user},
-      loaded_successfully: matagumpay na naikarga na may %{trace_points} mula sa isang
-        maaaring %{possible_points} mga tuldok.
       subject: Tagumpay ng Pag-angkat ng GPX ng [OpenStreetMap]
     signup_confirm:
       subject: '[OpenStreetMap] Maligayang pagdating sa OpenStreetMap'
@@ -1475,7 +1456,6 @@ tl:
       image: Larawan
       gravatar:
         gravatar: Gamitin ang Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Ano ang Gravatar?
         disabled: Hindi na pinagana ang Gravatar.
         enabled: Pinagana ang pagpapakita ng iyong Gravatar.
@@ -1554,7 +1534,6 @@ tl:
   site:
     about:
       next: Kasunod
-      copyright_html: <span>&copy;</span>Mga tagapag-ambag<br>ng OpenStreetMap
       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
@@ -1562,26 +1541,8 @@ tl:
         mga kapihan, mga istasyon ng tren, at iba pa, sa buong mundo.
       local_knowledge_title: Kaalamang Lokal
       community_driven_title: Hinimok ng Komunidad
-      community_driven_html: |-
-        Ang komunidad ng OpenStreetMap ay iba-iba, masigasig, at lumalaki araw-araw. Ang aming mga tagapag-ambag ay binubuo ng mga tagahanga ng mapa, mga propesyonal ng GIS, mga inhinyero na nagpapatakbo sa mga server ng OSM, mga boluntaryo sa pagmamapa ng mga lugar na apektado ng kalamidad, at higit pa.
-        Upang matuto nang higit pa, tignan ang mga <a href='%{diary_path}'>talaarawan ng mga tagagamit</a>, <a href='http://blogs.openstreetmap.org/'>mga blog ng komunidad</a>, at ang websayt ng <a href='http://www.osmfoundation.org/'>OSM Foundation</a>.
       open_data_title: Bukas na Dato
-      open_data_html: 'Ang OpenStreetMap ay <i>bukas na datos</i>: malaya kang gamitin
-        ito para sa anumang layunin hangga''t nagbigay ka ng kredito sa OpenStreetMap
-        at ang mga tagapag-ambag nito. Kung babaguhin mo o binuo mula sa data sa ilang
-        mga paraan, maaari mong ipamahagi ang mga resulta sa ilalim lamang ng parehong
-        lisensya. Tingnan ang <a href=''%{copyright_path}''>pahina ng Karapatan sa
-        Paglalathala at Lisensiya</a> para sa mga detalye.'
       legal_title: Legal na paunawa
-      legal_1_html: |-
-        Ang site na ito at maraming iba pang mga kaugnay na serbisyo ay opisyal na pinatatakbo ng <a href='http://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF) sa ngalan ng komunidad. Ang paggamit ng lahat ng mga serbisyo na pinatatakbo ng OSMF ay napapailalim sa aming <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Pagtatakda sa Paggamit</a>, <a href="https://wiki.osmfoundation.org/wiki/Acceptable_Use_Policy">Mga Patakaran sa Katanggap-tanggap na Paggamit</a> at <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Patakaran sa Pagkapribado</a>.
-        <br>
-        Mangyaring <a href='http://osmfoundation.org/Contact'>makipag-ugnay sa OSMF</a> kung mayroon kang mga katanungan tungkol sa paglilisensya, karapatang-ari, o iba pang mga legal na isyu at katanungan.
-      legal_2_html: |-
-        Maaaring <a href='https://osmfoundation.org/Contact'>makipag-uganay sa OSMF</a>
-        kung may mga tanong tungkol sa paglilisensya, karapatang-sipi o iba pang mga legal na alalahanin.
-        <br>
-        Ang OpenStreetMap, ang logo na may salaming pampalaki at State of the Map ay <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">mga rehistradong markang pagkakakilanlan ng OSMF</a>.
       partners_title: Mga Kawaksi
     copyright:
       foreign:
@@ -1599,89 +1560,16 @@ tl:
         mapping_link: simulan ang pagmamapa
       legal_babble:
         title_html: Karapatan sa Paglalathala at Lisensiya
-        intro_1_html: |-
-          Ang OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> ay <i>bukas na datos</i>, nakalisensiya sa ilalim ng lisensiyang <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) ng <a href="https://osmfoundation.org/">OpenStreetMap Foundation</a> o OSMF.
-        intro_2_html: Malaya mong makokopya, maipapamahagi, maipahahatid at mahahalaw
-          ang aming mga dato, basta't babanggitin mo ang OpenStreetMap at ang mga
-          tagapag-ambag nito. Kapag binago mo o nagbuo sa pamamagitan ng aming mga
-          dato, maaari mong ipamahagi ang resulta sa ilalim lamang ng katulad na lisensiya.
-          Ipinapaliwanag ng buong <a href="https://opendatacommons.org/licenses/odbl/1.0/">kodigong
-          pambatas</a> ang mga karapatan at mga pananagutan mo.
-        intro_3_1_html: |-
-          Ang aming dokumentasyon ay lisensyado sa ilalim ng <a
-          href="https://creativecommons.org/licenses/by-sa/2.0/">lisensiyang Creative
-          Commons Attribution-ShareAlike 2.0</a> (CC BY-SA 2.0).
         credit_title_html: Paano babanggitin ang OpenStreetMap
         credit_1_html: 'Kung saan mo ginagamit ang datos ng OpenStreetMap, kailangan
           mong gawin ang sumusunod na dalawang bagay:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Magbigay ng kredito sa OpenStreetMap sa pamamagitan ng pagpapakita ng aming abiso sa karapatang-sipi.</li>
-            <li>Gawing malinaw na ang datos ay maaring gamitin sa ilalim ng lisensiyang Open Database License.</li>
-          </ul>
         attribution_example:
           title: Halimbawa ng Atribusyon
         more_title_html: Ang pagtuklas ng mas marami pang iba
-        more_1_html: |-
-          Magbasa ng mas marami pa hinggil sa paggamit ng dato namin at kung paano kaming banggitin sa <a
-          href="https://osmfoundation.org/Licence">pahina ng Lisensya ng OSMF</a>.
-        more_2_html: |-
-          Kahit ang OpenStreetMap ay bukas na datos, hindi kami naglalaan ng isang walang bayad na API ng mapa para sa mga ikatlong partido.
-          Tignan ang ating <a href="https://operations.osmfoundation.org/policies/api/">Patakaran sa Paggamit ng API</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Patakaran sa Paggamit ng mga Tile</a>
-          at <a href="https://operations.osmfoundation.org/policies/nominatim/">Patakaran sa Paggamit ng Nominatim</a>.
         contributors_title_html: Mga tagapag-ambag namin
         contributors_intro_html: 'Ang aming mga tagapag-ambag ay libu-libong mga tao.
           Isinasama rin namin ang mga datos na may bukas na lisensya mula sa mga pambansang
           ahensya ng pagmamapa at iba pang mga mapagkukunan, kabilang sa mga ito ay:'
-        contributors_at_html: "<strong>Austria</strong>: Naglalaman ng dato magmula
-          sa \n<a href=\"https://data.wien.gv.at/\">Stadt Wien</a> (na nasa ilalim
-          ng \n<a href=\"https://creativecommons.org/licenses/by/3.0/at/deed.de\">CC
-          BY</a>),\n<a href=\"https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm\">Land
-          Vorarlberg</a> at ng\nLand Tirol (na nasa ilalim ng <a href=\"https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/\">CC
-          BY AT na mayroong mga susog</a>)."
-        contributors_au_html: '<strong>Australiya</strong>: Isinasama o binuo gamit
-          ang mga Hangganang Pampangangasiwa &copy; <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape
-          Australia</a> na lisensyado ng Sampamahalaan ng Australia sa ilalim ng <a
-          href="https://creativecommons.org/licenses/by/4.0/">lisensiyang Creative
-          Commons Atribusyon 4.0 Pandaigdig (CC BY 4.0)</a>.'
-        contributors_ca_html: "<strong>Canada</strong>: Naglalaman ng dato mula sa\nGeoBase&reg;,
-          GeoGratis (&copy; Kagawaran ng Likas na Yaman ng \nCanada), CanVec (&copy;
-          Kagawaran ng Likas na Yaman ng Canada), at StatCan \n(Dibisyon ng Heograpiya,
-          Estadistika ng Canada)."
-        contributors_fi_html: |-
-          <strong>Pinlandiya</strong>: Naglalaman ng datos na nagmula sa Topograpikong Kalipunan ng mga Dato ng Pambansang Panukat ng Lupa ng Pinlandiya at iba pang mga hanay ng datos, sa ilaim ng
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">Lisensyang NLSFI</a>.
-        contributors_fr_html: "<strong>Pransiya</strong>: Naglalaman ng dato na nanggaling
-          magmula sa \nDirection Générale des Impôts."
-        contributors_nl_html: |-
-          <strong>Nederlandiya</strong>: Naglalaman ng &copy; dato ng AND, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: '<strong>Bagong Selanda</strong>: Naglalaman ng dato
-          na nagmula sa <a href="https://data.linz.govt.nz/">Serbisyo ng Datos ng
-          LINZ</a> at lisensyado para sa muling paggamit sa ilalim ng <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>'
-        contributors_si_html: |-
-          <strong>Slovenia</strong>: Naglalaman ng dato na nagmula sa
-          <a href="http://www.gu.gov.si/en/">Awtoridad ng Agrimensura at Pagmamapa</a> at
-          <a href="http://www.mkgp.gov.si/en/">Ministeryo ng Agrikultura, Panggugubat at Pagkain </a>
-          (pampublikong impormasyon ng Slovenia).
-        contributors_es_html: |-
-          <strong>Espanya</strong>: Naglalaman ng dato na nagmula sa Pambansang Suriang Heograpiko ng Espanya (<a href="http://www.ign.es/">IGN</a>) at
-          Pambansang Sistemang Kartograpiko (<a href="http://www.scne.es/">SCNE</a>) na lisensyado para sa muling paggamit sa ilalim ng <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: "<strong>Timog Aprika</strong>: Naglalaman ng datong
-          nanggaling magmula sa \n<a href=\"http://www.ngi.gov.za/\">Punong Pangasiwaan:
-          \nPambansang Kabatiran na Pangheograpiya at Pangkalawakan</a>, nakareserba
-          ang karapatan ng paglalathala ng Estado."
-        contributors_gb_html: '<strong>Nagkakasiang mga Kaharian</strong>: Naglalaman
-          ng dato ng Ordnance Survey &copy; Karapatan sa Paglalathala ng Korona at
-          karapatan sa kalipunan ng dato 2010-19.'
-        contributors_footer_1_html: "Para sa karagdagang mga detalye ng mga ito, at
-          iba pang pinanggalingan na ginamit upang mapainam ang OpenStreetMap, paki
-          tingnan ang <a\nhref=\"https://wiki.openstreetmap.org/wiki/Contributors\">Pahina
-          ng \ntagapag-ambag</a> na nasa OpenStreetMap Wiki ."
         contributors_footer_2_html: Ang pagsasama ng dato sa loob ng OpenStreetMap
           ay hindi nagpapahiwatig na ang orihinal na tagapagbigay ng dato ay tumatangkilik
           sa OpenStreetMap, nagbibigay ng anumang garantiya, o tumatanggap ng anumang
@@ -1691,15 +1579,6 @@ tl:
           magdagdag ng datos mula sa anumang mapagkukunan na may karapatang-sipi na
           nakalaan (halimbawa, Google Maps o naka-print na mga mapa) nang walang pahintulot
           mula sa mga may hawak ng karapatang-sipi.
-        infringement_2_html: |-
-          Kung naniniwala ka na may mga bagay na may karapatang-sipi ay idinagdag sa hindi angkop na pamamaraan sa kalipunan ng dato ng OpenStreetMap o sa site na ito, tignan ang <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">pamamaraan sa takedown</a> o direktang magpadala sa aming
-          <a href="https://dmca.openstreetmap.org/">on-line filing page</a>.
-        trademarks_title_html: Mga Markang Pagkakakilanlan
-        trademarks_1_html: Ang OpenStreetMap, ang logo na may salaming pampalaki at
-          State of the Map ay mga rehistradong markang pagkakakilanlan ng OpenStreetMap
-          Foundation. Kung may tanong tungkol sa paggamit ng mga marka, tignan ang
-          ating <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">Patakaran
-          sa Markang Pagkakakilanlan</a>.
     index:
       js_1: Maaaring gumagamit ka ng isang pantingin-tingin na hindi tumatangkilik
         ng JavaScript, o hindi mo pinagagana ang JavaScript.
@@ -2309,20 +2188,6 @@ tl:
       open_title: 'Hindi pa nalutas na tala #%{note_name}'
       closed_title: 'Nalutas na tala #%{note_name}'
       hidden_title: 'Nakatagong tala #%{note_name}'
-      opened_by_html: Nilikha ni %{user} <abbr title='%{exact_time}'>%{when} ang nakaraan</abbr>
-      opened_by_anonymous_html: Nilikha ng isang di-nagpakilalang tagagamit <abbr
-        title='%{exact_time}'>%{when} ang nakaraan</abbr>
-      commented_by_html: Puna mula kay %{user} <abbr title='%{exact_time}'>%{when}
-        ang nakaraan</abbr>
-      commented_by_anonymous_html: Puna ng isang di-nagpakilalang tagagamit <abbr
-        title='%{exact_time}'>%{when} ang nakaraan</abbr>
-      closed_by_html: Nalutas ni %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Nalutas ng isang di-nagpakilalang tagagamit <abbr
-        title='%{exact_time}'>%{when} ang nakaraan</abbr>
-      reopened_by_html: Binuhay muli ni %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Binuhay muli ng isang di-nagpakilalang tagagamit
-        <abbr title='%{exact_time}'>%{when} ang nakaraan</abbr>
-      hidden_by_html: Itinago ni %{user} <abbr title='%{exact_time}'>%{when} ang nakaraan</abbr>
       anonymous_warning: Ang tala na ito ay may kasamang mga puna mula sa mga di-nagpakilalang
         tagagamit na dapat ay independiyenteng ipagpatunay.
       hide: Itago
@@ -2371,17 +2236,6 @@ tl:
         gps: Pangmadlang mga Bakas ng GPS
         overlays: Paganahin ang mga kalupkop upang ayusin ang mga isyu sa mapa
         title: Mga patong
-      copyright: © <a href='%{copyright_url}'>Mga tagapag-ambag ng OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Gumawa ng Donasyon</a>
-      terms: <a href='%{terms_url}' target='_blank'>Mga tuntunin sa website at API</a>
-      cyclosm: Estilo ng mga tile ng <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        pinapasinaya ng <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>
-      thunderforest: Mga tile mula sa kagandahang-loob ni <a href='%{thunderforest_url}'
-        target='_blank'>Andy Allan</a>
-      opnvkarte: Mga tile mula sa kagandahang-loob ng <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Estilo ng mga tile ng <a href='%{hotosm_url}' target='_blank'>Humanitarian
-        OpenStreetMap Team</a> pinapasinaya ng <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        France</a>
     site:
       edit_tooltip: Baguhin ang mapa
       edit_disabled_tooltip: Lumapit upang baguhin ang mapa
index 7c8676a1d30bd23cd63d3acce25507d52ba1ee57..2ca399d3fba3aa16c6b143a426dffd1ecc037edd 100644 (file)
@@ -207,49 +207,45 @@ tr:
         needs_view: Engel kaldırılmadan önce kullanıcının giriş yapması gerekiyor
           mu?
       user:
-        email_confirmation: Adresiniz herkese açık olarak gösterilmez, daha fazla
-          bilgi için <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF privacy policy including section on email addresses">gizlilik
-          politikamıza</a> bakınız.
         new_email: (hiçbir zaman görüntülenmez)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: yaklaşık 1 saat önce
+        one: yaklaşık %{count} saat önce
         other: yaklaşık %{count} saat önce
       about_x_months:
-        one: yaklaşık 1 ay önce
+        one: yaklaşık %{count} ay önce
         other: yaklaşık %{count} ay önce
       about_x_years:
-        one: yaklaşık 1 yıl önce
+        one: yaklaşık %{count} yıl önce
         other: yaklaşık %{count} yıl önce
       almost_x_years:
-        one: neredeyse 1 yıl önce
+        one: neredeyse %{count} yıl önce
         other: neredeyse %{count} yıl önce
       half_a_minute: yarım dakika önce
       less_than_x_seconds:
-        one: 1 saniyeden az önce
+        one: '%{count} saniyeden az önce'
         other: '%{count} saniyeden az önce'
       less_than_x_minutes:
-        one: bir dakikadan daha az bir süre önce
+        one: '%{count} dakikadan daha az bir süre önce'
         other: '%{count} dakikadan daha az bir süre önce'
       over_x_years:
-        one: 1 yıldan fazla
+        one: '%{count} yıldan fazla'
         other: '%{count} yıldan fazla'
       x_seconds:
-        one: 1 saniye önce
+        one: '%{count} saniye önce'
         other: '%{count} saniye önce'
       x_minutes:
-        one: 1 dakika önce
+        one: '%{count} dakika önce'
         other: '%{count} dakika önce'
       x_days:
-        one: 1 gün önce
+        one: '%{count} gün önce'
         other: '%{count} gün önce'
       x_months:
-        one: 1 ay önce
+        one: '%{count} ay önce'
         other: '%{count} ay önce'
       x_years:
-        one: 1 yıl önce
+        one: '%{count} yıl önce'
         other: '%{count} yıl önce'
   editor:
     default: Varsayılan (şu anda %{name})
@@ -365,22 +361,22 @@ tr:
   browse:
     created: Oluşturuldu
     closed: Kapandı
-    created_html: <abbr title='%{title}'>%{time}</abbr> oluşturuldu
-    closed_html: <abbr title='%{title}'>%{time}</abbr> kapandı
-    created_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} tarafından oluşturuldu
-    deleted_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} tarafından silindi
-    edited_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} tarafından düzenlendi
-    closed_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} tarafından kapandı
+    created_ago_html: '%{time_ago} oluşturuldu'
+    closed_ago_html: '%{time_ago} kapatıldı'
+    created_ago_by_html: '%{user} tarafından %{time_ago} oluşturuldu'
+    closed_ago_by_html: '%{user} tarafından %{time_ago} kapatıldı'
+    deleted_ago_by_html: '%{user} tarafından %{time_ago} silindi'
+    edited_ago_by_html: '%{user} tarafından %{time_ago} düzenlendi'
     version: Sürüm
     in_changeset: Değişiklik Kaydı
     anonymous: anonim
     no_comment: (yorum yok)
     part_of: 'Parçası:'
     part_of_relations:
-      one: 1 ilişki
+      one: '%{count} ilişki'
       other: '%{count} ilişki'
     part_of_ways:
-      one: 1 yol
+      one: '%{count} yol'
       other: '%{count} yol'
     download_xml: XML İndir
     view_history: Geçmişi Görüntüle
@@ -396,8 +392,8 @@ tr:
       relation: İlişkiler (%{count})
       relation_paginated: İlişkiler (%{x}-%{y} - toplam %{count})
       comment: Yorumlar (%{count})
-      hidden_commented_by_html: '%{user} tarafından gizli yorum <abbr title="%{exact_time}">%{when}</abbr>'
-      commented_by_html: '%{user} kullanıcıdan yorum <abbr title="%{exact_time}">%{when}</abbr>'
+      hidden_comment_by_html: '%{user} tarafından %{time_ago} yapılan gizli yorum'
+      comment_by_html: '%{user} tarafından %{time_ago} yapılan yorum'
       changesetxml: ' XML değişiklik kaydı'
       osmchangexml: osmChange XML
       feed:
@@ -424,7 +420,7 @@ tr:
       history_title_html: 'İlişki Geçmişi: %{name}'
       members: Üyeler
       members_count:
-        one: 1 üye
+        one: '%{count} üye'
         other: '%{count} üye'
     relation_member:
       entry_role_html: '%{type} %{name}, adı %{role}'
@@ -669,11 +665,8 @@ tr:
   geocoder:
     search:
       title:
-        latlon_html: <a href="https://openstreetmap.org/">OSM</a> sonuçları
-        osm_nominatim_html: <a href="https://nominatim.openstreetmap.org/">OSM Nominatim</a>
-          sonuçları
-        osm_nominatim_reverse_html: <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> sonuçları
+        results_from_html: '%{results_link} sonuçları'
+        latlon: Dahili
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -867,7 +860,7 @@ tr:
           stable: Ahır
           static_caravan: Karavan
           temple: Tapınak Binası
-          terrace: Teras Binası
+          terrace: Sıra Ev
           train_station: Tren İstasyon Binası
           university: Üniversite Binası
           warehouse: Depo
@@ -954,7 +947,7 @@ tr:
           steps: Merdiven
           stop: Dur işareti
           street_lamp: Sokak Lambası
-          tertiary: Köy arası yolu
+          tertiary: Üçüncül Yol
           tertiary_link: Köy arası yolu
           track: Toprak yol
           traffic_mirror: Trafik Aynası
@@ -964,7 +957,7 @@ tr:
           trunk_link: Bölünmüş anayol bağlantısı
           turning_circle: Dönüş Dairesi
           turning_loop: Dönüş
-          unclassified: Sınıflandırılmamış yolu
+          unclassified: Sınıflandırılmamış Yol
           "yes": Yol
         historic:
           aircraft: Tarihi Uçak
@@ -1466,11 +1459,10 @@ tr:
       status: Durum
       reports: Raporlar
       last_updated: Son Güncelleme
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: '%{user} tarafından <abbr title=''%{title}''>%{time}</abbr>'
+      last_updated_time_ago_user_html: '%{user} tarafından %{time_ago}'
       link_to_reports: Raporları Görüntüle
       reports_count:
-        one: 1 Rapor
+        one: '%{count} Rapor'
         other: '%{count} Rapor'
       reported_item: Bildirilen Öge
       states:
@@ -1643,9 +1635,6 @@ tr:
       subject: '[OpenStreetMap] GPX dosyası maalesef alınamadı'
     gpx_success:
       hi: Merhaba %{to_user},
-      loaded_successfully:
-        one: '%{trace_points} olası 1 puan üzerinden başarıyla yüklendi.'
-        other: '%{trace_points} olası %{possible_points} puanından başarıyla yüklendi.'
       subject: '[OpenStreetMap] GPX dosyası başarıyla alındı'
     signup_confirm:
       subject: '[OpenStreetMap]''e hoş geldin'
@@ -1750,6 +1739,8 @@ tr:
       success: Hesabınızı doğruladınız, kaydolduğunuz için teşekkürler!
       already active: Bu hesap zaten doğrulandı.
       unknown token: Onay kodu geçerliliğini yitirmiş veya mevcut değil.
+      resend_html: Onay e-postasını yeniden göndermemize gerekiyorsa %{reconfirm_link}.
+      click_here: buraya tıklayın
     confirm_resend:
       failure: '%{name} kullanıcısı bulunamadı.'
     confirm_email:
@@ -1940,6 +1931,7 @@ tr:
       support: destek
   shared:
     markdown_help:
+      heading_html: '%{kramdown_link} ile ayrıştırılmaktadır'
       headings: Başlıklar
       heading: Başlık
       subheading: Alt başlık
@@ -1958,7 +1950,7 @@ tr:
   site:
     about:
       next: İleri
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>katkıda bulunanları
+      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.'
       lede_text: OpenStreetMap; tüm dünyada yollar, patikalar, kafeler, tren istasyonları
@@ -1969,32 +1961,24 @@ tr:
         OpenStreetMap, piyasa bilgisi üzerinde durmaktadır. Katkıda bulunanlar,
         OSM'nin doğru ve güncel olduğunu doğrulamak için havadan görüntüler, GPS cihazları ve düşük teknoloji alan haritaları kullanmaktadır.
       community_driven_title: Katılım Kaynaklı
-      community_driven_html: |-
-        OpenStreetMap'ın topluluğu çeşitli ve tutkuludur ayrıca her geçen gün büyümektedir.
-        Katkıda bulunanların arasında hevesli haritacılar, CBS uzmanları, OSM sunucularını çalıştıran mühendisler, felaketten etkilenen alanlar için haritalama yapan yardımsever kişiler
-        ve çok daha fazlası yer alıyor.
-        Çok daha fazlası için
-        <a href='https://blog.openstreetmap.org'>OpenStreetMap Blog</a>,
-        <a href='%{diary_path}'>kullanıcı günlükleri</a>,
-        <a href='https://blogs.openstreetmap.org/'>topluluk blogları</a>, ve
-        <a href='https://www.osmfoundation.org/'>OSM Foundation</a> websitesine bakınız.
+      community_driven_osm_blog: OpenStreetMap Blogu
+      community_driven_user_diaries: kullanıcı günlükleri
+      community_driven_community_blogs: topluluk blogları
+      community_driven_osm_foundation: OSM Vakfı
       open_data_title: Açık Veri
-      open_data_html: |-
-        OpenStreetMap, <i>açık veridir</i>: OpenStreetMap ve katkıda bulunan
-        kişilere referans verdiğiniz sürece OpenStreetMap herhangi bir amaç için kullanabilirsiniz.
-        Verileri belirli şekillerde değiştirir veya üzerine inşa ederseniz, sonucu yalnızca aynı lisansla dağıtabilirsiniz. Ayrıntılı bilgi için <a href='%{copyright_path}'>Telif hakkı ve
-        Lisans sayfasına</a> bakın.
+      open_data_open_data: açık veri
+      open_data_copyright_license: Telif Hakkı ve Lisans sayfası
       legal_title: Yasal
-      legal_1_html: |-
-        Bu site ve diğer birçok ilgili hizmet resmi olarak
-        <a href='https://osmfoundation.org/'>OpenStreetMap Vakfı</a> (OSMF)
-        topluluk adına. OSMF tarafından işletilen tüm hizmetlerin kullanımı <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Kullanım Şartlarımıza</a> tabidir, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        Kabul Edilebilir Kullanım Politikaları</a> ve bizim <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Gizlilik Politikamız</a>.
-      legal_2_html: |-
-        Lütfen <a href='https://osmfoundation.org/Contact'>OSMF ile iletişime geçin</a>
-        lisanslama, telif hakkı veya diğer yasal sorularınız varsa.
-        <br>
-        OpenStreetMap, büyüteç logosu ve Harita Durumu, <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">OSMF'nin tescilli ticari markalarıdır</a>.
+      legal_1_1_openstreetmap_foundation: OpenStreetMap Vakfı
+      legal_1_1_terms_of_use: Kullanım Şartları
+      legal_1_1_aup: Kabul Edilebilir Kullanım Politikaları
+      legal_1_1_privacy_policy: Gizlilik Politikası
+      legal_2_1_html: Lisanslama, telif hakkı veya diğer yasal sorularınız varsa lütfen
+        %{contact_the_osmf_link}
+      legal_2_1_contact_the_osmf: OSMF ile iletişime geçin
+      legal_2_2_html: OpenStreetMap, büyüteç logosu ve Harita Durumu %{registered_trademarks_link}
+        sayılmaktadır.
+      legal_2_2_registered_trademarks: OSMF'nin tescilli ticari markaları
       partners_title: Ortaklar
     copyright:
       foreign:
@@ -2012,108 +1996,63 @@ tr:
         mapping_link: harita çizmeye başla
       legal_babble:
         title_html: Telif Hakkı ve Lisans
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup>,  <a
-          href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) tarafından oluşturulan <a
-          href="https://opendatacommons.org/licenses/odbl/">Open Data
-          Commons Open Database License</a> (ODbL) ile lisanslandırılmıştır.
-        intro_2_html: |-
-          OpenStreetMap'e ve katkıda bulunanlarına değindiğiniz
-          sürece verilerimizi kopyalamak, dağıtmak, iletmek
-          ve uyarlamakta serbestsiniz.
-          Verilerimizi değiştirir veya geliştirirseniz
-          sonucu sadece aynı lisans altında dağıtabilirsiniz.
-          Tüm <a href="https://opendatacommons.org/licenses/odbl/1.0/">yasal kod</a>, haklarınızı ve sorumluluklarınızı açıklamaktadır.
-        intro_3_1_html: |-
-          Belgelerimiz
-          <a href="https://creativecommons.org/licenses/by-sa/2.0/deed.tr">Creative Commons Atıf-BenzerPaylaşım 2.0</a>
-          lisansı (CC BY-SA 2.0) ile lisanslanmıştır.
+        introduction_1_html: OpenStreetMap%{registered_trademark_link} %{odc_odbl_link}
+          (ODbL) altında %{osm_foundation_link} (OSMF) tarafından lisanslanan %{open_data}dir.
+        introduction_1_open_data: açık veri
+        introduction_1_odc_odbl: Open Data Commons Açık Veritabanı Lisansı
+        introduction_1_osm_foundation: OpenStreetMap Vakfı
+        introduction_2_html: OpenStreetMap'e ve katkıda bulunanlara atıfta bulunduğunuz
+          sürece verilerimizi kopyalamakta, dağıtmakta, yaymakta ve uyarlamakta özgürsünüz.
+          Verilerimizi değiştirir veya verilerimizi geliştirirseniz sonucu yalnızca
+          aynı lisans altında paylaşabilirsiniz. Tam %{legal_code_link}, haklarınızı
+          ve sorumluluklarınızı açıklar.
+        introduction_2_legal_code: hukuk kuralları
+        introduction_3_html: Belgelerimiz %{creative_commons_link} lisansı (CC BY-SA
+          2.0) altında lisanslanmıştır.
+        introduction_3_creative_commons: Creative Commons Attribution-ShareAlike 2.0
         credit_title_html: OpenStreetMap'e nasıl atıfta bulunulur
         credit_1_html: 'OpenStreetMap verilerini kullandığınız yerde aşağıdaki iki
           şeyi yapmanız gerekiyor:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Telif hakkı bildirimimizi görüntüleyerek OpenStreetMap'e atıfta bulunun.</li>
-            <li>Verilerin Açık Veritabanı Lisansı kapsamında mevcut olduğunu açıkça belirtin.</li>
-          </ul>
-        credit_3_1_html: Telif hakkı bildirimi için, verilerimizi nasıl kullandığınıza
-          bağlı olarak, bunun nasıl görüntülenmesi gerektiğine dair farklı gereksinimlerimiz
-          var. Örneğin göz atılabilir bir harita, basılı bir harita veya statik bir
-          resim oluşturmuş olmanıza bağlı olarak telif hakkı bildiriminin nasıl gösterileceğine
-          ilişkin farklı kurallar geçerlidir. Gereksinimlerle ilgili tüm ayrıntılar
-          <a href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">İlişkilendirme
-          Yönergeleri</a>'nde bulunabilir.
-        credit_4_html: Verilerin Açık Veritabanı Lisansı kapsamında mevcut olduğunu
-          açıkça belirtmek için <a href="https://www.openstreetmap.org/copyright">bu
-          telif hakkı sayfasına</a> bağlantı verebilirsiniz. Alternatif ve bir gereklilik
-          olarak, OSM'yi bir veri formunda dağıtıyorsanız lisansları adlandırabilir
-          ve doğrudan lisanslara bağlayabilirsiniz. Bağlantıların mümkün olmadığı
-          ortamlarda (örneğin basılı eserler), okuyucularınızı openstreetmap.org'a
-          (belki de 'OpenStreetMap'i bu tam adrese genişleterek) ve opendatacommons.org'a
-          yönlendirmenizi öneririz. Bu örnekte, atıf haritanın köşesinde görünür.
+        credit_2_2: Verilerin Açık Veritabanı Lisansı kapsamında mevcut olduğunu açıkça
+          belirtin.
+        credit_4_1_this_copyright_page: bu telif hakkı sayfası
         attribution_example:
           alt: Web sayfasıında OpenStreetMap atıf etmek için bir örnek
           title: Atıf örneği
         more_title_html: Daha fazlasını öğrenin
-        more_1_html: |-
-          Verilerimizi kullanma ve bizi nasıl referans verebileceğiniz hakkında daha fazla bilgi için <a
-          href="https://osmfoundation.org/Licence">OSMF Lisans sayfasına</a> bakınız.
-        more_2_html: |-
-          OpenStreetMap açık veri olsa da, üçüncü taraflar
-          için ücretsiz bir harita API'ı sağlayamıyoruz. <a href="https://operations.osmfoundation.org/policies/api/">API Kullanım Politikası</a>,
-          <a href="https://operations.osmfoundation.org/policies/tiles/">Karo Kullanım Politikası</a>
-          ve <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim Kullanım Politikası</a> sayfalarımıza bakınız.
+        more_1_1_osmf_licence_page: OSMF Lisans sayfası
+        more_2_1_api_usage_policy: API Kullanım Politikası
         contributors_title_html: Katkıda Bulunanlar
         contributors_intro_html: |-
           Binlerce kişi projemize katkıda bulunmaktadır. Ulusal
           haritalama ajanslarından ve diğer kaynaklardan
           açık-lisanslı veriler de içeriyoruz:
-        contributors_at_html: |-
-          <strong>Avusturya</strong>: <a href="https://data.wien.gv.at/">Stadt Wien</a> (<a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a> lisansı altında),
-          <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> ve
-          Land Tirol'dan (<a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">değişiklikleriyle CC BY AT lisansı altında</a>) veriler içermektedir.
-        contributors_au_html: |-
-          <strong>Avustralya</strong>: İdari Sınırlar kullanılarak birleştirilir veya geliştirilir &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Avustralya</a>,
-          Avustralya Topluluğu tarafından
-          <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Atıf 4.0 Uluslararası lisansı (CC BY 4.0)</a> ile lisanslanmıştır.
-        contributors_ca_html: "<strong>Kanada</strong>: GeoBase&reg;, GeoGratis \n(&copy;
-          Department of Natural\nResources Canada), CanVec (&copy; Department of Natural\nResources
-          Canada) ve StatCan'den (Geography Division,\nStatistics Canada) veriler
-          içermektedir."
-        contributors_fi_html: |-
-          <strong>Finlandiya</strong>: National Land
-          Survey of Finland's Topographic Database
-          ve diğer veri setlerinden, <a href="https://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI License</a> altında, veriler içermektedir..
-        contributors_fr_html: |-
-          <strong>Fransa</strong>: Direction Générale des Impôts'dan
-          veri içermektedir.
-        contributors_nl_html: |-
-          <strong>Hollanda</strong>: Contains &copy; AND veri, 2007
-          (<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: '<strong>Yeni Zelanda</strong>: <a href="https://data.linz.govt.nz/">LINZ
-          Data Service</a>''den alınan verileri içerir ve <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a> altında kullanım için lisanslanmıştır.'
-        contributors_si_html: |-
-          <strong>Slovenya</strong>: <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> ve
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
-          (Slovenya'nın halka açık bilgileri) sayfalarından
-          edinilen verileri içermektedir.
-        contributors_es_html: |-
-          <strong>İspanya</strong>: İspanya Ulusal Coğrafya Enstitüsü (<a href="http://www.ign.es/">IGN</a>) ile
-          Ulusal Kartografik Sistem'den (<a href="http://www.scne.es/">SCNE</a>) elde edilen verileri içerir ve tekrar kullanım amacıyla <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> ile lisanslanmıştır.
-        contributors_za_html: |-
-          <strong>Güney Afrika</strong>: <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a> kaynaklı verileri içermektedir, Devlet telif hakkı saklıdır.
-        contributors_gb_html: |-
-          <strong>Birleşik Krallık</strong>: Contains Ordnance
-          Anket verileri & kopya; Crown telif hakkı ve veritabanı hakkı
-          2010-19.
-        contributors_footer_1_html: |-
-          OpenStreetMap'in geliştirilmesine yardımcı olmak için
-          bu ve diğer kaynaklar hakkında daha ayrıntılı bilgi almak için,
-          OpenStreetMap Wiki üzerinden <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">Katkıda bulunan kullanıcılar sayfasına</a> lütfen bakınız.
+        contributors_at_austria: Avusturya
+        contributors_at_stadt_wien: Stadt Wien
+        contributors_at_cc_by: CC-BY
+        contributors_at_land_vorarlberg: |-
+          Land
+           Vorarlberg
+        contributors_au_australia: Avustralya
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: Creative Commons Atıf 4.0 Uluslararası lisansı
+          (CC BY 4.0)
+        contributors_ca_canada: Kanada
+        contributors_fi_finland: Finlandiya
+        contributors_fi_nlsfi_license: NLSFI Lisansı
+        contributors_fr_france: Fransa
+        contributors_nl_netherlands: Hollanda
+        contributors_nz_new_zealand: Yeni Zelanda
+        contributors_nz_linz_data_service: LINZ Veri Hizmeti
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_slovenia: Slovenya
+        contributors_si_mkgp: Tarım, Orman ve Gıda Bakanlığı
+        contributors_es_spain: İspanya
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_south_africa: Güney Afrika
+        contributors_gb_united_kingdom: Birleşik Krallık
+        contributors_2_contributors_page: Katkıda bulunanlar sayfası
         contributors_footer_2_html: |-
           Verilerin OpenStreetMap'e dahil edilmesi, orijinal
           veri sağlayıcının OpenStreetMap'i onayladığını,
@@ -2125,16 +2064,8 @@ tr:
           açık izni olmadan telif hakkıyla korunan kaynaklardan
           (ör. Google Haritalar veya basılı haritalar) hiçbir zaman
           veri eklememeleri hatırlatılır.
-        infringement_2_html: |-
-          Telif hakkıyla korunan materyalin
-          OpenStreetMap veritabanına veya bu siteye
-          yanlışlıkla eklendiğine inanıyorsanız <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">kaldırma prosedürü</a> sayfasına başvurun veya
-          doğrudan <a href="https://dmca.openstreetmap.org/">çevrimiçi dosyalama sayfamızda</a> kayda geçirin.
-        trademarks_title_html: <span id="trademarks"></span>Ticari Markalar
-        trademarks_1_html: OpenStreetMap, büyüteç logosu ve State of the Map; OpenStreetMap
-          Foundation'ın tescilli ticari markalarıdır. Markaların kullanımı ile ilgili
-          sorularınız varsa lütfen sorularınızı <a href="https://wiki.osmfoundation.org/wiki/Licensing_Working_Group">Lisans
-          Çalışma Grubu</a>'na gönderiniz
+        trademarks_title: Ticari markalar
+        trademarks_1_1_trademark_policy: Ticari Marka Politikası
     index:
       js_1: JavaScript desteklemeyen bir tarayıcı kullanıyorsunuz ya da JavaScript
         devre dışı bırakılmış.
@@ -2207,12 +2138,10 @@ tr:
           explanation_html: |-
             Harita verilerinde bir sorun fark ettiyseniz, örneğin bir yol veya adresinizin eksik olması gibi,
             devam etmenin en iyi yolu OpenStreetMap topluluğuna katılmak ve verileri kendiniz eklemeniz veya düzeltmenizdir.
-        add_a_note:
-          instructions_html: |-
-            Sadece <a class='icon note'></a> ikonuna tıklayın veya harita görünümü üzerinde aynı ikona tıklayın.
-            Bu haritaya daha sonra sürükleyerek taşıyabileceğiniz bir işaretleyici ekleyecek. Mesajınızı ekleyin ve kaydedin, diğer haritacılar bunu araştıracaklar.
       other_concerns:
         title: Diğer sorunlar
+        copyright: telif hakkı sayfası
+        working_group: OSMF çalışma grubu
     help:
       title: Yardım
       introduction: |-
@@ -2257,6 +2186,9 @@ tr:
       removed: Varsayılan OpenStreetMap düzenleyiciniz Potlatch olarak ayarlanmıştır.
         Adobe Flash Player geri çekildiğinden, Potlatch artık bir web tarayıcısında
         kullanılamaz.
+      desktop_application_html: Potlatch'ı %{download_link} ile kullanmaya devam edebilirsiniz.
+      download: Mac ve Windows için masaüstü uygulamasını indirme
+      change_preferences: Tercihlerinizi buradan değiştirin
     any_questions:
       title: Sorularınız var mı?
       get_help_here: Buradan yardım alın
@@ -2359,6 +2291,13 @@ tr:
         title: Haritacılığın temel terimleri
         paragraph_1: OpenStreetMap'in kendine ait bazı argoları vardır. İşte kullanışlı
           gelecek birkaç anahtar kelime.
+        an_editor_html: '%{editor}, haritayı düzenlemek için kullanabileceğiniz bir
+          program veya web sitesidir.'
+        a_node_html: '%{node}, harita üzerinde tek bir restoran veya ağaç gibi bir
+          noktadır.'
+        a_way_html: '%{way}; yol, dere, göl veya bina gibi bir çizgi veya alandır.'
+        a_tag_html: '%{tag}, bir restoranın adı veya bir yolun hız sınırı gibi bir
+          düğüm veya yol hakkında bir miktar veridir.'
         editor: editör
         node: nokta
         way: yol
@@ -2393,6 +2332,12 @@ tr:
         list_text: 'Aşağıdaki topluluklar resmî olarak Yerel Bölümler şeklinde kurulmuştur:'
       other_groups:
         title: Diğer Gruplar
+        other_groups_html: Yerel Bölümler kadar resmî olarak bir grup kurmaya gerek
+          yoktur. Gerçekten de birçok grup, gayri resmî bir insan topluluğu veya bir
+          topluluk grubu olarak çok başarılı bir şekilde var olur. Herkes bu grupları
+          oluşturabilir veya bunlara katılabilir. %{communities_wiki_link} kısmında
+          daha fazlasını okuyun.
+        communities_wiki: Topluluklar için viki sayfası
   traces:
     visibility:
       private: Kişiye özel (sadece anonim ve sıralanmamış noktalar olarak paylaşılır)
@@ -2475,6 +2420,8 @@ tr:
       description: Son GPS izi güncellemelerine göz at
       tagged_with: ' %{tags} ile etiketlendi'
       empty_title: Burada henüz bir şey yok
+      empty_upload_html: '%{upload_link} veya %{wiki_link} üzerinde GPS izleme hakkında
+        daha fazla bilgi edinin.'
       upload_new: Yeni bir iz yükle
       wiki_page: viki sayfası
       upload_trace: GPS izi gönder
@@ -2669,6 +2616,7 @@ tr:
         ancak bazı ek araçlar veya sunucu için yine de bir parola gerekebilir.
       continue: Kaydol
       terms accepted: Yeni katılımcı şartları kabul ettiğin için teşekkür ederiz!
+      privacy_policy: gizlilik politikası
     terms:
       title: Koşullar
       heading: Koşullar
@@ -2686,6 +2634,10 @@ tr:
       consider_pd: Yukarıdakilere ek olarak katkılarınızın kamu malı olarak kabul
         edilmesini de seçebilirsiniz
       consider_pd_why: bu nedir?
+      guidance_info_html: 'Bu terimleri anlamanıza yardımcı olacak bilgiler: %{readable_summary_link}
+        ve bazı %{informal_translations_link}'
+      readable_summary: okunabilir özet
+      informal_translations: resmî olmayan çeviriler
       continue: Devam
       declined: https://wiki.openstreetmap.org/wiki/Tr:Contributor_Terms_Declined
       decline: Reddet
@@ -2933,24 +2885,6 @@ tr:
       open_title: 'Çözümlenmemiş not: #%{note_name}'
       closed_title: 'Çözümlenmiş not: #%{note_name}'
       hidden_title: 'Gizli not #%{note_name}'
-      opened_by_html: '%{user} tarafından <abbr title=''%{exact_time}''>%{when}</abbr>
-        oluşturuldu'
-      opened_by_anonymous_html: Anonim olarak <abbr title='%{exact_time}'>%{when}</abbr>
-        oluşturuldu
-      commented_by_html: '%{user} kullanıcısının <abbr title=''%{exact_time}''>%{when}</abbr>
-        yorumu'
-      commented_by_anonymous_html: Anonim kullanıcının <abbr title='%{exact_time}'>%{when}</abbr>
-        yorumu
-      closed_by_html: '%{user} tarafından <abbr title=''%{exact_time}''>%{when}</abbr>
-        çözüldü'
-      closed_by_anonymous_html: Anonim kullanıcı tarafından <abbr title='%{exact_time}'>%{when}</abbr>
-        çözüldü
-      reopened_by_html: '%{user} tarafından <abbr title=''%{exact_time}''>%{when}</abbr>
-        yeniden etkin hâle getirildi.'
-      reopened_by_anonymous_html: Anonim kullanıcı tarafından <abbr title='%{exact_time}'>%{when}</abbr>
-        yeniden etkin hâle getirildi.
-      hidden_by_html: '%{user} tarafından <abbr title=''%{exact_time}''>%{when}</abbr>
-        gizlendi'
       report: bu notu bildir
       anonymous_warning: Bu not anonim kullanıcılardan yorumlar içerdiğinden bağımsız
         olarak doğrulanması gerekir.
@@ -3028,18 +2962,10 @@ tr:
         gps: Herkese Açık GPS İzleri
         overlays: Haritanın sorununu gidermek için katmanları etkinleştir
         title: Katmanlar
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap katkıda bulunanları</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Bağış Yapın</a>
-      terms: <a href='%{terms_url}' target='_blank'>Web sitesi ve API şartları</a>
-      cyclosm: Kare stili sahibi <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Fransa</a> tarafından barındırılan <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-      thunderforest: Fayans <a href='%{thunderforest_url} 'target='_blank'>Andy Allan</a>'ın
-        izniyle
-      opnvkarte: Fayanslar <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>'in
-        izniyle
-      hotosm: <a href='%{hotosm_url}' target='_blank'>İnsani OpenStreetMap Ekibi</a>
-        tarafından <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap Fransa</a>
-        tarafından sunulan karo tarzı
+      openstreetmap_contributors: OpenStreetMap'e katkıda bulunanlar
+      make_a_donation: Bağış Yapın
+      website_and_api_terms: Web sitesi ve API koşulları
+      osm_france: OpenStreetMap Fransa
     site:
       edit_tooltip: Haritayı düzenle
       edit_disabled_tooltip: Haritayı düzenlemek için yakınlaştırın
index e998711a712dd6f556a61995db2f463e6397a785..04325da66938c2a56ad6af917fa629c9eb7df897 100644 (file)
@@ -90,14 +90,22 @@ tt:
         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: Юнәлтүләр
+        confidential: Конфиденциаль кушымтамы?
+        scopes: Рөхсәтләр
       friend:
         user: Кулланучы
         friend: Дус
@@ -108,99 +116,258 @@ tt:
         size: Зурлык
         latitude: Киңлек
         longitude: Озынлык
+        public: Ачык
         description: Тасвир
         gpx_file: GPX файлын төяү
+        visibility: Күренүчәнлек
         tagstring: Тамгалар
       message:
         sender: Җибәрүче
         title: Тема
         body: Текст
         recipient: Хатны кабул итүче
+      redaction:
+        title: Башлык
+        description: Тасвирлама
+      report:
+        category: 'Хәбәрнамә ясавыгызның сәбәбен сайлагыз:'
+        details: Проблема турында тулырак мәгълүмат бирегез (бу мәҗбүри).
       user:
+        auth_provider: Аутентификация провайдеры
+        auth_uid: Аутентификациянең UID коды
         email: Электрон почтасы
+        email_confirmation: E-mail раслау
+        new_email: Яңа электрон почта адресы
         active: Актив
-        description: Тасвир
-        home_lat: 'Киңлек:'
-        home_lon: 'Озынлык:'
-        languages: Телләр
+        display_name: Күрсәтелүче исем
+        description: Профильның тасвирламасы
+        home_lat: Киңлек
+        home_lon: Озынлык
+        languages: Өстенлек бирелгән телләр
+        preferred_editor: Өстенлек бирелгән мөхәррирләү коралы
         pass_crypt: Серсүз
+        pass_crypt_confirmation: Серсүзне раслагыз
     help:
+      doorkeeper/application:
+        confidential: Кушымта клиентның сере сер булып кала алган урында кулланылачак
+          (аерым мобиль кушымталар һәм бер битле кушымталар турында алар конфиденциаль
+          дип әйтеп булмый)
+        redirect_uri: Бер URIга бер юл кулланыгыз
       trace:
         tagstring: өтер аша
+      user_block:
+        reason: Кулланучыны тыю сәбәбе. Зинһар, моңа мөмкинчә тыныч карагыз. Кулланучыга
+          тыю турында мөмкин кадәр тулырак мәгълүмат бирегез. Исегездә тотыгыз, бу
+          хәбәрнамәне һәркем дә укый алачак. Һәм шуны онытмагыз, җәмгыятьтә күнегелгән
+          жаргон сүзләрен бар кулланучылар да аңламый. Шуңа күрә дилетант төшенчәләр
+          кулланып карагыз.
+        needs_view: Тыю төшкәнче кулланучыга хисапъязмасы аша керергә рөхсәт бирергәме?
+      user:
+        new_email: (күрсәтелмәячәк)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: якынча 1 сәгать элек
+        one: якынча %{count} сәгать элек
         other: якынча %{count} сәгать элек
       about_x_months:
-        one: якынча 1 ай элек
+        one: якынча %{count} ай элек
         other: якынча %{count} ай элек
       about_x_years:
-        one: якынча 1 ел элек
+        one: якынча %{count} ел элек
         other: якынча %{count} ел элек
       almost_x_years:
-        one: 1 ел элек диярлек
+        one: '%{count} ел элек диярлек'
         other: '%{count} ел элек диярлек'
       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} билгеләнгән)
     id:
       name: iD
+      description: iD (гизгечтәге редактор)
     remote:
       name: Дистанцион идарә
-      description: Дистанционн идарә (JOSM яки Merkaartor)
+      description: Дистанцион идарә (JOSM, Potlatch, Merkaartor)
+  auth:
+    providers:
+      none: Юк
+      openid: OpenID
+      google: Google
+      facebook: Facebook
+      windowslive: Windows Live
+      github: GitHub
+      wikipedia: Википедия
+  api:
+    notes:
+      comment:
+        opened_at_html: Төзү датасы %{when}
+        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} һәм чишүчесе %{user}
+        reopened_at_html: Яңадан ачылу датасы %{when}
+        reopened_at_by_html: Яңадан ачылу датасы %{when} һәм ачучысы %{user}
+      rss:
+        title: OpenStreetMap искәрмәләре
+        description_area: Сезнең тирәдә ясалган, шәрехләнгән яки ябык булган искәрмәләр
+          исемлеге [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
+        description_item: Искәрмәнең RSS-агымы %{id}
+        opened: (%{place} янында) яңа искәрмә
+        commented: (%{place} янында) яңа шәрех
+        closed: (%{place} янында) ябык искәрмә
+        reopened: (%{place} янында) яңадан ачылган искәрмә
+      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: Электрон почтагызның юлламасы сакланыр.
+        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: https://wiki.openstreetmap.org/wiki/TT:Open_Database_License/Contributor_Terms?uselang=tt
         link text: бу нәрсә?
       save changes button: Үзгәрешләрне саклау
+      delete_account: Хисапъязманы бетерергә...
+    go_public:
+      heading: Барысына күренерлек үзгәртүләр
+      currently_not_public: Ясалган соңгы үзгәртүләрегез сердә, башка кешеләр сезгә
+        хәбәрләр яза алмас һәм сезнең кайда булуыгызны белә алмас. Нәрсә үзгәрткәнегезне
+        күрсәтер өчен һәм башкаларга сайт аша сезнең белән элемтәгә керергә мөмкинлек
+        бирер өчен астагы төймәгә басыгыз.
+      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:
     created: Төзелгән
     closed: Ябык
-    created_html: <abbr title='%{title}'>%{time}</abbr> төзелгән
-    closed_html: <abbr title='%{title}'>%{time}</abbr> ябылган
-    created_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} тарафыннан төзелгән
-    deleted_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} тарафыннан бетерелгән
-    edited_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} тарафыннан үзгәртелгән
-    closed_by_html: <abbr title='%{title}'>%{time}</abbr> %{user} тарафыннан ябылган
+    created_ago_html: 'Күпме вакыт элек ясалды: %{time_ago}'
+    closed_ago_html: 'Күпме вакыт элек ябылды: %{time_ago}'
+    created_ago_by_html: 'Күпме вакыт элек ясалды: %{time_ago}, кем тарафыннан: %{user}'
+    closed_ago_by_html: 'Күпме вакыт элек ябылды: %{time_ago}, кем тарафыннан: %{user}'
+    deleted_ago_by_html: 'Күпме вакыт элек бетерелде: %{time_ago}, кем тарафыннан:
+      %{user}'
+    edited_ago_by_html: 'Күпме вакыт элек үзгәртелде: %{time_ago}, кем тарафыннан:
+      %{user}'
     version: Юрама
+    in_changeset: Үзгәртүләр өеме
     anonymous: аноним
     no_comment: (шәрехләр юк)
+    part_of: Өлеш
     download_xml: XML күчереп алу
     view_history: Тарихын карау
+    view_details: Тулырак мәгълүмат
+    location: 'Урын:'
     changeset:
+      title: 'Үзгәртүләр өеме: %{id}'
       belongs_to: Автор
+      node: Нокталар (%{count})
+      node_paginated: Нокталар (%{count} ноктадан %{x}-%{y})
+      way: Сызыклар (%{count})
+      way_paginated: Сызыклар (%{count} сызыктан %{x}-%{y})
+      relation: Мөнәсәбәтләр (%{count})
+      relation_paginated: Мөнәсәбәтләр (%{count} мөнәсәбәттән %{x}-%{y})
+      comment: Шәрехләр (%{count})
+      hidden_comment_by_html: '%{user} исемле кулланучыдан яшерен шәрех %{time_ago}'
+      comment_by_html: '%{user} исемле кулланучыдан шәрех %{time_ago}'
+      changesetxml: Үзгәртүләр өеменең XMLы
+      osmchangexml: osmChange XML
+      feed:
+        title: '%{id} үзгәртүләр өеме'
+        title_comment: '%{id} үзгәртүләр өеме  -  %{comment}'
+      join_discussion: Бәхәстә катнашу өчен хисапъязмагызга керегез
       discussion: Фикер алышу
+      still_open: Үзгәртүләр өеме әлегә ачык. Ул ябылгач бәхәскә шунда ук керергә
+        мөмкин булыр.
+    node:
+      title_html: 'Нокта: %{name}'
+      history_title_html: 'Нокта тарихы: %{name}'
     way:
+      title_html: 'Сызык: %{name}'
+      history_title_html: 'Сызык тарихы: %{name}'
       nodes: Нокталар
     relation:
+      title_html: 'Мөнәсәбәт: %{name}'
+      history_title_html: 'Мөнәсәбәт тарихы: %{name}'
       members: Катнашучылар
     relation_member:
+      entry_role_html: '%{type} %{name} %{role} роленда'
       type:
         node: Төен
         way: Юл
@@ -209,12 +376,15 @@ tt:
       entry_html: Мөнәсәбәт %{relation_name}
       entry_role_html: Мөнәсәбәт %{relation_name} (%{relation_role} сыйфатында)
     not_found:
+      title: Табылмады
       type:
         node: төен
         way: юл
         relation: мөнәсәбәт
         changeset: төзәтмәләр пакеты
+        note: искәрмә
     timeout:
+      title: Тайм-аут хата
       type:
         node: төен
         way: юл
@@ -292,9 +462,6 @@ tt:
       description: Шушы исем буенча OpenStreetMap серверыннан файл/директория/API
         гамәл табып булмый
   geocoder:
-    search:
-      title:
-        latlon_html: <a href="http://openstreetmap.org/">Эчке нәтиҗәләр</a>
     search_osm_nominatim:
       prefix:
         aeroway:
@@ -592,8 +759,6 @@ tt:
       search: Эзләү
       status: Халәт
       last_updated: Соңгы яңарту
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> %{user} тарафыннан
       states:
         open: Ачык
     show:
@@ -811,9 +976,6 @@ tt:
     show:
       title: 'Искәрмә: %{id}'
       description: Тасвирлама
-      opened_by_html: '%{user} тарафыннан төзелгән <abbr title=''%{exact_time}''>%{when}</abbr>'
-      opened_by_anonymous_html: Аноним тарафыннан төзелгән <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: '%{user} тарафыннан яшеренгән <abbr title=''%{exact_time}''>%{when}</abbr>'
       hide: Яшерү
   javascripts:
     close: Ябу
index 4b629f4454f0aeadf62b420233ef3521b1abe187..94d4daf868fc53339fe64c4c50771f08152ae8d5 100644 (file)
@@ -203,11 +203,6 @@ uk:
           розуміють жаргон спільноти, тому користуйтесь для пояснення простою мовою.
         needs_view: Чи потрібно маперу здійснити вхід, перш ніж блокування буде знято?
       user:
-        email_confirmation: Ваша адреса не є загальнодоступною і не показується іншим,
-          ознайомтесь з <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="Правила OSMF по захисту персональних даних, розділ про адреси електронной
-          пошти">правилами захисту персональних даних</a> для отримання докладної
-          інформації.
         new_email: |2-
 
           (ніколи не показується загальнодоступно)
@@ -391,20 +386,20 @@ uk:
   browse:
     created: Створено
     closed: Закрито
-    created_html: Створено <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Закрито <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Створено <abbr title='%{title}'>%{time}</abbr> %{user}
-    deleted_by_html: Вилучено <abbr title='%{title}'>%{time}</abbr> %{user}
-    edited_by_html: Змінено <abbr title='%{title}'>%{time}</abbr> %{user}
-    closed_by_html: Закрито <abbr title='%{title}'>%{time}</abbr> %{user}
+    created_ago_html: Створено %{time_ago}
+    closed_ago_html: Закрито %{time_ago}
+    created_ago_by_html: Створив(ла) %{user} %{time_ago}
+    closed_ago_by_html: Закрив(ла) %{time_ago} %{user}
+    deleted_ago_by_html: Вилучив(ла) %{time_ago} %{user}
+    edited_ago_by_html: Змінено %{user} %{time_ago}
     version: Версія
     in_changeset: Набір змін
     anonymous: анонім
     no_comment: (без коментарів)
     part_of: Входить до складу
     part_of_relations:
-      one: '%{count} Ð·Ð²â\80\99Ñ\8fзок'
-      few: '%{count} зв’язки'
+      one: '%{count} Ð·Ð²â\80\99Ñ\8fзкÑ\83'
+      few: '%{count} зв’язків'
       many: '%{count} зв’язків'
       other: ""
     part_of_ways:
@@ -426,8 +421,8 @@ uk:
       relation: Зв’язки (%{count})
       relation_paginated: Зв’язки (%{x}-%{y} із %{count})
       comment: Коментарі (%{count})
-      hidden_commented_by_html: Прихований коментар від %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Коментар від %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Прихований коментар від %{user} %{time_ago}
+      comment_by_html: Коментар від %{user} %{time_ago}
       changesetxml: XML опис набору змін
       osmchangexml: osmChange XML
       feed:
@@ -703,10 +698,10 @@ uk:
   geocoder:
     search:
       title:
-        latlon_html: <a href="https://openstreetmap.org/">Внутрішні</a> результати
-        osm_nominatim_html: Результати від <a href="https://nominatim.openstreetmap.org/">Nominatim</a>
-        osm_nominatim_reverse_html: Результати від <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
+        results_from_html: Результати з %{results_link}
+        latlon: Внутрішніх джерел
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -963,7 +958,7 @@ uk:
           footway: Пішохідна доріжка
           ford: Брід
           give_way: Знак Дати путь
-          living_street: Ð\96иÑ\82лова Ð·Ð¾Ð½Ð°
+          living_street: Ð\96иÑ\82лова Ð²Ñ\83лиÑ\86Ñ\8f
           milestone: Кілометровий стовпчик
           motorway: Автомагістраль
           motorway_junction: В’їзд на автомагістраль
@@ -1046,7 +1041,7 @@ uk:
           commercial: Торгівельно-офісна територія
           conservation: Заповідник
           construction: Будівельний майданчик
-          farmland: Ð Ñ\96ллÑ\8f
+          farmland: Ð\9fоле
           farmyard: Територія ферми
           forest: Ліс
           garages: Гаражі
@@ -1186,7 +1181,7 @@ uk:
           geyser: Гейзер
           glacier: Льодовик
           grassland: Степ, трав’янисті землі
-          heath: Ð¡Ñ\82еп
+          heath: Ð\9fÑ\83Ñ\81Ñ\82иÑ\89е
           hill: Пагорб
           hot_spring: Гаряче джерело
           island: Острів
@@ -1501,8 +1496,7 @@ uk:
       status: Статус
       reports: Скарги
       last_updated: Останнє оновлення
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr>, %{user}
+      last_updated_time_ago_user_html: '%{user} %{time_ago}'
       link_to_reports: Дивитися скарги
       reports_count:
         one: '%{count} Скарга'
@@ -1616,7 +1610,7 @@ uk:
     hosting_partners_html: Хостинг підтримується %{ucl}, %{fastly}, %{bytemark} та
       іншими %{partners}.
     partners_ucl: UCL
-    partners_fastly: Швидко
+    partners_fastly: Fastly
     partners_bytemark: Bytemark Hosting
     partners_partners: партнерами
     tou: Умови використання
@@ -1680,11 +1674,11 @@ uk:
       subject: '[OpenStreetMap] Збій імпорту GPX'
     gpx_success:
       hi: Привіт, %{to_user},
-      loaded_successfully:
-        one: успішно завантажено %{trace_points} точку з %{possible_points}.
-        few: успішно завантажено %{trace_points} точки з %{possible_points}.
-        many: успішно завантажено %{trace_points} точок з %{possible_points}.
-        other: успішно завантажено %{trace_points} точок з %{possible_points} можливих.
+      loaded:
+        one: успішно завантажено %{trace_points} точка з %{count} можливих.
+        few: 'успішно завантажено %{trace_points} точки з %{count} можливих. '
+        many: успішно завантажено %{trace_points} точок з %{count} можливих.
+        other: ""
       subject: '[OpenStreetMap] Імпорт GPX пройшов успішно'
     signup_confirm:
       subject: '[OpenStreetMap] Ласкаво просимо до OpenStreetMap'
@@ -1914,7 +1908,6 @@ uk:
       image: Зображення
       gravatar:
         gravatar: Використовувати Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: Про Gravatar.
         disabled: Gravatar вимкнено.
         enabled: Показ Вашого Gravatar'а увімкнено.
@@ -1982,8 +1975,6 @@ uk:
   shared:
     markdown_help:
       heading_html: Оброблено за допомогою %{kramdown_link}
-      kramdown_url: https://kramdown.gettalong.org/quickref.html
-      kramdown: kramdown
       headings: Заголовки
       heading: Заголовок
       subheading: Підзаголовок
@@ -2002,7 +1993,7 @@ uk:
   site:
     about:
       next: Далі
-      copyright_html: <span>&copy;</span>Учасники<br>OpenStreetMap
+      heading_html: '%{copyright}Учасники %{br} OpenStreetMap'
       used_by_html: '%{name} надає картографічні дані для тисяч вебсайтів, мобільних
         застосунків та різних пристроїв'
       lede_text: OpenStreetMap створений спільнотою маперів, які вносять і підтримують
@@ -2013,26 +2004,37 @@ uk:
         використовують аерофотознімки, GPS пристрої та прості створені на місцевості
         схеми для перевірки точності та актуальності даних OSM.
       community_driven_title: Керується спільнотою
-      community_driven_html: |-
-        Спільнота OpenStreetMap — різноманітна, затята і щоденно зростаюча. Серед учасників спільноти є мапери ентузіасти, фахівці ГІС, інженери що підтримують роботу серверів OSM, фахівці, які із гуманістичних причин, допомагають в створені мап для районів, постраждалих від стихійного лиха, і багато інших.
-        Щоб дізнатися більше про спільноту, подивіться <a href='%{diary_path}'>щоденники учасників</a>
-        <a href='http://blogs.openstreetmap.org/'>блоги спільноти</a> і сайт <a href='http://www.osmfoundation.org/'>фундації OSM</a>.
+      community_driven_1_html: |-
+        Спільнота OpenStreetMap — різноманітна, затята і щоденно зростаюча. Серед учасників спільноти є мапери ентузіасти, фахівці ГІС, інженери що підтримують роботу серверів OSM, фахівці, які із гуманістичних причин, допомагають у створені мап для районів, постраждалих від стихійних лих, і багато інших.
+        Щоб дізнатися більше про спільноту, подивіться %{osm_blog_link}, %{user_diaries_link}, %{community_blogs_link}, а також сайт %{osm_foundation_link}.
+      community_driven_osm_blog: Блог OpenStreetMap
+      community_driven_user_diaries: щоденники учасників
+      community_driven_community_blogs: блоги спільноти
+      community_driven_osm_foundation: Фундації OSM
       open_data_title: Відкриті дані
-      open_data_html: |-
-        OpenStreetMap — це <i>відкриті дані</i>: Ви можете вільно використовувати їх для будь-яких цілей доти, поки посилаєтесь OpenStreetMap та його учасників. Якщо Ви змінюєте дані або на основі даних будуєте певним чином власні, Ви можете розповсюджувати результат лише під тією самою ліцензією. Дивіться сторінку <a href='%{copyright_path}'>«Авторські права і
-        ліцензії»</a>, щоб отримати докладну інформацію.
+      open_data_1_html: 'OpenStreetMap — це %{open_data}: Ви можете вільно використовувати
+        їх для будь-яких цілей доти, поки посилаєтесь OpenStreetMap та його учасників.
+        Якщо Ви змінюєте дані або на основі даних будуєте певним чином власні, Ви
+        можете розповсюджувати результат лише під тією самою ліцензією. Дивіться сторінку
+        %{copyright_license_link}, щоб отримати докладну інформацію.'
+      open_data_open_data: відкриті дані
+      open_data_copyright_license: «Авторські права і ліцензії»
       legal_title: Правова інформація
-      legal_1_html: "Цей сайт та багато інших повʼязаних сервісів офіційно керуються
-        \n<a href='https://osmfoundation.org/'>OpenStreetMap Foundation</a> (OSMF)
-        \nвід імені спільноти. Використання усіх сервісів, підконтрольних OSMF, здійснюється
-        на основі <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nПравил
-        щодо прийнятного використання</a> та нашій <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">Політиці
-        конфіденційності</a>."
-      legal_2_html: "Будь ласка, <a href='https://osmfoundation.org/Contact'>звʼяжіться
-        з OSMF</a>, \nякщо у Вас є питання чи проблеми щодо ліцензування, авторських
-        прав та інших юридичних питань.\n<br>\nЛоготип OpenStreepMap та State of the
-        Map є <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">зареєстрованими
-        торговими марками OSMF</a>."
+      legal_1_1_html: "Цей сайт та багато інших повʼязаних сервісів офіційно керуються
+        \n%{openstreetmap_foundation_link} від імені спільноти. Використання усіх
+        сервісів, підконтрольних 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}
+        якщо у вас є питання щодо ліцензування, авторського права чи інші юридичні питання.
+      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
       partners_title: Партнери
     copyright:
       foreign:
@@ -2049,98 +2051,122 @@ uk:
         mapping_link: почати мапити
       legal_babble:
         title_html: Авторські права та ліцензування
-        intro_1_html: |-
-          Дані OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> є <i>відкритими даними</i>, що ліцензуються <a
-          href="http://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) на
-          умовах Ліцензії <a href="http://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL).
-        intro_2_html: Ви можете вільно копіювати, поширювати, передавати й змінювати
-          наші дані, посилаючись при цьому на OpenStreetMap та спільноту. Якщо ви
-          змінюєте наші дані чи створюєте на їх основі свої, ви повинні розповсюджувати
-          результати під такою ж Ліцензією. Повний <a href="http://opendatacommons.org/licenses/odbl/1.0/">чинний
-          текст</a> Ліцензії пояснює ваші права та обов’язки.
-        intro_3_1_html: "Наша документація поширюється на умовах <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">Ліцензії
-          Creative \nCommons Attribution-ShareAlike 2.0</a> (CC-BY-SA)."
+        introduction_1_html: OpenStreetMap%{registered_trademark_link} — це %{open_data},
+          ліцензовані %{osm_foundation_link} (OSMF) на умовах ліцензії %{odc_odbl_link}
+          (ODbL).
+        introduction_1_open_data: відкриті дані
+        introduction_1_odc_odbl: Open Data Commons Open Database License
+        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).
+        introduction_3_creative_commons: Creative Commons Attribution-ShareAlike 2.0
         credit_title_html: Як посилатись на OpenStreetMap
         credit_1_html: 'У разі використання даних OpenStreetMap, вам потрібно зробити
           дві речі:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Додайте посилання на OpenStreetMap, додавши наше повідомлення про авторські права.</li>
-            <li>Чітко зазначте, що дані доступні під ліцензією Open Database License.</li>
-          </ul>
-        credit_3_1_html: "Щодо повідомлення про авторські права, ми маємо різні вимоги
-          щодо того, як воно має показуватись, залежно від того, як ви використовуєте
-          наші дані. Наприклад, застосовуються різні правила щодо того, як показувати
-          повідомлення про авторські права, залежно від того, чи ви\nстворили мапу
-          для перегляду в мережі, друковану мапу чи зображення з мапою. Повну інформацію
-          про вимоги можна знайти в \n<a href=\"https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines\">Настановах
-          з атрибуції</a>."
-        credit_4_html: Ви повинні чітко вказувати, що дані доступні на умовах ліцензії
-          Open Database License. Ви можете зробити це, пославшись на <a href="http://www.openstreetmap.org/copyright">сторінку
-          з роз’ясненням ліцензійних вимог</a>. Або ж, під час розповсюдження даних
-          OSM, ви можете безпосередньо вказувати назву ліцензії(й) та посилання на
-          її(їх) текст. Якщо ви користуєтесь носіями, де використання гіпертекстових
-          посилань неможливе (наприклад друковані матеріали), ми пропонуємо посилатися
-          безпосередньо на www.openstreetmap.org (або розширено "www.openstreetmap.org,
-          OpenStreetMap") та на opendatacommons.org. В цьому прикладі посилання знаходиться
-          в куті мапи.
+        credit_2_1: Зазначити авторські права OpenStreetMap показуючи наше повідомлення
+          про авторське право.
+        credit_2_2: Явним чином зазначити, що дані доступні на умовах Open Database
+          License.
+        credit_3_html: |-
+          Що стосується сповіщення про авторські права, ми маємо різні вимоги щодо того, як це має бути зазначено, залежно від того, як ви використовуєте наші дані. Наприклад, застосовуються різні
+          правила щодо того, як показувати повідомлення про авторські права, залежно від того, чи ви створили мапу для онлайн перегляду, друковану мапу чи статичне зображення. Повну інформацію про
+          вимоги можна знайти в %{attribution_guidelines_link}.
+        credit_3_attribution_guidelines: Настановах з атрибуції
+        credit_4_1_html: Ви повинні чітко вказувати, що дані доступні на умовах ліцензії
+          Open Database License. Ви можете зробити це, пославшись на %{this_copyright_page_link}.
+          Або ж, під час розповсюдження даних OSM, ви можете безпосередньо вказувати
+          назву ліцензії(й) та посилання на її(їх) текст. Якщо ви користуєтесь носіями,
+          де використання гіпертекстових посилань неможливе (наприклад друковані матеріали),
+          ми пропонуємо посилатися безпосередньо на www.openstreetmap.org (або розширено
+          "www.openstreetmap.org, OpenStreetMap") та на opendatacommons.org. В цьому
+          прикладі посилання знаходиться в куті мапи.
+        credit_4_1_this_copyright_page: сторінку з роз’ясненням ліцензійних вимог
         attribution_example:
           alt: Приклад того, як треба посилатись на OpenStreetMap на веб-сторінці
           title: Приклад зазначення авторства
         more_title_html: Дізнатися більше
-        more_1_html: Дізнайтеся більше про використання наших даних та про те, як
-          посилатися на нас як на джерело, на <a href="http://osmfoundation.org/Licence">сторінці
-          ліцензії OSMF</a> та у <a href="http://wiki.openstreetmap.org/wiki/Uk:Legal_FAQ">відповідях
-          спільноти щодо правових питань</a>.
-        more_2_html: Хоча дані OpenStreetMap  є відкритими, ми не в змозі надавати
-          безкоштовний API для сторонніх користувачів. Ознайомтесь із нашими <a href="https://operations.osmfoundation.org/policies/api/">Правилами
-          використання API</a>, <a href="https://operations.osmfoundation.org/policies/tiles/">Правилами
-          використання тайлів мап</a> та <a href="https://operations.osmfoundation.org/policies/nominatim/">Правилами
-          використання сервісу Nominatim</a>.
+        more_1_1_html: Дізнайтеся більше про використання наших даних і про те, як
+          посилатись на проєкт, на %{osmf_licence_page_link}.
+        more_1_1_osmf_licence_page: сторінці OSMF Licence
+        more_2_1_html: |-
+          Хоча OpenStreetMap є відкритими даними, ми не можемо надати
+          безплатний API для мап для всіх.
+          Ознайомтесь з нашими %{api_usage_policy_link}, %{tile_usage_policy_link} і %{nominatim_usage_policy_link}.
+        more_2_1_api_usage_policy: Правилами використання API
+        more_2_1_tile_usage_policy: Правилами використання тайлів
+        more_2_1_nominatim_usage_policy: Правилами використання сервісу Nominatim
         contributors_title_html: Наші учасники
         contributors_intro_html: 'Нашими учасниками є тисячі людей. Наші дані також
           містять дані від національних картографічних агенцій, які розповсюджуються
           на умовах відкритих ліцензій, серед них:'
-        contributors_at_html: |-
-          <strong>Австрія</strong>: дані від
-             <a href="https://data.wien.gv.at/">Stadt Wien</a> (на умовах ліцензії
-             <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>), <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Земля Форарльберґ</a> та Земля Тіроль (на умовах <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT зі змінами</a>).
-        contributors_au_html: |-
-          <strong>Австралія</strong>: Містить або розроблено за допомогою Administrative Boundaries &copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a>, ліцензованих Австралійською Співдружністю за міжнародною
-          <a href="https://creativecommons.org/licenses/by/4.0/">ліцензією Creative Commons Attribution 4.0 (CC BY 4.0)</a>.
-        contributors_ca_html: '<strong>Канада</strong>: дані від GeoBase&reg;, GeoGratis
+        contributors_at_credit_html: |-
+          %{austria}: містить дані з %{stadt_wien_link} (на умовах %{cc_by_link}), %{land_vorarlberg_link}
+          та Землі Тироль (на умовах %{cc_by_at_with_amendments_link}).
+        contributors_at_austria: Австрія
+        contributors_at_stadt_wien: Місто Відень
+        contributors_at_cc_by: CC BY
+        contributors_at_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 Австралія
+        contributors_au_cc_licence: Creative Commons Attribution 4.0 International
+          (CC BY 4.0)
+        contributors_ca_credit_html: '%{canada}: дані від GeoBase&reg;, GeoGratis
           (&copy; Департамент природних ресурсів Канади), CanVec (&copy; Департамент
           природних ресурсів Канади), та StatCan (Відділ Географії, Статистичне відомство
           Канади).'
-        contributors_fi_html: |-
-          <strong>Фінляндія</strong>: містить дані з топографічної бази даних Національної земельної служби Фінляндії та інші набори даних на умовах ліцензії
-          <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI</a>.
-        contributors_fr_html: '<strong>Франція</strong>: Дані отримані від Direction
-          Générale des Impôts (Генеральне управління з оподаткування).'
-        contributors_nl_html: "<strong>Нідерланди</strong>: Дані від &copy; AND, 2007
-          \n  (<a href=\"http://www.and.com\">www.and.com</a>)"
-        contributors_nz_html: '<strong>Нова Зеландія</strong>: Містить дані з <a href="https://data.linz.govt.nz/">LINZ
-          Data Service</a>, які ліцензовано на умовах Ліцензії <a href="https://creativecommons.org/licenses/by/4.0/">CC
-          BY 4.0</a>'
-        contributors_si_html: '<strong>Словенія</strong>: містить дані <a href="http://www.gu.gov.si/en/">Управління
-          Геодезії і картографії</a> та <a href="http://www.mkgp.gov.si/en/">Міністерства
-          сільського і лісового господарства та продовольства</a> (публічна інформація
-          Словенії).'
-        contributors_es_html: |-
-          <strong>Іспанія</strong>: Містить дані отримані від
-          Spanish National Geographic Institute (<a href="http://www.ign.es/">IGN</a>) та
-          National Cartographic System (<a href="http://www.scne.es/">SCNE</a>)
-          ліцензованих для повторного використання на умовах Ліцензії  <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
-        contributors_za_html: "<strong>Південна Африка</strong>: Містить дані з \n
-          \ <a href=\"http://www.ngi.gov.za/\">Chief Directorate:\n  National Geo-Spatial
-          Information</a>, State copyright reserved."
-        contributors_gb_html: '<strong>Сполучене Королівство Великобританії</strong>:
-          дані Ordnance Survey &copy; Crown copyright and database right 2010-2023.'
-        contributors_footer_1_html: Щоб отримати більш докладну інформацію про ці
-          та інші джерела, що були використані для покращення мапи OpenStreetMap,
-          будь ласка, перегляньте сторінку <a href="http://wiki.openstreetmap.org/wiki/Contributors">Учасники</a>
-          OpenStreetMap Вікі.
+        contributors_ca_canada: Канада
+        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_nl_credit_html: '%{netherlands}: Містить дані © AND, 2007 (%{and_link})'
+        contributors_nl_netherlands: Нідерланди
+        contributors_nz_credit_html: |-
+          %{new_zealand}: містить дані, отримані з %{linz_data_service_link}
+          та ліцензовані для повторного використання на умовах %{cc_by_link}.
+        contributors_nz_new_zealand: Нова Зеландія
+        contributors_nz_linz_data_service: Служба даних LINZ
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_credit_html: |-
+          %{slovenia}: містить дані з %{gu_link} і %{mkgp_link}
+          (публічна інформація Словенії).
+        contributors_si_slovenia: Словенія
+        contributors_si_gu: Геодезичного управління
+        contributors_si_mkgp: Міністерства сільського господарства, лісового господарства
+          та продовольства
+        contributors_es_credit_html: |-
+          %{spain}: Містить дані, отримані від
+          Іспанського національного географічного інституту (%{ign_link}) та
+          Національної картографічної системи (%{scne_link})
+          ліцензованих для повторного використання на умовах %{cc_by_link}.
+        contributors_es_spain: Іспанія
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}: містить дані, отримані з %{ngi_link},
+          захищене державне авторське право.'
+        contributors_za_south_africa: Південна Америка
+        contributors_za_ngi: 'Головне управління: Національна геопросторова інформація'
+        contributors_gb_credit_html: '%{united_kingdom}: дані Ordnance Survey &copy;
+          Crown copyright and database right 2010-2023.'
+        contributors_gb_united_kingdom: Великобританія
+        contributors_2_html: Для отримання додаткової інформації про ці та інші джерела,
+          які були використані для покращення OpenStreetMap, перегляньте %{contributors_page_link}
+          в OpenStreetMap Wiki.
+        contributors_2_contributors_page: сторінку Contributors
         contributors_footer_2_html: Включення даних до OpenStreetMap не означає, що
           постачальник цих даних якимось чином підтримує OpenStreetMap, надає які-небудь
           гарантії чи бере на себе якусь  відповідальність.
@@ -2149,16 +2175,17 @@ uk:
           що забороняється додавати дані з будь-яких захищених авторським правом джерел
           (наприклад, з Google Maps чи з друкованих мап) без отримання попереднього
           дозволу правовласників.
-        infringement_2_html: Якщо ви вважаєте, що захищений авторським правом матеріал
-          був недоречно доданий до бази даних OpenStreetMap або до цього сайту, ознайомтесь
-          з нашим <a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">порядком
-          з вилучення таких даних</a> або скористайтесь безпосередньо <a href="https://dmca.openstreetmap.org/">сторінкою
-          для онлайн звернень</a>.
-        trademarks_title_html: <span id="trademarks"></span>Торгові марки
-        trademarks_1_html: OpenStreetMap і логотип з лупою є зареєстрованими торговими
-          марками OpenStreetMap Foundation. Якщо у Вас є запитання щодо використання
-          Вами цих марок. будь ласка, надсилайте свої запитання до <a href="http://wiki.osmfoundation.org/wiki/Licensing_Working_Group">Licence
-          Working Group</a>.
+        infringement_2_1_html: Якщо ви вважаєте, що матеріал, захищений авторським
+          правом, було неналежним чином додано до бази даних OpenStreetMap або на
+          цей сайт, ознайомтеся з нашою %{takedown_procedure_link} або залиште звернення
+          безпосередньо на %{online_filing_page_link}.
+        infringement_2_1_takedown_procedure: процедурою вилучення даних
+        infringement_2_1_online_filing_page: нашій онлайн сторінці для звернень
+        trademarks_title: Торгові марки
+        trademarks_1_1_html: |-
+          OpenStreetMap, логотип у вигляді лупи та State of the Map є зареєстрованими товарними знаками Фундації OpenStreetMap. Якщо у вас виникли запитання щодо використання вами цих знаків, перегляньте наші
+          %{trademark_policy_link}.
+        trademarks_1_1_trademark_policy: Правила використання торгової марки
     index:
       js_1: Ви користуєтесь оглядачем, в якому не підтримується або відключений JavaScript.
       js_2: OpenStreetMap використовує JavaScript для мапи.
@@ -2232,9 +2259,10 @@ uk:
             відсутня дорога або ваша адреса, найкращий спосіб це виправити — приєднатись
             до спільноти OpenStreetMap і додати або виправити дані самостійно.
         add_a_note:
-          instructions_html: |-
-            Просто натисніть <a class='icon note'></a> або подібну піктограму на мапі.
-            У результаті, на мапі зʼявиться маркер, який Ви зможете перетягувати на мапі. Додайте Ваше повідомлення, а потім натисніть кнопку Зберегти, і інші учасники матимуть змогу з цим розібратись.
+          instructions_1_html: Натисніть %{note_icon} або такий же значок на мапі.
+            Це дозволить додати маркер, який ви зможете перетягувати на мапі. Додайте
+            ваше повідомлення та натисніть кнопку Зберегти й інші учасники матимуть
+            змогу з цим розібратись.
       other_concerns:
         title: Інші проблеми
         concerns_html: |-
@@ -2242,7 +2270,6 @@ uk:
           %{copyright_link} для отримання додаткової юридичної інформації або зверніться до відповідної %{working_group_link}.
         copyright: сторінки "авторські права"
         working_group: робочої групи OSMF
-        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: Отримання довідки
       introduction: OpenStreetMap має різні ресурси для отримання інформації про проєкт,
@@ -2286,7 +2313,6 @@ uk:
         Adobe Flash Player він більше не доступний для використання у вебоглядачі.
       desktop_application_html: Ви можете продовжувати використовувати Potlatch %{download_link}.
       download: завантаживши застосунок для Mac чи Windows
-      download_url: https://www.systemed.net/potlatch/
       id_editor_html: Або ж ви можете вказати використовувати iD як стандартний редактор,
         що відкриватиметься у вебоглядачі, так само як це було для Potlatch. %{change_preferences_link}.
       change_preferences: Змініть ваші налаштування тут
@@ -2749,6 +2775,11 @@ uk:
         знадобиться.
       continue: Зареєструватись
       terms accepted: Дякуємо за прийняття нових умов співпраці!
+      email_confirmation_help_html: Ваша адреса ніколи не показуватиметься публічно.
+        Ознайомтесь з нашою %{privacy_policy_link} для отримання докладної інформації.
+      privacy_policy: Політикою конфіденційності
+      privacy_policy_title: Політика конфіденційності OSMF, включаючи розділ про адреси
+        електронної пошти
     terms:
       title: Умови
       heading: Умови
@@ -2953,12 +2984,12 @@ uk:
           many: '%{count} годин'
           other: ""
         days:
-          one: 1 день
+          one: '%{count} день'
           few: '%{count} дні'
           many: '%{count} днів'
           other: ""
         weeks:
-          one: 1 тиждень
+          one: '%{count} тиждень'
           few: '%{count} тижні'
           many: '%{count} тижнів'
           other: ""
@@ -3025,15 +3056,15 @@ uk:
       open_title: 'Неопрацьована нотатка #%{note_name}'
       closed_title: 'Опрацьована нотатка #%{note_name}'
       hidden_title: 'Прихована нотатка #%{note_name}'
-      opened_by_html: Створено %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Створено анонімом <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: '%{user} залишив(ла) коментар <abbr title=''%{exact_time}''>%{when}</abbr>'
-      commented_by_anonymous_html: Прокоментовано анонімом <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Розв’язано, %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Розв’язано анонімом <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Відновлено %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Відновлено анонімом <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Приховано %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      event_opened_by_html: Створив(ла) %{user} %{time_ago}
+      event_opened_by_anonymous_html: Створено анонімом %{time_ago}
+      event_commented_by_html: Коментар від %{user} %{time_ago}
+      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: Ця нотатка містить коментарі від анонімних учасників. Потрібна
         додаткова перевірка відомостей.
@@ -3093,7 +3124,7 @@ uk:
       locate:
         title: Показати моє місцезнаходження
         metersPopup:
-          one: Ви перебуваєте за один метр від цієї точки
+          one: Ви перебуваєте за %{count} метр від цієї точки
           few: Ви перебуваєте за %{count} метри від цієї точки
           many: Ви перебуваєте за %{count} метрів від цієї точки
           other: ""
@@ -3116,18 +3147,17 @@ uk:
         gps: Публічні GPS-треки
         overlays: Увімкніть наступні шари для пошуку і усунення помилок на мапі
         title: Шари
-      copyright: © <a href='%{copyright_url}'>Учасники OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Зробити внесок</a>
-      terms: <a href='%{terms_url}' target='_blank'>Умови використання Вебсайту та
-        API</a>
-      cyclosm: Тайли <a href='%{cyclosm_url}' target='_blank'>ЦиклОСМ</a> за підтримки
-        <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>
-      thunderforest: Тайли надав <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a>
-      opnvkarte: Тайли надані <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-      hotosm: Стиль тайлів — від <a href='%{hotosm_url}' target='_blank'>Гуманітарної
-        команди OpenStreetMap</a>, хостинг — від <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Франція</a>
+      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: Енді Аллан
+      opnvkarte_credit: Тайли %{memomaps_link}
+      memomaps: MeMoMaps
+      hotosm_credit: Тайли %{hotosm_link} з %{osm_france_link}
+      hotosm_name: Humanitarian OpenStreetMap Team
     site:
       edit_tooltip: Редагування мапи
       edit_disabled_tooltip: Збільшить масштаб для редагування мапи
index c23892746bd172811ebe9dd7cc1896f0a2d0616a..2b59fb5070f18ce133eac7feadf7a01b3d9064c5 100644 (file)
@@ -33,7 +33,7 @@ vi:
       prompt: Chọn tập tin
     submit:
       diary_comment:
-        create: Lưu
+        create: Nhận xét
       diary_entry:
         create: Đăng
         update: Cập nhật
@@ -114,6 +114,7 @@ vi:
       diary_entry:
         user: Người dùng
         title: Tiêu đề
+        body: Nội dung
         latitude: Vĩ độ
         longitude: Kinh độ
         language_code: Ngôn ngữ
@@ -177,49 +178,33 @@ vi:
           hãy tránh thuật ngữ chuyên môn vì người dùng có thể không rành.
         needs_view: Người dùng có phải cần đăng nhập trước khi bỏ cấm được không?
       user:
-        email_confirmation: Địa chỉ thư điện tử của bạn không được hiển thị công khai.
-          Xem thêm chi tiết trong <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy?uselang=vi"
-          title="Quy định quyền riêng tư Quỹ OSM, có đoạn nói về địa chỉ thư điện
-          tử">quy định quyền riêng tư</a> của chúng tôi.
         new_email: (không lúc nào hiện công khai)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: khoảng 1 giờ trước
         other: khoảng %{count} giờ trước
       about_x_months:
-        one: khoảng 1 tháng trước
         other: khoảng %{count} tháng trước
       about_x_years:
-        one: khoảng 1 năm trước
         other: khoảng %{count} năm trước
       almost_x_years:
-        one: gần 1 năm trước
         other: gần %{count} năm trước
       half_a_minute: 30 giây trước
       less_than_x_seconds:
-        one: trong vòng 1 giây trước
         other: trong vòng %{count} giây trước
       less_than_x_minutes:
-        one: trong vòng 1 phút trước
         other: trong vòng %{count} phút trước
       over_x_years:
-        one: hơn 1 năm trước
         other: hơn %{count} năm trước
       x_seconds:
-        one: 1 giây trước
         other: '%{count} giây trước'
       x_minutes:
-        one: 1 phút trước
         other: '%{count} phút trước'
       x_days:
-        one: 1 ngày trước
         other: '%{count} ngày trước'
       x_months:
-        one: 1 tháng trước
         other: '%{count} tháng trước'
       x_years:
-        one: 1 năm trước
         other: '%{count} năm trước'
   editor:
     default: Mặc định (hiện là %{name})
@@ -318,6 +303,7 @@ vi:
       delete_account: Xóa Tài khoản…
     go_public:
       heading: Sửa đổi công khai
+      find_out_why: tìm hiểu tại sao
       make_edits_public_button: Phát hành công khai các sửa đổi của tôi
     update:
       success_confirm_needed: Đã cập nhật thông tin cá nhân thành công. Kiểm tra thư
@@ -328,22 +314,20 @@ vi:
   browse:
     created: Tạo
     closed: Đóng
-    created_html: Tạo ra <abbr title='%{title}'>%{time}</abbr>
-    closed_html: Đóng <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: Tạo ra <abbr title='%{title}'>%{time}</abbr> bởi %{user}
-    deleted_by_html: Xóa <abbr title='%{title}'>%{time}</abbr> bởi %{user}
-    edited_by_html: Sửa đổi <abbr title='%{title}'>%{time}</abbr> bởi %{user}
-    closed_by_html: Đóng <abbr title='%{title}'>%{time}</abbr> bởi %{user}
+    created_ago_html: Tạo %{time_ago}
+    closed_ago_html: Đóng %{time_ago}
+    created_ago_by_html: Tạo %{time_ago} bởi %{user}
+    closed_ago_by_html: Đóng %{time_ago} bởi %{user}
+    deleted_ago_by_html: Xóa %{time_ago} bởi %{user}
+    edited_ago_by_html: Sửa đổi %{time_ago} bởi %{user}
     version: Phiên bản
     in_changeset: Bộ thay đổi
     anonymous: vô danh
     no_comment: (không miêu tả)
     part_of: Trực thuộc
     part_of_relations:
-      one: '%{count} quan hệ'
       other: '%{count} quan hệ'
     part_of_ways:
-      one: '%{count} lối'
       other: '%{count} lối'
     download_xml: Tải về XML
     view_history: Xem Lịch sử
@@ -359,8 +343,8 @@ vi:
       relation: Các quan hệ (%{count})
       relation_paginated: Các quan hệ (%{x}–%{y} trên %{count})
       comment: Bình luận (%{count})
-      hidden_commented_by_html: Bình luận ẩn của %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Bình luận của %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_comment_by_html: Nhận xét ẩn của %{user} từ %{time_ago}
+      comment_by_html: Nhận xét của %{user} từ %{time_ago}
       changesetxml: Bộ thay đổi XML
       osmchangexml: osmChange XML
       feed:
@@ -387,7 +371,6 @@ vi:
       history_title_html: 'Lịch sử Quan hệ: %{name}'
       members: Thành viên
       members_count:
-        one: '%{count} thành viên'
         other: '%{count} thành viên'
     relation_member:
       entry_role_html: '%{type} %{name} với vai trò %{role}'
@@ -590,6 +573,15 @@ vi:
       applications:
         create:
           notice: Ứng dụng được đăng ký.
+  errors:
+    contact:
+      contact: liên lạc
+    forbidden:
+      title: Cấm
+    internal_server_error:
+      title: Lỗi ứng dụng
+    not_found:
+      title: Không tìm thấy tập tin
   friendships:
     make_friend:
       heading: Kết bạn với %{user}?
@@ -605,13 +597,6 @@ vi:
       success: '%{name} đã được xóa khỏi danh sách bạn của bạn.'
       not_a_friend: '%{name} đã không phải người bạn.'
   geocoder:
-    search:
-      title:
-        latlon_html: Kết quả <a href="https://www.openstreetmap.org/">nội bộ</a>
-        osm_nominatim_html: Kết quả <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
-        osm_nominatim_reverse_html: Kết quả <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a>
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -952,7 +937,7 @@ vi:
           fitness_station: Trạm Thể dục
           garden: Vườn
           golf_course: Sân Golf
-          horse_riding: Cưỡi Ngựa
+          horse_riding: Khu Cưỡi Ngựa
           ice_rink: Sân băng
           marina: Bến tàu
           miniature_golf: Golf Nhỏ
@@ -1320,11 +1305,9 @@ vi:
       status: Trạng thái
       reports: Báo cáo
       last_updated: Lần Cập nhật Cuối
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> bởi %{user}
+      last_updated_time_ago_user_html: '%{time_ago} bởi %{user}'
       link_to_reports: Xem Báo cáo
       reports_count:
-        one: 1 Báo cáo
         other: '%{count} Báo cáo'
       reported_item: Mục Báo cáo
       states:
@@ -1496,10 +1479,8 @@ vi:
       subject: '[OpenStreetMap] Nhập GPX thất bại'
     gpx_success:
       hi: Chào %{to_user},
-      loaded_successfully:
-        one: '%{trace_points} điểm được tải thành công trên tổng số 1 điểm.'
-        other: '%{trace_points} điểm được tải thành công trên tổng số %{possible_points}
-          điểm.'
+      loaded:
+        other: tải thành công với %{trace_points} điểm trên tổng số %{count} điểm.
       subject: '[OpenStreetMap] Nhập GPX thành công'
     signup_confirm:
       subject: '[OpenStreetMap] Chào mừng bạn đã tham gia OpenStreetMap'
@@ -1599,6 +1580,7 @@ vi:
       success: Đã xác nhận tài khoản của bạn. Cám ơn bạn đã mở tài khoản!
       already active: Tài khoản này đã được xác nhận rồi.
       unknown token: Dấu hiệu xác nhận này đã hết hạn hoặc không tồn tại.
+      click_here: nhấn chuột tại đây
     confirm_resend:
       failure: Không tìm thấy người dùng %{name}.
     confirm_email:
@@ -1800,7 +1782,7 @@ vi:
   site:
     about:
       next: Tiếp
-      copyright_html: <span>&copy;</span>những người<br>đóng góp vào<br>OpenStreetMap
+      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'
       lede_text: OpenStreetMap được xây dựng bởi cộng đồng những người đóng góp và
@@ -1811,30 +1793,25 @@ vi:
         người đóng góp sử dụng hình ảnh từ không trung, các thiết bị GPS, và các bản
         đồ phác thảo trên giấy để làm cho OSM chính xác và đúng thời.
       community_driven_title: Căn cứ vào Cộng động
-      community_driven_html: |-
+      community_driven_1_html: |-
         Cộng đồng của OpenStreetMap gồm đủ loại người nhiệt tình và càng ngày càng phát triển.
         Cộng đồng gồm những người tình nguyện vẽ bản đồ, các chuyên gia GIS, các kỹ sư bảo quản các máy chủ OSM. Chúng ta vẽ bản đồ quê hưởng, những nơi du lịch, những nơi bị thiên tai (để hỗ trợ cơ quan nhân đạo), và nhiều hơn nữa.
-        Để tìm hiểu thêm về cộng đồng này, hãy đọc <a href='https://blog.openstreetmap.org'>Blog OpenStreetMap</a>, các <a href='%{diary_path}'>nhật ký của người dùng</a>,
-        <a href='https://blogs.openstreetmap.org/'>blog của cộng đồng</a>, và trang chủ <a href='https://www.osmfoundation.org/'>Quỹ OSM</a>.
+        Để tìm hiểu thêm về cộng đồng này, hãy đọc %{osm_blog_link}, các %{user_diaries_link}, %{community_blogs_link}, và trang chủ %{osm_foundation_link}.
+      community_driven_osm_blog: Blog OpenStreetMap
+      community_driven_user_diaries: nhật ký của người dùng
+      community_driven_community_blogs: blog của cộng đồng
+      community_driven_osm_foundation: Quỹ OSM
       open_data_title: Dữ liệu Mở
-      open_data_html: 'OpenStreetMap là <i>dữ liệu mở</i>: bạn được tự do sử dụng
-        nó cho bất cứ mục đích nào, miễn là bạn ghi công OpenStreetMap và những người
+      open_data_1_html: 'OpenStreetMap là %{open_data}: bạn được tự do sử dụng nó
+        cho bất cứ mục đích nào, miễn là bạn ghi công OpenStreetMap và những người
         đóng góp vào nó. Nếu bạn tạo ra một tác phẩm thay đổi dữ liệu hoặc dựa trên
         dữ liệu theo một số cách nhất định, bạn chỉ được phép phân phối tác phẩm kết
-        quả dưới cùng giấy phép này. Hãy xem chi tiết tại <a href=''%{copyright_path}''>trang
-        Bản quyền và Giấy phép</a>.'
+        quả dưới cùng giấy phép này. Hãy xem chi tiết tại %{copyright_license_link}.'
+      open_data_open_data: dữ liệu mở
+      open_data_copyright_license: trang Bản quyền và Giấy phép
       legal_title: Pháp luật
-      legal_1_html: Trang Web này và nhiều dịch vụ có liên quan được hoạt động chính
-        thức bởi <a href='https://osmfoundation.org/?uselang=vi'>Quỹ OpenStreetMap</a>
-        (OSMF) thay mặt cho cộng đồng. Việc sử dụng các dịch vụ do OSMF hoạt động
-        phải tuân theo <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use?uselang=vi">các
-        Điều khoản Sử dụng</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy?uselang=vi">các
-        Quy định Sử dụng Hợp lý</a> and our <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy?uselang=vi">Quy
-        định về Quyền Riêng tư</a> của chúng tôi.
-      legal_2_html: |-
-        Xin vui lòng <a href='https://osmfoundation.org/Contact?uselang=vi'>liên lạc với OSMF</a> nếu bạn có thắc mắc về giấy phép, bản quyền, hoặc thắc mắc khác về pháp luật.
-        <br>
-        OpenStreetMap, biểu trưng kính lúp, và State of the Map đều là <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy?uselang=vi">nhãn hiệu đăng ký của Quỹ OSM</a>.
+      legal_1_1_terms_of_use: Điều khoản Sử dụng
+      legal_2_1_contact_the_osmf: liên lạc với Quỹ OSM
       partners_title: Nhà bảo trợ
     copyright:
       foreign:
@@ -1850,98 +1827,42 @@ vi:
         mapping_link: bắt đầu vẽ bản đồ
       legal_babble:
         title_html: Bản quyền và Giấy phép
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup> là <i>dữ liệu mở</i> được phát hành theo <a
-          href="https://opendatacommons.org/licenses/odbl/">Giấy phép Cơ sở dữ liệu Mở của Open Data
-          Commons</a> (ODbL) bởi <a href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).
-        intro_2_html: Bạn được tự do sao chép, phân phối, truyền, và tạo ra các tác
-          phẩm phái sinh từ các dữ liệu của chúng ta, miễn là bạn ghi công OpenStreetMap
-          và những người đóng góp vào nó. Nếu bạn sửa đổi hoặc tạo sản phẩm dựa trên
-          các dữ liệu của chúng tôi, bạn chỉ được phép phân phối kết quả theo cùng
-          giấy phép. <a href="https://opendatacommons.org/licenses/odbl/1.0/">Mã pháp
-          lý</a> đầy đủ giải thích các quyền và trách nhiệm của bạn.
-        intro_3_1_html: "Tài liệu của chúng tôi được phát hành theo giấy phép <a href=\"https://creativecommons.org/licenses/by-sa/2.0/deed.vi\">Creative
-          \nCommons Ghi công–Chia sẻ tương tự 2.0</a> (CC BY-SA)."
+        introduction_1_open_data: dữ liệu mở
+        introduction_1_osm_foundation: Quỹ OpenStreetMap
+        introduction_3_creative_commons: Creative Commons Ghi công–Chia sẻ tương tự
+          2.0
         credit_title_html: Cách ghi công OpenStreetMap
         credit_1_html: 'Khi nào bạn sử dụng dữ liệu OpenStreetMap, bạn cần phải tuân
           tho hai quy tắc sau:'
-        credit_2_1_html: |-
-          <ul>
-            <li>Ghi công OpenStreetMap bằng cách hiển thị lời thông báo bản quyền của chúng tôi.</li>
-            <li>Ghi rõ ràng rằng dữ liệu được phát hành theo Giấy phép Cơ sở dữ liệu Mở.</li>
-          </ul>
-        credit_3_1_html: "Việc hiển thị lời thông báo bản quyền có yêu cầu tùy theo
-          cách sử dụng dữ liệu của chúng tôi, ví dụ tùy bạn tạo ra bản đồ tương tác
-          trên mạng, bản đồ in ấn, hoặc hình ảnh tĩnh. Có chi tiết đầy đủ về các quy
-          tắc trong \n<a href=\"https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines?uselang=vi\">Hướng
-          dẫn ghi công</a>."
-        credit_4_html: "Để ghi rõ ràng rằng dữ liệu được phát hành theo Giấy phép
-          Cơ sở dữ liệu Mở, bạn có thể đặt liên kết đến \n<a href=\"https://www.openstreetmap.org/copyright\">trang
-          bản quyền này</a>.\nThay thế, bạn có thể ghi tên giấy phép và đặt liên kết
-          trực tiếp đến văn bản giấy phép; bạn cần phải ghi công theo kiểu này nếu
-          phân phối OSM dưới dạng dữ liệu. Đối với các phương tiện không có khả năng
-          liên kết (chẳng hạn tác phẩm in ấn), gợi ý bạn chỉ dẫn đọc giả tới openstreetmap.org
-          (thí dụ bằng cách thay thế “OpenStreetMap” bằng địa chỉ đầy đủ) và tới opendatacommons.org.\nTrong
-          ví dụ này, lời ghi công xuất hiện ở góc bản đồ."
+        credit_4_1_this_copyright_page: trang bản quyền
         attribution_example:
           alt: Ví dụ ghi công OpenStreetMap trên một trang Web
           title: Ví dụ ghi công
         more_title_html: Tìm hiểu thêm
-        more_1_html: Hãy đọc thêm chi tiết về việc sử dụng dữ liệu của chúng tôi và
-          cách ghi công chúng tôi tại <a href="https://osmfoundation.org/Licence">trang
-          giấy phép Quỹ OSM</a>.
-        more_2_html: Tuy OpenStreetMap là một nguồn dữ liệu mở, nhưng chúng tôi không
-          thể cung cấp API miễn phí cho bên thứ ba truy cập bản đồ. Hãy xem <a href="https://operations.osmfoundation.org/policies/api/">Quy
-          định Sử dụng API</a>, <a href="https://operations.osmfoundation.org/policies/tiles/">Quy
-          định Sử dụng Mảnh Bản đồ</a>, và <a href="https://operations.osmfoundation.org/policies/nominatim/">Quy
-          định Sử dụng Nominatim</a>.
+        more_1_1_osmf_licence_page: trang Giấy phép của Quỹ OSM
         contributors_title_html: Những người đóng góp vào đây
         contributors_intro_html: 'Dự án này nhờ công sức đóng góp của hàng ngàn cá
           nhân và cũng bao gồm các dữ liệu có giấy phép mở từ các cơ quan khảo sát
           quốc gia và những nguồn gốc khác, chẳng hạn:'
-        contributors_at_html: '<strong>Áo</strong>: Bao gồm dữ liệu từ <a href="https://data.wien.gv.at/">Bang
-          Viên</a> (theo <a href="https://creativecommons.org/licenses/by/3.0/at/deed.vi">CC
-          BY</a>), <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Bang
-          Vorarlberg</a>, và Bang Tyrol (theo <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">bản
-          sửa đổi CC BY Áo</a>).'
-        contributors_au_html: |-
-          <strong>Úc</strong>: Bao gồm dữ liệu về ngoại ô dựa trên dữ liệu của Cục Thống kê Úc.
-          <strong>Úc</strong>: Bao gồm dữ liệu hoặc được phát triển theo các biên giới hành chính ©
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape Australia</a>
-          được Thịnh vượng chung Úc phát hành dưới
-          giấy phép <a href="https://creativecommons.org/licenses/by/4.0/deed.vi">Creative Commons Ghi công 4.0 Quốc tế (CC BY 4.0)</a>.
-        contributors_ca_html: '<strong>Canada</strong>: Bao gồm dữ liệu từ GeoBase®,
-          GeoGratis (© Bộ Tài nguyên Canada), CanVec (© Bộ Tài nguyên Canada), và
-          StatCan (Sở Địa lý, Statistics Canada).'
-        contributors_fi_html: "<strong>Phần Lan</strong>: Chứa dữ liệu từ\nCơ sở dữ
-          liệu Địa hình của Cục Khảo sát Địa lý Quốc gia Phần Lan (NLS) và các tập
-          hợp dữ liệu khác theo \n<a href=\"https://www.maanmittauslaitos.fi/en/opendata-licence-version1\">Giấy
-          phép dữ liệu mở NLS</a>."
-        contributors_fr_html: '<strong>Pháp</strong>: Bao gồm dữ liệu từ Sở thuế Pháp
-          (<i lang="fr" xml:lang="fr">Direction générale des Impôts</i>).'
-        contributors_nl_html: '<strong>Hà Lan</strong>: Bao gồm dữ liệu © 2007 AND
-          (<a href="https://www.and.com">www.and.com</a>)'
-        contributors_nz_html: '<strong>New Zealand</strong>: Bao gồm dữ liệu bắt nguồn
-          từ <a href="https://data.linz.govt.nz/">Dịch vụ Dữ liệu LINZ</a> và được
-          phát hành theo giấy phép <a href="https://creativecommons.org/licenses/by/4.0/deed.vi">CC
-          BY 4.0</a>.'
-        contributors_si_html: "<strong>Slovenia</strong>: Bao gồm dữ liệu từ \n<a
-          href=\"http://www.gu.gov.si/en/\">Cơ quan Khảo sát và Bản đồ</a> và\n<a
-          href=\"http://www.mkgp.gov.si/en/\">Cục Nông nghiệp, Lâm nghiệp, và Thức
-          ăn</a>\n(thông tin công cộng của Slovenia)."
-        contributors_es_html: "<strong>Tây Ban Nha</strong>: Bao gồm dữ liệu bắt nguồn
-          từ \nViện Địa lý Quốc gia Tây Ban Nha (<a href=\"http://www.ign.es/\">IGN</a>)
-          và\nHệ thống Bản đồ Quốc gia (<a href=\"http://www.scne.es/\">SCNE</a>)\nđược
-          cấp phép tái sử dụng theo <a href=\"https://creativecommons.org/licenses/by/4.0/deed.vi\">CC
-          BY 4.0</a>."
-        contributors_za_html: '<strong>Nam Phi</strong>: Bao gồm dữ liệu từ <a href="http://www.ngi.gov.za/">Tổng
-          cục: Thông tin Không gian địa lý Quốc gia</a>, bản quyền nhà nước được bảo
-          lưu.'
-        contributors_gb_html: '<strong>Vương quốc Anh</strong>: Bao gồm dữ liệu Ordnance
-          Survey © bản quyền Crown Copyright và quyền cơ sở dữ liệu 2010–19.'
-        contributors_footer_1_html: |-
-          Xem thêm chi tiết và các nguồn gốc khác dùng để cải tiến OpenStreetMap tại <a
-          href="https://wiki.openstreetmap.org/wiki/Contributors?uselang=vi">trang Người đóng góp</a> trên OpenStreetMap Wiki.
+        contributors_at_austria: Áo
+        contributors_at_stadt_wien: Thành phố Viên
+        contributors_at_cc_by: CC BY
+        contributors_at_land_vorarlberg: Bang Vorarlberg
+        contributors_at_cc_by_at_with_amendments: CC BY AT sửa đổi
+        contributors_au_australia: Úc
+        contributors_au_cc_licence: giấy phép Creative Commons Ghi công 4.0 Quốc tế
+          (CC BY 4.0)
+        contributors_ca_canada: Canada
+        contributors_fi_finland: Phần Lan
+        contributors_fr_france: Pháp
+        contributors_nl_netherlands: Hà Lan
+        contributors_nz_new_zealand: New Zealand
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_slovenia: Slovenia
+        contributors_es_spain: Tây Ban Nha
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_south_africa: Nam Phi
+        contributors_gb_united_kingdom: Vương quốc Anh
         contributors_footer_2_html: '  Việc bao gồm dữ liệu trong OpenStreetMap không
           ngụ ý rằng nhà cung cấp dữ liệu đầu tiên ủng hộ OpenStreetMap, biện hộ sự
           chính xác của nó, hoặc nhận trách nhiệm pháp lý nào.'
@@ -1949,16 +1870,7 @@ vi:
         infringement_1_html: Những người đóng góp vào OSM được khuyên không bao giờ
           bổ sung dữ liệu từ những nguồn có bản quyền (chẳng hạn Bản đồ Google hoặc
           các bản đồ trên giấy) trước khi các nhà giữ bản quyền cho phép rõ ràng.
-        infringement_2_html: Nếu bạn tin rằng tài liệu có bản quyền đã được bổ sung
-          vào cơ sở dữ liệu OpenStreetMap hoặc trang này một cách không thích đáng,
-          xin vui lòng tham khảo <a href="https://wiki.osmfoundation.org/wiki/Licence/Takedown_procedure?uselang=vi">quá
-          trình <i>takedown</i></a> hoặc nộp đơn trực tiếp tại <a href="https://dmca.openstreetmap.org/">trang
-          khiếu nại trực tuyến</a> của chúng tôi.
-        trademarks_title_html: <span id="trademarks"></span>Nhãn hiệu
-        trademarks_1_html: OpenStreetMap, biểu trưng kính lúp, và State of the Map
-          đều là nhãn hiệu đăng ký của Quỹ OpenStreetMap. Nếu bạn có thắc mắc về cách
-          sử dụng các nhãn hiệu này, xin vui lòng tham khảo <a href="http://wiki.osmfoundation.org/wiki/Trademark_Policy?uselang=vi">Quy
-          định về nhãn hiệu</a> của chúng tôi.
+        trademarks_title: Nhãn hiệu
     index:
       js_1: Hoặc trình duyệt của bạn không hỗ trợ JavaScript, hoặc bạn đã tắt JavaScript.
       js_2: OpenStreetMap sử dụng JavaScript cho chức năng bản đồ trơn.
@@ -2030,12 +1942,10 @@ vi:
             chúng tôi, chẳng hạn thiếu con đường hoặc địa chỉ của bạn, cách xử lý
             tốt nhất là tham gia cộng đồng OpenStreetMap để thêm hoặc sửa dữ liệu
             lấy.
-        add_a_note:
-          instructions_html: |-
-            Chỉ việc bấm <a class='icon note'></a> hoặc hình tượng này trên bản đồ.
-            Nút này sẽ thả một ghim vào bản đồ để bạn kéo thả vào vị trí đúng. Miêu tả vấn đề và bấm Lưu. Những người khác sẽ điều tra.
       other_concerns:
         title: Vấn đề khác
+        copyright: trang bản quyền
+        working_group: nhóm làm việc của Quỹ OSM
     help:
       title: Trợ giúp
       introduction: OpenStreetMap có nhiều tài nguyên để cho bạn tìm hiểu về dự án,
@@ -2176,6 +2086,10 @@ vi:
         title: Thuật ngữ Cơ bản
         paragraph_1: 'Đây là những thuật ngữ thường gặp khi sử dụng và đóng góp vào
           OpenStreetMap:'
+        editor: trình vẽ
+        node: nốt
+        way: lối
+        tag: thẻ
       rules:
         title: Quy định!
       start_mapping: Bắt đầu Đóng góp
@@ -2183,6 +2097,7 @@ vi:
         title: Không có Thì giờ Sửa đổi? Thêm một Ghi chú!
         para_1: Nếu bạn chỉ muốn sửa một chi tiết nhỏ và không có thì giờ tập sửa
           đổi, bạn có thể thêm một ghi chú dễ dàng.
+        the_map: bản đồ
     communities:
       title: Cộng đồng
       lede_text: |-
@@ -2199,6 +2114,7 @@ vi:
           địa phương:'
       other_groups:
         title: Các Nhóm Khác
+        communities_wiki: trang wiki về cộng đồng
   traces:
     visibility:
       private: Bí mật (chỉ hiển thị các điểm vô danh không có thứ tự)
@@ -2261,7 +2177,6 @@ vi:
     trace:
       pending: CHƯA XỬ
       count_points:
-        one: 1 điểm
         other: '%{count} điểm'
       more: thêm
       trace_details: Xem Chi tiết Tuyến đường
@@ -2279,6 +2194,7 @@ vi:
       public_traces_from: Tuyến đường GPS công khai của %{user}
       description: Xem những tuyến đường GPS được tải lên gần đây
       tagged_with: ' có thẻ %{tags}'
+      wiki_page: trang wiki
       upload_trace: Tải lên tuyến đường
       all_traces: Tất cả các Tuyến đường
       my_traces: Tuyến đường của Tôi
@@ -2482,6 +2398,7 @@ vi:
         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
+      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
@@ -2661,18 +2578,15 @@ vi:
         nhập.
       time_past_html: Đã hết hạn %{time}.
       block_duration:
-        hours: '%{count} giờ'
+        hours:
+          other: '%{count} giờ'
         days:
-          one: 1 ngày
           other: '%{count} ngày'
         weeks:
-          one: 1 tuần
           other: '%{count} tuần'
         months:
-          one: 1 tháng
           other: '%{count} tháng'
         years:
-          one: 1 năm
           other: '%{count} năm'
     blocks_on:
       title: Các tác vụ cấm %{name}
@@ -2727,15 +2641,6 @@ vi:
       open_title: 'Ghi chú chưa giải quyết #%{note_name}'
       closed_title: 'Ghi chú đã giải quyết #%{note_name}'
       hidden_title: 'Ghi chú ẩn #%{note_name}'
-      opened_by_html: Tạo bởi %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      opened_by_anonymous_html: Tạo vô danh <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: Bình luận của %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_anonymous_html: Bình luận vô danh <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_html: Giải quyết bởi %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      closed_by_anonymous_html: Giải quyết vô danh <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: Mở lại bởi %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_anonymous_html: Mở lại vô danh <abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: Ẩn bởi %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: báo cáo ghi chú này
       anonymous_warning: Ghi chú này có bình luận của người dùng vô danh đóng góp;
         các bình luận này cần được xác nhận lại.
@@ -2795,10 +2700,8 @@ vi:
       locate:
         title: Bay tới Vị trí của Tôi
         metersPopup:
-          one: Bạn đang cách địa điểm này trong vòng 1 mét
           other: Bạn đang cách địa điểm này trong vòng %{count} mét
         feetPopup:
-          one: Bạn đang cách địa điểm này trong vòng 1 bộ
           other: Bạn đang cách địa điểm này trong vòng %{count} bộ
       base:
         standard: Chuẩn
@@ -2814,19 +2717,6 @@ vi:
         gps: Tuyến đường GPS Công khai
         overlays: Bật lớp phủ để gỡ lỗi trên bản đồ
         title: Lớp
-      copyright: © <a href='%{copyright_url}'>những người đóng góp vào OpenStreetMap</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>Quyên góp</a>
-      terms: <a href='%{terms_url}' target='_blank'>Điều khoản trang Web và API</a>
-      cyclosm: Kiểu hình ảnh bản đồ <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>
-        do <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap Pháp</a> phục
-        vụ
-      thunderforest: Các hình ảnh bản đồ do <a href='%{thunderforest_url}' target='_blank'>Andy
-        Allan</a> cung cấp
-      opnvkarte: Mảnh bản đồ do <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>
-        cung cấp
-      hotosm: Kiểu hình ảnh bản đồ do <a href='%{hotosm_url}' target='_blank'>Tổ chức
-        Nhân đạo OpenStreetMap</a> do <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap
-        Pháp</a> phục vụ
     site:
       edit_tooltip: Sửa đổi bản đồ
       edit_disabled_tooltip: Phóng to để sửa đổi bản đồ
@@ -2860,6 +2750,8 @@ vi:
       descend: Xuống
       directions: Chỉ đường
       distance: Tầm xa
+      distance_m: '%{distance}&nbsp;m'
+      distance_km: '%{distance}&nbsp;km'
       errors:
         no_route: Không tìm thấy tuyến đường giữa hai địa điểm này.
         no_place: Rất tiếc, không tìm thấy “%{place}”.
index 7f10d652668e0252526e27cad2ec8f1ba5b37b06..ac3c5a72c5dc7c9be05edbe83e393d0f5c2b8b4d 100644 (file)
@@ -232,12 +232,6 @@ xmf:
   browse:
     created: აკიქიმინუ
     closed: კილერი
-    created_html: გიჭყჷ <abbr title='%{title}'>%{time}</abbr>
-    closed_html: დიკილჷ <abbr title='%{title}'>%{time}</abbr>
-    created_by_html: გიჭყჷ <abbr title='%{title}'>%{time}</abbr> ავტორი %{user}
-    deleted_by_html: დილასჷ <abbr title='%{title}'>%{time}</abbr> ავტორი %{user}
-    edited_by_html: დირედაქტირჷ <abbr title='%{title}'>%{time}</abbr> ავტორი %{user}
-    closed_by_html: დიკილჷ <abbr title='%{title}'>%{time}</abbr> ავტორი %{user}
     version: ვერსია
     in_changeset: თირაფეფიშ პაკეტი
     anonymous: ანონიმი
@@ -263,10 +257,6 @@ xmf:
       relation: ურთიართობეფი (%{count})
       relation_paginated: ურთიართობეფი (%{x}-%{y} %{count}-შე)
       comment: კომენტარეფი (%{count})
-      hidden_commented_by_html: ტყობინელი კომენტარეფი %{user}-შე <abbr title='%{exact_time}'>%{when}
-        კინოხ</abbr>
-      commented_by_html: კომენატარი %{user}-შე <abbr title='%{exact_time}'>%{when}
-        კინოხ</abbr>
       changesetxml: თირუეფიშ პაკეტიშ XML
       osmchangexml: osmChange XML
       feed:
@@ -982,23 +972,6 @@ xmf:
       open_title: 'უდუმუშებუ ხვილაფა #%{note_name}'
       closed_title: 'დამუშებული ხვილაფა #%{note_name}'
       hidden_title: 'ტყობინაფილი ხვილაფა #%{note_name}'
-      opened_by_html: აკოქიმინუ მახვარებუქ %{user} <abbr title='%{exact_time}'>%{when}
-        კინოხ</abbr>
-      opened_by_anonymous_html: აკოქიმინუ ანონიმქ <abbr title='%{exact_time}'>%{when}
-        კინოხ</abbr>
-      commented_by_html: მახვარებუ %{user}-შ კომენტარი <abbr title='%{exact_time}'>%{when}
-        კინოხ</abbr>
-      commented_by_anonymous_html: ანონიმიშ კომენტარი <abbr title='%{exact_time}'>%{when}
-        კინოხ</abbr>
-      closed_by_html: დამუშებული რე მახვარებუ %{user}-შით <abbr title='%{exact_time}'>%{when}
-        კინოხ</abbr>
-      closed_by_anonymous_html: დამუშებული რე ანონიმურო <abbr title='%{exact_time}'>%{when}
-        კინოხ</abbr>
-      reopened_by_html: მახვარებუ %{user}-ქ ახალშე გონწყუ <abbr title='%{exact_time}'>%{when}
-        კინოხ</abbr>
-      reopened_by_anonymous_html: ახალშე გონწყუმილი რე ანონიმურო <abbr title='%{exact_time}'>%{when}
-        კინოხ</abbr>
-      hidden_by_html: დატყობინუ %{user}-ქ <abbr title='%{exact_time}'>%{when} კინოხ</abbr>
       report: ქჷმოგინაფეთ თე მეღანკუაშ გეშა
     new:
       title: ახალი ხვილაფა
index d28508c20dafafd8d6d9cda2e755f3ca80c20b9a..1f6ded06a65f0c8f17f83a173721bc7db5f687ed 100644 (file)
@@ -174,8 +174,6 @@ yi:
       short_url: קורץ URL
       center_marker: צענטרירן מאפע אויף מארקירונג
       view_larger_map: באקוקן גרעסערע מאפע
-    map:
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap בײַשטײַערער</a>
     changesets:
       show:
         hide_comment: באַהאַלטן
index 2a8fed6058934a9d8ad6305e00199867d68b2654..99bb6c4901d2a97d9d0582cb7a5062f144191442 100644 (file)
@@ -40,10 +40,6 @@ yo:
     log_in: Ìjáwọlé
     make_a_donation:
       text: Da wo si openstreetmap.org
-  user_mailer:
-    gpx_success:
-      loaded_successfully:
-        other: ókan=ó jẹ́ gbígbéjáde láṣeyorí pẹ̀lú %{trace_points} nínú iye 1
   messages:
     show:
       title: Ka message
index 67fcb2bfa3bdf063c6639e91f49ea712d957c6ce..a5e846de65cb239079d5e89371efa47ba5cf7244 100644 (file)
@@ -231,47 +231,45 @@ zh-CN:
         reason: 用户被封禁的原因。请尽可能以冷静、合理的态度,尽量详细的说明有关情况,并请记住,该信息将被公开。请牢记,并非所有用户都了解社区的术语,所以请尝试使用较通俗的说法。
         needs_view: 在清除这个封禁之前,是否需要用户先登录?
       user:
-        email_confirmation: 你的电子邮件地址不会被公开展示,更多信息请查看请我们的<a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="包含有关电子邮件地址的部分的OSMF隐私政策">隐私政策</a>以获取更多信息。
         new_email: (从不公开显示)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: 约1小时前
+        one: 约%{count}小时前
         other: 约%{count}小时前
       about_x_months:
-        one: 约1个月前
+        one: 约%{count}个月前
         other: 约%{count}个月前
       about_x_years:
-        one: 约1
+        one: 约%{count}
         other: 约%{count}年前
       almost_x_years:
-        one: 近1年前
+        one: 近%{count}年前
         other: 近%{count}年前
       half_a_minute: 30秒前
       less_than_x_seconds:
-        one: 小于1秒前
-        other: 小于%{count}秒前
+        one: 不到%{count}秒前
+        other: 不到%{count}秒前
       less_than_x_minutes:
-        one: 小于1分钟前
+        one: 小于%{count}分钟前
         other: 小于%{count}分钟前
       over_x_years:
-        one: 超过1年前
+        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}年前'
   printable_name:
     with_version: '%{id},版本 %{version}'
@@ -364,6 +362,7 @@ zh-CN:
       only_public_can_edit: 自0.6 API上线以来,只有公共用户可以编辑地图数据。
       find_out_why: 找出为什么
       email_not_revealed: 您的电子邮件地址不会公开泄露。
+      not_reversible: 此操作无法撤消,所有新用户现在默认都是公开的。
       make_edits_public_button: 公开我所有的编辑
     update:
       success_confirm_needed: 成功更新用户信息。 查看您的邮箱以确认您的新邮箱地址。
@@ -373,22 +372,22 @@ zh-CN:
   browse:
     created: 创建于
     closed: 关闭于
-    created_html: 创建于<abbr title='%{title}'>%{time}</abbr>
-    closed_html: 关闭于<abbr title='%{title}'>%{time}</abbr>
-    created_by_html: '%{user}创建于<abbr title=''%{title}''>%{time}</abbr>'
-    deleted_by_html: '%{user}删除于<abbr title=''%{title}''>%{time}</abbr>'
-    edited_by_html: '%{user}编辑于<abbr title=''%{title}''>%{time}</abbr>'
-    closed_by_html: '%{user}关闭于<abbr title=''%{title}''>%{time}</abbr>'
+    created_ago_html: 创建于 %{time_ago}
+    closed_ago_html: 关闭于 %{time_ago}
+    created_ago_by_html: 由 %{user} 创建于 %{time_ago}
+    closed_ago_by_html: 由 %{user} 关闭于 %{time_ago}
+    deleted_ago_by_html: 由 %{user} 删除于 %{time_ago}
+    edited_ago_by_html: 由%{user} 编辑于 %{time_ago}
     version: 版本
     in_changeset: 变更集
     anonymous: 匿名用户
     no_comment: (无注释)
     part_of: 属于
     part_of_relations:
-      one: 1 relation
+      one: '%{count} 个关系'
       other: '%{count} 个关系'
     part_of_ways:
-      one: 1 way
+      one: '%{count} 条路径'
       other: '%{count} 条路径'
     download_xml: 下载 XML
     view_history: 查看历史
@@ -404,8 +403,8 @@ zh-CN:
       relation: 关系 (%{count})
       relation_paginated: 关系 (%{x}-%{y},共 %{count})
       comment: 评论(%{count})
-      hidden_commented_by_html: <abbr title='%{exact_time}'>%{when}</abbr>来自%{user}的隐藏评论
-      commented_by_html: <abbr title='%{exact_time}'>%{when}</abbr>来自%{user}的评论
+      hidden_comment_by_html: 隐藏来自 %{user} %{time_ago} 的评论
+      comment_by_html: 来自 %{user} %{time_ago} 的评论
       changesetxml: 变更集 XML
       osmchangexml: osmChange XML
       feed:
@@ -431,7 +430,7 @@ zh-CN:
       history_title_html: 关系历史:%{name}
       members: 成员
       members_count:
-        one: 1 member
+        one: '%{count} 位成员'
         other: '%{count} 位成员'
     relation_member:
       entry_role_html: '%{type} %{name} 作为%{role}'
@@ -632,13 +631,19 @@ zh-CN:
   errors:
     contact:
       contact_url: http://wiki.openstreetmap.org/wiki/Contact
+      contact_url_title: 各种联系渠道说明
       contact: 联系
+      contact_the_community_html: 如果您发现有损坏的链接/错误,请随时%{contact_link} OpenStreetMap
+        社区。并记下您请求的确切 URL。
     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} 为朋友?
@@ -655,11 +660,8 @@ zh-CN:
   geocoder:
     search:
       title:
-        latlon_html: 来自<a href="https://openstreetmap.org/">内部</a>的结果
-        osm_nominatim_html: 来自 <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> 的结果
-        osm_nominatim_reverse_html: 来自 <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> 的结果
+        results_from_html: 来自%{results_link}的结果
+        latlon: 内部
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1452,11 +1454,10 @@ zh-CN:
       status: 状态
       reports: 举报
       last_updated: 最后更新
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr>由%{user}
+      last_updated_time_ago_user_html: 由 %{user} 于 %{time_ago}
       link_to_reports: 查看举报
       reports_count:
-        one: 1个举报
+        one: '%{count}个举报'
         other: '%{count}个举报'
       reported_item: 举报项
       states:
@@ -1467,7 +1468,7 @@ zh-CN:
       title: '%{status}问题#%{issue_id}'
       reports:
         zero: 无举报
-        one: 1个举报
+        one: '%{count}个举报'
         other: '%{count}个举报'
       report_created_at: 首次报告于%{datetime}
       last_resolved_at: 上次解决于%{datetime}
@@ -1612,7 +1613,7 @@ zh-CN:
       subject: '[OpenStreetMap] GPX 导入失败'
     gpx_success:
       hi: 您好,%{to_user}:
-      loaded_successfully: 成功载入 %{possible_points} 可能节点中的 %{trace_points} 个。
+      loaded: 已成功加载%{count}个可能轨迹点中的%{trace_points}个。
       subject: '[OpenStreetMap] GPX 导入成功'
     signup_confirm:
       subject: '[OpenStreetMap] 欢迎加入 OpenStreetMap'
@@ -1683,6 +1684,8 @@ zh-CN:
       success: 已确认您的账户,感谢您的注册!
       already active: 该账户已经确认。
       unknown token: 确认码已经过期或不存在。
+      resend_html: 如果您需要我们重新发送确认邮件,%{reconfirm_link}。
+      click_here: 点击此处
     confirm_resend:
       failure: 用户 %{name} 未找到。
     confirm_email:
@@ -1789,7 +1792,6 @@ zh-CN:
       image: 图像
       gravatar:
         gravatar: 使用 Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: 什么是Gravatar?
         disabled: Gravatar已禁用。
         enabled: 您的Gravatar显示已启用。
@@ -1854,6 +1856,7 @@ zh-CN:
       support: 支持
   shared:
     markdown_help:
+      heading_html: 以%{kramdown_link}解析
       headings: 标题
       heading: 标题
       subheading: 副标题
@@ -1872,28 +1875,36 @@ zh-CN:
   site:
     about:
       next: 下一页
-      copyright_html: <span>&copy;</span>OpenStreetMap<br> 贡献者
+      heading_html: '%{copyright}OpenStreetMap %{br} 贡献者'
       used_by_html: '%{name} 为数以千计的网站、移动应用以及硬件设备提供地图数据'
       lede_text: OpenStreetMap 是一个由地图制作爱好者组成的社区。这些爱好者提供并维护世界各地关于道路、小道、咖啡馆、铁路车站等各种各样的数据。
       local_knowledge_title: 本地知识库
       local_knowledge_html: OpenStreetMap 强调使用本地知识。贡献者们使用航空图像、GPS 设备与传统的地区地图来确保 OSM
         的精确性和时效性。
       community_driven_title: 社区驱动
-      community_driven_html: OpenStreetMap 是一个多元化的社区,它充满激情,并且每天都在成长。我们的参与者包括地图制作爱好者,地理信息系统(GIS)从业人员,维护
-        OSM 服务器的工程师,标注灾害区域的人道主义自愿者,已经其他很多各界人士。想更多的了解社区请参见<a href='https://blog.openstreetmap.org'>OpenStreetMap博客</a>、<a
-        href='%{diary_path}'>用户日记</a>、<a href='https://blogs.openstreetmap.org/'>社区博客</a>,以及
-        <a href='https://www.osmfoundation.org/'>OSM 基金会</a>网站。
+      community_driven_1_html: OpenStreetMap 是一个多元化的社区,它充满激情,并且每天都在成长。我们的参与者包括地图制作爱好者,地理信息系统(GIS)从业人员,维护
+        OSM 服务器的工程师,标注灾害区域的人道主义自愿者,已经其他很多各界人士。想更多的了解社区请参见%{osm_blog_link}、%{user_diaries_link}、%{community_blogs_link},以及%{osm_foundation_link}网站。
+      community_driven_osm_blog: OpenStreetMap 博客
+      community_driven_user_diaries: 用户日记
+      community_driven_community_blogs: 社区博客
+      community_driven_osm_foundation: OSM基金会
       open_data_title: 开放数据
-      open_data_html: OpenStreetMap 是<i>开源数据</i>:只要您表明使用了 OpenStreetMap 并承认其贡献者的工作,您就可以使用
-        OpenStreetMap。如果您改变或者使用这些数据,您必须按照相同的版权协议发布结果。详情请参见<a href='%{copyright_path}'>版权协议</a>。
+      open_data_1_html: OpenStreetMap 是%{open_data}:只要您表明使用了 OpenStreetMap 并承认其贡献者的工作,您就可以使用
+        OpenStreetMap。如果您改变或者使用这些数据,您必须按照相同的版权协议发布结果。详情请参见%{copyright_license_link}。
+      open_data_open_data: 开放数据
+      open_data_copyright_license: 著作权与许可
       legal_title: 法律
-      legal_1_html: |-
-        此网站和很多其他相关服务已由<a href='https://osmfoundation.org/'>OpenStreetMap基金会</a>(OSMF)正式代表社群运营。使用所有由OSMF运营的服务均需符合我们的<a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">使用条款</a>、<a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
-        可接受使用方针</a>和我们的<a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">隐私政策。
-      legal_2_html: |-
-        如果您有任何授权、版权或其他法律咨询,请<a href='https://osmfoundation.org/Contact'>联系OSMF</a>。
-        <br>
-        OpenStreetMap、放大镜标示,和State of the Map是<a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">OSMF的注册商标</a>。
+      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_aup: 可接受的使用政策
+      legal_1_1_privacy_policy: 隐私政策
+      legal_2_1_html: |-
+        若您有许可证、著作权或其他法律上的问题,请%{contact_the_osmf_link}
+        。
+      legal_2_1_contact_the_osmf: 联系 OSM 基金会
+      legal_2_2_html: OpenStreetMap、放大镜标志和SotM是%{registered_trademarks_link}。
+      legal_2_2_registered_trademarks: OSMF 的注册商标
       partners_title: 合作伙伴
     copyright:
       foreign:
@@ -1907,78 +1918,109 @@ zh-CN:
         mapping_link: 开始绘制地图
       legal_babble:
         title_html: 著作权与许可
-        intro_1_html: |-
-          OpenStreetMap<sup><a href="#trademarks">&reg;</a></sup>是<i>开放数据</i>,由<a
-          href="https://osmfoundation.org/">OpenStreetMap基金会</a>(OSMF)采用<a
-          href="https://opendatacommons.org/licenses/odbl/">开放数据共享开放数据库许可协议</a>(ODbL)授权。
-        intro_2_html: 只要你表明来源为OpenStreetMap及其贡献者,你就可以自由地复制、分发、传送和改编我们的数据。如果你想转换或者以我们的数据为基础进行创作,你只能采用相同的许可协议发表你的作品。完整的<a
-          href="https://opendatacommons.org/licenses/odbl/1.0/">法律文本</a>阐明了你的权利和义务。
-        intro_3_1_html: 我们的文档采用<a href="https://creativecommons.org/licenses/by-sa/2.0/deed.zh">知识共享
-          署名-相同方式共享 2.0 (CC BY-SA 2.0)</a>许可协议授权。
+        introduction_1_html: |-
+          OpenStreetMap%{registered_trademark_link} 是%{open_data},由 %{osm_foundation_link} (OSMF) 在
+          %{odc_odbl_link} (ODbL) 下获得许可。
+        introduction_1_open_data: 开放数据
+        introduction_1_odc_odbl: 开放数据共享开放数据库许可协议
+        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) 获得许可。
+        introduction_3_creative_commons: Creative Commons Attribution-ShareAlike 2.0
         credit_title_html: 如何表明作者是 OpenStreetMap
         credit_1_html: 当您使用 OpenStreetMap 的数据,您会被要求遵循两件事:
-        credit_2_1_html: |-
-          <ul>
-            <li>显示出我们的版权声明来表达归属于 OpenStreetMap 的内容。</li>
-            <li>清楚表明数据在开放数据库许可协议下可用。</li>
-          </ul>
-        credit_3_1_html: 对于版权声明的显示,我们会依据您如何使用我们的数据,而有不同的要求。例如,不同的规则要如何显示版权声明,具体取决于您是否建立了可浏览的地图、列印的地图或是静态图像。完整的详细信息要求可以在<a
-          href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">署名方针</a>上查看。
-        credit_4_html: |-
-          请明确表示数据在开放数据库许可协议下可用,您可以链接到<a href="https://www.openstreetmap.org/copyright">这个版权页面</a>。
+        credit_2_1: 通过显示我们的版权声明为 OpenStreetMap 提供署名。
+        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 的示例
           title: 署名示例
         more_title_html: 了解更多
-        more_1_html: |-
-          请在<a
-          href="https://osmfoundation.org/Licence">OSMF许可协议页面</a>阅读更多关于使用我们的数据,以及如何表明我们是作者的信息。
-        more_2_html: 尽管 OpenStreetMap 开放数据,但是我们无法为第三方提供免费的地图 API。详见我们的 <a href="https://operations.osmfoundation.org/policies/api/">API使用政策</a>、<a
-          href="https://operations.osmfoundation.org/policies/tiles/">地图图块使用政策</a>及<a
-          href="https://operations.osmfoundation.org/policies/nominatim/">名称服务使用政策</a>。
+        more_1_1_html: 在 %{osmf_licence_page_link} 阅读更多关于使用我们的数据以及如何为我们署名的信息。
+        more_1_1_osmf_licence_page: OSMF 许可页面
+        more_2_1_html: 尽管 OpenStreetMap 是开放数据,但我们无法为第三方提供免费的地图 API。请参阅我们的 %{api_usage_policy_link}、%{tile_usage_policy_link}
+          和 %{nominatim_usage_policy_link}。
+        more_2_1_api_usage_policy: API 使用政策
+        more_2_1_tile_usage_policy: 瓦片使用政策
+        more_2_1_nominatim_usage_policy: Nominatim使用政策
         contributors_title_html: 我们的贡献者
         contributors_intro_html: 我们的数据来源于成千上万人的贡献。但我们也从国家测绘机构等处获取公共版权的数据,其中包括:
-        contributors_at_html: <strong>奥地利</strong>:包含来自 <a href="https://data.wien.gv.at/">Stadt
-          Wien</a>(<a href="https://creativecommons.org/licenses/by/3.0/at/deed.zh">CC
-          BY</a>协议)、<a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land
-          Vorarlberg</a>及 Land Tirol (修订的 <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY
-          AT</a>协议)的数据。
-        contributors_au_html: |-
-          <strong>澳大利亚</strong>:使用行政边界纳入或开发&copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape澳大利亚</a>依据<a href="https://creativecommons.org/licenses/by/4.0/">知识共享署名4.0国际许可协议(CC BY 4.0)</a>由澳大利亚联邦条款授权。
-        contributors_ca_html: <strong>加拿大</strong>:含有来自GeoBase&reg;,GeoGratis(&copy;
-          加拿大自然资源部),CanVec(&copy; 加拿大自然资源部)和StatCan(加拿大统计局地理处)的数据。
-        contributors_fi_html: <strong>芬兰</strong>:包含来自芬兰国家测绘局地形数据库和其他测绘机构的数据,依据 <a
-          href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1">NLSFI
-          协议</a>授权。
-        contributors_fr_html: <strong>法国</strong>:含有来自 Direction Générale des Impôts
-          的数据。
-        contributors_nl_html: <strong>荷兰</strong>:含有&copy; AND data, 2007(<a href="https://www.and.com">www.and.com</a>)
-        contributors_nz_html: <strong>新西兰</strong>:包含来源自<a href="https://data.linz.govt.nz/">LINZ数据服务</a>的数据,依据<a
-          href="https://creativecommons.org/licenses/by/4.0/deed.zh">CC BY 4.0</a>授权复用。
-        contributors_si_html: |-
-          <strong>斯洛文尼亚</strong>:包含来自
-          <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a>和
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>(斯洛文尼亚公开信息)的数据。
-        contributors_es_html: <strong>西班牙</strong>:包含来自西班牙国家地理研究所(<a href="http://www.ign.es/">IGN</a>)和国家制图系统(<a
-          href="http://www.scne.es/">SCNE</a>)的数据,这些数据以<a href="https://creativecommons.org/licenses/by/4.0/">知识共享
-          署名 4.0协议</a>授权。
-        contributors_za_html: <strong>南非</strong>:包含来自<a href="http://www.ngi.gov.za/">行政局:国家地球空间信息</a>,国家版权所有。
-        contributors_gb_html: <strong>英国</strong>:包含来自 Ordnance 的调查数据,&copy; Crown
-          版权所有及数据库权利,2010-2023。
-        contributors_footer_1_html: |-
-          关于其进一步的细节,及其他被用来帮助提升 OpenStreetMap 的来源,详见 OpenStreetMap Wiki 的<a
-          href="https://wiki.openstreetmap.org/wiki/Zh-hans:Contributors">贡献者页面</a>。
+        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_cc_by: CC BY
+        contributors_at_land_vorarlberg: 福拉尔贝格州
+        contributors_at_cc_by_at_with_amendments: CC BY AT 含修正案
+        contributors_au_credit_html: |-
+          %{australia}:使用 © %{geoscape_australia_link}
+           行政边界合并或开发,由澳大利亚联邦根据 %{cc_licence_link} 许可。
+        contributors_au_australia: 澳大利亚
+        contributors_au_geoscape_australia: Geoscape Australia
+        contributors_au_cc_licence: Creative Commons Attribution 4.0 International
+          licence (CC BY 4.0)
+        contributors_ca_credit_html: '%{canada}:含有来自GeoBase&reg;,GeoGratis(&copy;
+          加拿大自然资源部),CanVec(&copy; 加拿大自然资源部)和StatCan(加拿大统计局地理处)的数据。'
+        contributors_ca_canada: 加拿大
+        contributors_fi_credit_html: |-
+          %{finland}:包含来自芬兰地形数据库的
+          国家土地调查
+          和其他数据集的数据,以 %{nlsfi_license_link} 授权。
+        contributors_fi_finland: 芬兰
+        contributors_fi_nlsfi_license: NLSFI许可证
+        contributors_fr_credit_html: "%{france}:包含来自 \nDirection Générale des Impôts
+          的数据。"
+        contributors_fr_france: 法国
+        contributors_nl_credit_html: '%{netherlands}: 包含 &copy; AND data, 2007 (%{and_link})'
+        contributors_nl_netherlands: 荷兰
+        contributors_nz_credit_html: |-
+          %{new_zealand}:包含来自 %{linz_data_service_link}
+           的数据,并已在 %{cc_by_link} 下许可重用。
+        contributors_nz_new_zealand: 新西兰
+        contributors_nz_linz_data_service: LINZ 数据服务
+        contributors_nz_cc_by: CC BY 4.0
+        contributors_si_credit_html: |-
+          %{slovenia}:包含来自%{gu_link}和%{mkgp_link}
+          (斯洛文尼亚公共信息)的数据。
+        contributors_si_slovenia: 斯洛文尼亚
+        contributors_si_gu: 测绘局
+        contributors_si_mkgp: 农林与食品部
+        contributors_es_credit_html: |-
+          %{spain}:包含来自
+          西班牙国家地理研究所 (%{ign_link}) 和
+          国家制图系统 (%{scne_link})
+           的数据,已在 %{cc_by_link} 下许可重用。
+        contributors_es_spain: 西班牙
+        contributors_es_ign: IGN
+        contributors_es_cc_by: CC BY 4.0
+        contributors_za_credit_html: '%{south_africa}:包含来自 %{ngi_link} 的数据,版权国有。'
+        contributors_za_south_africa: 南非
+        contributors_za_ngi: 国家地理空间信息总局
+        contributors_gb_credit_html: '%{united_kingdom}:包含来自 Ordnance 的调查数据,© Crown
+          数据库及版权所有,2010-2023。'
+        contributors_gb_united_kingdom: 英国
+        contributors_2_html: 有关这些内容的更多详细信息,以及已使用帮助改进 OpenStreetMap 的其他来源,请参阅 OpenStreetMap
+          Wiki 上的 %{contributors_page_link}。
+        contributors_2_contributors_page: 贡献者页面
         contributors_footer_2_html: OpenStreetMap 纳入数据并不意味着原始数据提供者认可 OpenStreetMap、提供任何担保或担负任何法律责任。
         infringement_title_html: 著作权侵犯
         infringement_1_html: OSM 的贡献者会被提醒,绝不要在没有著作权人的明确许可时添加来自任何有著作权的来源的数据(如谷歌地图或印刷地图)。
-        infringement_2_html: 如果您认为版权的材料已被不恰当地添加的 OpenStreetMap 数据库或该网站,请参见我们的<a href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">撤除程序</a>,或直接在我们的<a
-          href="https://dmca.openstreetmap.org/">在线申报页面</a>上提出。
-        trademarks_title_html: <span id="trademarks"></span>商标
-        trademarks_1_html: OpenStreetMap、放大镜标志和地图状态是OpenStreetMap基金会的注册商标。如果您对使用这些标志有任何问题,请参见我们的<a
-          href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">商标方针</a>。
+        infringement_2_1_html: 如果您认为受版权保护的材料已被不适当地添加到 OpenStreetMap 数据库或本网站,请参考、我们的
+          %{takedown_procedure_link} 或直接在我们的 %{online_filing_page_link} 递交。
+        infringement_2_1_takedown_procedure: 下架程序
+        infringement_2_1_online_filing_page: 在线申请页面
+        trademarks_title: 商标
+        trademarks_1_1_html: "OpenStreetMap、放大镜标志和 State of the Map 是 \nOpenStreetMap
+          Foundation 的注册商标。如果您对商标的使用有任何疑问,请参阅我们的\n%{trademark_policy_link}。"
+        trademarks_1_1_trademark_policy: 商标政策
     index:
       js_1: 您或许正在使用不支持 JavaScript 的浏览器,或您禁用了 JavaScript。
       js_2: OpenStreetMap 使用 JavaScript 让地图更平滑。
@@ -2004,6 +2046,8 @@ zh-CN:
       map_image: 地图图像 (显示标准图层)
       embeddable_html: 可嵌入HTML
       licence: 许可协议
+      licence_details_html: OpenStreetMap 数据以 %{odbl_link} (ODbL) 许可。
+      odbl: 开放数据共享开放数据库许可协议
       too_large:
         advice: 如果用上面的导出工具失败了,请考虑使用下面列出的来源来导出:
         body: 该区域过大,不能导出为 OpenStreetMap XML 数据。请放大地图或选择一个更小的区域,或使用以下大量数据下载来源之一:
@@ -2040,9 +2084,14 @@ zh-CN:
           explanation_html: 如果您发现我们的地图数据有问题,例如缺少某条道路或者您的地址,最好的处理方法就是加入 OpenStreetMap
             社区,然后您自己添加或者改进数据。
         add_a_note:
-          instructions_html: 只需点击<a class='icon note'></a>或地图上显示的相同图标。这会在地图上添加标记,您可以拖动它来改变位置。添加您所知信息后点击保存,其他绘图者将进行核查。
+          instructions_1_html: |-
+            只需点击%{note_icon}或地图显示上的相同图标。
+            这会在地图上添加一个标记,您可以通过拖动它。添加您的注记,然后点击保存,其他绘图者将作出查证。
       other_concerns:
         title: 其他问题
+        concerns_html: 如果您对我们的数据使用方式或内容有疑虑,请参阅我们的%{copyright_link}来了解更多法律信息,或者联系相应的%{working_group_link}。
+        copyright: 版权页面
+        working_group: OSMF 工作小组
     help:
       title: 获得帮助
       introduction: OpenStreetMap 有若干资源用于学习该项目,提问和回答问题,以及讨论与制作地图相关的话题并且撰写相关文档。
@@ -2077,8 +2126,16 @@ zh-CN:
         description: 浏览 wiki 深入了解 OpenStreetMap 文档。
     potlatch:
       removed: 您的默认OpenStreetMap编辑器设置为Potlatch。由于Adobe Flash Player已停止支持,因此Potlatch不再可在Web浏览器中使用。
+      desktop_application_html: 您仍然可以通过%{download_link}使用 Potlatch。
+      download: 下载适用于 Mac 和 Windows 的桌面应用程序
+      id_editor_html: 或者,您可以将默认编辑器设置为 iD,它会像先前的 Potlatch 一样在您的网络浏览器上运行。%{change_preferences_link}。
+      change_preferences: 在这里更改您的参数设置
     any_questions:
       title: 还有疑问吗?
+      paragraph_1_html: 有多种资源可用于了解该项目、提出和回答与 OpenStreetMap 有关的问题,并且协作讨论和记录地图主题。%{help_link}。以组织形式为
+        OpenStreetMap 制定计划吗?%{welcome_mat_link}。
+      get_help_here: 在这里寻求帮助
+      welcome_mat: 查看欢迎垫
     sidebar:
       search_results: 搜索结果
       close: 关闭
@@ -2168,9 +2225,17 @@ zh-CN:
       introduction: 欢迎访问 OpenStreeMap,自由且可编辑的世界地图。您已经登录,可以开始绘制地图。这里是含有您需要知道的最重要的信息的快速指南。
       whats_on_the_map:
         title: 地图上有什么
+        on_the_map_html: OpenStreetMap 是一个%{real_and_current}的地图,它包含数百万的建筑、道路以及其他的位置细节。您基本可以编辑现实世界中您感兴趣的任何东西。
+        real_and_current: 真实且最新
+        off_the_map_html: 它%{doesnt}包括主观的数据,如排行榜、历史中的或假想的特征,以及来自受版权保护的来源的数据。除非你有特殊许可,请勿从在线或纸质地图复制。
+        doesnt: 不会
       basic_terms:
         title: 绘制地图的基本术语
         paragraph_1: OpenStreetMap 有一些自己的术语。这里是一些常用的关键词。
+        an_editor_html: '%{editor}是您可以用于编辑地图的程序或网站。'
+        a_node_html: '%{node}是地图上的一个点,例如一间餐厅或者一棵树。'
+        a_way_html: '%{way}是一条线或一片区域,例如一条道路、一条溪流、一个湖泊或者一栋建筑物。'
+        a_tag_html: '%{tag}是关于节点或路径的数据,例如餐厅名称或者道路限速。'
         editor: 编辑器
         node: 节点
         way: 路径
@@ -2181,10 +2246,13 @@ zh-CN:
           OpenStreetMap 几乎没有正式规则,但我们希望所有参与者都能与社群合作并与之沟通。如果您正在考虑
           除手动编辑之外的任何活动,请阅读并遵循
           %{imports_link} 和 %{automated_edits_link} 上的指南。
+        imports: 导入
+        automated_edits: 自动化编辑
       start_mapping: 开始绘制地图
       add_a_note:
         title: 没有时间编辑?添加注记!
         para_1: 如果您这是想做一些微小改动而没有时间登录来学习如何编辑,那添加注记是非常容易的。
+        para_2_html: 只要去%{map_link}并单击注记图标:%{note_icon}。这将在地图上添加一个标记,您可以拖动它,并添加您的备注,然后单击保存,其他人绘图者将确认其是否正确。
         the_map: 地图
     communities:
       title: 社区
@@ -2199,6 +2267,10 @@ zh-CN:
         list_text: 以下社区正式成立为地方分会:
       other_groups:
         title: 其他团体
+        other_groups_html: |-
+          没有必要正式建立一个与地方分会同等规模的团体。
+          事实上,许多团体作为非正式的聚会或社区团体非常成功地存在。任何人都可以创设或加入这些团体。在%{communities_wiki_link}上阅读更多内容。
+        communities_wiki: 社区 wiki 页面
   traces:
     visibility:
       private: 私有 (只以匿名分享,无顺序的点)
@@ -2252,7 +2324,7 @@ zh-CN:
     trace:
       pending: 挂起
       count_points:
-        one: 1个点
+        one: '%{count}个点'
         other: '%{count}个点'
       more: 更多
       trace_details: 查看轨迹详情
@@ -2271,6 +2343,8 @@ zh-CN:
       description: 浏览最近的GPS轨迹上传
       tagged_with: ' 标签为%{tags}'
       empty_title: 这里还没有东西
+      empty_upload_html: '%{upload_link}或者在%{wiki_link}了解更多有关 GPS 追踪的信息。'
+      upload_new: 上传新轨迹
       wiki_page: Wiki页面
       upload_trace: 上传轨迹
       all_traces: 所有轨迹
@@ -2435,12 +2509,17 @@ zh-CN:
       support: 支持
       about:
         header: 自由且可编辑
+        paragraph_1: 与其他地图不同,OpenStreetMap 完全由像您这样的人创建,任何人都可以免费修复、更新、下载和使用。
+        paragraph_2: 注册以开始贡献。我们将发送一封电子邮件以确认您的帐户。
       display name description: 你的公开展示的用户名。你可以稍后在设置中进行修改。
       external auth: 第三方身份验证:
       use external auth: 或者使用第三方服务登录
       auth no password: 通过第三方身份验证,您不再需要密码,但一些额外工具或服务器可能仍然需要。
       continue: 注册
       terms accepted: 感谢您接受新的贡献条款!
+      email_confirmation_help_html: 您的地址不会公开显示,请参阅我们的%{privacy_policy_link}了解更多信息。
+      privacy_policy: 隐私政策
+      privacy_policy_title: OSM基金会隐私政策包括电子邮件地址部分
     terms:
       title: 条款
       heading: 条款
@@ -2452,6 +2531,9 @@ zh-CN:
       read_tou: 我已阅读并同意使用条款
       consider_pd: 除了上述协议,我同意将我的贡献释于公有领域
       consider_pd_why: 这是什么?
+      guidance_info_html: 有助于理解这些术语的信息:一个 %{readable_summary_link} 和一些 %{informal_translations_link}
+      readable_summary: 人类可读的摘要
+      informal_translations: 非正式翻译
       continue: 继续
       decline: 拒绝
       you need to accept or decline: 请先阅读,然后接受或拒绝新的贡献者条款,再继续。
@@ -2489,7 +2571,7 @@ zh-CN:
       notes: 地图注记
       remove as friend: 删除朋友
       add as friend: 添加朋友
-      mapper since: 绘图于:
+      mapper since: 绘图者注册于:
       ct status: 贡献者条款:
       ct undecided: 未决定
       ct declined: 已拒绝
@@ -2613,19 +2695,19 @@ zh-CN:
       time_past_html: 结束于%{time}。
       block_duration:
         hours:
-          one: 1 小时
+          one: '%{count} 小时'
           other: '%{count} 小时'
         days:
-          one: 1日
+          one: '%{count}日'
           other: '%{count}日'
         weeks:
-          one: 1周
+          one: '%{count}周'
           other: '%{count}周'
         months:
-          one: 1个月
+          one: '%{count}个月'
           other: '%{count}个月'
         years:
-          one: 1年
+          one: '%{count}年'
           other: '%{count}年'
     blocks_on:
       title: 对 %{name} 的封禁
@@ -2680,15 +2762,15 @@ zh-CN:
       open_title: '未解决注记 #%{note_name}'
       closed_title: '已解决注记 #%{note_name}'
       hidden_title: '隐藏注记 #%{note_name}'
-      opened_by_html: '%{user}创建于<abbr title=''%{exact_time}''>%{when}</abbr>'
-      opened_by_anonymous_html: 匿名用户创建于<abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by_html: '%{user}于<abbr title=''%{exact_time}''>%{when}</abbr>发表的评论'
-      commented_by_anonymous_html: 匿名用户于<abbr title='%{exact_time}'>%{when}</abbr>发表的评论
-      closed_by_html: '%{user}解决于<abbr title=''%{exact_time}''>%{when}</abbr>'
-      closed_by_anonymous_html: 匿名用户解决于<abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by_html: '%{user}重新激活于<abbr title=''%{exact_time}''>%{when}</abbr>'
-      reopened_by_anonymous_html: 匿名用户重新激活于<abbr title='%{exact_time}'>%{when}</abbr>
-      hidden_by_html: '%{user}隐藏于<abbr title=''%{exact_time}''>%{when}</abbr>'
+      event_opened_by_html: 由%{user}%{time_ago}创建
+      event_opened_by_anonymous_html: 由匿名用户%{time_ago}创建
+      event_commented_by_html: 来自%{user}%{time_ago}的评论
+      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: 该注记包含匿名用户的评论,应独立地予以核实。
       hide: 隐藏
@@ -2740,10 +2822,10 @@ zh-CN:
       locate:
         title: 显示我的位置
         metersPopup:
-          one: 你距离该点1
+          one: 你距离该点%{count}
           other: 你距离该点%{count}米
         feetPopup:
-          one: 你就在这个位置的英尺范围内
+          one: 你就在这个位置的%{count}英尺范围内
           other: 你就在这个位置的%{count}英尺范围内
       base:
         standard: 标准
@@ -2759,15 +2841,15 @@ zh-CN:
         gps: 公开 GPS 轨迹
         overlays: 启用解决地图问题的覆盖层
         title: 图层
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap 贡献者</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>捐赠</a>
-      terms: <a href='%{terms_url}' target='_blank'>网站和API使用条款</a>
-      cyclosm: 图块风格作者为<a href='%{cyclosm_url}' target='_blank'>CyclOSM</a>,由<a href='%{osmfrance_url}'
-        target='_blank'>OpenStreetMap France</a>托管
-      thunderforest: 地图图块来源<a href='%{thunderforest_url}' target='_blank'>Andy Allan</a>
-      opnvkarte: 由<a href='%{memomaps_url}' target='_blank'>MeMoMaps</a>提供的图块
-      hotosm: 图块风格作者为<a href='%{hotosm_url}' target='_blank'>Humanitarian OpenStreetMap
-        Team</a>,由<a href='%{osmfrance_url}' target='_blank'>OpenStreetMap France</a>托管
+      openstreetmap_contributors: OpenStreetMap 贡献者
+      make_a_donation: 捐款
+      website_and_api_terms: 网站和API条款
+      cyclosm_credit: 由%{osm_france_link}托管的%{cyclosm_link}的图块风格
+      osm_france: OpenStreetMap 法国
+      thunderforest_credit: '%{thunderforest_link}提供的图块'
+      opnvkarte_credit: '%{memomaps_link}提供的图块'
+      hotosm_credit: 由%{osm_france_link}托管的%{hotosm_link}图块风格
+      hotosm_name: 人道主义开放街图团队
     site:
       edit_tooltip: 编辑地图
       edit_disabled_tooltip: 放大地图以编辑
index 3435a32db93f31033fcfb08cd41d8b2adb8f68a0..de6282c10a74a0ab4c8f009e68d5e5fb72bacf2c 100644 (file)
@@ -156,8 +156,6 @@ zh-HK:
         reason: 封鎖使用者的理由。請盡量以平靜、合理態度詳細描述情況,並記住訊息公開可見。請注意,並非所有使用者都了解社群術語,所以請盡量使用通俗說法。
         needs_view: 是否需要使用者先登入後才讓此封鎖得以清除?
       user:
-        email_confirmation: 閣下的電郵地址不會公開展示,請瀏覽我們的<a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="OSMF privacy policy including section on email addresses">私隱政策</a>頁獲取更多資訊。
         new_email: (永遠不會公開展示)
   datetime:
     distance_in_words_ago:
@@ -645,7 +643,7 @@ zh-HK:
           elevator: 電梯
           emergency_access_point: 緊急聯絡點
           emergency_bay: 緊急停車灣
-          footway: 行人
+          footway: 行人
           ford: 河床便道
           give_way: 讓路標誌
           living_street: 生活街道
@@ -655,7 +653,7 @@ zh-HK:
           motorway_link: 高速公路聯絡道
           passing_place: 避車彎
           path: 小徑
-          pedestrian: 人行道
+          pedestrian: 行人路
           platform: 月台
           primary: 一級道路
           primary_link: 一級道路聯絡道
index fb84e818ab99bcc966fd419944610907b3d52d35..2eaf0c397aad527639931cbd12eb622604e33985 100644 (file)
@@ -9,6 +9,7 @@
 # Author: Cwlin0416
 # Author: EagerLin
 # Author: Foothsu
+# Author: GuoPC
 # Author: HTan (WMF)
 # Author: Hlaw
 # Author: Impersonator 1
@@ -198,48 +199,46 @@ zh-TW:
         reason: 封鎖使用者的理由。請盡量以平靜、合理態度詳細描述情況,並記住訊息公開可見。請注意,並非所有使用者都了解社群術語,所以請盡量使用通俗說法。
         needs_view: 解封前是否需要使用者登入?
       user:
-        email_confirmation: 您的地址未公開顯示,請瀏覽我們的<a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy"
-          title="包含電郵地址的OSMF私隱權政策">私隱權政策</a>獲得更多資訊。
         new_email: (永不公開顯示)
   datetime:
     distance_in_words_ago:
       about_x_hours:
-        one: 約小時前
-        other: 約%{count}小時前
+        one: 約 %{count} 小時前
+        other: 約 %{count} 小時前
       about_x_months:
-        one: 約個月前
-        other: 約%{count}個月前
+        one: 約 %{count} 個月前
+        other: 約 %{count} 個月前
       about_x_years:
-        one: 約一年
-        other: 約%{count}年前
+        one: 約 %{count} 年前
+        other: 約 %{count} 年前
       almost_x_years:
-        one: 將近年前
-        other: 將近%{count}年前
+        one: 將近 %{count} 年前
+        other: 將近 %{count} 年前
       half_a_minute: 半分鐘前
       less_than_x_seconds:
-        one: 小於 1 秒前
+        one: 小於 %{count} 秒前
         other: 小於 %{count} 秒前
       less_than_x_minutes:
-        one: 小於 1 分前
+        one: 小於 %{count} 分前
         other: 小於 %{count} 分前
       over_x_years:
-        one: 超過1年前
-        other: 超過%{count}年前
+        one: 超過 %{count} 年前
+        other: 超過 %{count} 年前
       x_seconds:
-        one: 1秒前
-        other: '%{count}秒前'
+        one: '%{count} 秒前'
+        other: '%{count} 秒前'
       x_minutes:
-        one: 1分鐘前
-        other: '%{count}分鐘前'
+        one: '%{count} 分鐘前'
+        other: '%{count} 分鐘前'
       x_days:
-        one: 1日前
-        other: '%{count}前'
+        one: '%{count} 天前'
+        other: '%{count} 天前'
       x_months:
-        one: 1個月前
-        other: '%{count}個月前'
+        one: '%{count} 個月前'
+        other: '%{count} 個月前'
       x_years:
-        one: 1年前
-        other: '%{count}年前'
+        one: '%{count} 年前'
+        other: '%{count} 年前'
   printable_name:
     with_version: '%{id},版本%{version}'
   editor:
@@ -341,23 +340,23 @@ zh-TW:
   browse:
     created: 建立於
     closed: 關閉於
-    created_html: 於<abbr title='%{title}'>%{time}</abbr>建立
-    closed_html: 於<abbr title='%{title}'>%{time}</abbr>關閉
-    created_by_html: 於<abbr title='%{title}'>%{time}</abbr>由%{user}建立
-    deleted_by_html: 於<abbr title='%{title}'>%{time}</abbr>由%{user}刪除
-    edited_by_html: 由%{user}編輯於<abbr title='%{title}'>%{time}</abbr>
-    closed_by_html: 於<abbr title='%{title}'>%{time}</abbr>由%{user}關閉
+    created_ago_html: '%{time_ago}建立'
+    closed_ago_html: '%{time_ago}關閉'
+    created_ago_by_html: 由%{user}%{time_ago}建立
+    closed_ago_by_html: 由%{user}%{time_ago}關閉
+    deleted_ago_by_html: 由%{user}%{time_ago}刪除
+    edited_ago_by_html: 由%{user}%{time_ago}編輯
     version: 版本
     in_changeset: 變更集
     anonymous: 匿名
     no_comment: (沒有評論)
     part_of: 屬於:
     part_of_relations:
-      one: 1 個關聯
+      one: '%{count} 個關聯'
       other: '%{count} 個關聯'
     part_of_ways:
-      one: 1 條路
-      other: '%{count} 條路'
+      one: '%{count} 條路徑'
+      other: '%{count} 條路'
     download_xml: 下載 XML
     view_history: 檢視歷史
     view_details: 檢視詳細資料
@@ -372,8 +371,8 @@ zh-TW:
       relation: 關聯 (%{count})
       relation_paginated: 關聯 (%{count} 的 %{x}-%{y})
       comment: 評論 (%{count})
-      hidden_commented_by_html: 隱藏來自%{user}於<abbr title='%{exact_time}'>%{when}</abbr>的評論
-      commented_by_html: 來自%{user}於<abbr title='%{exact_time}'>%{when}</abbr>的評論
+      hidden_comment_by_html: '%{user}%{time_ago}隱藏評論'
+      comment_by_html: 來自%{user}%{time_ago}的評論
       changesetxml: 變更集 XML
       osmchangexml: osmChange 格式 XML
       feed:
@@ -399,8 +398,8 @@ zh-TW:
       history_title_html: 關聯歷史:%{name}
       members: 成員
       members_count:
-        one: 1 個成員
-        other: '%{count} å\80\8b成員'
+        one: '%{count} 名成員'
+        other: '%{count} å\90\8d成員'
     relation_member:
       entry_role_html: '%{type} %{name} 作為 %{role}'
       type:
@@ -611,7 +610,7 @@ zh-TW:
       description: OpenStreetMap 伺服器遇到意外情況,而無法滿足請求(HTTP 500)
     not_found:
       title: 檔案未找到
-      description: 在 OpenStreetMap 服務器上找不到該名稱的文件/目錄/API 操作 (HTTP 404)
+      description: 在 OpenStreetMap 伺服器上找不到該名稱的檔案/目錄/API 操作(HTTP 404)
   friendships:
     make_friend:
       heading: 將 %{user} 加入為好友?
@@ -628,11 +627,10 @@ zh-TW:
   geocoder:
     search:
       title:
-        latlon_html: 來自<a href="https://openstreetmap.org/">內部</a>的結果
-        osm_nominatim_html: 來自 <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> 的結果
-        osm_nominatim_reverse_html: 來自 <a href="https://nominatim.openstreetmap.org/">OpenStreetMap
-          Nominatim</a> 的結果
+        results_from_html: 來自 %{results_link} 的結果
+        latlon: 內部
+        osm_nominatim: OpenStreetMap Nominatim
+        osm_nominatim_reverse: OpenStreetMap Nominatim
     search_osm_nominatim:
       prefix:
         aerialway:
@@ -1357,7 +1355,7 @@ zh-TW:
           camp_site: 營地
           caravan_site: RV 宿營區
           chalet: 小木屋
-          gallery: 藝廏
+          gallery: 圖庫
           guest_house: 賓館
           hostel: 旅舍
           hotel: 酒店
@@ -1425,12 +1423,11 @@ zh-TW:
       status: 狀態
       reports: 回報
       last_updated: 上一次更新
-      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr>由%{user}
+      last_updated_time_ago_user_html: 由%{user}%{time_ago}
       link_to_reports: 檢視回報
       reports_count:
-        one: 1 個回報
-        other: '%{count} 回報'
+        one: '%{count} 份回報'
+        other: '%{count} 回報'
       reported_item: 已回報項目
       states:
         ignored: 已忽略
@@ -1440,8 +1437,8 @@ zh-TW:
       title: '%{status} 問題 #%{issue_id}'
       reports:
         zero: 無回報
-        one: 1 個回報
-        other: '%{count} 回報'
+        one: '%{count} 份回報'
+        other: '%{count} 回報'
       report_created_at: 首次回報是在 %{datetime}
       last_resolved_at: 最後回報是在 %{datetime}
       last_updated_at: 最後更新是由 %{displayname} 在 %{datetime}
@@ -1533,7 +1530,7 @@ zh-TW:
     intro_header: 歡迎來到 OpenStreetMap!
     intro_text: OpenStreetMap 是一幅世界地圖,由像您這樣的人們所建立,在開放授權下可以自由使用。
     intro_2_create_account: 建立使用者帳號
-    hosting_partners_html: 由%{ucl}、%{fastly}、%{bytemark},和其他%{partners}支援管。
+    hosting_partners_html: 由%{ucl}、%{fastly}、%{bytemark},和其他%{partners}支援管。
     partners_ucl: 倫敦大學學院
     partners_fastly: Fastly
     partners_bytemark: Bytemark 主機代管
@@ -1587,13 +1584,9 @@ zh-TW:
       subject: '[OpenStreetMap] GPX 匯入失敗'
     gpx_success:
       hi: '%{to_user} 您好,'
-      loaded_successfully:
-        one: |-
-          成功載入 1 點中的
-          %{trace_points}。
-        other: |-
-          l成功載入 %{possible_points} 點中的
-          %{trace_points}。
+      loaded:
+        one: 成功載入 %{count} 個可能軌跡點中的 %{trace_points} 個。
+        other: 成功載入 %{count} 個可能軌跡點中的 %{trace_points} 個。
       subject: '[OpenStreetMap] GPX 匯入成功'
     signup_confirm:
       subject: '[OpenStreetMap] 歡迎加入 OpenStreetMap'
@@ -1776,7 +1769,6 @@ zh-TW:
       image: 圖片
       gravatar:
         gravatar: 使用 Gravatar
-        link: https://wiki.openstreetmap.org/wiki/Gravatar
         what_is_gravatar: 什麼是 Gravatar?
         disabled: Gravatar已停用。
         enabled: 您的Gravatar顯示功能已啟用。
@@ -1842,8 +1834,6 @@ zh-TW:
   shared:
     markdown_help:
       heading_html: 以%{kramdown_link}解析
-      kramdown_url: https://kramdown.gettalong.org/quickref.html
-      kramdown: kramdown
       headings: 標題
       heading: 標題
       subheading: 副標題
@@ -1862,7 +1852,7 @@ zh-TW:
   site:
     about:
       next: 下一頁
-      copyright_html: <span>&copy;</span>OpenStreetMap<br>貢獻者
+      heading_html: '%{copyright}OpenStreetMap %{br} 貢獻者'
       used_by_html: '%{name} 為數以千計的網站、行動應用程式和硬體提供地圖資料'
       lede_text: OpenStreetMap 是由製圖者社群所建立,他們提供及不斷更新包括有關世界各地的道路、路徑、咖啡館、火車站等等的資料。
       local_knowledge_title: 地方知識
@@ -1871,22 +1861,30 @@ zh-TW:
         航照圖、GPS 裝置與低技術的實地考察製圖,來檢驗 OSM
         是準確而且最新的。
       community_driven_title: 社群推動
-      community_driven_html: |-
+      community_driven_1_html: |-
         OpenStreetMap 的社群多元化、懷有熱情,而且日益壯大。我們的貢獻者包括地圖製作愛好者,地理訊息系統的專業人員,提供 OSM 伺服器的工程師,為受災害影響區域製圖的人道主義志願人士,以及其他各界人士。
-        想進一步了解這個社群,請參閱<a href='https://blog.openstreetmap.org'> OpenStreetMap 部落格</a>、<a href='%{diary_path}'>使用者日記</a>、
-        <a href='https://blogs.openstreetmap.org/'>社群部落格</a>,以及<a href='https://www.osmfoundation.org/'> OSM 基金會</a> 網站。
+        想進一步了解這個社群,請參閱%{osm_blog_link}、%{user_diaries_link}、
+        %{community_blogs_link},以及%{osm_foundation_link}網站。
+      community_driven_osm_blog: OpenStreetMap 部落格
+      community_driven_user_diaries: 使用者日記
+      community_driven_community_blogs: 社群部落格
+      community_driven_osm_foundation: OSM 基金會
       open_data_title: 開放資料
-      open_data_html: OpenStreetMap 是<i>開放資料</i>的:您可以自由地使用作任何用途,前提是您須標明作者為 OpenStreetMap
-        及其貢獻者。若您在我們的資料上作修改或以之透過某些方式衍生其他資料,則只可依相同授權條款散佈有關成果。詳情請參閱<a href='%{copyright_path}'>版權及授權條款頁面</a>。
+      open_data_1_html: OpenStreetMap 是%{open_data}的:您可以自由地使用作任何用途,前提是您須標明作者為 OpenStreetMap
+        及其貢獻者。若您在我們的資料上作修改或以之透過某些方式衍生其他資料,則只可依相同授權條款散佈有關成果。詳情請參閱%{copyright_license_link}。
+      open_data_open_data: 開放資料
+      open_data_copyright_license: 版權與授權條款頁面
       legal_title: 法律資訊
-      legal_1_html: 本站以及許多相關的服務正式由<a href='https://osmfoundation.org/'> OpenStreetMap
-        基金會</a>(OSMF)代表社群所營運。所有使用的 OSMF 運行服務皆符合我們的<a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">使用條款</a>、<a
-        href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">可接受使用方針</a>、和<a
-        href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">隱私政策</a>。
-      legal_2_html: |-
-        若您有任何授權、版權或其他法律諮詢,請<a href='https://osmfoundation.org/Contact'>聯絡 OSMF </a>。
-        <br>
-        OpenStreetMap、放大鏡標誌,和地圖狀態是<a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy"> OSMF 的註冊商標</a>。
+      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_aup: 可接受使用方針
+      legal_1_1_privacy_policy: 隱私權政策
+      legal_2_1_html: 若您有授權、版權、或其他法律上的問題,請%{contact_the_osmf_link}。
+      legal_2_1_contact_the_osmf: 聯絡 OSMF
+      legal_2_2_html: OpenStreetMap,查看地圖狀態的放大鏡模樣標誌是%{registered_trademarks_link}。
+      legal_2_2_registered_trademarks: OSMF 的註冊商標
       partners_title: 合作夥伴
     copyright:
       foreign:
@@ -1900,98 +1898,106 @@ zh-TW:
         mapping_link: 開始製圖
       legal_babble:
         title_html: 版權與授權條款
-        intro_1_html: OpenStreetMap 為<i>開放資料</i>,以<a href="https://osmfoundation.org/">
-          OpenStreetMap 基金會</a>(OSMF)採用的<a href="https://opendatacommons.org/licenses/odbl/">
-          Open Data Commons 開放資料庫授權條款</a>(ODbL)授權。
-        intro_2_html: |-
-          您可以自由地複製、散布、傳輸及修改我們的資料,前提是您須標明作者為 OpenStreetMap 及其貢獻者。若您在我們的資料上作修改或據之衍生其他資料
-          ,則只可依相同授權條款散佈有關成果。授權的<a href="https://opendatacommons.org/licenses/odbl/1.0/">法律原文</a>詳述您的權責。
-        intro_3_1_html: 我們的文件以<a href="https://creativecommons.org/licenses/by-sa/2.0/deed.zh_TW">創用
-          CC 姓名標示-相同方式分享(CC BY-SA 2.0版)</a>條款授權。
+        introduction_1_html: OpenStreetMap%{registered_trademark_link}是%{open_data},透過%{osm_foundation_link}(OSMF)在%{odc_odbl_link}(ODbL)下授權。
+        introduction_1_open_data: 開放資料
+        introduction_1_odc_odbl: 開放資料共享開放資料庫授權
+        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)獲得許可。
+        introduction_3_creative_commons: 創用 CC 姓名標示-相同方式分享
+        introduction_3_creative_commons_url: https://creativecommons.org/licenses/by-sa/2.0/deed.zh_TW
         credit_title_html: 如何標明作者是 OpenStreetMap
         credit_1_html: 當您使用 OpenStreetMap 的資料,您會被要求遵循兩件事:
-        credit_2_1_html: |-
-          <ul>
-            <li>顯示出我們的版權聲明來表達歸屬於 OpenStreetMap 的內容。</li>
-            <li>清楚表明資料在開放資料庫授權條款下可用。</li>
-          </ul>
-        credit_3_1_html: 對於版權聲明的顯示,我們會依據於您如何使用我們的資料,而有不同的要求。例如,不同的規則要如何顯示版權聲明,具體取決於您是否有建立了可瀏覽的地圖、列印的地圖或是靜態圖片。完整的詳細資訊要求可以在<a
-          href="https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines">屬名指南</a>上查看。
-        credit_4_html: |-
-          請明確表示資料在開放資料庫授權條款下可用,您可以連結到<a href="https://www.openstreetmap.org/copyright">這個版權頁面</a>。
+        credit_2_1: 透過顯示我們的版權聲明為 OpenStreetMap 提供屬名。
+        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 的例子
-          title: 署名的例子
+          title: 姓名標示例子
         more_title_html: 尋找更多
-        more_1_html: |-
-          在<a
-          href="https://osmfoundation.org/Licence"> OSMF 授權條款頁面</a>可閱讀更多關於使用我們的資料,以及如何標明我們是作者的資料。
-        more_2_html: 雖然 OpenStreetMap 是開放資料,但我們無法為第三方提供免費的地圖 API。詳見我們的<a href="https://operations.osmfoundation.org/policies/api/">API
-          使用政策</a>、<a href="https://operations.osmfoundation.org/policies/tiles/">地圖影像塊使用政策</a>及<a
-          href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim
-          服務使用政策</a>。
+        more_1_1_html: 在%{osmf_licence_page_link}閱讀更多關於使用我們的資料,以及如何屬名我們的方式。
+        more_1_1_osmf_licence_page: OSMF 授權條款頁面
+        more_2_1_html: |-
+          儘管 OpenStreetMap 是開放資料,我們不對第三方提供免費的地圖 API。
+          請參閱我們的%{api_usage_policy_link}、%{tile_usage_policy_link}、和%{nominatim_usage_policy_link}。
+        more_2_1_api_usage_policy: API 使用方針
+        more_2_1_tile_usage_policy: 影像塊使用方針
+        more_2_1_nominatim_usage_policy: 提名使用方針
         contributors_title_html: 我們的貢獻者
         contributors_intro_html: 我們的貢獻者為成千上萬的人。我們也收納了從國家測繪機構及其他來源等取得的開放版權資料,其中包括:
-        contributors_at_html: <strong>奧地利</strong>:包含來自 <a href="https://data.wien.gv.at/">Stadt
-          Wien</a> (<a href="https://creativecommons.org/licenses/by/3.0/at/deed.zh_TW">CC
-          BY</a>授權) 、<a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land
-          Vorarlberg</a>及 Land Tirol (修訂的<a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY
-          AT</a>授權) 的資料。
-        contributors_au_html: |-
-          <strong>澳大利亞</strong>:使用行政區劃納入或開發&copy;
-          <a href="https://geoscape.com.au/legal/data-copyright-and-disclaimer/">Geoscape 澳大利亞</a>是依據<a href="https://creativecommons.org/licenses/by/4.0/deed.zh_TW">姓名標示 4.0 國際(CC BY 4.0)</a>澳大利亞聯邦條款授權。
-        contributors_ca_html: |-
-          <strong>加拿大</strong>:包含來自 GeoBase&reg;,GeoGratis (&copy; Department of Natural
-          Resources Canada) ,CanVec (&copy; Department of Natural
-          Resources Canada) 和 StatCan (Geography Division,
-          Statistics Canada) 的資料。
-        contributors_fi_html: |-
-          <strong>芬蘭</strong>: 包含來自
-          National Land Survey of Finland's Topographic Database
-          及其他資料集的資料,以
-          <a href="https://www.maanmittauslaitos.fi/en/opendata-licence-version1"> NLSFI License </a>授權。
-        contributors_fr_html: |-
-          <strong>法國</strong>: 包含來自
+        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_cc_by: 創用 CC 姓名標示
+        contributors_at_cc_by_url: https://creativecommons.org/licenses/by/3.0/at/deed.zh_TW
+        contributors_at_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: 創用 CC 姓名標示 4.0 國際授權條款(CC BY 4.0)
+        contributors_au_cc_licence_url: https://creativecommons.org/licenses/by/4.0/deed.zh_TW
+        contributors_ca_credit_html: '%{canada}:包含來自 GeoBase&reg;、GeoGratis(&copy;加拿大自然資源處)、CanVec(&copy;加拿大自然資源處)、和
+          StatCan(地理部,加拿大統計局)的資料。'
+        contributors_ca_canada: 加拿大
+        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_nl_html: |-
-          <strong>荷蘭</strong>: 包含來自&copy; AND data, 2007
-          (<a href="https://www.and.com">www.and.com</a>) 的資料。
-        contributors_nz_html: |-
-          <strong>紐西蘭</strong>:包含來自
-          <a href="https://data.linz.govt.nz/">LINZ 資料服務</a> 的資料來源,並依據
-          <a href="https://creativecommons.org/licenses/by/4.0/deed.zh_TW">姓名標示 4.0 國際</a>條款授權。
-        contributors_si_html: |-
-          <strong>斯洛維尼亞</strong>:包含來自<a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a>和
-          <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
-          (斯洛維尼亞公開資訊).
-        contributors_es_html: |-
-          <strong>西班牙</strong>:包含來自西班牙國家地理研究所(<a href="http://www.ign.es/">IGN</a>)以及國家製圖系統<a href="http://www.scne.es/">SCNE</a>)的資料來源,並依據
-          <a href="https://creativecommons.org/licenses/by/4.0/deed.zh_TW">姓名標示 4.0 國際</a>條款授權。
-        contributors_za_html: |-
-          <strong>南非</strong>: 包含來自
-          <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a> (State copyright reserved) 的資料。
-        contributors_gb_html: |-
-          <strong>英國</strong>: 包含來自 Ordnance
-          Survey data &copy; Crown copyright and database right
-          2010-23 的資料。
-        contributors_footer_1_html: |-
-          若需要進一步詳情,以及其他曾用以協助改進
-           OpenStreetMap 的資料來源,請參閱 OpenStreetMap Wiki 上的<a
-          href="https://wiki.openstreetmap.org/wiki/Contributors">貢獻者
-          頁面</a>。
+        contributors_fr_france: 法國
+        contributors_nl_credit_html: '%{netherlands}:包含 &copy; AND 資料,2007(%{and_link})'
+        contributors_nl_netherlands: 荷蘭
+        contributors_nz_credit_html: '%{new_zealand}:包含來自 %{linz_data_service_link}與基於%{cc_by_link}
+          的重複使用授權條款。'
+        contributors_nz_new_zealand: 紐西蘭
+        contributors_nz_linz_data_service: LINZ 資料服務
+        contributors_nz_cc_by: 創用 CC 姓名標示 4.0
+        contributors_nz_cc_by_url: https://creativecommons.org/licenses/by/4.0/deed.zh_TW
+        contributors_rs_credit_html: '%{serbia}:包含來自%{rgz_link}和%{open_data_portal}(塞爾維亞的公共資訊)的資料,2018
+          年。'
+        contributors_rs_serbia: 塞爾維亞
+        contributors_rs_rgz: 塞爾維亞大地測量機構
+        contributors_rs_rgz_url: https://geosrbija.rs/
+        contributors_rs_open_data_portal: 國家開放資料入口
+        contributors_rs_open_data_portal_url: https://data.gov.rs/sr/
+        contributors_si_credit_html: '%{slovenia}:包含來自%{gu_link}和%{mkgp_link}(斯洛維尼亞公開資訊)的資料。'
+        contributors_si_slovenia: 斯洛維尼亞
+        contributors_si_gu: 測繪局
+        contributors_si_mkgp: 農林食品部
+        contributors_es_credit_html: '%{spain}:包含來自西班牙國家地理研究所(%{ign_link})和國家製圖系統(%{scne_link})的資料,在%{cc_by_link}下授權重複使用。'
+        contributors_es_spain: 西班牙
+        contributors_es_ign: IGN
+        contributors_es_cc_by: 創用 CC 姓名標示 4.0
+        contributors_es_cc_by_url: https://creativecommons.org/licenses/by/4.0/deed.zh_TW
+        contributors_za_credit_html: '%{south_africa}:包含來自%{ngi_link}的資料,國家版權所有。'
+        contributors_za_south_africa: 南非
+        contributors_za_ngi: 總局:國家地理空間資訊局
+        contributors_gb_credit_html: '%{united_kingdom}:包含軍械調查資料&copy;皇家版權與資料庫版權 2010-2023。'
+        contributors_gb_united_kingdom: 英國
+        contributors_2_html: 關於這些的進一步詳細資訊,與其他已使用來改善 OpenStreetMap 的來源,請參閱 OpenStreetMap
+          Wiki 上的%{contributors_page_link}。
+        contributors_2_contributors_page: 貢獻者頁面
         contributors_footer_2_html: OpenStreetMap 收錄一項資料,並不意味原本的資料提供者認可 OpenStreetMap、提供任何保證或承擔任何法律責任。
         infringement_title_html: 侵犯版權
         infringement_1_html: OSM 的貢獻者會被提醒,絕不要在沒有版權所有人的明確淮許下,加入來自任何有版權的來源的資料 (如 Google
           地圖或印刷地圖)。
-        infringement_2_html: 如果你認為有含有著作權的材料被不恰當地加入到 OpenStreetMap 資料庫或此網站,請參考我們的<a
-          href="https://wiki.osmfoundation.org/wiki/Takedown_procedure">撤除程序</a>或直接在我們的<a
-          href="https://dmca.openstreetmap.org/">線上申報頁面</a>提出。
-        trademarks_title_html: <span id="trademarks"></span>商標
-        trademarks_1_html: OpenStreetMap、放大鏡標誌和 OpenStreetMap 研討會是 OpenStreetMap 基金會的註冊商標。如果你對於使用這些商標有疑問的話,請查看我們的<a
-          href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">商標方針</a>。
+        infringement_2_1_html: 如果您認為有受版權保護的素材被不恰當地加到 OpenStreetMap 資料庫或本網站,請參考我們的%{takedown_procedure_link},或直接在我們的%{online_filing_page_link}反應。
+        infringement_2_1_takedown_procedure: 侵權處理程序
+        infringement_2_1_online_filing_page: 線上申請頁面
+        trademarks_title: 商標
+        trademarks_1_1_html: OpenStreetMap、網站上的放大鏡標誌,和 State of the Map 是 OpenStreetMap
+          基金會的註冊商標。如果您對商標的使用有任何疑問,請參閱我們的%{trademark_policy_link}。
+        trademarks_1_1_trademark_policy: 商標方針
     index:
       js_1: 您使用不支援 JavaScript 的瀏覽器,或者停用了 JavaScript。
       js_2: OpenStreetMap 使用 JavaScript 讓地圖更平順。
@@ -2056,15 +2062,14 @@ zh-TW:
           explanation_html: 如果你發現我們的地圖資料有問題,例如缺少某條道路或者你的地址,最好的方法就是加入 OpenStreetMap
             社群,然後自己加入或者改進資料。
         add_a_note:
-          instructions_html: |-
-            å\8fªé \88é»\9eé\81¸ <a class='icon note'></a>æ\88\96å\9c°å\9c\96ä¸\8a的同一圖示,
-            這將在地圖上加入一個標記,你可以拖動它,並新增你的註記,然後點選儲存,其他製圖者會作出查證。
+          instructions_1_html: |-
+            å\8fªé\9c\80é»\9eé\81¸%{note_icon}æ\88\96å\9c°å\9c\96ä¸\8a顯示的同一圖示,
+            這會在地圖上加入一個標記,您可以拖動它,並新增您的註記,然後點選儲存,其他製圖者會作出查證。
       other_concerns:
         title: 其他問題
         concerns_html: 如果您對我們的資料使用方面或內容有所疑慮,請參考我們的%{copyright_link}來了解更多法律資訊,或是聯繫相應的%{working_group_link}。
         copyright: 版權頁面
         working_group: OSMF 工作小組
-        working_group_url: https://wiki.osmfoundation.org/wiki/Working_Groups
     help:
       title: 取得協助
       introduction: OpenStreetMap 有一些資源,可用於學習本專案、提出和回答問題,以及討論和紀錄與製作地圖相關的話題。
@@ -2101,7 +2106,6 @@ zh-TW:
       removed: 您預設的開放街圖編輯器是設定成 Potlatch。因為 Adobe Flash Player 已終止維護,Potlatch 已不在網路瀏覽器上可用。
       desktop_application_html: 您仍然可以透過 %{download_link} 使用 Potlatch。
       download: 下載適用於 Mac 和 Windows 的桌面應用程式
-      download_url: https://www.systemed.net/potlatch/
       id_editor_html: 除此之外,您可以設定您的預設編輯器成 iD,這可以和先前的 Potlatch 一樣在您的網路瀏覽器上運作。%{change_preferences_link}。
       change_preferences: 在此更改您的偏好設定
     any_questions:
@@ -2254,7 +2258,6 @@ zh-TW:
           沒有需要正式建立一個與地方分會同等規模的團體。
           事實上,許多團體作為人們的非正式集會或是社群團體而非常成功地存在。任何人都可以設定或是加入這些團體。請在%{communities_wiki_link}上閱讀更多內容。
         communities_wiki: 社群 wiki 頁面
-        communities_wiki_url: https://wiki.openstreetmap.org/wiki/User_group
   traces:
     visibility:
       private: 私人 (以匿名方式分享,節點無順序)
@@ -2308,7 +2311,7 @@ zh-TW:
     trace:
       pending: 等候
       count_points:
-        one: 1 個點
+        one: '%{count} 個點'
         other: '%{count} 個點'
       more: 更多
       trace_details: 檢視軌跡詳細資料
@@ -2502,6 +2505,9 @@ zh-TW:
       auth no password: 使用第三方認証無須填寫密碼,但部份額外工具或伺服器可能仍需要使用密碼。
       continue: 註冊
       terms accepted: 感謝您接受新的貢獻條款!
+      email_confirmation_help_html: 您的地址不會公開顯示,請參閱我們的%{privacy_policy_link}來了解更多資訊。
+      privacy_policy: 隱私權政策
+      privacy_policy_title: OSMF 隱私權政策包含電子郵件地址部份
     terms:
       title: 條款
       heading: 條款
@@ -2677,20 +2683,20 @@ zh-TW:
       time_past_html: 於%{time}結束。
       block_duration:
         hours:
-          one: 1 小時
+          one: '%{count} 小時'
           other: '%{count} 小時'
         days:
-          one: 1日
-          other: '%{count}'
+          one: '%{count} 天'
+          other: '%{count} 天'
         weeks:
-          one: 1週
-          other: '%{count}週'
+          one: '%{count} 週'
+          other: '%{count} 週'
         months:
-          one: 1個月
-          other: '%{count}個月'
+          one: '%{count} 個月'
+          other: '%{count} 個月'
         years:
-          one: 1年
-          other: '%{count}年'
+          one: '%{count} 年'
+          other: '%{count} 年'
     blocks_on:
       title: 對 %{name} 的封鎖
       heading_html: 對 %{name} 封鎖的清單
@@ -2744,15 +2750,15 @@ zh-TW:
       open_title: 未解決的註記:#%{note_name}
       closed_title: 已解決的註記:#%{note_name}
       hidden_title: 已隱藏的註記:#%{note_name}
-      opened_by_html: 於<abbr title='%{exact_time}'>%{when}</abbr>由%{user}建立
-      opened_by_anonymous_html: 於<abbr title='%{exact_time}'>%{when}</abbr>由匿名使用者建立
-      commented_by_html: '%{user}於<abbr title=''%{exact_time}''>%{when}</abbr>的評論'
-      commented_by_anonymous_html: 匿名使用者於<abbr title='%{exact_time}'>%{when}</abbr>的評論
-      closed_by_html: 於<abbr title='%{exact_time}'>%{when}</abbr>由%{user}解決
-      closed_by_anonymous_html: 於<abbr title='%{exact_time}'>%{when}</abbr>由匿名使用者解決
-      reopened_by_html: 於<abbr title='%{exact_time}'>%{when}</abbr>由%{user}重新開啟
-      reopened_by_anonymous_html: 於<abbr title='%{exact_time}'>%{when}</abbr>由匿名使用者重新開啟
-      hidden_by_html: 於<abbr title='%{exact_time}'>%{when}</abbr>由%{user}隱藏
+      event_opened_by_html: 由%{user}%{time_ago}建立
+      event_opened_by_anonymous_html: 由匿名使用者%{time_ago}建立
+      event_commented_by_html: 來自%{user}%{time_ago}的評論
+      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: 此項註記包含來自匿名使用者的評論,應作獨立核實。
       hide: 隱藏
@@ -2804,10 +2810,10 @@ zh-TW:
       locate:
         title: 顯示我的位置
         metersPopup:
-          one: 您距離此地點在 1 公尺內
+          one: 您距離此地點在 %{count} 公尺內
           other: 您距離此地點在 %{count} 公尺內
         feetPopup:
-          one: 您距離此地點在 1 英尺內
+          one: 您距離此地點在 %{count} 英尺內
           other: 您距離此地點在 %{count} 英尺內
       base:
         standard: 標準
@@ -2823,16 +2829,17 @@ zh-TW:
         gps: 公開GPS軌跡
         overlays: 開啟覆蓋層,以為地圖解決問題
         title: 圖層
-      copyright: © <a href='%{copyright_url}'>OpenStreetMap 貢獻者</a>
-      donate_link_text: <a class='donate-attr' href='%{donate_url}'>來捐款吧</a>
-      terms: <a href='%{terms_url}' target='_blank'>網站與 API 項目</a>
-      cyclosm: <a href='%{cyclosm_url}' target='_blank'>CyclOSM</a> 影像塊樣式,由 <a href='%{osmfrance_url}'
-        target='_blank'>OpenStreetMap 法國</a>託管
-      thunderforest: 由 <a href='%{thunderforest_url}' target='_blank'>Andy Allan</a>
-        提供的影像塊
-      opnvkarte: 由 <a href='%{memomaps_url}' target='_blank'>MeMoMaps</a> 提供的影像塊
-      hotosm: <a href='%{hotosm_url}' target='_blank'>人道 OpenStreetMap 團隊</a>影像塊樣式,由
-        <a href='%{osmfrance_url}' target='_blank'>OpenStreetMap 法國</a> 託管
+      openstreetmap_contributors: OpenStreetMap 貢獻者
+      make_a_donation: 捐款
+      website_and_api_terms: 網站和 API 條款
+      cyclosm_credit: 由 %{osm_france_link} 代管的 %{cyclosm_link} 所提供影像塊樣式
+      osm_france: OpenStreetMap 法國
+      thunderforest_credit: '%{thunderforest_link} 提供的影像塊'
+      andy_allan: Andy Allan
+      opnvkarte_credit: '%{memomaps_link} 提供的影像塊'
+      memomaps: MeMoMaps
+      hotosm_credit: 由 %{osm_france_link} 代管的 %{hotosm_link} 所提供影像塊樣式
+      hotosm_name: OpenStreetMap 人道主義團隊
     site:
       edit_tooltip: 編輯地圖
       edit_disabled_tooltip: 放大以編輯地圖
index b646dec8e9204bf2ab0dcdbcf29cf0b69f2f7e20..cfab9da8707da840bed030799dfa5b4f5531c8ca 100644 (file)
@@ -9,8 +9,11 @@ ar:
     natural: Ar:Key:natural
     waterway: Ar:Key:waterway
   tag:
+    amenity=restaurant: Ar:Tag:amenity=restaurant
     amenity=school: Ar:Tag:amenity=school
+    amenity=toilets: Ar:Tag:amenity=toilets
     shop=bakery: Ar:Tag:shop=bakery
+    shop=mall: Ar:Tag:shop=mall
 az:
   tag:
     craft=locksmith: Az:Tag:craft=locksmith
@@ -20,6 +23,7 @@ bg:
     building: Bg:Key:building
     lanes: Bg:Key:lanes
     name:bg: Bg:Key:name:bg
+    traffic_calming: Bg:Key:traffic calming
   tag:
     barrier=guard_rail: Bg:Tag:barrier=guard rail
     building=chapel: Bg:Tag:building=chapel
@@ -27,6 +31,7 @@ bg:
     railway=crossing: Bg:Tag:railway=crossing
     railway=level_crossing: Bg:Tag:railway=level crossing
     shop=sewing: Bg:Tag:shop=sewing
+    traffic_calming=bump: Bg:Tag:traffic calming=bump
 br:
   key:
     highway: Br:Key:highway
@@ -136,6 +141,7 @@ ca:
     building=cathedral: Ca:Tag:building=cathedral
     building=hospital: Ca:Tag:building=hospital
     building=hut: Ca:Tag:building=hut
+    building=residential: Ca:Tag:building=residential
     craft=blacksmith: Ca:Tag:craft=blacksmith
     craft=restoration: Ca:Tag:craft=restoration
     crossing=traffic_signals: Ca:Tag:crossing=traffic signals
@@ -159,6 +165,8 @@ ca:
     service=aircraft_control: Ca:Tag:service=aircraft control
     shop=alcohol: Ca:Tag:shop=alcohol
     shop=frozen_food: Ca:Tag:shop=frozen food
+    shop=gas: Ca:Tag:shop=gas
+    shop=wigs: Ca:Tag:shop=wigs
     tactile_paving=no: Ca:Tag:tactile paving=no
     traffic_sign=city_limit: Ca:Tag:traffic sign=city limit
     vending=books: Ca:Tag:vending=books
@@ -170,7 +178,6 @@ cs:
     Boundary: Cs:Key:Boundary
     FIXME: Cs:Key:FIXME
     TODO: Cs:Key:TODO
-    abandoned: Cs:Key:abandoned
     'abandoned:': 'Cs:Key:abandoned:'
     abandoned:*: Cs:Key:abandoned:*
     abandoned:amenity: Cs:Key:abandoned:amenity
@@ -239,7 +246,6 @@ cs:
     bench: Cs:Key:bench
     bicycle: Cs:Key:bicycle
     bicycle_parking: Cs:Key:bicycle parking
-    bicycle_road: Cs:Key:bicycle road
     bin: Cs:Key:bin
     biotic_reef:type: Cs:Key:biotic reef:type
     board_type: Cs:Key:board type
@@ -556,7 +562,6 @@ cs:
     man_made: Cs:Key:man made
     managed: Cs:Key:managed
     manufacturer: Cs:Key:manufacturer
-    manufacturer:type: Cs:Key:manufacturer:type
     mapillary: Cs:Key:mapillary
     massage: Cs:Key:massage
     material: Cs:Key:material
@@ -629,7 +634,8 @@ cs:
     natural: Cs:Key:natural
     navigationaid: Cs:Key:navigationaid
     network: Cs:Key:network
-    noexit: Cs:Key:noexit
+    'no:': 'Cs:Key:no:'
+    no:*: Cs:Key:no:*
     noref: Cs:Key:noref
     note: Cs:Key:note
     nudism: Cs:Key:nudism
@@ -1165,6 +1171,7 @@ cs:
     bath:type=onsen: Cs:Tag:bath:type=onsen
     bicycle=designated: Cs:Tag:bicycle=designated
     bicycle=use_sidepath: Cs:Tag:bicycle=use sidepath
+    bicycle_road=yes: Cs:Tag:bicycle road=yes
     boundary=administrative: Cs:Tag:boundary=administrative
     boundary=civil: Cs:Tag:boundary=civil
     boundary=economic: Cs:Tag:boundary=economic
@@ -1221,6 +1228,7 @@ cs:
     building=dormitory: Cs:Tag:building=dormitory
     building=farm: Cs:Tag:building=farm
     building=farm_auxiliary: Cs:Tag:building=farm auxiliary
+    building=fire_station: Cs:Tag:building=fire station
     building=garage: Cs:Tag:building=garage
     building=garages: Cs:Tag:building=garages
     building=greenhouse: Cs:Tag:building=greenhouse
@@ -1805,6 +1813,7 @@ cs:
     network=lwn: Cs:Tag:network=lwn
     network=nwn: Cs:Tag:network=nwn
     network=rwn: Cs:Tag:network=rwn
+    noexit=yes: Cs:Tag:noexit=yes
     noname=yes: Cs:Tag:noname=yes
     office=accountant: Cs:Tag:office=accountant
     office=administrative: Cs:Tag:office=administrative
@@ -2354,11 +2363,11 @@ da:
     amenity: Da:Key:amenity
     diet:vegan: Da:Key:diet:vegan
     fee: Da:Key:fee
+    lane_markings: DA:Key:lane markings
     lit: Da:Key:lit
     man_made: Da:Key:man made
     maxheight: Da:Key:maxheight
     maxspeed: Da:Key:maxspeed
-    noexit: Da:Key:noexit
     surface: Da:Key:surface
   tag:
     amenity=community_centre: Da:Tag:amenity=community centre
@@ -2375,6 +2384,7 @@ da:
     highway=unclassified: Da:Tag:highway=unclassified
     landuse=cemetery: Da:Tag:landuse=cemetery
     leisure=dog_park: Da:Tag:leisure=dog park
+    noexit=yes: Da:Tag:noexit=yes
     place=hamlet: Da:Tag:place=hamlet
     place=town: Da:Tag:place=town
     place=village: Da:Tag:place=village
@@ -2394,6 +2404,7 @@ de:
     abandoned:*: DE:Key:abandoned:*
     abandoned:amenity: DE:Key:abandoned:amenity
     abandoned:highway: DE:Key:abandoned:highway
+    abandoned:landuse: DE:Key:abandoned:landuse
     abandoned:place: DE:Key:abandoned:place
     abandoned:railway: DE:Key:abandoned:railway
     abutters: DE:Key:abutters
@@ -2421,10 +2432,13 @@ de:
     air_conditioning: DE:Key:air conditioning
     alt_name: DE:Key:alt name
     amenity: DE:Key:amenity
+    announcement: DE:Key:announcement
     archaeological_site: DE:Key:archaeological site
     architect: DE:Key:architect
+    architect:wikidata: DE:Key:architect:wikidata
     area: DE:Key:area
     area:highway: DE:Key:area:highway
+    artist:wikidata: DE:Key:artist:wikidata
     artist_name: DE:Key:artist name
     artwork_type: DE:Key:artwork type
     asb: DE:Key:asb
@@ -2450,7 +2464,6 @@ de:
     bicycle:backward: DE:Key:bicycle:backward
     bicycle:conditional: DE:Key:bicycle:conditional
     bicycle_parking: DE:Key:bicycle parking
-    bicycle_road: DE:Key:bicycle road
     bike_ride: DE:Key:bike ride
     bin: DE:Key:bin
     biosphärenwirt: DE:Key:biosphärenwirt
@@ -2464,6 +2477,7 @@ de:
     boundary: DE:Key:boundary
     branch: DE:Key:branch
     brand: DE:Key:brand
+    brand:wikidata: DE:Key:brand:wikidata
     breakfast: DE:Key:breakfast
     brewery: DE:Key:brewery
     bridge: DE:Key:bridge
@@ -2536,6 +2550,7 @@ de:
     contact:google_plus: DE:Key:contact:google plus
     contact:mobile: DE:Key:contact:mobile
     contact:phone: DE:Key:contact:phone
+    contact:twitter: DE:Key:contact:twitter
     contact:website: DE:Key:contact:website
     content: DE:Key:content
     conveying: DE:Key:conveying
@@ -2551,6 +2566,7 @@ de:
     crossing:bell: DE:Key:crossing:bell
     crossing:island: DE:Key:crossing:island
     crossing:light: DE:Key:crossing:light
+    crossing:markings: DE:Key:crossing:markings
     crossing:on_demand: DE:Key:crossing:on demand
     crossing:saltire: DE:Key:crossing:saltire
     crossing_ref: DE:Key:crossing ref
@@ -2587,6 +2603,7 @@ de:
     denomination: DE:Key:denomination
     denotation: DE:Key:denotation
     departures_board: DE:Key:departures board
+    departures_board:speech_output: DE:Key:departures board:speech output
     descent: DE:Key:descent
     description: DE:Key:description
     designation: DE:Key:designation
@@ -2603,6 +2620,7 @@ de:
     destroyed:*: DE:Key:destroyed:*
     diameter: DE:Key:diameter
     diet: DE:Key:diet
+    diet:*: DE:Key:diet:*
     diet:vegan: DE:Key:diet:vegan
     diet:vegetarian: DE:Key:diet:vegetarian
     dinner: DE:Key:dinner
@@ -2629,6 +2647,7 @@ de:
     ele: DE:Key:ele
     electrified: DE:Key:electrified
     embankment: DE:Key:embankment
+    embassy: DE:Key:embassy
     emergency: DE:Key:emergency
     emergency:phone: DE:Key:emergency:phone
     emergency_telephone_code: DE:Key:emergency telephone code
@@ -2637,6 +2656,7 @@ de:
     engineer: DE:Key:engineer
     entrance: DE:Key:entrance
     est_width: DE:Key:est width
+    exhibit: DE:Key:exhibit
     exit: DE:Key:exit
     facebook: DE:Key:facebook
     fair_trade: DE:Key:fair trade
@@ -2644,16 +2664,19 @@ de:
     fax: DE:Key:fax
     fee: DE:Key:fee
     fence_type: DE:Key:fence type
+    ferry: DE:Key:ferry
     ferry:cable: DE:Key:ferry:cable
     fetish: DE:Key:fetish
     fire_boundary: DE:Key:fire boundary
     fire_hydrant: DE:Key:fire hydrant
     fire_hydrant:diameter: DE:Key:fire hydrant:diameter
     fireplace: DE:Key:fireplace
+    fishing: DE:Key:fishing
     fix_guidepost: DE:Key:fix guidepost
     fixme: DE:Key:fixme
     flag:type: DE:Key:flag:type
     floating: DE:Key:floating
+    flood_prone: DE:Key:flood prone
     foot: DE:Key:foot
     footway: DE:Key:footway
     ford: DE:Key:ford
@@ -2683,6 +2706,7 @@ de:
     generator:source: DE:Key:generator:source
     generator:type: DE:Key:generator:type
     genus: DE:Key:genus
+    genus:de: DE:Key:genus:de
     geological: DE:Key:geological
     golf: DE:Key:golf
     golf:course: DE:Key:golf:course
@@ -2703,6 +2727,7 @@ de:
     healthcare:counselling: DE:Key:healthcare:counselling
     healthcare:speciality: DE:Key:healthcare:speciality
     height: DE:Key:height
+    height:hub: DE:Key:height:hub
     heritage: DE:Key:heritage
     hgv: DE:Key:hgv
     hgv_articulated: DE:Key:hgv articulated
@@ -2739,6 +2764,7 @@ de:
     isced:level: DE:Key:isced:level
     junction: DE:Key:junction
     kerb: DE:Key:kerb
+    kerb:approach_aid: DE:Key:kerb:approach aid
     kids_area: DE:Key:kids area
     kms: DE:Key:kms
     kneipp_water_cure: DE:Key:kneipp water cure
@@ -2784,6 +2810,7 @@ de:
     managed: DE:Key:managed
     manhole: DE:Key:manhole
     manufacturer: DE:Key:manufacturer
+    map_type: DE:Key:map type
     mapillary: DE:Key:mapillary
     marker: DE:Key:marker
     massage: DE:Key:massage
@@ -2853,13 +2880,15 @@ de:
     name: DE:Key:name
     name:de: DE:Key:name:de
     name:en: DE:Key:name:en
+    name:etymology:wikidata: DE:Key:name:etymology:wikidata
+    name:etymology:wikipedia: DE:Key:name:etymology:wikipedia
     name:fr: DE:Key:name:fr
     narrow: DE:Key:narrow
     natural: DE:Key:natural
     navigationaid: DE:Key:navigationaid
     network: DE:Key:network
+    network:wikidata: DE:Key:network:wikidata
     noaddress: DE:Key:noaddress
-    noexit: DE:Key:noexit
     noname: DE:Key:noname
     noref: DE:Key:noref
     note: DE:Key:note
@@ -2887,6 +2916,7 @@ de:
     operator: DE:Key:operator
     operator:MNC: DE:Key:operator:MNC
     operator:type: DE:Key:operator:type
+    operator:wikidata: DE:Key:operator:wikidata
     organic: DE:Key:organic
     origin: DE:Key:origin
     osak: DE:Key:osak
@@ -2902,6 +2932,8 @@ de:
     parking: DE:Key:parking
     parking_space: DE:Key:parking space
     passenger_information_display: DE:Key:passenger information display
+    passenger_information_display:speech_output: DE:Key:passenger information display:speech
+      output
     passing_places: DE:Key:passing places
     payment: DE:Key:payment
     permanent_camping: DE:Key:permanent camping
@@ -2969,6 +3001,7 @@ de:
     religion: DE:Key:religion
     'removed:': 'DE:Key:removed:'
     removed:*: DE:Key:removed:*
+    research: DE:Key:research
     reservation: DE:Key:reservation
     reservoir_type: DE:Key:reservoir type
     residential: DE:Key:residential
@@ -2995,6 +3028,7 @@ de:
     salt: DE:Key:salt
     sauna: DE:Key:sauna
     seamark: DE:Key:seamark
+    seamark:*: DE:Key:seamark:*
     seamark:fixme: DE:Key:seamark:fixme
     seamark:type: DE:Key:seamark:type
     seasonal: DE:Key:seasonal
@@ -3009,6 +3043,7 @@ de:
     service:vehicle: DE:Key:service:vehicle
     service:vehicle:*: DE:Key:service:vehicle:*
     service_times: DE:Key:service times
+    settlement_type: DE:Key:settlement type
     shelter: DE:Key:shelter
     shelter_type: DE:Key:shelter type
     shooting: DE:Key:shooting
@@ -3106,6 +3141,7 @@ de:
     vacuum_cleaner: DE:Key:vacuum cleaner
     vehicle: DE:Key:vehicle
     vehicle:conditional: DE:Key:vehicle:conditional
+    vending: DE:Key:vending
     verbindung: DE:Key:verbindung
     viewpoint: DE:Key:viewpoint
     visibility: DE:Key:visibility
@@ -3136,9 +3172,9 @@ de:
     winter_service: DE:Key:winter service
     wires: DE:Key:wires
     wood: DE:Key:wood
+    wood_provided: DE:Key:wood provided
     workrules: DE:Key:workrules
     xmas:feature: DE:Key:xmas:feature
-    year_of_construction: DE:Key:year of construction
     zero_waste: DE:Key:zero waste
     zone:maxspeed: DE:Key:zone:maxspeed
     zoo: DE:Key:zoo
@@ -3146,6 +3182,7 @@ de:
     abandoned:amenity=prison: DE:Tag:abandoned:amenity=prison
     abandoned:amenity=prison_camp: DE:Tag:abandoned:amenity=prison camp
     abandoned:landuse=landfill: DE:Tag:abandoned:landuse=landfill
+    abandoned:landuse=quarry: DE:Tag:abandoned:landuse=quarry
     abandoned=yes: DE:Tag:abandoned=yes
     access=agricultural: DE:Tag:access=agricultural
     access=customers: DE:Tag:access=customers
@@ -3196,6 +3233,7 @@ de:
     aeroway=heliport: DE:Tag:aeroway=heliport
     aeroway=holding_position: DE:Tag:aeroway=holding position
     aeroway=jet_bridge: DE:Tag:aeroway=jet bridge
+    aeroway=launch_complex: DE:Tag:aeroway=launch complex
     aeroway=navigationaid: DE:Tag:aeroway=navigationaid
     aeroway=parking_position: DE:Tag:aeroway=parking position
     aeroway=runway: DE:Tag:aeroway=runway
@@ -3203,6 +3241,8 @@ de:
     aeroway=taxilane: DE:Tag:aeroway=taxilane
     aeroway=taxiway: DE:Tag:aeroway=taxiway
     aeroway=terminal: DE:Tag:aeroway=terminal
+    aeroway=threshold: DE:Tag:aeroway=threshold
+    aeroway=tower: DE:Tag:aeroway=tower
     aeroway=windsock: DE:Tag:aeroway=windsock
     airmark=beacon: DE:Tag:airmark=beacon
     allotments=plot: DE:Tag:allotments=plot
@@ -3327,6 +3367,7 @@ de:
     amenity=public_bath: DE:Tag:amenity=public bath
     amenity=public_bookcase: DE:Tag:amenity=public bookcase
     amenity=ranger_station: DE:Tag:amenity=ranger station
+    amenity=reception_desk: DE:Tag:amenity=reception desk
     amenity=recycling: DE:Tag:amenity=recycling
     amenity=register_office: DE:Tag:amenity=register office
     amenity=research_institute: DE:Tag:amenity=research institute
@@ -3366,6 +3407,7 @@ de:
     animal=horse_walker: DE:Tag:animal=horse walker
     animal=school: DE:Tag:animal=school
     archaeological_site=baths: DE:Tag:archaeological site=baths
+    archaeological_site=city: DE:Tag:archaeological site=city
     archaeological_site=fortification: DE:Tag:archaeological site=fortification
     archaeological_site=hut_circle: DE:Tag:archaeological site=hut circle
     archaeological_site=megalith: DE:Tag:archaeological site=megalith
@@ -3379,6 +3421,7 @@ de:
     artwork_type=mural: DE:Tag:artwork type=mural
     artwork_type=sculpture: DE:Tag:artwork type=sculpture
     artwork_type=statue: DE:Tag:artwork type=statue
+    association=student: DE:Tag:association=student
     atm=yes: DE:Tag:atm=yes
     attraction=alpine_coaster: DE:Tag:attraction=alpine coaster
     attraction=animal: DE:Tag:attraction=animal
@@ -3440,6 +3483,7 @@ de:
     bicycle=dismount: DE:Tag:bicycle=dismount
     bicycle=optional_sidepath: DE:Tag:bicycle=optional sidepath
     bicycle=use_sidepath: DE:Tag:bicycle=use sidepath
+    bicycle_road=yes: DE:Tag:bicycle road=yes
     biosphärenwirt=yes: DE:Tag:biosphärenwirt=yes
     boundary=administrative: DE:Tag:boundary=administrative
     boundary=marker: DE:Tag:boundary=marker
@@ -3478,6 +3522,7 @@ de:
     building=bunker: DE:Tag:building=bunker
     building=cabin: DE:Tag:building=cabin
     building=carport: DE:Tag:building=carport
+    building=castle: DE:Tag:building=castle
     building=cathedral: DE:Tag:building=cathedral
     building=chapel: DE:Tag:building=chapel
     building=church: DE:Tag:building=church
@@ -3509,6 +3554,7 @@ de:
     building=industrial: DE:Tag:building=industrial
     building=kindergarten: DE:Tag:building=kindergarten
     building=kiosk: DE:Tag:building=kiosk
+    building=livestock: DE:Tag:building=livestock
     building=marquee: DE:Tag:building=marquee
     building=mosque: DE:Tag:building=mosque
     building=office: DE:Tag:building=office
@@ -3552,6 +3598,7 @@ de:
     bunker_type=pillbox: DE:Tag:bunker type=pillbox
     by_night=only: DE:Tag:by night=only
     canoe=portage: DE:Tag:canoe=portage
+    capacity:smoker_free=existing: DE:Tag:capacity:smoker free=existing
     cargo=container: DE:Tag:cargo=container
     castle_type=castrum: DE:Tag:castle type=castrum
     castle_type=citadel: DE:Tag:castle type=citadel
@@ -3570,12 +3617,19 @@ de:
     club=fan: DE:Tag:club=fan
     club=scout: DE:Tag:club=scout
     club=sport: DE:Tag:club=sport
+    club=student: DE:Tag:club=student
     communication=line: DE:Tag:communication=line
+    community_centre=community_hall: DE:Tag:community centre=community hall
+    community_centre=cultural_centre: DE:Tag:community centre=cultural centre
+    community_centre=village_hall: DE:Tag:community centre=village hall
+    community_centre=youth_centre: DE:Tag:community centre=youth centre
     company=construction: DE:Tag:company=construction
+    company=industrial_climbing: DE:Tag:company=industrial climbing
     company=logistics: DE:Tag:company=logistics
     company=transport: DE:Tag:company=transport
     construction=yes: DE:Tag:construction=yes
     consulate=consulate_general: DE:Tag:consulate=consulate general
+    consulate=honorary_consul: DE:Tag:consulate=honorary consul
     content=hot_water: DE:Tag:content=hot water
     craft=agricultural_engines: DE:Tag:craft=agricultural engines
     craft=atelier: DE:Tag:craft=atelier
@@ -3667,6 +3721,7 @@ de:
     crane:type=gantry_crane: DE:Tag:crane:type=gantry crane
     crane:type=portal_crane: DE:Tag:crane:type=portal crane
     crane:type=travel_lift: DE:Tag:crane:type=travel lift
+    crematorium=pet: DE:Tag:crematorium=pet
     crossing=marked: DE:Tag:crossing=marked
     crossing=no: DE:Tag:crossing=no
     crossing=traffic_signals: DE:Tag:crossing=traffic signals
@@ -3707,6 +3762,7 @@ de:
     defensive=keep: DE:Tag:defensive=keep
     defensive_works=bastion: DE:Tag:defensive works=bastion
     defensive_works=battery: DE:Tag:defensive works=battery
+    denotation=natural_monument: DE:Tag:denotation=natural monument
     diplomatic=ambassadors_residence: DE:Tag:diplomatic=ambassadors residence
     diplomatic=consulate: DE:Tag:diplomatic=consulate
     diplomatic=consulate_general: DE:Tag:diplomatic=consulate general
@@ -3714,6 +3770,7 @@ de:
     diplomatic=embassy: DE:Tag:diplomatic=embassy
     diplomatic=high_commission: DE:Tag:diplomatic=high commission
     diplomatic=honorary_consulate: DE:Tag:diplomatic=honorary consulate
+    diplomatic=liaison: DE:Tag:diplomatic=liaison
     diplomatic=permanent_mission: DE:Tag:diplomatic=permanent mission
     disc_golf=basket: DE:Tag:disc golf=basket
     disc_golf=hole: DE:Tag:disc golf=hole
@@ -3722,6 +3779,13 @@ de:
     dock=drydock: DE:Tag:dock=drydock
     dock=floating: DE:Tag:dock=floating
     electrified=contact_line: DE:Tag:electrified=contact line
+    electrified=rail: DE:Tag:electrified=rail
+    embassy=branch_embassy: DE:Tag:embassy=branch embassy
+    embassy=delegation: DE:Tag:embassy=delegation
+    embassy=high_commission: DE:Tag:embassy=high commission
+    embassy=mission: DE:Tag:embassy=mission
+    embassy=residence: DE:Tag:embassy=residence
+    embassy=yes: DE:Tag:embassy=yes
     emergency=access_point: DE:Tag:emergency=access point
     emergency=aed: DE:Tag:emergency=aed
     emergency=ambulance_station: DE:Tag:emergency=ambulance station
@@ -3731,6 +3795,8 @@ de:
     emergency=drinking_water: DE:Tag:emergency=drinking water
     emergency=dry_riser_inlet: DE:Tag:emergency=dry riser inlet
     emergency=emergency_ward_entrance: DE:Tag:emergency=emergency ward entrance
+    emergency=fire_alarm_box: DE:Tag:emergency=fire alarm box
+    emergency=fire_blanket: DE:Tag:emergency=fire blanket
     emergency=fire_extinguisher: DE:Tag:emergency=fire extinguisher
     emergency=fire_flapper: DE:Tag:emergency=fire flapper
     emergency=fire_hose: DE:Tag:emergency=fire hose
@@ -3827,6 +3893,7 @@ de:
     geological=volcanic_lava_field: DE:Tag:geological=volcanic lava field
     geological=volcanic_vent: DE:Tag:geological=volcanic vent
     golf=bunker: DE:Tag:golf=bunker
+    golf=clubhouse: DE:Tag:golf=clubhouse
     golf=driving_range: DE:Tag:golf=driving range
     golf=fairway: DE:Tag:golf=fairway
     golf=green: DE:Tag:golf=green
@@ -3870,7 +3937,11 @@ de:
     hazard=slippery: DE:Tag:hazard=slippery
     hazmat:water=permissive: DE:Tag:hazmat:water=permissive
     healthcare:speciality=allergology: DE:Tag:healthcare:speciality=allergology
+    healthcare:speciality=dermatology: DE:Tag:healthcare:speciality=dermatology
     healthcare:speciality=general: DE:Tag:healthcare:speciality=general
+    healthcare:speciality=gynaecology: DE:Tag:healthcare:speciality=gynaecology
+    healthcare:speciality=mother_child: DE:Tag:healthcare:speciality=mother child
+    healthcare:speciality=ophthalmology: DE:Tag:healthcare:speciality=ophthalmology
     healthcare:speciality=orthodontics: DE:Tag:healthcare:speciality=orthodontics
     healthcare:speciality=otolaryngology: DE:Tag:healthcare:speciality=otolaryngology
     healthcare:speciality=paediatric_surgery: DE:Tag:healthcare:speciality=paediatric
@@ -3924,6 +3995,7 @@ de:
     highway=motorway_junction: DE:Tag:highway=motorway junction
     highway=motorway_link: DE:Tag:highway=motorway link
     highway=no: DE:Tag:highway=no
+    highway=noexit: DE:Tag:highway=noexit
     highway=passing_place: DE:Tag:highway=passing place
     highway=path: DE:Tag:highway=path
     highway=pedestrian: DE:Tag:highway=pedestrian
@@ -3973,6 +4045,7 @@ de:
     historic=charcoal_pile: DE:Tag:historic=charcoal pile
     historic=city_gate: DE:Tag:historic=city gate
     historic=citywalls: DE:Tag:historic=citywalls
+    historic=farm: DE:Tag:historic=farm
     historic=fort: DE:Tag:historic=fort
     historic=gallows: DE:Tag:historic=gallows
     historic=highwater_mark: DE:Tag:historic=highwater mark
@@ -3996,6 +4069,7 @@ de:
     historic=wayside_cross: DE:Tag:historic=wayside cross
     historic=wayside_shrine: DE:Tag:historic=wayside shrine
     historic=wreck: DE:Tag:historic=wreck
+    holding_position:type=runway: DE:Tag:holding position:type=runway
     horse=designated: DE:Tag:horse=designated
     horse=dismount: DE:Tag:horse=dismount
     industrial=aluminium_smelting: DE:Tag:industrial=aluminium smelting
@@ -4029,6 +4103,7 @@ de:
     information=map: DE:Tag:information=map
     information=office: DE:Tag:information=office
     information=route_marker: DE:Tag:information=route marker
+    information=stele: DE:Tag:information=stele
     information=tactile_map: DE:Tag:information=tactile map
     information=tactile_model: DE:Tag:information=tactile model
     information=terminal: DE:Tag:information=terminal
@@ -4046,6 +4121,7 @@ de:
     landuse=construction: DE:Tag:landuse=construction
     landuse=depot: DE:Tag:landuse=depot
     landuse=education: DE:Tag:landuse=education
+    landuse=fairground: DE:Tag:landuse=fairground
     landuse=farm: DE:Tag:landuse=farm
     landuse=farmland: DE:Tag:landuse=farmland
     landuse=farmyard: DE:Tag:landuse=farmyard
@@ -4089,6 +4165,7 @@ de:
     leisure=amusement_arcade: DE:Tag:leisure=amusement arcade
     leisure=bandstand: DE:Tag:leisure=bandstand
     leisure=barefoot: DE:Tag:leisure=barefoot
+    leisure=bathing_place: DE:Tag:leisure=bathing place
     leisure=beach_resort: DE:Tag:leisure=beach resort
     leisure=bird_hide: DE:Tag:leisure=bird hide
     leisure=bleachers: DE:Tag:leisure=bleachers
@@ -4097,6 +4174,7 @@ de:
     leisure=dance: DE:Tag:leisure=dance
     leisure=disc_golf_course: DE:Tag:leisure=disc golf course
     leisure=dog_park: DE:Tag:leisure=dog park
+    leisure=escape_game: DE:Tag:leisure=escape game
     leisure=firepit: DE:Tag:leisure=firepit
     leisure=fish_spa: DE:Tag:leisure=fish spa
     leisure=fishing: DE:Tag:leisure=fishing
@@ -4161,6 +4239,7 @@ de:
     man_made=column: DE:Tag:man made=column
     man_made=communications_tower: DE:Tag:man made=communications tower
     man_made=cooling_tower: DE:Tag:man made=cooling tower
+    man_made=courtyard: DE:Tag:man made=courtyard
     man_made=crane: DE:Tag:man made=crane
     man_made=cross: DE:Tag:man made=cross
     man_made=cutline: DE:Tag:man made=cutline
@@ -4171,8 +4250,10 @@ de:
     man_made=flagpole: DE:Tag:man made=flagpole
     man_made=flare: DE:Tag:man made=flare
     man_made=footwear_decontamination: DE:Tag:man made=footwear decontamination
+    man_made=fuel_pump: DE:Tag:man made=fuel pump
     man_made=gantry: DE:Tag:man made=gantry
     man_made=gasometer: DE:Tag:man made=gasometer
+    man_made=geoglyph: DE:Tag:man made=geoglyph
     man_made=goods_conveyor: DE:Tag:man made=goods conveyor
     man_made=graduation_tower: DE:Tag:man made=graduation tower
     man_made=groyne: DE:Tag:man made=groyne
@@ -4186,6 +4267,7 @@ de:
     man_made=manhole: DE:Tag:man made=manhole
     man_made=mast: DE:Tag:man made=mast
     man_made=maypole: DE:Tag:man made=maypole
+    man_made=milk_churn_stand: DE:Tag:man made=milk churn stand
     man_made=mineshaft: DE:Tag:man made=mineshaft
     man_made=monitoring_station: DE:Tag:man made=monitoring station
     man_made=nesting_site: DE:Tag:man made=nesting site
@@ -4212,6 +4294,7 @@ de:
     man_made=survey_point: DE:Tag:man made=survey point
     man_made=telescope: DE:Tag:man made=telescope
     man_made=tower: DE:Tag:man made=tower
+    man_made=urine_deflector: DE:Tag:man made=urine deflector
     man_made=utility_pole: DE:Tag:man made=utility pole
     man_made=wastewater_plant: DE:Tag:man made=wastewater plant
     man_made=water_tank: DE:Tag:man made=water tank
@@ -4228,6 +4311,7 @@ de:
     marker=aerial: DE:Tag:marker=aerial
     marker=post: DE:Tag:marker=post
     maxheight=default: DE:Tag:maxheight=default
+    meadow=pasture: DE:Tag:meadow=pasture
     megalith_type=alignment: DE:Tag:megalith type=alignment
     megalith_type=chamber: DE:Tag:megalith type=chamber
     megalith_type=cist: DE:Tag:megalith type=cist
@@ -4236,6 +4320,7 @@ de:
     megalith_type=menhir: DE:Tag:megalith type=menhir
     megalith_type=nuraghe: DE:Tag:megalith type=nuraghe
     megalith_type=passage_grave: DE:Tag:megalith type=passage grave
+    megalith_type=ring_cairn: DE:Tag:megalith type=ring cairn
     megalith_type=stone_circle: DE:Tag:megalith type=stone circle
     megalith_type=stone_ship: DE:Tag:megalith type=stone ship
     megalith_type=tholos: DE:Tag:megalith type=tholos
@@ -4245,8 +4330,10 @@ de:
     memorial=ghost_bike: DE:Tag:memorial=ghost bike
     memorial=obelisk: DE:Tag:memorial=obelisk
     memorial=plaque: DE:Tag:memorial=plaque
+    memorial=sculpture: DE:Tag:memorial=sculpture
     memorial=statue: DE:Tag:memorial=statue
     memorial=stele: DE:Tag:memorial=stele
+    memorial=stolperstein: DE:Tag:memorial=stolperstein
     memorial=stone: DE:Tag:memorial=stone
     memorial=war_memorial: DE:Tag:memorial=war memorial
     microbrewery=yes: DE:Tag:microbrewery=yes
@@ -4279,6 +4366,7 @@ de:
     natural=bare_rock: DE:Tag:natural=bare rock
     natural=bay: DE:Tag:natural=bay
     natural=beach: DE:Tag:natural=beach
+    natural=blowhole: DE:Tag:natural=blowhole
     natural=cape: DE:Tag:natural=cape
     natural=cave_entrance: DE:Tag:natural=cave entrance
     natural=cliff: DE:Tag:natural=cliff
@@ -4340,6 +4428,7 @@ de:
     network=rhn: DE:Tag:network=rhn
     network=rwn: DE:Tag:network=rwn
     network=stadtradhamburg: DE:Tag:network=stadtradhamburg
+    noexit=yes: DE:Tag:noexit=yes
     observatory:type=astronomical: DE:Tag:observatory:type=astronomical
     observatory:type=gravitational: DE:Tag:observatory:type=gravitational
     office=accountant: DE:Tag:office=accountant
@@ -4361,6 +4450,7 @@ de:
     office=financial: DE:Tag:office=financial
     office=financial_advisor: DE:Tag:office=financial advisor
     office=forestry: DE:Tag:office=forestry
+    office=foundation: DE:Tag:office=foundation
     office=geodesist: DE:Tag:office=geodesist
     office=government: DE:Tag:office=government
     office=graphic_design: DE:Tag:office=graphic design
@@ -4376,6 +4466,7 @@ de:
     office=physician: DE:Tag:office=physician
     office=political_party: DE:Tag:office=political party
     office=property_management: DE:Tag:office=property management
+    office=quango: DE:Tag:office=quango
     office=religion: DE:Tag:office=religion
     office=research: DE:Tag:office=research
     office=security: DE:Tag:office=security
@@ -4385,6 +4476,7 @@ de:
     office=therapist: DE:Tag:office=therapist
     office=translator: DE:Tag:office=translator
     office=travel_agent: DE:Tag:office=travel agent
+    office=tutoring: DE:Tag:office=tutoring
     office=union: DE:Tag:office=union
     office=visa: DE:Tag:office=visa
     office=water_utility: DE:Tag:office=water utility
@@ -4412,6 +4504,7 @@ de:
     pipeline=marker: DE:Tag:pipeline=marker
     pipeline=substation: DE:Tag:pipeline=substation
     pipeline=valve: DE:Tag:pipeline=valve
+    piste:type=downhill: DE:Tag:piste:type=downhill
     piste:type=nordic: DE:Tag:piste:type=nordic
     place=archipelago: DE:Tag:place=archipelago
     place=city: DE:Tag:place=city
@@ -4663,6 +4756,7 @@ de:
     shop=frozen_food: DE:Tag:shop=frozen food
     shop=funeral_directors: DE:Tag:shop=funeral directors
     shop=furniture: DE:Tag:shop=furniture
+    shop=games: DE:Tag:shop=games
     shop=garden_centre: DE:Tag:shop=garden centre
     shop=gas: DE:Tag:shop=gas
     shop=general: DE:Tag:shop=general
@@ -4714,6 +4808,7 @@ de:
     shop=pastry: DE:Tag:shop=pastry
     shop=pawnbroker: DE:Tag:shop=pawnbroker
     shop=perfumery: DE:Tag:shop=perfumery
+    shop=pest_control: DE:Tag:shop=pest control
     shop=pet: DE:Tag:shop=pet
     shop=pet_grooming: DE:Tag:shop=pet grooming
     shop=photo: DE:Tag:shop=photo
@@ -4754,12 +4849,15 @@ de:
     shop=video: DE:Tag:shop=video
     shop=video_games: DE:Tag:shop=video games
     shop=watches: DE:Tag:shop=watches
+    shop=water: DE:Tag:shop=water
     shop=weapons: DE:Tag:shop=weapons
     shop=wholesale: DE:Tag:shop=wholesale
     shop=wigs: DE:Tag:shop=wigs
     shop=window_blind: DE:Tag:shop=window blind
+    shop=windows: DE:Tag:shop=windows
     shop=wine: DE:Tag:shop=wine
     shop=wool: DE:Tag:shop=wool
+    sidewalk=separate: DE:Tag:sidewalk=separate
     site_type=baths: DE:Tag:site type=baths
     site_type=bigstone: DE:Tag:site type=bigstone
     site_type=fortification: DE:Tag:site type=fortification
@@ -4798,6 +4896,7 @@ de:
     sport=bobsleigh: DE:Tag:sport=bobsleigh
     sport=boules: DE:Tag:sport=boules
     sport=bowls: DE:Tag:sport=bowls
+    sport=boxing: DE:Tag:sport=boxing
     sport=canoe: DE:Tag:sport=canoe
     sport=chess: DE:Tag:sport=chess
     sport=cliff_diving: DE:Tag:sport=cliff diving
@@ -4811,6 +4910,8 @@ de:
     sport=dog_racing: DE:Tag:sport=dog racing
     sport=equestrian: DE:Tag:sport=equestrian
     sport=fencing: DE:Tag:sport=fencing
+    sport=field_hockey: DE:Tag:sport=field hockey
+    sport=fitness: DE:Tag:sport=fitness
     sport=free_flying: DE:Tag:sport=free flying
     sport=futsal: DE:Tag:sport=futsal
     sport=golf: DE:Tag:sport=golf
@@ -4826,6 +4927,7 @@ de:
     sport=motocross: DE:Tag:sport=motocross
     sport=motor: DE:Tag:sport=motor
     sport=multi: DE:Tag:sport=multi
+    sport=netball: DE:Tag:sport=netball
     sport=nine_mens_morris: DE:Tag:sport=nine mens morris
     sport=orienteering: DE:Tag:sport=orienteering
     sport=pelota: DE:Tag:sport=pelota
@@ -4844,6 +4946,7 @@ de:
     sport=tennis: DE:Tag:sport=tennis
     sport=toboggan: DE:Tag:sport=toboggan
     sport=trampoline: DE:Tag:sport=trampoline
+    sport=ultralight_aviation: DE:Tag:sport=ultralight aviation
     sport=volleyball: DE:Tag:sport=volleyball
     sport=water_ski: DE:Tag:sport=water ski
     sport=yoga: DE:Tag:sport=yoga
@@ -4890,6 +4993,7 @@ de:
     telescope:type=optical: DE:Tag:telescope:type=optical
     telescope:type=radio: DE:Tag:telescope:type=radio
     theatre:type=amphi: DE:Tag:theatre:type=amphi
+    theatre:type=concert_hall: DE:Tag:theatre:type=concert hall
     theatre:type=open_air: DE:Tag:theatre:type=open air
     tomb=cenotaph: DE:Tag:tomb=cenotaph
     tomb=columbarium: DE:Tag:tomb=columbarium
@@ -4924,6 +5028,7 @@ de:
     tourism=viewpoint: DE:Tag:tourism=viewpoint
     tourism=wilderness_hut: DE:Tag:tourism=wilderness hut
     tourism=wine_cellar: DE:Tag:tourism=wine cellar
+    tourism=yes: DE:Tag:tourism=yes
     tourism=zoo: DE:Tag:tourism=zoo
     tower:construction=dish: DE:Tag:tower:construction=dish
     tower:construction=dome: DE:Tag:tower:construction=dome
@@ -4949,6 +5054,8 @@ de:
     tower:type=watchtower: DE:Tag:tower:type=watchtower
     traffic_calming=bump: DE:Tag:traffic calming=bump
     traffic_calming=chicane: DE:Tag:traffic calming=chicane
+    traffic_calming=choked_island: DE:Tag:traffic calming=choked island
+    traffic_calming=choked_table: DE:Tag:traffic calming=choked table
     traffic_calming=choker: DE:Tag:traffic calming=choker
     traffic_calming=cushion: DE:Tag:traffic calming=cushion
     traffic_calming=dip: DE:Tag:traffic calming=dip
@@ -4959,6 +5066,7 @@ de:
     traffic_calming=mini_bumps: DE:Tag:traffic calming=mini bumps
     traffic_calming=rumble_strip: DE:Tag:traffic calming=rumble strip
     traffic_calming=table: DE:Tag:traffic calming=table
+    traffic_calming=yes: DE:Tag:traffic calming=yes
     'traffic_sign=DE:': 'DE:Tag:traffic sign=DE:'
     traffic_sign=DE:1022-10: DE:Tag:traffic sign=DE:1022-10
     traffic_sign=DE:103-10: DE:Tag:traffic sign=DE:103-10
@@ -4970,6 +5078,7 @@ de:
     traffic_sign=DE:142.10: DE:Tag:traffic sign=DE:142.10
     traffic_sign=DE:205: DE:Tag:traffic sign=DE:205
     traffic_sign=DE:206: DE:Tag:traffic sign=DE:206
+    traffic_sign=DE:208: DE:Tag:traffic sign=DE:208
     traffic_sign=DE:220-10: DE:Tag:traffic sign=DE:220-10
     traffic_sign=DE:220-20: DE:Tag:traffic sign=DE:220-20
     traffic_sign=DE:224: DE:Tag:traffic sign=DE:224
@@ -5015,6 +5124,7 @@ de:
     traffic_sign=DE:277: DE:Tag:traffic sign=DE:277
     traffic_sign=DE:282: DE:Tag:traffic sign=DE:282
     traffic_sign=DE:306: DE:Tag:traffic sign=DE:306
+    traffic_sign=DE:308: DE:Tag:traffic sign=DE:308
     traffic_sign=DE:310: DE:Tag:traffic sign=DE:310
     traffic_sign=DE:325: DE:Tag:traffic sign=DE:325
     traffic_sign=DE:325.1: DE:Tag:traffic sign=DE:325.1
@@ -5049,6 +5159,7 @@ de:
     transformer=distribution: DE:Tag:transformer=distribution
     tunnel=building_passage: DE:Tag:tunnel=building passage
     tunnel=culvert: DE:Tag:tunnel=culvert
+    type=destination_sign: DE:Tag:type=destination sign
     type=enforcement: DE:Tag:type=enforcement
     type=waterway: DE:Tag:type=waterway
     usage=branch: DE:Tag:usage=branch
@@ -5057,24 +5168,46 @@ de:
     usage=irrigation: DE:Tag:usage=irrigation
     usage=penstock: DE:Tag:usage=penstock
     usage=tailrace: DE:Tag:usage=tailrace
+    usage=tourism: DE:Tag:usage=tourism
     usage=transmission: DE:Tag:usage=transmission
     vehicle=no: DE:Tag:vehicle=no
     vending: DE:Tag:vending
+    vending=SIM_cards: DE:Tag:vending=SIM cards
+    vending=admission_tickets: DE:Tag:vending=admission tickets
     vending=animal_feed: DE:Tag:vending=animal feed
+    vending=art: DE:Tag:vending=art
     vending=bicycle_tube: DE:Tag:vending=bicycle tube
+    vending=books: DE:Tag:vending=books
     vending=bottle_return: DE:Tag:vending=bottle return
     vending=bread: DE:Tag:vending=bread
     vending=candles: DE:Tag:vending=candles
+    vending=chemist: DE:Tag:vending=chemist
     vending=chewing_gums: DE:Tag:vending=chewing gums
+    vending=cigarettes: DE:Tag:vending=cigarettes
     vending=coffee: DE:Tag:vending=coffee
     vending=coin_change_machine: DE:Tag:vending=coin change machine
+    vending=condoms: DE:Tag:vending=condoms
+    vending=contact_lenses: DE:Tag:vending=contact lenses
+    vending=drinks: DE:Tag:vending=drinks
+    vending=e-cigarettes: DE:Tag:vending=e-cigarettes
+    vending=eggs: DE:Tag:vending=eggs
+    vending=electronics: DE:Tag:vending=electronics
     vending=elongated_coin: DE:Tag:vending=elongated coin
     vending=excrement_bags: DE:Tag:vending=excrement bags
+    vending=feminine_hygiene: DE:Tag:vending=feminine hygiene
+    vending=first_aid: DE:Tag:vending=first aid
+    vending=fishing_bait: DE:Tag:vending=fishing bait
+    vending=fishing_tackle: DE:Tag:vending=fishing tackle
     vending=flower_seeds: DE:Tag:vending=flower seeds
     vending=flowers: DE:Tag:vending=flowers
     vending=food: DE:Tag:vending=food
+    vending=french_fries: DE:Tag:vending=french fries
     vending=fuel: DE:Tag:vending=fuel
+    vending=gas_bottles: DE:Tag:vending=gas bottles
     vending=ice_cream: DE:Tag:vending=ice cream
+    vending=ice_cubes: DE:Tag:vending=ice cubes
+    vending=ink_cartridges: DE:Tag:vending=ink cartridges
+    vending=laundry_detergent: DE:Tag:vending=laundry detergent
     vending=milk: DE:Tag:vending=milk
     vending=newspapers: DE:Tag:vending=newspapers
     vending=parcel_mail_in: DE:Tag:vending=parcel mail in
@@ -5082,12 +5215,17 @@ de:
     vending=parcel_pickup;parcel_mail_in: DE:Tag:vending=parcel pickup;parcel mail
       in
     vending=parking_tickets: DE:Tag:vending=parking tickets
+    vending=photos: DE:Tag:vending=photos
+    vending=pizza: DE:Tag:vending=pizza
     vending=public_transport_tickets: DE:Tag:vending=public transport tickets
     vending=sex_toys: DE:Tag:vending=sex toys
     vending=stamps: DE:Tag:vending=stamps
     vending=sweets: DE:Tag:vending=sweets
     vending=syringes: DE:Tag:vending=syringes
+    vending=telephone_vouchers: DE:Tag:vending=telephone vouchers
+    vending=toll: DE:Tag:vending=toll
     vending=toys: DE:Tag:vending=toys
+    vending=umbrellas: DE:Tag:vending=umbrellas
     vending=water: DE:Tag:vending=water
     vending_machine=fuel: DE:Tag:vending machine=fuel
     wall=castle_wall: DE:Tag:wall=castle wall
@@ -5106,6 +5244,7 @@ de:
     waste=trash: DE:Tag:waste=trash
     water=basin: DE:Tag:water=basin
     water=canal: DE:Tag:water=canal
+    water=ditch: DE:Tag:water=ditch
     water=harbour: DE:Tag:water=harbour
     water=lagoon: DE:Tag:water=lagoon
     water=lake: DE:Tag:water=lake
@@ -5115,6 +5254,7 @@ de:
     water=pond: DE:Tag:water=pond
     water=reservoir: DE:Tag:water=reservoir
     water=river: DE:Tag:water=river
+    water=stream: DE:Tag:water=stream
     water=wastewater: DE:Tag:water=wastewater
     waterway=boat_lift: DE:Tag:waterway=boat lift
     waterway=boatyard: DE:Tag:waterway=boatyard
@@ -5135,6 +5275,7 @@ de:
     waterway=river: DE:Tag:waterway=river
     waterway=riverbank: DE:Tag:waterway=riverbank
     waterway=security_lock: DE:Tag:waterway=security lock
+    waterway=sluice_gate: DE:Tag:waterway=sluice gate
     waterway=stream: DE:Tag:waterway=stream
     waterway=tidal_channel: DE:Tag:waterway=tidal channel
     waterway=waterfall: DE:Tag:waterway=waterfall
@@ -5217,6 +5358,8 @@ en:
     CLC:code: Key:CLC:code
     Community: Key:Community
     DGPS_correction: Key:DGPS correction
+    EE:EHIS:id: Key:EE:EHIS:id
+    EE:EHIS:type: Key:EE:EHIS:type
     EHAK:code: Key:EHAK:code
     EH_ref: Key:EH ref
     FIXME: Key:FIXME
@@ -5268,7 +5411,6 @@ en:
     TMC:LocationCode: Key:TMC:LocationCode
     TMC:NextLocationCode: Key:TMC:NextLocationCode
     TMC:PrevLocationCode: Key:TMC:PrevLocationCode
-    TODO: Key:TODO
     URL: Key:URL
     WDPA_ID:ref: Key:WDPA ID:ref
     WLAN: Key:WLAN
@@ -5278,14 +5420,17 @@ en:
     abandoned:amenity: Key:abandoned:amenity
     abandoned:building: Key:abandoned:building
     abandoned:highway: Key:abandoned:highway
+    abandoned:landuse: Key:abandoned:landuse
     abandoned:place: Key:abandoned:place
     abandoned:railway: Key:abandoned:railway
+    abbr_name: Key:abbr name
     abutters: Key:abutters
     access: Key:access
     access:conditional: Key:access:conditional
     access:covid19: Key:access:covid19
+    access:delivery: Key:access:delivery
     access:lanes: Key:access:lanes
-    access:roadtrain:trailers: Key:access:roadtrain:trailers
+    access:offroad: Key:access:offroad
     accuracy:meters: Key:accuracy:meters
     active_traffic_management: Key:active traffic management
     actuator: Key:actuator
@@ -5329,6 +5474,7 @@ en:
     addr:inclusion: Key:addr:inclusion
     addr:interpolation: Key:addr:interpolation
     addr:milestone: Key:addr:milestone
+    addr:neighborhood: Key:addr:neighborhood
     addr:neighbourhood: Key:addr:neighbourhood
     addr:nostreet: Key:addr:nostreet
     addr:place: Key:addr:place
@@ -5354,6 +5500,7 @@ en:
     addr:street:ar: Key:addr:street:ar
     addr:street:de: Key:addr:street:de
     addr:street:en: Key:addr:street:en
+    addr:street:fr: Key:addr:street:fr
     addr:street:it: Key:addr:street:it
     addr:street:prefix: Key:addr:street:prefix
     addr:street:sym_ul: Key:addr:street:sym ul
@@ -5367,6 +5514,7 @@ en:
     addr:town: Key:addr:town
     addr:type: Key:addr:type
     addr:unit: Key:addr:unit
+    address: Key:address
     admin_level: Key:admin level
     admin_title: Key:admin title
     adr_les: Key:adr les
@@ -5376,6 +5524,7 @@ en:
     aerialway:duration: Key:aerialway:duration
     aerialway:occupancy: Key:aerialway:occupancy
     aerialway:station: Key:aerialway:station
+    aerodrome: Key:aerodrome
     aerodrome:type: Key:aerodrome:type
     aeroway: Key:aeroway
     after_school: Key:after school
@@ -5383,6 +5532,7 @@ en:
     agrarian: Key:agrarian
     agricultural: Key:agricultural
     air_conditioning: Key:air conditioning
+    alcohol: Key:alcohol
     alt_name: Key:alt name
     alt_name:ar: Key:alt name:ar
     alt_name:arc: Key:alt name:arc
@@ -5394,6 +5544,7 @@ en:
     alt_name:es: Key:alt name:es
     alt_name:fa: Key:alt name:fa
     alt_name:fr: Key:alt name:fr
+    alt_name:fur: Key:alt name:fur
     alt_name:glk: Key:alt name:glk
     alt_name:gr: Key:alt name:gr
     alt_name:grc: Key:alt name:grc
@@ -5415,11 +5566,13 @@ en:
     alt_name:ur: Key:alt name:ur
     alt_name:zh: Key:alt name:zh
     alt_name_1: Key:alt name 1
+    alt_ref: Key:alt ref
     amenity: Key:amenity
     amenity:eftpos: Key:amenity:eftpos
     amenity:restaurant: Key:amenity:restaurant
     animal: Key:animal
     animated: Key:animated
+    announcement: Key:announcement
     app:*: Key:app:*
     aquaculture: Key:aquaculture
     archaeological_site: Key:archaeological site
@@ -5431,6 +5584,7 @@ en:
     area: Key:area
     area:aeroway: Key:area:aeroway
     area:highway: Key:area:highway
+    armrest: Key:armrest
     artist:note: Key:artist:note
     artist:wikidata: Key:artist:wikidata
     artist:wikipedia: Key:artist:wikipedia
@@ -5441,6 +5595,8 @@ en:
     artwork_type: Key:artwork type
     asb: Key:asb
     ascent: Key:ascent
+    asphalt:type: Key:asphalt:type
+    assembly_point:bombing: Key:assembly point:bombing
     assembly_point:earthquake: Key:assembly point:earthquake
     assembly_point:fire: Key:assembly point:fire
     assembly_point:flood: Key:assembly point:flood
@@ -5459,6 +5615,7 @@ en:
     atv:sales: Key:atv:sales
     authentication: Key:authentication
     authentication:app: Key:authentication:app
+    authentication:disc: Key:authentication:disc
     authentication:membership_card: Key:authentication:membership card
     authentication:nfc: Key:authentication:nfc
     authentication:none: Key:authentication:none
@@ -5469,6 +5626,7 @@ en:
     automated: Key:automated
     automatic_door: Key:automatic door
     autonomy: Key:autonomy
+    availability: Key:availability
     avalanche_protection: Key:avalanche protection
     avalanche_transceiver: Key:avalanche transceiver
     avz: Key:avz
@@ -5476,6 +5634,7 @@ en:
     baby_feeding: Key:baby feeding
     backcountry: Key:backcountry
     backrest: Key:backrest
+    backup_generator: Key:backup generator
     backward: Key:backward
     bakehouse: Key:bakehouse
     balcony: Key:balcony
@@ -5484,6 +5643,7 @@ en:
     barrier:personnel: Key:barrier:personnel
     base_function: Key:base function
     baseball: Key:baseball
+    basilica: Key:basilica
     basin: Key:basin
     bath:type: Key:bath:type
     bbq:type: Key:bbq:type
@@ -5492,6 +5652,7 @@ en:
     beacon:colour: Key:beacon:colour
     beacon:function: Key:beacon:function
     beacon:type: Key:beacon:type
+    beacon:uuid: Key:beacon:uuid
     beauty: Key:beauty
     beds: Key:beds
     bell_tower: Key:bell tower
@@ -5511,14 +5672,11 @@ en:
     bicycle:type: Key:bicycle:type
     bicycle_bypass: Key:bicycle bypass
     bicycle_parking: Key:bicycle parking
-    bicycle_road: Key:bicycle road
     bike_ride: Key:bike ride
     bin: Key:bin
     biosphärenwirt: Key:biosphärenwirt
     biotic_reef: Key:biotic reef
     biotic_reef:type: Key:biotic reef:type
-    blind:website: Key:blind:website
-    blind:website:lg: Key:blind:website:lg
     board:title: Key:board:title
     board_type: Key:board type
     boat: Key:boat
@@ -5529,6 +5687,7 @@ en:
     border_type: Key:border type
     bot: Key:bot
     both: Key:both
+    both_ways: Key:both ways
     bottle: Key:bottle
     bottom:material: Key:bottom:material
     boundary: Key:boundary
@@ -5594,6 +5753,7 @@ en:
     building:material: Key:building:material
     building:max_level: Key:building:max level
     building:min_level: Key:building:min level
+    building:name: Key:building:name
     building:obm: Key:building:obm
     building:part: Key:building:part
     building:place: Key:building:place
@@ -5610,7 +5770,9 @@ en:
     building:walls: Key:building:walls
     bulk_purchase: Key:bulk purchase
     bunker_type: Key:bunker type
+    bunker_type=bomb_shelter: Key:bunker type=bomb shelter
     buried:wikidata: Key:buried:wikidata
+    buried:wikipedia: Key:buried:wikipedia
     bus: Key:bus
     bus:lanes: Key:bus:lanes
     bus:lanes:backward: Key:bus:lanes:backward
@@ -5633,24 +5795,31 @@ en:
     cafe: Key:cafe
     callsign: Key:callsign
     camera:direction: Key:camera:direction
+    camera:mount: Key:camera:mount
     camera:type: Key:camera:type
     camp_site: Key:camp site
     camp_type: Key:camp type
-    campers: Key:campers
     camping: Key:camping
     campwild: Key:campwild
     canal: Key:canal
     canoe: Key:canoe
     capacity: Key:capacity
+    capacity:beds: Key:capacity:beds
+    capacity:cabins: Key:capacity:cabins
     capacity:charging: Key:capacity:charging
     capacity:disabled: Key:capacity:disabled
     capacity:men: Key:capacity:men
+    capacity:motorcycle: Key:capacity:motorcycle
     capacity:parent: Key:capacity:parent
+    capacity:persons: Key:capacity:persons
+    capacity:rooms: Key:capacity:rooms
     capacity:seats: Key:capacity:seats
+    capacity:tents: Key:capacity:tents
+    capacity:truck: Key:capacity:truck
     capacity:women: Key:capacity:women
     capital: Key:capital
     capital_city: Key:capital city
-    car_repair: Key:car repair
+    car_parts: Key:car parts
     car_wash: Key:car wash
     caravan: Key:caravan
     caravans: Key:caravans
@@ -5680,6 +5849,7 @@ en:
     cemetery: Key:cemetery
     cemt: Key:cemt
     census:population: Key:census:population
+    central_island:traversable: Key:central island:traversable
     centralkey: Key:centralkey
     change: Key:change
     change:lanes: Key:change:lanes
@@ -5705,7 +5875,6 @@ en:
     city_limit: Key:city limit
     clacks_overhead: Key:clacks overhead
     claimed_by: Key:claimed by
-    class: Key:class
     class:bicycle: Key:class:bicycle
     class:bicycle:commute: Key:class:bicycle:commute
     class:bicycle:mtb: Key:class:bicycle:mtb
@@ -5728,6 +5897,8 @@ en:
     cocktails: Key:cocktails
     coffee: Key:coffee
     collection_times: Key:collection times
+    collection_times:signed: Key:collection times:signed
+    collector: Key:collector
     colonnade: Key:colonnade
     color: Key:color
     colour: Key:colour
@@ -5735,6 +5906,7 @@ en:
     column:shape: Key:column:shape
     column:style: Key:column:style
     comment: Key:comment
+    communication:*: Key:communication:*
     communication:amateur_radio: Key:communication:amateur radio
     communication:amateur_radio:callsign: Key:communication:amateur radio:callsign
     communication:amateur_radio:link: Key:communication:amateur radio:link
@@ -5752,6 +5924,7 @@ en:
     communication:microwave: Key:communication:microwave
     communication:mobile_phone: Key:communication:mobile phone
     communication:radio: Key:communication:radio
+    communication:space: Key:communication:space
     communication:television: Key:communication:television
     community: Key:community
     community_centre: Key:community centre
@@ -5766,8 +5939,10 @@ en:
     connection_point: Key:connection point
     consecrated: Key:consecrated
     construction: Key:construction
+    'construction:': 'Key:construction:'
     construction:*: Key:construction:*
     construction:website: Key:construction:website
+    construction_date: Key:construction date
     construction_end_expected: Key:construction end expected
     construction_start_expected: Key:construction start expected
     consulate: Key:consulate
@@ -5855,6 +6030,7 @@ en:
     currency:RUB: Key:currency:RUB
     currency:USD: Key:currency:USD
     currency:XBT: Key:currency:XBT
+    currency:XLT: Key:currency:XLT
     currency:XXX: Key:currency:XXX
     currency:others: Key:currency:others
     curve: Key:curve
@@ -5874,6 +6050,7 @@ en:
     cycleway: Key:cycleway
     cycleway:both: Key:cycleway:both
     cycleway:both:lane: Key:cycleway:both:lane
+    cycleway:both:oneway: Key:cycleway:both:oneway
     cycleway:buffer: Key:cycleway:buffer
     cycleway:foot: Key:cycleway:foot
     cycleway:lane: Key:cycleway:lane
@@ -5881,6 +6058,7 @@ en:
     cycleway:left:lane: Key:cycleway:left:lane
     cycleway:left:oneway: Key:cycleway:left:oneway
     cycleway:left=backward: Key:cycleway:left=backward
+    cycleway:oneway: Key:cycleway:oneway
     cycleway:right: Key:cycleway:right
     cycleway:right:lane: Key:cycleway:right:lane
     cycleway:right:oneway: Key:cycleway:right:oneway
@@ -5895,6 +6073,7 @@ en:
     damage:*: Key:damage:*
     damage:date: Key:damage:date
     damage:event: Key:damage:event
+    damage:event:wikidata: Key:damage:event:wikidata
     damage:type: Key:damage:type
     dance:style: Key:dance:style
     dance:teaching: Key:dance:teaching
@@ -5906,8 +6085,10 @@ en:
     default_language: Key:default language
     defensive_works: Key:defensive works
     deflection: Key:deflection
-    dehoga: Key:dehoga
     delivery: Key:delivery
+    delivery:*: Key:delivery:*
+    delivery:conditional: Key:delivery:conditional
+    delivery:fee: Key:delivery:fee
     delivery:partner: Key:delivery:partner
     delivery_point: Key:delivery point
     delivery_point:access: Key:delivery point:access
@@ -5919,7 +6100,9 @@ en:
     'demolition:': 'Key:demolition:'
     denomination: Key:denomination
     denotation: Key:denotation
+    department: Key:department
     departures_board: Key:departures board
+    departures_board:speech_output: Key:departures board:speech output
     depot: Key:depot
     depth: Key:depth
     depth:clearance: Key:depth:clearance
@@ -5941,7 +6124,11 @@ en:
     destination: Key:destination
     destination:ar: Key:destination:ar
     destination:arrow: Key:destination:arrow
+    destination:arrow:backward: Key:destination:arrow:backward
+    destination:arrow:forward: Key:destination:arrow:forward
     destination:arrow:lanes: Key:destination:arrow:lanes
+    destination:arrow:lanes:backward: Key:destination:arrow:lanes:backward
+    destination:arrow:lanes:forward: Key:destination:arrow:lanes:forward
     destination:backward: Key:destination:backward
     destination:colour: Key:destination:colour
     destination:colour:backward: Key:destination:colour:backward
@@ -6047,13 +6234,13 @@ en:
     display_surface: Key:display surface
     disputed_by: Key:disputed by
     distance: Key:distance
-    distillery: Key:distillery
     disused: Key:disused
     'disused:': 'Key:disused:'
     disused:*: Key:disused:*
     disused:amenity: Key:disused:amenity
     disused:building: Key:disused:building
     disused:highway: Key:disused:highway
+    disused:landuse: Key:disused:landuse
     disused:leisure: Key:disused:leisure
     disused:office: Key:disused:office
     disused:place: Key:disused:place
@@ -6087,6 +6274,7 @@ en:
     drink:milk: Key:drink:milk
     drink:milk-raw: Key:drink:milk-raw
     drink:raw_milk: Key:drink:raw milk
+    drink:sparkling_wine: Key:drink:sparkling wine
     drink:tea: Key:drink:tea
     drink:wine: Key:drink:wine
     drinkable: Key:drinkable
@@ -6128,6 +6316,7 @@ en:
     email: Key:email
     embankment: Key:embankment
     embankment:side: Key:embankment:side
+    embankment:type: Key:embankment:type
     embassy: Key:embassy
     embedded: Key:embedded
     embedded_rails: Key:embedded rails
@@ -6136,15 +6325,19 @@ en:
     'emergency:': 'Key:emergency:'
     emergency:*: Key:emergency:*
     emergency:_prefix: 'Key:emergency: prefix'
+    emergency:amenity: Key:emergency:amenity
     emergency:phone: Key:emergency:phone
+    emergency:social_facility: Key:emergency:social facility
     emergency_room: Key:emergency room
     emergency_telephone_code: Key:emergency telephone code
     employee: Key:employee
     end_date: Key:end date
+    end_date:edtf: Key:end date:edtf
     enforcement: Key:enforcement
     engineer: Key:engineer
     entidad_te: Key:entidad te
     entrance: Key:entrance
+    entrance:ramp: Key:entrance:ramp
     ephemeral: Key:ephemeral
     escooter: Key:escooter
     esr:user: Key:esr:user
@@ -6165,7 +6358,6 @@ en:
     expressway: Key:expressway
     facebook: Key:facebook
     faces: Key:faces
-    factory: Key:factory
     fair_trade: Key:fair trade
     fallow: Key:fallow
     farming_system: Key:farming system
@@ -6200,10 +6392,13 @@ en:
     fire_hydrant: Key:fire hydrant
     fire_hydrant:diameter: Key:fire hydrant:diameter
     fire_hydrant:diameter:signed: Key:fire hydrant:diameter:signed
+    fire_mains: Key:fire mains
     fire_object:type: Key:fire object:type
     fire_operator: Key:fire operator
     fire_path: Key:fire path
     fire_rank: Key:fire rank
+    fire_service_inlet: Key:fire service inlet
+    fire_sprinkler: Key:fire sprinkler
     fire_station:type: Key:fire station:type
     firearms: Key:firearms
     fireplace: Key:fireplace
@@ -6225,8 +6420,10 @@ en:
     flood_mark: Key:flood mark
     flood_prone: Key:flood prone
     floor:material: Key:floor:material
+    flow_direction: Key:flow direction
     flow_rate: Key:flow rate
     food: Key:food
+    food:*: Key:food:*
     foot: Key:foot
     foot:backward: Key:foot:backward
     foot:forward: Key:foot:forward
@@ -6292,12 +6489,15 @@ en:
     fuel:octane_95: Key:fuel:octane 95
     fuel:octane_98: Key:fuel:octane 98
     fuel:svo: Key:fuel:svo
+    full_name: Key:full name
     furniture: Key:furniture
     fut_ref: Key:fut ref
+    fvst:name: Key:fvst:name
     fvst:navnelbnr: Key:fvst:navnelbnr
     gambling: Key:gambling
     garden:style: Key:garden:style
     garden:type: Key:garden:type
+    gate:type: Key:gate:type
     gauge: Key:gauge
     gay: Key:gay
     gender: Key:gender
@@ -6332,8 +6532,10 @@ en:
     geological: Key:geological
     geothermal: Key:geothermal
     geyser:type: Key:geyser:type
+    gift: Key:gift
     glacier:part: Key:glacier:part
     glacier:type: Key:glacier:type
+    glideslope: Key:glideslope
     gluten_free: Key:gluten free
     gnis:fcode: Key:gnis:fcode
     gnis:feature_id: Key:gnis:feature id
@@ -6348,17 +6550,11 @@ en:
     grades: Key:grades
     grape_variety: Key:grape variety
     grassland: Key:grassland
+    grate: Key:grate
     green_roof: Key:green roof
     gritting: Key:gritting
     group_only: Key:group only
-    gtfs:feed: Key:gtfs:feed
-    gtfs:name: Key:gtfs:name
-    gtfs:release_date: Key:gtfs:release date
-    gtfs:route_id: Key:gtfs:route id
-    gtfs:shape_id: Key:gtfs:shape id
     gtfs:stop_id: Key:gtfs:stop id
-    gtfs:trip_id: Key:gtfs:trip id
-    gtfs:trip_id:sample: Key:gtfs:trip id:sample
     guest_house: Key:guest house
     guide: Key:guide
     guide_type: Key:guide type
@@ -6380,12 +6576,13 @@ en:
     harvest_first_year: Key:harvest first year
     hazard: Key:hazard
     hazard:animal: Key:hazard:animal
+    hazard:backward: Key:hazard:backward
+    hazard:forward: Key:hazard:forward
     hazard_intensity: Key:hazard intensity
     hazard_occurence: Key:hazard occurence
     hazard_occurrence: Key:hazard occurrence
     hazard_prone: Key:hazard prone
     hazard_return_period: Key:hazard return period
-    hazard_type: Key:hazard type
     hazmat: Key:hazmat
     hazmat:explosive: Key:hazmat:explosive
     hazmat:water: Key:hazmat:water
@@ -6393,6 +6590,7 @@ en:
     headlight: Key:headlight
     health_amenity:*: Key:health amenity:*
     health_amenity:type: Key:health amenity:type
+    health_facility:CD: Key:health facility:CD
     health_facility:type: Key:health facility:type
     health_service:*: Key:health service:*
     health_service:counselling: Key:health service:counselling
@@ -6405,9 +6603,11 @@ en:
     hedge: Key:hedge
     height: Key:height
     height:hub: Key:height:hub
+    height:range: Key:height:range
     heritage: Key:heritage
     heritage:label:FR: Key:heritage:label:FR
     heritage:operator: Key:heritage:operator
+    heritage:website: Key:heritage:website
     hgv: Key:hgv
     hgv:national_network: Key:hgv:national network
     hgv_articulated: Key:hgv articulated
@@ -6427,11 +6627,13 @@ en:
     history: Key:history
     hiv: Key:hiv
     hiv:test: Key:hiv:test
+    honking: Key:honking
     hoops: Key:hoops
     horse: Key:horse
     horse-drawn_carriage: Key:horse-drawn carriage
     horse_scale: Key:horse scale
     hospital:level:CN: Key:hospital:level:CN
+    hospital:level:DE: Key:hospital:level:DE
     host: Key:host
     hot_water: Key:hot water
     house: Key:house
@@ -6451,6 +6653,7 @@ en:
     ifr: Key:ifr
     ignore_for_routing: Key:ignore for routing
     image: Key:image
+    image:streetsign: Key:image:streetsign
     imagery_offset: Key:imagery offset
     imagery_used: Key:imagery used
     implicit: Key:implicit
@@ -6467,6 +6670,7 @@ en:
     industry:isic_code: Key:industry:isic code
     infant_bed: Key:infant bed
     infection:hiv: Key:infection:hiv
+    info: Key:info
     informal: Key:informal
     information: Key:information
     inlet: Key:inlet
@@ -6535,6 +6739,7 @@ en:
     kct_white: Key:kct white
     kct_yellow: Key:kct yellow
     kerb: Key:kerb
+    kerb:approach_aid: Key:kerb:approach aid
     kerb:height: Key:kerb:height
     kick_scooter: Key:kick scooter
     kids_area: Key:kids area
@@ -6561,6 +6766,7 @@ en:
     lamp_model: Key:lamp model
     lamp_mount: Key:lamp mount
     lamp_type: Key:lamp type
+    landcover: Key:landcover
     landfill:waste: Key:landfill:waste
     landform: Key:landform
     landmark: Key:landmark
@@ -6635,6 +6841,7 @@ en:
     loc_name:es: Key:loc name:es
     loc_name:fa: Key:loc name:fa
     loc_name:fr: Key:loc name:fr
+    loc_name:fur: Key:loc name:fur
     loc_name:gr: Key:loc name:gr
     loc_name:grc: Key:loc name:grc
     loc_name:ur: Key:loc name:ur
@@ -6642,6 +6849,8 @@ en:
     local_authority:FR: Key:local authority:FR
     local_ref: Key:local ref
     locale: Key:locale
+    locality: Key:locality
+    localizer: Key:localizer
     localwiki: Key:localwiki
     location: Key:location
     lock: Key:lock
@@ -6650,6 +6859,9 @@ en:
     lockable: Key:lockable
     locked: Key:locked
     locked:conditional: Key:locked:conditional
+    locker: Key:locker
+    logainm:*: Key:logainm:*
+    lojic:bgnum: Key:lojic:bgnum
     long_name: Key:long name
     long_name:ar: Key:long name:ar
     long_name:arc: Key:long name:arc
@@ -6669,7 +6881,11 @@ en:
     lpn_ref: Key:lpn ref
     luminous: Key:luminous
     lunch: Key:lunch
+    lunch:*: Key:lunch:*
+    lunch:buffet: Key:lunch:buffet
+    lunch:menu: Key:lunch:menu
     lunch:specials: Key:lunch:specials
+    lwn: Key:lwn
     maaamet:ETAK: Key:maaamet:ETAK
     maintained: Key:maintained
     maintenance: Key:maintenance
@@ -6690,6 +6906,8 @@ en:
     massage: Key:massage
     massgis:ARTICLE97: Key:massgis:ARTICLE97
     massgis:SITE_NAME: Key:massgis:SITE NAME
+    mast:construction: Key:mast:construction
+    mast:type: Key:mast:type
     material: Key:material
     mattress: Key:mattress
     max_age: Key:max age
@@ -6710,6 +6928,7 @@ en:
     maxspeed:advisory: Key:maxspeed:advisory
     maxspeed:backward: Key:maxspeed:backward
     maxspeed:bus: Key:maxspeed:bus
+    maxspeed:coach: Key:maxspeed:coach
     maxspeed:conditional: Key:maxspeed:conditional
     maxspeed:forward: Key:maxspeed:forward
     maxspeed:hgv: Key:maxspeed:hgv
@@ -6717,18 +6936,21 @@ en:
     maxspeed:hgv:conditional: Key:maxspeed:hgv:conditional
     maxspeed:hgv:forward: Key:maxspeed:hgv:forward
     maxspeed:lanes: Key:maxspeed:lanes
+    maxspeed:night: Key:maxspeed:night
     maxspeed:practical: Key:maxspeed:practical
     maxspeed:psv:conditional: Key:maxspeed:psv:conditional
     maxspeed:seasonal:winter: Key:maxspeed:seasonal:winter
     maxspeed:source: Key:maxspeed:source
+    maxspeed:tilting: Key:maxspeed:tilting
     maxspeed:trailer: Key:maxspeed:trailer
     maxspeed:type: Key:maxspeed:type
     maxspeed:variable: Key:maxspeed:variable
+    maxspeed:wet: Key:maxspeed:wet
     maxstay: Key:maxstay
     maxstay:conditional: Key:maxstay:conditional
-    maxtents: Key:maxtents
     maxweight: Key:maxweight
     maxweight:conditional: Key:maxweight:conditional
+    maxweight:delivery: Key:maxweight:delivery
     maxweight:signed: Key:maxweight:signed
     maxweightrating: Key:maxweightrating
     maxweightrating:bus: Key:maxweightrating:bus
@@ -6773,6 +6995,7 @@ en:
     minweight: Key:minweight
     minweight:conditional: Key:minweight:conditional
     mml:class: Key:mml:class
+    mobile: Key:mobile
     model: Key:model
     model:wikidata: Key:model:wikidata
     model:wikipedia: Key:model:wikipedia
@@ -6824,7 +7047,6 @@ en:
     motorcycle:type: Key:motorcycle:type
     motorcycle:tyres: Key:motorcycle:tyres
     motorcycle_parking: Key:motorcycle parking
-    motorcycles: Key:motorcycles
     motorhome: Key:motorhome
     motorroad: Key:motorroad
     motorway: Key:motorway
@@ -6832,9 +7054,11 @@ en:
     moved: Key:moved
     mtb: Key:mtb
     mtb:description: Key:mtb:description
+    mtb:name: Key:mtb:name
     mtb:scale: Key:mtb:scale
     mtb:scale:imba: Key:mtb:scale:imba
     mtb:scale:uphill: Key:mtb:scale:uphill
+    mtb:type: Key:mtb:type
     mtb_scale: Key:mtb scale
     museum: Key:museum
     museum:subject:wikidata: Key:museum:subject:wikidata
@@ -6848,6 +7072,7 @@ en:
     name:ady: Key:name:ady
     name:af: Key:name:af
     name:ak: Key:name:ak
+    name:aln: Key:name:aln
     name:alt: Key:name:alt
     name:am: Key:name:am
     name:an: Key:name:an
@@ -6864,6 +7089,7 @@ en:
     name:az-Arab: Key:name:az-Arab
     name:azb: Key:name:azb
     name:ba: Key:name:ba
+    name:bar: Key:name:bar
     name:be: Key:name:be
     name:be-tarask: Key:name:be-tarask
     name:ber: Key:name:ber
@@ -6932,6 +7158,7 @@ en:
     name:gu: Key:name:gu
     name:gv: Key:name:gv
     name:ha: Key:name:ha
+    name:hak: Key:name:hak
     name:haw: Key:name:haw
     name:he: Key:name:he
     name:hi: Key:name:hi
@@ -7026,11 +7253,13 @@ en:
     name:ms: Key:name:ms
     name:ms-Arab: Key:name:ms-Arab
     name:mt: Key:name:mt
+    name:mtp: Key:name:mtp
     name:mwl: Key:name:mwl
     name:my: Key:name:my
     name:myv: Key:name:myv
     name:mzn: Key:name:mzn
     name:na: Key:name:na
+    name:nan: Key:name:nan
     name:nap: Key:name:nap
     name:nb: Key:name:nb
     name:nds: Key:name:nds
@@ -7059,6 +7288,7 @@ en:
     name:pjt: Key:name:pjt
     name:pl: Key:name:pl
     name:pnb: Key:name:pnb
+    name:pnt: Key:name:pnt
     name:prefix: Key:name:prefix
     name:prefix:be: Key:name:prefix:be
     name:pronunciation: Key:name:pronunciation
@@ -7139,8 +7369,10 @@ en:
     name:vi-Hani: Key:name:vi-Hani
     name:vls: Key:name:vls
     name:vo: Key:name:vo
+    name:vro: Key:name:vro
     name:wa: Key:name:wa
     name:war: Key:name:war
+    name:was: Key:name:was
     name:wikipedia: Key:name:wikipedia
     name:wo: Key:name:wo
     name:xmf: Key:name:xmf
@@ -7189,13 +7421,6 @@ en:
     nat_ref:fr: Key:nat ref:fr
     natural: Key:natural
     naturbase: Key:naturbase
-    naturbase:FORVALTNI: Key:naturbase:FORVALTNI
-    naturbase:IUCN: Key:naturbase:IUCN
-    naturbase:MOBLANDPRI: Key:naturbase:MOBLANDPRI
-    naturbase:OMRADENAVN: Key:naturbase:OMRADENAVN
-    naturbase:VERNEFORM: Key:naturbase:VERNEFORM
-    naturbase:VERNEF_ID: Key:naturbase:VERNEF ID
-    naturbase:VERNEPLAN: Key:naturbase:VERNEPLAN
     naturbase:iid: Key:naturbase:iid
     navibot:categorize: Key:navibot:categorize
     navibot:connect: Key:navibot:connect
@@ -7210,11 +7435,13 @@ en:
     network:fr: Key:network:fr
     network:grc: Key:network:grc
     network:guid: Key:network:guid
+    network:short: Key:network:short
     network:type: Key:network:type
     network:ur: Key:network:ur
     network:wikidata: Key:network:wikidata
     network:wikipedia: Key:network:wikipedia
     nev: Key:nev
+    newspaper_tubes: Key:newspaper tubes
     next_check_date: Key:next check date
     nhd:com_id: Key:nhd:com id
     nhd:fcode: Key:nhd:fcode
@@ -7223,6 +7450,7 @@ en:
     no: Key:no
     no-barnehage:nsrid: Key:no-barnehage:nsrid
     'no:': 'Key:no:'
+    no:*: Key:no:*
     noaddress: Key:noaddress
     noexit: Key:noexit
     nohousenumber: Key:nohousenumber
@@ -7251,6 +7479,7 @@ en:
     note:project_page: Key:note:project page
     notes: Key:notes
     nuclear_explosion:country: Key:nuclear explosion:country
+    nuclear_explosion:hole: Key:nuclear explosion:hole
     nudism: Key:nudism
     nudism:conditional: Key:nudism:conditional
     number_of_apartments: Key:number of apartments
@@ -7279,6 +7508,7 @@ en:
     official_name:es: Key:official name:es
     official_name:fa: Key:official name:fa
     official_name:fr: Key:official name:fr
+    official_name:fur: Key:official name:fur
     official_name:glk: Key:official name:glk
     official_name:gr: Key:official name:gr
     official_name:grc: Key:official name:grc
@@ -7346,13 +7576,16 @@ en:
     oneway:taxi: Key:oneway:taxi
     onkz: Key:onkz
     ons_code: Key:ons code
+    openGeoDB:loc_id: Key:openGeoDB:loc id
     openbenches:id: Key:openbenches:id
     openfire: Key:openfire
     opening: Key:opening
     opening_date: Key:opening date
     opening_hours: Key:opening hours
     opening_hours/Tutorial: Key:opening hours/Tutorial
+    opening_hours:*: Key:opening hours:*
     opening_hours:atm: Key:opening hours:atm
+    opening_hours:car_repair: Key:opening hours:car repair
     opening_hours:covid19: Key:opening hours:covid19
     opening_hours:drive_through: Key:opening hours:drive through
     opening_hours:kitchen: Key:opening hours:kitchen
@@ -7378,7 +7611,6 @@ en:
     operator:en: Key:operator:en
     operator:es: Key:operator:es
     operator:fr: Key:operator:fr
-    operator:guid: Key:operator:guid
     operator:phone: Key:operator:phone
     operator:ru: Key:operator:ru
     operator:short: Key:operator:short
@@ -7425,6 +7657,7 @@ en:
     owner:wikidata: Key:owner:wikidata
     ownership: Key:ownership
     par: Key:par
+    parcel_locker:type: Key:parcel locker:type
     parcel_mail_in: Key:parcel mail in
     parcel_pickup: Key:parcel pickup
     parish: Key:parish
@@ -7432,15 +7665,23 @@ en:
     park_ride: Key:park ride
     parking: Key:parking
     parking:both: Key:parking:both
+    parking:both:capacity: Key:parking:both:capacity
+    parking:both:staggered: Key:parking:both:staggered
+    parking:capacity:long: Key:parking:capacity:long
+    parking:capacity:standard: Key:parking:capacity:standard
     parking:condition:right: Key:parking:condition:right
     parking:fee: Key:parking:fee
     parking:left: Key:parking:left
+    parking:left:capacity: Key:parking:left:capacity
     parking:right: Key:parking:right
+    parking:right:capacity: Key:parking:right:capacity
     parking_space: Key:parking space
     parts: Key:parts
     passage_time: Key:passage time
     passenger: Key:passenger
     passenger_information_display: Key:passenger information display
+    passenger_information_display:speech_output: Key:passenger information display:speech
+      output
     passenger_lines: Key:passenger lines
     passing_places: Key:passing places
     paved: Key:paved
@@ -7519,8 +7760,12 @@ en:
     payment:visa_electron: Key:payment:visa electron
     payment:wechat: Key:payment:wechat
     payment:wire_transfer: Key:payment:wire transfer
+    pcode: Key:pcode
     pedagogy: Key:pedagogy
     permanent_camping: Key:permanent camping
+    person:date_of_birth: Key:person:date of birth
+    person:date_of_death: Key:person:date of death
+    pet: Key:pet
     pets: Key:pets
     phoenixbikeguide: Key:phoenixbikeguide
     phone: Key:phone
@@ -7586,6 +7831,7 @@ en:
     population_rank: Key:population rank
     port: Key:port
     position: Key:position
+    position:heading: Key:position:heading
     post_box:design: Key:post box:design
     post_box:mounting: Key:post box:mounting
     post_box:type: Key:post box:type
@@ -7603,9 +7849,6 @@ en:
     practicability: Key:practicability
     preschool: Key:preschool
     pressure: Key:pressure
-    previous: Key:previous
-    previous:access: Key:previous:access
-    previous:vehicle: Key:previous:vehicle
     previously: Key:previously
     priority: Key:priority
     priority_road: Key:priority road
@@ -7622,7 +7865,6 @@ en:
     protection_title: Key:protection title
     provided_for: Key:provided for
     prow_ref: Key:prow ref
-    pruning: Key:pruning
     psv: Key:psv
     psv:lanes: Key:psv:lanes
     psv:lanes:backward: Key:psv:lanes:backward
@@ -7676,6 +7918,7 @@ en:
     'razed:': 'Key:razed:'
     razed:*: Key:razed:*
     razed:building: Key:razed:building
+    razed:railway: Key:razed:railway
     rcn: Key:rcn
     rcn_ref: Key:rcn ref
     real_ale: Key:real ale
@@ -7702,9 +7945,12 @@ en:
     reef: Key:reef
     ref: Key:ref
     ref:AGESIC: Key:ref:AGESIC
+    ref:BLfD: Key:ref:BLfD
+    ref:BRN: Key:ref:BRN
     ref:CEF: Key:ref:CEF
     ref:CNES: Key:ref:CNES
     ref:DK:cvr: Key:ref:DK:cvr
+    ref:DK:cvr:pnummer: Key:ref:DK:cvr:pnummer
     ref:De_Lijn: Key:ref:De Lijn
     ref:ERDF:gdo: Key:ref:ERDF:gdo
     ref:EU:ENTSOE_EIC: Key:ref:EU:ENTSOE EIC
@@ -7720,6 +7966,7 @@ en:
     ref:FR:FANTOIR:left: Key:ref:FR:FANTOIR:left
     ref:FR:FANTOIR:right: Key:ref:FR:FANTOIR:right
     ref:FR:FINESS: Key:ref:FR:FINESS
+    ref:FR:FreeMobile: Key:ref:FR:FreeMobile
     ref:FR:INSEE: Key:ref:FR:INSEE
     ref:FR:IRVE: Key:ref:FR:IRVE
     ref:FR:Joconde: Key:ref:FR:Joconde
@@ -7737,11 +7984,13 @@ en:
     ref:FR:SFR: Key:ref:FR:SFR
     ref:FR:SIREN: Key:ref:FR:SIREN
     ref:FR:SIRET: Key:ref:FR:SIRET
+    ref:FR:SITCOM: Key:ref:FR:SITCOM
     ref:FR:fantoir: Key:ref:FR:fantoir
     ref:FR:gdo: Key:ref:FR:gdo
     ref:FR:museofile: Key:ref:FR:museofile
     ref:FR:prix-carburants: Key:ref:FR:prix-carburants
     ref:GB:mpan: Key:ref:GB:mpan
+    ref:GB:nhle: Key:ref:GB:nhle
     ref:GB:nhs_ods: Key:ref:GB:nhs ods
     ref:GB:uprn: Key:ref:GB:uprn
     ref:GB:usrn: Key:ref:GB:usrn
@@ -7749,8 +7998,10 @@ en:
     ref:HMDB: Key:ref:HMDB
     ref:HU:edid: Key:ref:HU:edid
     ref:HU:vatin: Key:ref:HU:vatin
+    ref:IE:census2015: Key:ref:IE:census2015
     ref:IE:lenehan: Key:ref:IE:lenehan
     ref:IE:niah: Key:ref:IE:niah
+    ref:IE:nm: Key:ref:IE:nm
     ref:IE:smr: Key:ref:IE:smr
     ref:IFOPT: Key:ref:IFOPT
     ref:INEP: Key:ref:INEP
@@ -7766,11 +8017,13 @@ en:
     ref:ProRail: Key:ref:ProRail
     ref:REI: Key:ref:REI
     ref:RS:grad: Key:ref:RS:grad
+    ref:RS:kucni_broj: Key:ref:RS:kucni broj
     ref:RS:naselje: Key:ref:RS:naselje
     ref:RS:nkd: Key:ref:RS:nkd
     ref:RS:okrug: Key:ref:RS:okrug
     ref:RS:opstina: Key:ref:RS:opstina
     ref:RS:pokrajina: Key:ref:RS:pokrajina
+    ref:RS:ulica: Key:ref:RS:ulica
     ref:STIB_MIVB: Key:ref:STIB MIVB
     ref:TECB: Key:ref:TECB
     ref:TECC: Key:ref:TECC
@@ -7803,8 +8056,10 @@ en:
     ref:canmore: Key:ref:canmore
     ref:capad:pa_id: Key:ref:capad:pa id
     ref:capad:uid: Key:ref:capad:uid
+    ref:caribischopenbaarlichaamcode: Key:ref:caribischopenbaarlichaamcode
     ref:circuits: Key:ref:circuits
     ref:cobe: Key:ref:cobe
+    ref:codcat: Key:ref:codcat
     ref:color: Key:ref:color
     ref:colour: Key:ref:colour
     ref:coop: Key:ref:coop
@@ -7823,6 +8078,7 @@ en:
     ref:fgkz: Key:ref:fgkz
     ref:find_a_grave: Key:ref:find a grave
     ref:gbfs: Key:ref:gbfs
+    ref:gemeentecode: Key:ref:gemeentecode
     ref:gnis: Key:ref:gnis
     ref:gr: Key:ref:gr
     ref:grc: Key:ref:grc
@@ -7835,11 +8091,14 @@ en:
     ref:herbarium: Key:ref:herbarium
     ref:hmdb: Key:ref:hmdb
     ref:hsmaq: Key:ref:hsmaq
+    ref:ico: Key:ref:ico
     ref:industrial: Key:ref:industrial
     ref:ine: Key:ref:ine
     ref:isil: Key:ref:isil
     ref:kmb: Key:ref:kmb
     ref:kons: Key:ref:kons
+    ref:landcode: Key:ref:landcode
+    ref:landsdeelcode: Key:ref:landsdeelcode
     ref:linz:address_id: Key:ref:linz:address id
     ref:linz:building_id: Key:ref:linz:building id
     ref:linz:hydrographic_id: Key:ref:linz:hydrographic id
@@ -7860,10 +8119,12 @@ en:
     ref:ortsnetz: Key:ref:ortsnetz
     ref:oslo:tree: Key:ref:oslo:tree
     ref:penndot: Key:ref:penndot
+    ref:provinciecode: Key:ref:provinciecode
     ref:psma:lga_pid: Key:ref:psma:lga pid
     ref:psma:loc_pid: Key:ref:psma:loc pid
     ref:raa: Key:ref:raa
     ref:rce: Key:ref:rce
+    ref:registered_building: Key:ref:registered building
     ref:ruian: Key:ref:ruian
     ref:ruian:addr: Key:ref:ruian:addr
     ref:ruian:building: Key:ref:ruian:building
@@ -7878,6 +8139,7 @@ en:
     ref:siri-sx: Key:ref:siri-sx
     ref:sitp: Key:ref:sitp
     ref:slnid: Key:ref:slnid
+    ref:sloid: Key:ref:sloid
     ref:sprockhoff: Key:ref:sprockhoff
     ref:sr:maticni_broj: Key:ref:sr:maticni broj
     ref:ssb_tettsted: Key:ref:ssb tettsted
@@ -7890,11 +8152,14 @@ en:
     ref:us:ny:swis: Key:ref:us:ny:swis
     ref:vatin: Key:ref:vatin
     ref:vatin:hu: Key:ref:vatin:hu
+    ref:veiligheidsregiocode: Key:ref:veiligheidsregiocode
     ref:vorwahl: Key:ref:vorwahl
+    ref:waterschapscode: Key:ref:waterschapscode
     ref:wawa: Key:ref:wawa
     ref:whc: Key:ref:whc
     ref:wigos: Key:ref:wigos
     ref:wmo: Key:ref:wmo
+    ref:woonplaatscode: Key:ref:woonplaatscode
     ref:wpi: Key:ref:wpi
     ref:zsj: Key:ref:zsj
     ref_name: Key:ref name
@@ -7925,6 +8190,7 @@ en:
     reporting_marks: Key:reporting marks
     research: Key:research
     reservation: Key:reservation
+    reservation:website: Key:reservation:website
     reservoir_type: Key:reservoir type
     residential: Key:residential
     resort: Key:resort
@@ -7936,6 +8202,7 @@ en:
     reusable_packaging: Key:reusable packaging
     reusable_packaging:accept: Key:reusable packaging:accept
     reusable_packaging:offer: Key:reusable packaging:offer
+    revert:id: Key:revert:id
     review_requested: Key:review requested
     rfr: Key:rfr
     rhn_ref: Key:rhn ref
@@ -7958,7 +8225,6 @@ en:
     roof:orientation: Key:roof:orientation
     roof:ridge: Key:roof:ridge
     roof:shape: Key:roof:shape
-    rooftop: Key:rooftop
     room: Key:room
     rooms: Key:rooms
     rotor:diameter: Key:rotor:diameter
@@ -7966,6 +8232,7 @@ en:
     roundtrip: Key:roundtrip
     route: Key:route
     route_availability: Key:route availability
+    route_marker: Key:route marker
     route_master: Key:route master
     route_ref: Key:route ref
     route_ref:De_Lijn: Key:route ref:De Lijn
@@ -7975,6 +8242,7 @@ en:
     route_ref:TECL: Key:route ref:TECL
     route_ref:TECN: Key:route ref:TECN
     route_ref:TECX: Key:route ref:TECX
+    routing:entrance: Key:routing:entrance
     royal_cypher: Key:royal cypher
     royal_cypher:wikidata: Key:royal cypher:wikidata
     rpn_ref: Key:rpn ref
@@ -7997,6 +8265,7 @@ en:
     safety_rope_side: Key:safety rope side
     sagns_id: Key:sagns id
     sailboat: Key:sailboat
+    sales: Key:sales
     salt: Key:salt
     sample_collection: Key:sample collection
     sanitary_dump_station: Key:sanitary dump station
@@ -8008,6 +8277,7 @@ en:
     scenic: Key:scenic
     school: Key:school
     'school:': 'Key:school:'
+    school:*: Key:school:*
     school:boarding: Key:school:boarding
     school:federation:name: Key:school:federation:name
     school:gender: Key:school:gender
@@ -8216,23 +8486,85 @@ en:
     segregated: Key:segregated
     self_checkout: Key:self checkout
     self_service: Key:self service
+    sells: Key:sells
     sells:tobacco: Key:sells:tobacco
     service: Key:service
     service:bicycle: Key:service:bicycle
     service:bicycle:*: Key:service:bicycle:*
+    service:bicycle:Bicycle_Sales_and_Service: Key:service:bicycle:Bicycle Sales and
+      Service
     service:bicycle:cleaning: Key:service:bicycle:cleaning
     service:bicycle:diy: Key:service:bicycle:diy
     service:bicycle:ebike: Key:service:bicycle:ebike
+    service:bicycle:miscellaneous: Key:service:bicycle:miscellaneous
     service:bicycle:pump: Key:service:bicycle:pump
     service:bicycle:rental: Key:service:bicycle:rental
     service:bicycle:repair: Key:service:bicycle:repair
     service:bicycle:retail: Key:service:bicycle:retail
     service:bicycle:second_hand: Key:service:bicycle:second hand
+    service:bicycle:spare_parts: Key:service:bicycle:spare parts
+    service:electricity: Key:service:electricity
     service:vehicle: Key:service:vehicle
     service:vehicle:*: Key:service:vehicle:*
+    service:vehicle:Car_sales: Key:service:vehicle:Car sales
+    service:vehicle:Sale: Key:service:vehicle:Sale
+    service:vehicle:air_conditioning: Key:service:vehicle:air conditioning
+    service:vehicle:alignment: Key:service:vehicle:alignment
+    service:vehicle:automotive_repair: Key:service:vehicle:automotive repair
+    service:vehicle:batteries: Key:service:vehicle:batteries
+    service:vehicle:body_paint: Key:service:vehicle:body paint
+    service:vehicle:body_repair: Key:service:vehicle:body repair
+    service:vehicle:bodywork: Key:service:vehicle:bodywork
+    service:vehicle:brakes: Key:service:vehicle:brakes
+    service:vehicle:car_buy: Key:service:vehicle:car buy
+    service:vehicle:car_parts: Key:service:vehicle:car parts
+    service:vehicle:car_repair: Key:service:vehicle:car repair
+    service:vehicle:car_sales: Key:service:vehicle:car sales
+    service:vehicle:car_service: Key:service:vehicle:car service
+    service:vehicle:car_wash: Key:service:vehicle:car wash
+    service:vehicle:carwash: Key:service:vehicle:carwash
+    service:vehicle:collision_repair: Key:service:vehicle:collision repair
+    service:vehicle:dealer: Key:service:vehicle:dealer
+    service:vehicle:diagnostics: Key:service:vehicle:diagnostics
+    service:vehicle:electrical: Key:service:vehicle:electrical
+    service:vehicle:engine_repair: Key:service:vehicle:engine repair
+    service:vehicle:exhausts: Key:service:vehicle:exhausts
+    service:vehicle:glass: Key:service:vehicle:glass
+    service:vehicle:glass_repair: Key:service:vehicle:glass repair
+    service:vehicle:inspection: Key:service:vehicle:inspection
     service:vehicle:lpg: Key:service:vehicle:lpg
+    service:vehicle:maintenance: Key:service:vehicle:maintenance
+    service:vehicle:motor: Key:service:vehicle:motor
+    service:vehicle:motorbike: Key:service:vehicle:motorbike
+    service:vehicle:muffler: Key:service:vehicle:muffler
+    service:vehicle:new_car_sales: Key:service:vehicle:new car sales
+    service:vehicle:oil: Key:service:vehicle:oil
+    service:vehicle:oil_change: Key:service:vehicle:oil change
+    service:vehicle:paint: Key:service:vehicle:paint
+    service:vehicle:painting: Key:service:vehicle:painting
+    service:vehicle:parts: Key:service:vehicle:parts
+    service:vehicle:rental: Key:service:vehicle:rental
+    service:vehicle:repair: Key:service:vehicle:repair
+    service:vehicle:repairs: Key:service:vehicle:repairs
+    service:vehicle:sale: Key:service:vehicle:sale
+    service:vehicle:sales: Key:service:vehicle:sales
+    service:vehicle:servicing: Key:service:vehicle:servicing
+    service:vehicle:shock_absorbers: Key:service:vehicle:shock absorbers
+    service:vehicle:suspension: Key:service:vehicle:suspension
+    service:vehicle:tires: Key:service:vehicle:tires
+    service:vehicle:towing: Key:service:vehicle:towing
+    service:vehicle:transmission: Key:service:vehicle:transmission
+    service:vehicle:transmission_repair: Key:service:vehicle:transmission repair
+    service:vehicle:truck_repair: Key:service:vehicle:truck repair
+    service:vehicle:tyre_services: Key:service:vehicle:tyre services
+    service:vehicle:tyres_repair: Key:service:vehicle:tyres repair
+    service:vehicle:used_car_sales: Key:service:vehicle:used car sales
+    service:vehicle:welding: Key:service:vehicle:welding
+    service:vehicle:wheels: Key:service:vehicle:wheels
+    service:vehicle:windshields: Key:service:vehicle:windshields
     service_branch: Key:service branch
     service_times: Key:service times
+    settlement:origin: Key:settlement:origin
     settlement_type: Key:settlement type
     seveso: Key:seveso
     shade: Key:shade
@@ -8240,6 +8572,7 @@ en:
     shelter: Key:shelter
     shelter_type: Key:shelter type
     ship: Key:ship
+    ship:type: Key:ship:type
     shoes: Key:shoes
     shooting: Key:shooting
     shop: Key:shop
@@ -8252,6 +8585,7 @@ en:
     short_name:es: Key:short name:es
     short_name:fa: Key:short name:fa
     short_name:fr: Key:short name:fr
+    short_name:fur: Key:short name:fur
     short_name:gr: Key:short name:gr
     short_name:grc: Key:short name:grc
     short_name:pl: Key:short name:pl
@@ -8421,6 +8755,7 @@ en:
     source:zoomlevel: Key:source:zoomlevel
     source_date: Key:source date
     source_ref: Key:source ref
+    source_ref:maxspeed: Key:source ref:maxspeed
     source_ref:name: Key:source ref:name
     source_ref:url: Key:source ref:url
     source_type_imagery: Key:source type imagery
@@ -8453,6 +8788,7 @@ en:
     standing: Key:standing
     stars: Key:stars
     start_date: Key:start date
+    start_date:edtf: Key:start date:edtf
     state: Key:state
     station: Key:station
     statue: Key:statue
@@ -8588,7 +8924,6 @@ en:
     to:ug: Key:to:ug
     to:ur: Key:to:ur
     tobacco: Key:tobacco
-    todo: Key:todo
     toilets: Key:toilets
     toilets:paper_supplied: Key:toilets:paper supplied
     toilets:unisex: Key:toilets:unisex
@@ -8603,10 +8938,12 @@ en:
     topmark:colour: Key:topmark:colour
     touring: Key:touring
     tourism: Key:tourism
+    tourism:level:CN: Key:tourism:level:CN
     tourist_bus: Key:tourist bus
     tower:construction: Key:tower:construction
     tower:type: Key:tower:type
     townhall:type: Key:townhall:type
+    towpath: Key:towpath
     tracks: Key:tracks
     tracktype: Key:tracktype
     traffic: Key:traffic
@@ -8687,6 +9024,8 @@ en:
     unsigned: Key:unsigned
     unsigned_ref: Key:unsigned ref
     url: Key:url
+    url:bathing_water: Key:url:bathing water
+    url:registered_building: Key:url:registered building
     url:restrictions: Key:url:restrictions
     us:ny:swis: Key:us:ny:swis
     usage: Key:usage
@@ -8697,6 +9036,7 @@ en:
     vacuum_cleaner: Key:vacuum cleaner
     validate:ants:yellow: Key:validate:ants:yellow
     validate:no_name: Key:validate:no name
+    valley: Key:valley
     valve: Key:valve
     vegan: Key:vegan
     vegetarian: Key:vegetarian
@@ -8719,10 +9059,12 @@ en:
     voltage:secondary: Key:voltage:secondary
     voltage:tertiary: Key:voltage:tertiary
     walk-in: Key:walk-in
+    walkup_window: Key:walkup window
     wall: Key:wall
     wall:material: Key:wall:material
     'was:': 'Key:was:'
     was:*: Key:was:*
+    was:amenity: Key:was:amenity
     washing_machine: Key:washing machine
     waste: Key:waste
     waste_basket: Key:waste basket
@@ -8734,9 +9076,9 @@ en:
     water_system: Key:water system
     water_well: Key:water well
     waterway: Key:waterway
-    waterway:type: Key:waterway:type
     weather_protection: Key:weather protection
     website: Key:website
+    website:*: Key:website:*
     website:booking: Key:website:booking
     website:map: Key:website:map
     website:menu: Key:website:menu
@@ -8785,11 +9127,8 @@ en:
     windmill:type: Key:windmill:type
     windmill:vanes: Key:windmill:vanes
     window: Key:window
-    wine:grape: Key:wine:grape
+    windows: Key:windows
     wine:region: Key:wine:region
-    wine:type: Key:wine:type
-    wine:vineyard: Key:wine:vineyard
-    winery: Key:winery
     winter_road: Key:winter road
     winter_room: Key:winter room
     winter_service: Key:winter service
@@ -8832,9 +9171,11 @@ en:
     abandoned:amenity=prison_camp: Tag:abandoned:amenity=prison camp
     abandoned:landuse=landfill: Tag:abandoned:landuse=landfill
     abandoned:landuse=quarry: Tag:abandoned:landuse=quarry
+    abandoned:railway=rail: Tag:abandoned:railway=rail
     abandoned:railway=station: Tag:abandoned:railway=station
     abandoned=yes: Tag:abandoned=yes
     abutters=retail: Tag:abutters=retail
+    access=adherents: Tag:access=adherents
     access=agricultural: Tag:access=agricultural
     access=bdouble: Tag:access=bdouble
     access=customers: Tag:access=customers
@@ -8911,6 +9252,11 @@ en:
     aerodrome:type=military: Tag:aerodrome:type=military
     aerodrome:type=private: Tag:aerodrome:type=private
     aerodrome:type=regional: Tag:aerodrome:type=regional
+    aerospace:product=robot: Tag:aerospace:product=robot
+    aerospace:product=rocket: Tag:aerospace:product=rocket
+    aerospace:product=satellite: Tag:aerospace:product=satellite
+    aerospace:product=spacecraft: Tag:aerospace:product=spacecraft
+    aerospace:product=spacecraft_propulsion: Tag:aerospace:product=spacecraft propulsion
     aeroway=aerodrome: Tag:aeroway=aerodrome
     aeroway=aircraft_crossing: Tag:aeroway=aircraft crossing
     aeroway=airport: Tag:aeroway=airport
@@ -8918,6 +9264,8 @@ en:
     aeroway=airtanker_base: Tag:aeroway=airtanker base
     aeroway=apron: Tag:aeroway=apron
     aeroway=arresting_gear: Tag:aeroway=arresting gear
+    aeroway=displaced_threshold: Tag:aeroway=displaced threshold
+    aeroway=flame_trench: Tag:aeroway=flame trench
     aeroway=fuel: Tag:aeroway=fuel
     aeroway=gate: Tag:aeroway=gate
     aeroway=hangar: Tag:aeroway=hangar
@@ -8928,6 +9276,7 @@ en:
     aeroway=holding_position_line: Tag:aeroway=holding position line
     aeroway=jet_bridge: Tag:aeroway=jet bridge
     aeroway=landingpad: Tag:aeroway=landingpad
+    aeroway=launch_complex: Tag:aeroway=launch complex
     aeroway=launchpad: Tag:aeroway=launchpad
     aeroway=navigationaid: Tag:aeroway=navigationaid
     aeroway=papi: Tag:aeroway=papi
@@ -8938,8 +9287,11 @@ en:
     aeroway=taxilane: Tag:aeroway=taxilane
     aeroway=taxiway: Tag:aeroway=taxiway
     aeroway=terminal: Tag:aeroway=terminal
+    aeroway=threshold: Tag:aeroway=threshold
     aeroway=tower: Tag:aeroway=tower
     aeroway=windsock: Tag:aeroway=windsock
+    air_rescue_service=aeromedical: Tag:air rescue service=aeromedical
+    air_rescue_service=search_and_rescue: Tag:air rescue service=search and rescue
     airmark=beacon: Tag:airmark=beacon
     ale_supply=limited: Tag:ale supply=limited
     allotments=plot: Tag:allotments=plot
@@ -9061,6 +9413,8 @@ en:
     amenity=financial_advice: Tag:amenity=financial advice
     amenity=fire_hydrant: Tag:amenity=fire hydrant
     amenity=fire_station: Tag:amenity=fire station
+    amenity=first_aid_school: Tag:amenity=first aid school
+    amenity=fish_cleaning: Tag:amenity=fish cleaning
     amenity=fish_spa: Tag:amenity=fish spa
     amenity=fitness_station: Tag:amenity=fitness station
     amenity=food_court: Tag:amenity=food court
@@ -9121,6 +9475,7 @@ en:
     amenity=mist_spraying_cooler: Tag:amenity=mist spraying cooler
     amenity=mobile_library: Tag:amenity=mobile library
     amenity=mobile_money_agent: Tag:amenity=mobile money agent
+    amenity=mobility_scooter_rental: Tag:amenity=mobility scooter rental
     amenity=monastery: Tag:amenity=monastery
     amenity=money_transfer: Tag:amenity=money transfer
     amenity=mortuary: Tag:amenity=mortuary
@@ -9260,9 +9615,13 @@ en:
     animated=trivision_blades: Tag:animated=trivision blades
     animated=winding_posters: Tag:animated=winding posters
     anthropogenic=yes: Tag:anthropogenic=yes
+    aquaculture=seaweed: Tag:aquaculture=seaweed
     archaeological_site=baths: Tag:archaeological site=baths
     archaeological_site=city: Tag:archaeological site=city
+    archaeological_site=cliff_dwelling: Tag:archaeological site=cliff dwelling
     archaeological_site=crannog: Tag:archaeological site=crannog
+    archaeological_site=desert_kite: Tag:archaeological site=desert kite
+    archaeological_site=earthwork: Tag:archaeological site=earthwork
     archaeological_site=enclosure: Tag:archaeological site=enclosure
     archaeological_site=field_system: Tag:archaeological site=field system
     archaeological_site=fortification: Tag:archaeological site=fortification
@@ -9275,6 +9634,7 @@ en:
     archaeological_site=roman_circus: Tag:archaeological site=roman circus
     archaeological_site=roman_villa: Tag:archaeological site=roman villa
     archaeological_site=settlement: Tag:archaeological site=settlement
+    archaeological_site=souterrain: Tag:archaeological site=souterrain
     archaeological_site=tumulus: Tag:archaeological site=tumulus
     area:highway=cycleway: Tag:area:highway=cycleway
     area:highway=footway: Tag:area:highway=footway
@@ -9287,17 +9647,25 @@ en:
     artwork_subject=sheela-na-gig: Tag:artwork subject=sheela-na-gig
     artwork_type=architecture: Tag:artwork type=architecture
     artwork_type=bust: Tag:artwork type=bust
+    artwork_type=graffiti: Tag:artwork type=graffiti
+    artwork_type=land_art: Tag:artwork type=land art
     artwork_type=mural: Tag:artwork type=mural
     artwork_type=relief: Tag:artwork type=relief
     artwork_type=sculpture: Tag:artwork type=sculpture
     artwork_type=statue: Tag:artwork type=statue
     artwork_type=stone: Tag:artwork type=stone
+    asphalt:type=dense: Tag:asphalt:type=dense
+    asphalt:type=porous: Tag:asphalt:type=porous
+    asphalt:type=porous:double: Tag:asphalt:type=porous:double
+    asphalt:type=stone_mastic: Tag:asphalt:type=stone mastic
+    asphalt:type=thin_surface_layer: Tag:asphalt:type=thin surface layer
     assembly_point:earthquake=yes: Tag:assembly point:earthquake=yes
     assembly_point:fire=yes: Tag:assembly point:fire=yes
     assembly_point:flood=yes: Tag:assembly point:flood=yes
     assembly_point:landslide=yes: Tag:assembly point:landslide=yes
     assembly_point:tornado=yes: Tag:assembly point:tornado=yes
     assembly_point:tsunami=yes: Tag:assembly point:tsunami=yes
+    association=student: Tag:association=student
     athletics=cross_country: Tag:athletics=cross country
     athletics=discus_throw: Tag:athletics=discus throw
     athletics=hammer_throw: Tag:athletics=hammer throw
@@ -9348,6 +9716,7 @@ en:
     barrier=chicane: Tag:barrier=chicane
     barrier=city_wall: Tag:barrier=city wall
     barrier=coupure: Tag:barrier=coupure
+    barrier=curb: Tag:barrier=curb
     barrier=cycle_barrier: Tag:barrier=cycle barrier
     barrier=czech_hedgehog: Tag:barrier=czech hedgehog
     barrier=debris: Tag:barrier=debris
@@ -9407,17 +9776,27 @@ en:
     basin=retention: Tag:basin=retention
     basin=settling: Tag:basin=settling
     basin=water_regeneration: Tag:basin=water regeneration
+    bath:type=foot_bath: Tag:bath:type=foot bath
     bath:type=hammam: Tag:bath:type=hammam
     bath:type=hot_spring: Tag:bath:type=hot spring
+    bath:type=lake: Tag:bath:type=lake
     bath:type=onsen: Tag:bath:type=onsen
+    bath:type=pool: Tag:bath:type=pool
+    bath:type=river: Tag:bath:type=river
+    bath:type=sea: Tag:bath:type=sea
     bath:type=thermal: Tag:bath:type=thermal
     bay=fjord: Tag:bay=fjord
     bbq=yes: Tag:bbq=yes
+    beacon:type=DME: Tag:beacon:type=DME
     beacon:type=DVOR: Tag:beacon:type=DVOR
     beacon:type=ILS: Tag:beacon:type=ILS
+    beacon:type=MM: Tag:beacon:type=MM
     beacon:type=NDB: Tag:beacon:type=NDB
+    beacon:type=OM: Tag:beacon:type=OM
     beacon:type=TACAN: Tag:beacon:type=TACAN
     beacon:type=VOR: Tag:beacon:type=VOR
+    beacon:type=VORTAC: Tag:beacon:type=VORTAC
+    beauty=spa: Tag:beauty=spa
     bicycle:backward=optional_sidepath: Tag:bicycle:backward=optional sidepath
     bicycle:backward=use_sidepath: Tag:bicycle:backward=use sidepath
     bicycle:forward=optional_sidepath: Tag:bicycle:forward=optional sidepath
@@ -9434,6 +9813,8 @@ en:
     bicycle=yes: Tag:bicycle=yes
     bicycle_parking=stands: Tag:bicycle parking=stands
     bicycle_parking=wall_loops: Tag:bicycle parking=wall loops
+    bicycle_parking=wide_stands: Tag:bicycle parking=wide stands
+    bicycle_road=yes: Tag:bicycle road=yes
     biosphärenwirt=yes: Tag:biosphärenwirt=yes
     birds_nest=stork: Tag:birds nest=stork
     board_type=board: Tag:board type=board
@@ -9449,7 +9830,6 @@ en:
     books=comic: Tag:books=comic
     books=textbook: Tag:books=textbook
     border_type=eez: Tag:border type=eez
-    border_type=harbour_limits: Tag:border type=harbour limits
     border_type=nation: Tag:border type=nation
     border_zone=5km_zone: Tag:border zone=5km zone
     boules=bocce: Tag:boules=bocce
@@ -9487,6 +9867,7 @@ en:
     boundary=regional_park: Tag:boundary=regional park
     boundary=safety_region: Tag:boundary=safety region
     boundary=special_economic_zone: Tag:boundary=special economic zone
+    boundary=statistical: Tag:boundary=statistical
     boundary=timezone: Tag:boundary=timezone
     boundary=treaty: Tag:boundary=treaty
     boundary=urban: Tag:boundary=urban
@@ -9544,7 +9925,9 @@ en:
     building=bakehouse: Tag:building=bakehouse
     building=barn: Tag:building=barn
     building=barracks: Tag:building=barracks
+    building=bath: Tag:building=bath
     building=beach_hut: Tag:building=beach hut
+    building=bell_tower: Tag:building=bell tower
     building=boathouse: Tag:building=boathouse
     building=brewery: Tag:building=brewery
     building=bridge: Tag:building=bridge
@@ -9592,6 +9975,7 @@ en:
     building=gatehouse: Tag:building=gatehouse
     building=ger: Tag:building=ger
     building=glasshouse: Tag:building=glasshouse
+    building=goat_shed: Tag:building=goat shed
     building=government: Tag:building=government
     building=grandstand: Tag:building=grandstand
     building=greenhouse: Tag:building=greenhouse
@@ -9611,6 +9995,7 @@ en:
     building=kingdom_hall: Tag:building=kingdom hall
     building=kiosk: Tag:building=kiosk
     building=lighthouse: Tag:building=lighthouse
+    building=livestock: Tag:building=livestock
     building=manufacture: Tag:building=manufacture
     building=marquee: Tag:building=marquee
     building=military: Tag:building=military
@@ -9686,6 +10071,7 @@ en:
     bunker_type=gun_emplacement: Tag:bunker type=gun emplacement
     bunker_type=hardened_aircraft_shelter: Tag:bunker type=hardened aircraft shelter
     bunker_type=munitions: Tag:bunker type=munitions
+    bunker_type=nuclear: Tag:bunker type=nuclear
     bunker_type=personnel_shelter: Tag:bunker type=personnel shelter
     bunker_type=pillbox: Tag:bunker type=pillbox
     bunker_type=technical: Tag:bunker type=technical
@@ -9725,6 +10111,7 @@ en:
     car:type=hgv: Tag:car:type=hgv
     car=no: Tag:car=no
     car=yes: Tag:car=yes
+    caravan_site=motorhome_stopover: Tag:caravan site=motorhome stopover
     cargo=container: Tag:cargo=container
     cargo=liquid_bulk: Tag:cargo=liquid bulk
     carpenter=joiner: Tag:carpenter=joiner
@@ -9737,12 +10124,14 @@ en:
     castle_type=palace: Tag:castle type=palace
     castle_type=shiro: Tag:castle type=shiro
     castle_type=stately: Tag:castle type=stately
+    cave=grotto: Tag:cave=grotto
     cemetery=burial_forest: Tag:cemetery=burial forest
     cemetery=cillín: Tag:cemetery=cillín
     cemetery=grave: Tag:cemetery=grave
     cemetery=sector: Tag:cemetery=sector
     cemetery=war_cemetery: Tag:cemetery=war cemetery
     center_turn_lane=yes: Tag:center turn lane=yes
+    china_class=cun: Tag:china class=cun
     clothes=fashion: Tag:clothes=fashion
     clothes=luxury: Tag:clothes=luxury
     clothes=motorcycle: Tag:clothes=motorcycle
@@ -9756,6 +10145,7 @@ en:
     clothes=women: Tag:clothes=women
     clothes=women;men: Tag:clothes=women;men
     clothes=women;men;children: Tag:clothes=women;men;children
+    clothes=workwear: Tag:clothes=workwear
     club=amateur_radio: Tag:club=amateur radio
     club=art: Tag:club=art
     club=automobile: Tag:club=automobile
@@ -9779,6 +10169,7 @@ en:
     club=scuba_diving: Tag:club=scuba diving
     club=social: Tag:club=social
     club=sport: Tag:club=sport
+    club=student: Tag:club=student
     club=tourism: Tag:club=tourism
     club=veterans: Tag:club=veterans
     club=youth: Tag:club=youth
@@ -9792,12 +10183,20 @@ en:
     communication=line: Tag:communication=line
     communication=mobile_phone: Tag:communication=mobile phone
     community_centre=club_home: Tag:community centre=club home
+    community_centre=community_hall: Tag:community centre=community hall
+    community_centre=cultural_centre: Tag:community centre=cultural centre
+    community_centre=family_centre: Tag:community centre=family centre
+    community_centre=parish_hall: Tag:community centre=parish hall
+    community_centre=village_hall: Tag:community centre=village hall
     community_centre=youth_centre: Tag:community centre=youth centre
     company=aerospace: Tag:company=aerospace
+    company=catalog: Tag:company=catalog
     company=construction: Tag:company=construction
+    company=industrial_climbing: Tag:company=industrial climbing
     company=internet_shop: Tag:company=internet shop
     company=it: Tag:company=it
     company=logistics: Tag:company=logistics
+    company=robot: Tag:company=robot
     company=software_development: Tag:company=software development
     company=transport: Tag:company=transport
     compensator=filter: Tag:compensator=filter
@@ -9814,6 +10213,7 @@ en:
     construction=house: Tag:construction=house
     construction=office: Tag:construction=office
     construction=shed: Tag:construction=shed
+    construction=steps: Tag:construction=steps
     construction=yes: Tag:construction=yes
     consulate=consular_agency: Tag:consulate=consular agency
     consulate=consular_office: Tag:consulate=consular office
@@ -9829,6 +10229,7 @@ en:
     content=fuel: Tag:content=fuel
     content=gas: Tag:content=gas
     content=grain: Tag:content=grain
+    content=grit: Tag:content=grit
     content=hot_water: Tag:content=hot water
     content=manure: Tag:content=manure
     content=natural_gas: Tag:content=natural gas
@@ -9894,6 +10295,7 @@ en:
     craft=jeweller: Tag:craft=jeweller
     craft=joiner: Tag:craft=joiner
     craft=key_cutter: Tag:craft=key cutter
+    craft=laboratory: Tag:craft=laboratory
     craft=lacquerer: Tag:craft=lacquerer
     craft=lapidary: Tag:craft=lapidary
     craft=leather: Tag:craft=leather
@@ -9950,6 +10352,7 @@ en:
     crane:type=portal_crane: Tag:crane:type=portal crane
     crane:type=tower_crane: Tag:crane:type=tower crane
     crane:type=travel_lift: Tag:crane:type=travel lift
+    crematorium=pet: Tag:crematorium=pet
     crop=asparagus: Tag:crop=asparagus
     crop=aspargus: Tag:crop=aspargus
     crop=bananas: Tag:crop=bananas
@@ -9977,6 +10380,7 @@ en:
     crop=sunflower: Tag:crop=sunflower
     crop=tea: Tag:crop=tea
     crop=wheat: Tag:crop=wheat
+    crossing=informal: Tag:crossing=informal
     crossing=marked: Tag:crossing=marked
     crossing=no: Tag:crossing=no
     crossing=traffic_signals: Tag:crossing=traffic signals
@@ -9988,6 +10392,7 @@ en:
     crossing_ref=zebra: Tag:crossing ref=zebra
     cuisine=american: Tag:cuisine=american
     cuisine=asian: Tag:cuisine=asian
+    cuisine=açaí: Tag:cuisine=açaí
     cuisine=bagel: Tag:cuisine=bagel
     cuisine=barbecue: Tag:cuisine=barbecue
     cuisine=beef_bowl: Tag:cuisine=beef bowl
@@ -10012,6 +10417,7 @@ en:
     cuisine=fish_and_chips: Tag:cuisine=fish and chips
     cuisine=french: Tag:cuisine=french
     cuisine=friture: Tag:cuisine=friture
+    cuisine=frozen_yogurt: Tag:cuisine=frozen yogurt
     cuisine=german: Tag:cuisine=german
     cuisine=greek: Tag:cuisine=greek
     cuisine=grill: Tag:cuisine=grill
@@ -10061,6 +10467,7 @@ en:
     curves=serpentine: Tag:curves=serpentine
     cycle_network=BE-VLG:cycle_highway: Tag:cycle network=BE-VLG:cycle highway
     cycle_network=EuroVelo: Tag:cycle network=EuroVelo
+    cycle_network=JP:prefectural: Tag:cycle network=JP:prefectural
     cycle_network=US: Tag:cycle network=US
     cycle_network=US:CA:SF: Tag:cycle network=US:CA:SF
     cycle_network=US:GA: Tag:cycle network=US:GA
@@ -10075,6 +10482,7 @@ en:
     cycle_network=cycle_highway: Tag:cycle network=cycle highway
     cycleway:both=lane: Tag:cycleway:both=lane
     cycleway:both=no: Tag:cycleway:both=no
+    cycleway:both=separate: Tag:cycleway:both=separate
     cycleway:both=shared_lane: Tag:cycleway:both=shared lane
     cycleway:foot=designated: Tag:cycleway:foot=designated
     cycleway:foot=no: Tag:cycleway:foot=no
@@ -10111,7 +10519,11 @@ en:
     cycleway=shared_busway: Tag:cycleway=shared busway
     cycleway=shared_lane: Tag:cycleway=shared lane
     cycleway=sidepath: Tag:cycleway=sidepath
+    cycleway=sidewalk: Tag:cycleway=sidewalk
     cycleway=track: Tag:cycleway=track
+    damage:event=war: Tag:damage:event=war
+    damage:type=explosion: Tag:damage:type=explosion
+    damage:type=war: Tag:damage:type=war
     dataset=buildings: Tag:dataset=buildings
     defensive=bergfried: Tag:defensive=bergfried
     defensive=donjon: Tag:defensive=donjon
@@ -10138,12 +10550,14 @@ en:
     denotation=landmark: Tag:denotation=landmark
     denotation=natural_monument: Tag:denotation=natural monument
     denotation=urban: Tag:denotation=urban
+    designation=barangay: Tag:designation=barangay
     designation=byway_open_to_all_traffic: Tag:designation=byway open to all traffic
     designation=civil_parish: Tag:designation=civil parish
     designation=common: Tag:designation=common
     designation=core_path: Tag:designation=core path
     designation=public_bridleway: Tag:designation=public bridleway
     designation=public_footpath: Tag:designation=public footpath
+    designation=quiet_lane: Tag:designation=quiet lane
     designation=restricted_byway: Tag:designation=restricted byway
     destroyed=yes: Tag:destroyed=yes
     diet:kosher=only: Tag:diet:kosher=only
@@ -10161,8 +10575,12 @@ en:
     disc_golf=basket: Tag:disc golf=basket
     disc_golf=hole: Tag:disc golf=hole
     disc_golf=tee: Tag:disc golf=tee
+    distillery=whisky: Tag:distillery=whisky
     disused:landuse=landfill: Tag:disused:landuse=landfill
+    disused:landuse=quarry: Tag:disused:landuse=quarry
     disused:railway=halt: Tag:disused:railway=halt
+    disused:railway=level_crossing: Tag:disused:railway=level crossing
+    disused:railway=rail: Tag:disused:railway=rail
     disused:railway=station: Tag:disused:railway=station
     disused=yes: Tag:disused=yes
     dock=drydock: Tag:dock=drydock
@@ -10179,6 +10597,7 @@ en:
     education=centre: Tag:education=centre
     education=exercise_area: Tag:education=exercise area
     education=school: Tag:education=school
+    education_program=specialized_education: Tag:education program=specialized education
     electrified=4th_rail: Tag:electrified=4th rail
     electrified=contact_line: Tag:electrified=contact line
     electrified=rail: Tag:electrified=rail
@@ -10197,8 +10616,11 @@ en:
     emergency:social_facility=shelter: Tag:emergency:social facility=shelter
     emergency=access_point: Tag:emergency=access point
     emergency=aed: Tag:emergency=aed
+    emergency=air_rescue_service: Tag:emergency=air rescue service
+    emergency=air_rescue_sevice: Tag:emergency=air rescue sevice
     emergency=ambulance_station: Tag:emergency=ambulance station
     emergency=assembly_point: Tag:emergency=assembly point
+    emergency=bleed_control_kit: Tag:emergency=bleed control kit
     emergency=coast_guard: Tag:emergency=coast guard
     emergency=defibrilator: Tag:emergency=defibrilator
     emergency=defibrillator: Tag:emergency=defibrillator
@@ -10210,6 +10632,7 @@ en:
     emergency=dry_riser_inlet: Tag:emergency=dry riser inlet
     emergency=emergency_ward_entrance: Tag:emergency=emergency ward entrance
     emergency=fire_alarm_box: Tag:emergency=fire alarm box
+    emergency=fire_blanket: Tag:emergency=fire blanket
     emergency=fire_equipment: Tag:emergency=fire equipment
     emergency=fire_extinguisher: Tag:emergency=fire extinguisher
     emergency=fire_flapper: Tag:emergency=fire flapper
@@ -10218,6 +10641,7 @@ en:
     emergency=fire_lookout: Tag:emergency=fire lookout
     emergency=fire_point_stand: Tag:emergency=fire point stand
     emergency=fire_sand_bin: Tag:emergency=fire sand bin
+    emergency=fire_service_inlet: Tag:emergency=fire service inlet
     emergency=fire_station: Tag:emergency=fire station
     emergency=fire_water_pond: Tag:emergency=fire water pond
     emergency=first_aid: Tag:emergency=first aid
@@ -10246,11 +10670,13 @@ en:
     emergency=sprinkler_connection: Tag:emergency=sprinkler connection
     emergency=standpipe: Tag:emergency=standpipe
     emergency=suction_point: Tag:emergency=suction point
+    emergency=water_rescue: Tag:emergency=water rescue
     emergency=water_rescue_station: Tag:emergency=water rescue station
     emergency=water_tank: Tag:emergency=water tank
     emergency=wet_riser: Tag:emergency=wet riser
     emergency=yes: Tag:emergency=yes
     emergency_service=technical: Tag:emergency service=technical
+    entrance=entrance: Tag:entrance=entrance
     entrance=exit: Tag:entrance=exit
     entrance=fire_exit: Tag:entrance=fire exit
     entrance=garage: Tag:entrance=garage
@@ -10261,7 +10687,6 @@ en:
     entrance=shop: Tag:entrance=shop
     entrance=staircase: Tag:entrance=staircase
     entrance=yes: Tag:entrance=yes
-    esperanto=esperanto: Tag:esperanto=esperanto
     esperanto=yes: Tag:esperanto=yes
     exit=emergency: Tag:exit=emergency
     faculty=aerospace: Tag:faculty=aerospace
@@ -10280,7 +10705,17 @@ en:
     fire_hydrant:type=pipe: Tag:fire hydrant:type=pipe
     fire_hydrant:type=underground: Tag:fire hydrant:type=underground
     fire_hydrant:type=wall: Tag:fire hydrant:type=wall
+    fire_mains=dry: Tag:fire mains=dry
+    fire_mains=wet: Tag:fire mains=wet
+    fire_mains=yes: Tag:fire mains=yes
+    fire_service_inlet=underground: Tag:fire service inlet=underground
+    fire_service_inlet=wall: Tag:fire service inlet=wall
+    fire_sprinkler=dry: Tag:fire sprinkler=dry
+    fire_sprinkler=pre-action: Tag:fire sprinkler=pre-action
+    fire_sprinkler=wet: Tag:fire sprinkler=wet
+    fire_sprinkler=yes: Tag:fire sprinkler=yes
     fixme=Position_estimated: Tag:fixme=Position estimated
+    fixme=name: Tag:fixme=name
     fixme=position_estimated: Tag:fixme=position estimated
     flag:type=advertising: Tag:flag:type=advertising
     flag:type=athletic: Tag:flag:type=athletic
@@ -10331,10 +10766,12 @@ en:
     fountain=drinking: Tag:fountain=drinking
     fountain=nasone: Tag:fountain=nasone
     fountain=roman_wolf: Tag:fountain=roman wolf
+    fountain=sebilj: Tag:fountain=sebilj
     fountain=stone_block: Tag:fountain=stone block
     fountain=toret: Tag:fountain=toret
     fountain=viktorija_zdenac: Tag:fountain=viktorija zdenac
     fountain=wallace: Tag:fountain=wallace
+    garden:type=arboretum: Tag:garden:type=arboretum
     garden:type=botanical: Tag:garden:type=botanical
     garden:type=monastery: Tag:garden:type=monastery
     generator:method=anaerobic_digestion: Tag:generator:method=anaerobic digestion
@@ -10387,10 +10824,13 @@ en:
     generator:type=steam_turbine: Tag:generator:type=steam turbine
     generator:type=vertical_axis: Tag:generator:type=vertical axis
     generator:type=zuppinger_water_wheel: Tag:generator:type=zuppinger water wheel
+    genus=Acer: Tag:genus=Acer
     geological=fault: Tag:geological=fault
+    geological=meteor_crater: Tag:geological=meteor crater
     geological=moraine: Tag:geological=moraine
     geological=outcrop: Tag:geological=outcrop
     geological=palaeontological_site: Tag:geological=palaeontological site
+    geological=volcanic_caldera: Tag:geological=volcanic caldera
     geological=volcanic_caldera_rim: Tag:geological=volcanic caldera rim
     geological=volcanic_lava_field: Tag:geological=volcanic lava field
     geological=volcanic_vent: Tag:geological=volcanic vent
@@ -10416,11 +10856,16 @@ en:
     government=audit: Tag:government=audit
     government=bailiff: Tag:government=bailiff
     government=border_control: Tag:government=border control
+    government=building_control: Tag:government=building control
+    government=building_inspection: Tag:government=building inspection
     government=cadaster: Tag:government=cadaster
     government=culture: Tag:government=culture
     government=customs: Tag:government=customs
     government=data_protection: Tag:government=data protection
+    government=education: Tag:government=education
+    government=emergency: Tag:government=emergency
     government=healthcare: Tag:government=healthcare
+    government=heritage: Tag:government=heritage
     government=it: Tag:government=it
     government=legislative: Tag:government=legislative
     government=ministry: Tag:government=ministry
@@ -10429,10 +10874,15 @@ en:
     government=register_office: Tag:government=register office
     government=statistics: Tag:government=statistics
     government=tax: Tag:government=tax
+    government=transportation: Tag:government=transportation
     government=youth_welfare_department: Tag:government=youth welfare department
     grass=amenity_grassland: Tag:grass=amenity grassland
     grit_bin: Tag:grit bin
+    guest_house=agritourism: Tag:guest house=agritourism
+    guest_house=albergue: Tag:guest house=albergue
     guest_house=bed_and_breakfast: Tag:guest house=bed and breakfast
+    guest_house=kontrakan: Tag:guest house=kontrakan
+    guest_house=student_accomodation: Tag:guest house=student accomodation
     guidepost=simple: Tag:guidepost=simple
     handle=crank: Tag:handle=crank
     handle=lever: Tag:handle=lever
@@ -10509,6 +10959,8 @@ en:
     healthcare:speciality=abortion: Tag:healthcare:speciality=abortion
     healthcare:speciality=allergology: Tag:healthcare:speciality=allergology
     healthcare:speciality=anaesthetics: Tag:healthcare:speciality=anaesthetics
+    healthcare:speciality=analytic: Tag:healthcare:speciality=analytic
+    healthcare:speciality=animal-assisted: Tag:healthcare:speciality=animal-assisted
     healthcare:speciality=behavior: Tag:healthcare:speciality=behavior
     healthcare:speciality=biochemistry: Tag:healthcare:speciality=biochemistry
     healthcare:speciality=biological_haematology: Tag:healthcare:speciality=biological
@@ -10532,6 +10984,7 @@ en:
       radiology
     healthcare:speciality=emergency: Tag:healthcare:speciality=emergency
     healthcare:speciality=endocrinology: Tag:healthcare:speciality=endocrinology
+    healthcare:speciality=expressive: Tag:healthcare:speciality=expressive
     healthcare:speciality=fertility: Tag:healthcare:speciality=fertility
     healthcare:speciality=gastroenterological_surgery: Tag:healthcare:speciality=gastroenterological
       surgery
@@ -10578,6 +11031,8 @@ en:
     healthcare:speciality=radiology: Tag:healthcare:speciality=radiology
     healthcare:speciality=radiotherapy: Tag:healthcare:speciality=radiotherapy
     healthcare:speciality=rheumatology: Tag:healthcare:speciality=rheumatology
+    healthcare:speciality=schema: Tag:healthcare:speciality=schema
+    healthcare:speciality=socio: Tag:healthcare:speciality=socio
     healthcare:speciality=stomatology: Tag:healthcare:speciality=stomatology
     healthcare:speciality=surgery: Tag:healthcare:speciality=surgery
     healthcare:speciality=surgical_oncology: Tag:healthcare:speciality=surgical oncology
@@ -10623,13 +11078,15 @@ en:
     healthcare=vaccination_centre: Tag:healthcare=vaccination centre
     healthcare=yes: Tag:healthcare=yes
     hedge=hedge_bank: Tag:hedge=hedge bank
+    heritage:operator=BLfD: Tag:heritage:operator=BLfD
     heritage:operator=kons: Tag:heritage:operator=kons
+    heritage:operator=nrhp: Tag:heritage:operator=nrhp
     hgv=discouraged: Tag:hgv=discouraged
+    hgv=no: Tag:hgv=no
     hgv=yes: Tag:hgv=yes
     highway=Bus_guideway: Tag:highway=Bus guideway
     highway=abandoned: Tag:highway=abandoned
     highway=access: Tag:highway=access
-    highway=bazaar: Tag:highway=bazaar
     highway=bridleway: Tag:highway=bridleway
     highway=bus_guideway: Tag:highway=bus guideway
     highway=bus_stop: Tag:highway=bus stop
@@ -10649,7 +11106,6 @@ en:
     highway=ford: Tag:highway=ford
     highway=gate: Tag:highway=gate
     highway=give_way: Tag:highway=give way
-    highway=green_lane: Tag:highway=green lane
     highway=living_street: Tag:highway=living street
     highway=milestone: Tag:highway=milestone
     highway=mini_roundabout: Tag:highway=mini roundabout
@@ -10666,6 +11122,7 @@ en:
     highway=platform: Tag:highway=platform
     highway=primary: Tag:highway=primary
     highway=primary_link: Tag:highway=primary link
+    highway=priority: Tag:highway=priority
     highway=proposed: Tag:highway=proposed
     highway=raceway: Tag:highway=raceway
     highway=razed: Tag:highway=razed
@@ -10676,12 +11133,10 @@ en:
     highway=secondary_link: Tag:highway=secondary link
     highway=service: Tag:highway=service
     highway=services: Tag:highway=services
-    highway=skyway: Tag:highway=skyway
     highway=speed_camera: Tag:highway=speed camera
     highway=speed_display: Tag:highway=speed display
     highway=steps: Tag:highway=steps
     highway=stop: Tag:highway=stop
-    highway=street: Tag:highway=street
     highway=street_lamp: Tag:highway=street lamp
     highway=tertiary: Tag:highway=tertiary
     highway=tertiary_link: Tag:highway=tertiary link
@@ -10723,7 +11178,6 @@ en:
     historic=citywalls: Tag:historic=citywalls
     historic=creamery: Tag:historic=creamery
     historic=district: Tag:historic=district
-    historic=event: Tag:historic=event
     historic=farm: Tag:historic=farm
     historic=flood_mark: Tag:historic=flood mark
     historic=folly: Tag:historic=folly
@@ -10740,6 +11194,7 @@ en:
     historic=milestone: Tag:historic=milestone
     historic=mine: Tag:historic=mine
     historic=mine_shaft: Tag:historic=mine shaft
+    historic=missile: Tag:historic=missile
     historic=monastery: Tag:historic=monastery
     historic=monument: Tag:historic=monument
     historic=ogham_stone: Tag:historic=ogham stone
@@ -10794,6 +11249,7 @@ en:
     indoor=wall: Tag:indoor=wall
     indoor=yes: Tag:indoor=yes
     indoormark=beacon: Tag:indoormark=beacon
+    industrial=aerospace: Tag:industrial=aerospace
     industrial=aluminium_smelting: Tag:industrial=aluminium smelting
     industrial=asphalt_plant: Tag:industrial=asphalt plant
     industrial=auto_wrecker: Tag:industrial=auto wrecker
@@ -10817,7 +11273,6 @@ en:
     industrial=heating_station: Tag:industrial=heating station
     industrial=ice_factory: Tag:industrial=ice factory
     industrial=integrated_circuit: Tag:industrial=integrated circuit
-    industrial=logistics: Tag:industrial=logistics
     industrial=machine_shop: Tag:industrial=machine shop
     industrial=metal_processing: Tag:industrial=metal processing
     industrial=mine: Tag:industrial=mine
@@ -10829,6 +11284,7 @@ en:
     industrial=recycling: Tag:industrial=recycling
     industrial=refinery: Tag:industrial=refinery
     industrial=rice_mill: Tag:industrial=rice mill
+    industrial=rocket_engine_test: Tag:industrial=rocket engine test
     industrial=salt_pond: Tag:industrial=salt pond
     industrial=sawmill: Tag:industrial=sawmill
     industrial=scrap_yard: Tag:industrial=scrap yard
@@ -10869,6 +11325,7 @@ en:
     internet_access=yes: Tag:internet access=yes
     irrigation=pivot: Tag:irrigation=pivot
     irrigation=yes: Tag:irrigation=yes
+    is_legal_sidepath: Tag:is legal sidepath
     jeepney=yes: Tag:jeepney=yes
     jetski:rental=yes: Tag:jetski:rental=yes
     junction=circular: Tag:junction=circular
@@ -10881,6 +11338,7 @@ en:
     junction=yes: Tag:junction=yes
     karst=yes: Tag:karst=yes
     landcover=dunes: Tag:landcover=dunes
+    landcover=flowerbed: Tag:landcover=flowerbed
     landcover=grass: Tag:landcover=grass
     landcover=gravel: Tag:landcover=gravel
     landcover=greenery: Tag:landcover=greenery
@@ -10924,6 +11382,7 @@ en:
     landuse=breeding: Tag:landuse=breeding
     landuse=brownfield: Tag:landuse=brownfield
     landuse=building_site: Tag:landuse=building site
+    landuse=canal: Tag:landuse=canal
     landuse=cemetery: Tag:landuse=cemetery
     landuse=churchyard: Tag:landuse=churchyard
     landuse=civic_admin: Tag:landuse=civic admin
@@ -10932,6 +11391,7 @@ en:
     landuse=construction: Tag:landuse=construction
     landuse=depot: Tag:landuse=depot
     landuse=education: Tag:landuse=education
+    landuse=fairground: Tag:landuse=fairground
     landuse=farm: Tag:landuse=farm
     landuse=farmland: Tag:landuse=farmland
     landuse=farmyard: Tag:landuse=farmyard
@@ -10981,6 +11441,7 @@ en:
     landuse=salt_pond: Tag:landuse=salt pond
     landuse=school: Tag:landuse=school
     landuse=shrubs: Tag:landuse=shrubs
+    landuse=static_caravan: Tag:landuse=static caravan
     landuse=street: Tag:landuse=street
     landuse=traffic_island: Tag:landuse=traffic island
     landuse=trees: Tag:landuse=trees
@@ -11026,6 +11487,7 @@ en:
     leisure=club: Tag:leisure=club
     leisure=club_house: Tag:leisure=club house
     leisure=common: Tag:leisure=common
+    leisure=cricket_nets: Tag:leisure=cricket nets
     leisure=dance: Tag:leisure=dance
     leisure=dancing: Tag:leisure=dancing
     leisure=disc_golf_course: Tag:leisure=disc golf course
@@ -11042,6 +11504,7 @@ en:
     leisure=garden: Tag:leisure=garden
     leisure=golf_course: Tag:leisure=golf course
     leisure=hackerspace: Tag:leisure=hackerspace
+    leisure=hammock: Tag:leisure=hammock
     leisure=horse_riding: Tag:leisure=horse riding
     leisure=hot_spring: Tag:leisure=hot spring
     leisure=hot_tub: Tag:leisure=hot tub
@@ -11119,13 +11582,17 @@ en:
     locality=townland: Tag:locality=townland
     localizer=yes: Tag:localizer=yes
     location:transition=yes: Tag:location:transition=yes
+    location=cave: Tag:location=cave
     location=indoor: Tag:location=indoor
     location=outdoor: Tag:location=outdoor
     location=overground: Tag:location=overground
     location=overhead: Tag:location=overhead
+    location=roof: Tag:location=roof
+    location=rooftop: Tag:location=rooftop
     location=surface: Tag:location=surface
     location=underground: Tag:location=underground
     location=underwater: Tag:location=underwater
+    logistics=goods_distribution: Tag:logistics=goods distribution
     logistics=spaceflight: Tag:logistics=spaceflight
     lottery=yes: Tag:lottery=yes
     maintenance=gritting: Tag:maintenance=gritting
@@ -11143,6 +11610,7 @@ en:
     man_made=bioreactor: Tag:man made=bioreactor
     man_made=bioswale: Tag:man made=bioswale
     man_made=bird_feeder: Tag:man made=bird feeder
+    man_made=bird_perch: Tag:man made=bird perch
     man_made=borehole: Tag:man made=borehole
     man_made=breakwater: Tag:man made=breakwater
     man_made=bridge: Tag:man made=bridge
@@ -11151,6 +11619,7 @@ en:
     man_made=campanile: Tag:man made=campanile
     man_made=carpet_hanger: Tag:man made=carpet hanger
     man_made=cellar_entrance: Tag:man made=cellar entrance
+    man_made=charge_point: Tag:man made=charge point
     man_made=chiller: Tag:man made=chiller
     man_made=chimney: Tag:man made=chimney
     man_made=chute_block: Tag:man made=chute block
@@ -11159,6 +11628,7 @@ en:
     man_made=column: Tag:man made=column
     man_made=communications_tower: Tag:man made=communications tower
     man_made=compass_rose: Tag:man made=compass rose
+    man_made=compressor: Tag:man made=compressor
     man_made=cooling: Tag:man made=cooling
     man_made=cooling_tower: Tag:man made=cooling tower
     man_made=courtyard: Tag:man made=courtyard
@@ -11182,8 +11652,10 @@ en:
     man_made=footwear_decontamination: Tag:man made=footwear decontamination
     man_made=frost_fan: Tag:man made=frost fan
     man_made=fuel_column: Tag:man made=fuel column
+    man_made=fuel_pump: Tag:man made=fuel pump
     man_made=funding_sign: Tag:man made=funding sign
     man_made=gantry: Tag:man made=gantry
+    man_made=gas_dehydrator: Tag:man made=gas dehydrator
     man_made=gas_well: Tag:man made=gas well
     man_made=gasometer: Tag:man made=gasometer
     man_made=geoglyph: Tag:man made=geoglyph
@@ -11198,6 +11670,7 @@ en:
     man_made=hot_water_tank: Tag:man made=hot water tank
     man_made=hunting_stand: Tag:man made=hunting stand
     man_made=ice_house: Tag:man made=ice house
+    man_made=iljumun: Tag:man made=iljumun
     man_made=insect_hotel: Tag:man made=insect hotel
     man_made=jetty: Tag:man made=jetty
     man_made=kiln: Tag:man made=kiln
@@ -11210,6 +11683,8 @@ en:
     man_made=maypole: Tag:man made=maypole
     man_made=measurement_station: Tag:man made=measurement station
     man_made=meridian_marker: Tag:man made=meridian marker
+    man_made=milk-churn-stand: Tag:man made=milk-churn-stand
+    man_made=milk_churn_stand: Tag:man made=milk churn stand
     man_made=mineshaft: Tag:man made=mineshaft
     man_made=monitoring_station: Tag:man made=monitoring station
     man_made=mountaineers_mailbox: Tag:man made=mountaineers mailbox
@@ -11231,6 +11706,7 @@ en:
     man_made=power_hydro: Tag:man made=power hydro
     man_made=power_nuclear: Tag:man made=power nuclear
     man_made=power_wind: Tag:man made=power wind
+    man_made=process_tank: Tag:man made=process tank
     man_made=pump: Tag:man made=pump
     man_made=pumping_rig: Tag:man made=pumping rig
     man_made=pumping_station: Tag:man made=pumping station
@@ -11266,6 +11742,7 @@ en:
     man_made=torii: Tag:man made=torii
     man_made=tower: Tag:man made=tower
     man_made=tunnel: Tag:man made=tunnel
+    man_made=urine_deflector: Tag:man made=urine deflector
     man_made=utility_pole: Tag:man made=utility pole
     man_made=ventilation_shaft: Tag:man made=ventilation shaft
     man_made=video_wall: Tag:man made=video wall
@@ -11299,10 +11776,17 @@ en:
     material=paving_stones: Tag:material=paving stones
     maxheight=default: Tag:maxheight=default
     maxspeed:type=GB:nsl_restricted: Tag:maxspeed:type=GB:nsl restricted
+    maxspeed:type=NL:living_street: Tag:maxspeed:type=NL:living street
+    maxspeed:type=NL:motorroad: Tag:maxspeed:type=NL:motorroad
+    maxspeed:type=NL:motorway: Tag:maxspeed:type=NL:motorway
+    maxspeed:type=NL:rural: Tag:maxspeed:type=NL:rural
+    maxspeed:type=NL:urban: Tag:maxspeed:type=NL:urban
     maxspeed:type=PL:rural: Tag:maxspeed:type=PL:rural
     maxspeed:type=PL:urban: Tag:maxspeed:type=PL:urban
     maxspeed=implicit: Tag:maxspeed=implicit
     maxweight:signed=no: Tag:maxweight:signed=no
+    meadow=paddock: Tag:meadow=paddock
+    meadow=pasture: Tag:meadow=pasture
     mechanical_coupling=nodding_donkey: Tag:mechanical coupling=nodding donkey
     mechanical_driver=combustion_engine: Tag:mechanical driver=combustion engine
     mechanical_driver=electric_motor: Tag:mechanical driver=electric motor
@@ -11356,12 +11840,14 @@ en:
     military=ammunition: Tag:military=ammunition
     military=barracks: Tag:military=barracks
     military=base: Tag:military=base
+    military=bombcrater: Tag:military=bombcrater
     military=bunker: Tag:military=bunker
     military=checkpoint: Tag:military=checkpoint
     military=danger_area: Tag:military=danger area
     military=depot: Tag:military=depot
     military=exclusion_zone: Tag:military=exclusion zone
     military=launchpad: Tag:military=launchpad
+    military=missile: Tag:military=missile
     military=naval_base: Tag:military=naval base
     military=nuclear_explosion_site: Tag:military=nuclear explosion site
     military=obstacle_course: Tag:military=obstacle course
@@ -11387,12 +11873,12 @@ en:
     mooring=spm: Tag:mooring=spm
     mooring=visitor: Tag:mooring=visitor
     moped=use_sidepath: Tag:moped=use sidepath
+    motor_vehicle=agricultural: Tag:motor vehicle=agricultural
     motor_vehicle=destination: Tag:motor vehicle=destination
+    motor_vehicle=forestry: Tag:motor vehicle=forestry
     motor_vehicle=no: Tag:motor vehicle=no
     motor_vehicle=private: Tag:motor vehicle=private
     motor_vehicle=yes: Tag:motor vehicle=yes
-    motorcycle:type=electric: Tag:motorcycle:type=electric
-    motorcycle:type=sportbike: Tag:motorcycle:type=sportbike
     motorcycle=no: Tag:motorcycle=no
     motorcycle=yes: Tag:motorcycle=yes
     motorroad=no: Tag:motorroad=no
@@ -11448,6 +11934,7 @@ en:
     natural=bedrock: Tag:natural=bedrock
     natural=birds_nest: Tag:natural=birds nest
     natural=blowhole: Tag:natural=blowhole
+    natural=caldera: Tag:natural=caldera
     natural=cape: Tag:natural=cape
     natural=cave_entrance: Tag:natural=cave entrance
     natural=cliff: Tag:natural=cliff
@@ -11472,6 +11959,7 @@ en:
     natural=gorge: Tag:natural=gorge
     natural=grass: Tag:natural=grass
     natural=grassland: Tag:natural=grassland
+    natural=gulf: Tag:natural=gulf
     natural=gully: Tag:natural=gully
     natural=heath: Tag:natural=heath
     natural=hill: Tag:natural=hill
@@ -11484,6 +11972,7 @@ en:
     natural=lava: Tag:natural=lava
     natural=marsh: Tag:natural=marsh
     natural=meadow: Tag:natural=meadow
+    natural=meteor_crater: Tag:natural=meteor crater
     natural=moor: Tag:natural=moor
     natural=moraine: Tag:natural=moraine
     natural=mountain_range: Tag:natural=mountain range
@@ -11527,6 +12016,9 @@ en:
     natural=wood: Tag:natural=wood
     navigationaid=als: Tag:navigationaid=als
     navigationaid=papi: Tag:navigationaid=papi
+    navigationaid=rwe: Tag:navigationaid=rwe
+    navigationaid=txc: Tag:navigationaid=txc
+    navigationaid=txe: Tag:navigationaid=txe
     navigationaid=vasi: Tag:navigationaid=vasi
     nest_platform=yes: Tag:nest platform=yes
     network:type=node_network: Tag:network:type=node network
@@ -11549,6 +12041,7 @@ en:
     network=ETS: Tag:network=ETS
     network=Flinkster: Tag:network=Flinkster
     network=JP:national: Tag:network=JP:national
+    network=JP:prefectural: Tag:network=JP:prefectural
     network=JP:prefectural:nagano: Tag:network=JP:prefectural:nagano
     network=NL:A: Tag:network=NL:A
     network=NL:N: Tag:network=NL:N
@@ -11579,6 +12072,7 @@ en:
     network=US:AR: Tag:network=US:AR
     network=US:AS: Tag:network=US:AS
     network=US:AZ: Tag:network=US:AZ
+    network=US:AZ:Business: Tag:network=US:AZ:Business
     network=US:AZ:Loop: Tag:network=US:AZ:Loop
     network=US:AZ:Maricopa: Tag:network=US:AZ:Maricopa
     network=US:AZ:Mohave: Tag:network=US:AZ:Mohave
@@ -11755,6 +12249,8 @@ en:
     network=US:SD: Tag:network=US:SD
     network=US:SD:Lincoln: Tag:network=US:SD:Lincoln
     network=US:SD:Minnehaha: Tag:network=US:SD:Minnehaha
+    network=US:SD:Spink: Tag:network=US:SD:Spink
+    network=US:SD:Turner: Tag:network=US:SD:Turner
     network=US:SD:Union: Tag:network=US:SD:Union
     network=US:TN: Tag:network=US:TN
     network=US:TN:primary: Tag:network=US:TN:primary
@@ -11828,6 +12324,7 @@ en:
     nhd:fcode=46003: Tag:nhd:fcode=46003
     nhd:ftype=StreamRiver: Tag:nhd:ftype=StreamRiver
     noexit=no: Tag:noexit=no
+    noexit=yes: Tag:noexit=yes
     noname=yes: Tag:noname=yes
     nonsquare=yes: Tag:nonsquare=yes
     observatory:type=astronomical: Tag:observatory:type=astronomical
@@ -11872,9 +12369,11 @@ en:
     office=healthcare: Tag:office=healthcare
     office=highway: Tag:office=highway
     office=insurance: Tag:office=insurance
+    office=interior_design: Tag:office=interior design
     office=international_organization: Tag:office=international organization
     office=it: Tag:office=it
     office=lawyer: Tag:office=lawyer
+    office=lifeguard: Tag:office=lifeguard
     office=logistics: Tag:office=logistics
     office=lost_property: Tag:office=lost property
     office=medical: Tag:office=medical
@@ -11899,6 +12398,7 @@ en:
     office=religion: Tag:office=religion
     office=rental: Tag:office=rental
     office=research: Tag:office=research
+    office=school: Tag:office=school
     office=security: Tag:office=security
     office=supervised_injection_site: Tag:office=supervised injection site
     office=surveyor: Tag:office=surveyor
@@ -11939,6 +12439,7 @@ en:
     operator=Flinkster: Tag:operator=Flinkster
     operator=GRDF: Tag:operator=GRDF
     operator=GRTgaz: Tag:operator=GRTgaz
+    operator=Havenbedrijf_Rotterdam_N.V.: Tag:operator=Havenbedrijf Rotterdam N.V.
     operator=Koninkrijk_der_Nederlanden: Tag:operator=Koninkrijk der Nederlanden
     operator=Land_Aruba: Tag:operator=Land Aruba
     operator=Land_Curaçao: Tag:operator=Land Curaçao
@@ -11976,6 +12477,7 @@ en:
     parking=street_side: Tag:parking=street side
     parking=surface: Tag:parking=surface
     parking=underground: Tag:parking=underground
+    parking_space=disabled: Tag:parking space=disabled
     passenger=international: Tag:passenger=international
     passenger=local: Tag:passenger=local
     passenger=national: Tag:passenger=national
@@ -12038,6 +12540,7 @@ en:
     placement=transition: Tag:placement=transition
     plant:method=combustion: Tag:plant:method=combustion
     plant:method=gasification: Tag:plant:method=gasification
+    plant:method=lithium-ion: Tag:plant:method=lithium-ion
     plant:method=photovoltaic: Tag:plant:method=photovoltaic
     plant:method=run-of-the-river: Tag:plant:method=run-of-the-river
     plant:method=thermal: Tag:plant:method=thermal
@@ -12073,6 +12576,7 @@ en:
     playground=structure: Tag:playground=structure
     playground=teenshelter: Tag:playground=teenshelter
     playground=tetherball: Tag:playground=tetherball
+    playground=tunnel_tube: Tag:playground=tunnel tube
     playground=youth_bench: Tag:playground=youth bench
     pole=transition: Tag:pole=transition
     police=academy: Tag:police=academy
@@ -12107,7 +12611,6 @@ en:
     power=connection: Tag:power=connection
     power=converter: Tag:power=converter
     power=generator: Tag:power=generator
-    power=grounding: Tag:power=grounding
     power=heliostat: Tag:power=heliostat
     power=insulator: Tag:power=insulator
     power=line: Tag:power=line
@@ -12131,6 +12634,7 @@ en:
     priority=regional: Tag:priority=regional
     prison_camp=concentration_camp: Tag:prison camp=concentration camp
     prison_camp=extermination_camp: Tag:prison camp=extermination camp
+    private=members: Tag:private=members
     private=students: Tag:private=students
     product=beer: Tag:product=beer
     product=bricks: Tag:product=bricks
@@ -12161,6 +12665,7 @@ en:
     psv=designated: Tag:psv=designated
     psv=no: Tag:psv=no
     psv=yes: Tag:psv=yes
+    public_transport=no: Tag:public transport=no
     public_transport=pay_scale_area: Tag:public transport=pay scale area
     public_transport=platform: Tag:public transport=platform
     public_transport=pole: Tag:public transport=pole
@@ -12203,7 +12708,6 @@ en:
     radio_transponder:category=rotating_pattern: Tag:radio transponder:category=rotating
       pattern
     railway:radio=gsm-r: Tag:railway:radio=gsm-r
-    railway=PRT: Tag:railway=PRT
     railway=Subway: Tag:railway=Subway
     railway=abandoned: Tag:railway=abandoned
     railway=border: Tag:railway=border
@@ -12225,6 +12729,7 @@ en:
     railway=monorail: Tag:railway=monorail
     railway=narrow_gauge: Tag:railway=narrow gauge
     railway=owner_change: Tag:railway=owner change
+    railway=phone: Tag:railway=phone
     railway=platform: Tag:railway=platform
     railway=platform_edge: Tag:railway=platform edge
     railway=preserved: Tag:railway=preserved
@@ -12288,11 +12793,14 @@ en:
     request_stop=yes: Tag:request stop=yes
     research=aerospace: Tag:research=aerospace
     residential=apartments: Tag:residential=apartments
+    residential=block: Tag:residential=block
     residential=condominium: Tag:residential=condominium
     residential=duplex: Tag:residential=duplex
     residential=halting_site: Tag:residential=halting site
+    residential=irregular_settlement: Tag:residential=irregular settlement
     residential=rural: Tag:residential=rural
     residential=single_family: Tag:residential=single family
+    residential=slum: Tag:residential=slum
     residential=terrace: Tag:residential=terrace
     residential=trailer_park: Tag:residential=trailer park
     residential=university: Tag:residential=university
@@ -12307,16 +12815,27 @@ en:
     roller_coaster=station: Tag:roller coaster=station
     roller_coaster=support: Tag:roller coaster=support
     roller_coaster=track: Tag:roller coaster=track
+    roof:shape=cone: Tag:roof:shape=cone
+    roof:shape=crosspitched: Tag:roof:shape=crosspitched
     roof:shape=dome: Tag:roof:shape=dome
     roof:shape=flat: Tag:roof:shape=flat
     roof:shape=gabled: Tag:roof:shape=gabled
+    roof:shape=gabled_height_moved: Tag:roof:shape=gabled height moved
+    roof:shape=gambrel: Tag:roof:shape=gambrel
     roof:shape=half-hipped: Tag:roof:shape=half-hipped
     roof:shape=half_hipped: Tag:roof:shape=half hipped
     roof:shape=hipped: Tag:roof:shape=hipped
+    roof:shape=mansard: Tag:roof:shape=mansard
     roof:shape=many: Tag:roof:shape=many
+    roof:shape=onion: Tag:roof:shape=onion
+    roof:shape=parabolic: Tag:roof:shape=parabolic
     roof:shape=pyramidal: Tag:roof:shape=pyramidal
     roof:shape=round: Tag:roof:shape=round
+    roof:shape=sawtooth: Tag:roof:shape=sawtooth
+    roof:shape=side_half-hipped: Tag:roof:shape=side half-hipped
+    roof:shape=side_hipped: Tag:roof:shape=side hipped
     roof:shape=skillion: Tag:roof:shape=skillion
+    roundabout=turbo: Tag:roundabout=turbo
     route=aqueduct: Tag:route=aqueduct
     route=atv: Tag:route=atv
     route=bicycle: Tag:route=bicycle
@@ -12358,6 +12877,9 @@ en:
     route=trolleybus: Tag:route=trolleybus
     route=waterway: Tag:route=waterway
     route=worship: Tag:route=worship
+    rugby=league: Tag:rugby=league
+    rugby=union: Tag:rugby=union
+    runway=displaced_threshold: Tag:runway=displaced threshold
     sailing:tours=yes: Tag:sailing:tours=yes
     school:gender=female: Tag:school:gender=female
     school:gender=male: Tag:school:gender=male
@@ -12776,6 +13298,7 @@ en:
     seamark:type=pipeline_submarine: Tag:seamark:type=pipeline submarine
     seamark:type=platform: Tag:seamark:type=platform
     seamark:type=production_area: Tag:seamark:type=production area
+    seamark:type=radar_reflector: Tag:seamark:type=radar reflector
     seamark:type=radar_station: Tag:seamark:type=radar station
     seamark:type=radio_station: Tag:seamark:type=radio station
     seamark:type=recommended_track: Tag:seamark:type=recommended track
@@ -12839,12 +13362,13 @@ en:
     shelter_type=pavilion: Tag:shelter type=pavilion
     shelter_type=picnic_shelter: Tag:shelter type=picnic shelter
     shelter_type=public_transport: Tag:shelter type=public transport
+    shelter_type=shopping_cart: Tag:shelter type=shopping cart
     shelter_type=weather_shelter: Tag:shelter type=weather shelter
+    shelter_type=wetterpilz: Tag:shelter type=wetterpilz
     shelter_type=wildlife_hide: Tag:shelter type=wildlife hide
     shop=*: Tag:shop=*
     shop=3d_printing: Tag:shop=3d printing
     shop=Alko: Tag:shop=Alko
-    shop=_business_machines: Tag:shop= business machines
     shop=accessories: Tag:shop=accessories
     shop=adult: Tag:shop=adult
     shop=agrarian: Tag:shop=agrarian
@@ -12869,7 +13393,6 @@ en:
     shop=beverages: Tag:shop=beverages
     shop=bicycle: Tag:shop=bicycle
     shop=bicycle_repair: Tag:shop=bicycle repair
-    shop=board: Tag:shop=board
     shop=boat: Tag:shop=boat
     shop=boat_parts: Tag:shop=boat parts
     shop=boat_repair: Tag:shop=boat repair
@@ -12880,6 +13403,7 @@ en:
     shop=building_materials: Tag:shop=building materials
     shop=business_machines: Tag:shop=business machines
     shop=butcher: Tag:shop=butcher
+    shop=cafe: Tag:shop=cafe
     shop=camera: Tag:shop=camera
     shop=candles: Tag:shop=candles
     shop=cannabis: Tag:shop=cannabis
@@ -12890,6 +13414,7 @@ en:
     shop=car_service: Tag:shop=car service
     shop=caravan: Tag:shop=caravan
     shop=carpet: Tag:shop=carpet
+    shop=catalogue: Tag:shop=catalogue
     shop=cell_phones: Tag:shop=cell phones
     shop=ceramics: Tag:shop=ceramics
     shop=chandler: Tag:shop=chandler
@@ -12921,7 +13446,6 @@ en:
     shop=doors: Tag:shop=doors
     shop=dry_cleaning: Tag:shop=dry cleaning
     shop=e-cigarette: Tag:shop=e-cigarette
-    shop=edible_seeds: Tag:shop=edible seeds
     shop=electrical: Tag:shop=electrical
     shop=electronics: Tag:shop=electronics
     shop=energy: Tag:shop=energy
@@ -12933,7 +13457,6 @@ en:
     shop=fabrics: Tag:shop=fabrics
     shop=farm: Tag:shop=farm
     shop=fashion: Tag:shop=fashion
-    shop=fashion_accesories: Tag:shop=fashion accesories
     shop=fashion_accessories: Tag:shop=fashion accessories
     shop=fast_food: Tag:shop=fast food
     shop=firearms: Tag:shop=firearms
@@ -12959,6 +13482,7 @@ en:
     shop=games: Tag:shop=games
     shop=garden_centre: Tag:shop=garden centre
     shop=garden_furniture: Tag:shop=garden furniture
+    shop=garden_machinery: Tag:shop=garden machinery
     shop=gas: Tag:shop=gas
     shop=general: Tag:shop=general
     shop=general_store: Tag:shop=general store
@@ -13019,6 +13543,7 @@ en:
     shop=medical: Tag:shop=medical
     shop=medical_supply: Tag:shop=medical supply
     shop=military_surplus: Tag:shop=military surplus
+    shop=mobile_equipment: Tag:shop=mobile equipment
     shop=mobile_home: Tag:shop=mobile home
     shop=mobile_phone: Tag:shop=mobile phone
     shop=mobility_scooter: Tag:shop=mobility scooter
@@ -13058,8 +13583,10 @@ en:
     shop=photo: Tag:shop=photo
     shop=photo_studio: Tag:shop=photo studio
     shop=photography: Tag:shop=photography
+    shop=piercing: Tag:shop=piercing
     shop=plant_hire: Tag:shop=plant hire
     shop=pottery: Tag:shop=pottery
+    shop=power_tools: Tag:shop=power tools
     shop=printer_ink: Tag:shop=printer ink
     shop=printing: Tag:shop=printing
     shop=psychic: Tag:shop=psychic
@@ -13079,6 +13606,7 @@ en:
     shop=second_hand: Tag:shop=second hand
     shop=security: Tag:shop=security
     shop=sewing: Tag:shop=sewing
+    shop=shed: Tag:shop=shed
     shop=ship_chandler: Tag:shop=ship chandler
     shop=shoe_repair: Tag:shop=shoe repair
     shop=shoes: Tag:shop=shoes
@@ -13193,6 +13721,10 @@ en:
     social_facility=shelter: Tag:social facility=shelter
     social_facility=soup_kitchen: Tag:social facility=soup kitchen
     social_facility=workshop: Tag:social facility=workshop
+    source:addr:postcode=Isle_of_Man_Government_Land_Registry_Land_Transactions: Tag:source:addr:postcode=Isle
+      of Man Government Land Registry Land Transactions
+    source:addr:postcode=Isle_of_Man_Government_Planning_Applications: Tag:source:addr:postcode=Isle
+      of Man Government Planning Applications
     source:addr=GURS: Tag:source:addr=GURS
     source:ele=barometric: Tag:source:ele=barometric
     source:geometry=ACT2016: Tag:source:geometry=ACT2016
@@ -13277,11 +13809,13 @@ en:
     sport=bmx: Tag:sport=bmx
     sport=bobsleigh: Tag:sport=bobsleigh
     sport=boules: Tag:sport=boules
+    sport=bowling: Tag:sport=bowling
     sport=bowls: Tag:sport=bowls
     sport=boxing: Tag:sport=boxing
     sport=bullfighting: Tag:sport=bullfighting
     sport=calisthenics: Tag:sport=calisthenics
     sport=canadian_football: Tag:sport=canadian football
+    sport=candlepin: Tag:sport=candlepin
     sport=canoe: Tag:sport=canoe
     sport=canoe_polo: Tag:sport=canoe polo
     sport=chess: Tag:sport=chess
@@ -13325,8 +13859,10 @@ en:
     sport=gymnastics: Tag:sport=gymnastics
     sport=handball: Tag:sport=handball
     sport=hapkido: Tag:sport=hapkido
+    sport=hiking: Tag:sport=hiking
     sport=hockey: Tag:sport=hockey
     sport=horse_racing: Tag:sport=horse racing
+    sport=horse_riding: Tag:sport=horse riding
     sport=horseshoes: Tag:sport=horseshoes
     sport=ice_hockey: Tag:sport=ice hockey
     sport=ice_skating: Tag:sport=ice skating
@@ -13405,6 +13941,7 @@ en:
     sport=trampoline: Tag:sport=trampoline
     sport=trugo: Tag:sport=trugo
     sport=ultimate: Tag:sport=ultimate
+    sport=ultralight_aviation: Tag:sport=ultralight aviation
     sport=volleyball: Tag:sport=volleyball
     sport=wakeboarding: Tag:sport=wakeboarding
     sport=water_polo: Tag:sport=water polo
@@ -13428,7 +13965,15 @@ en:
     stile=stepover: Tag:stile=stepover
     stone_type=khachkar: Tag:stone type=khachkar
     stream=intermittent: Tag:stream=intermittent
+    street_cabinet=cable_tv: Tag:street cabinet=cable tv
+    street_cabinet=gas: Tag:street cabinet=gas
     street_cabinet=postal_service: Tag:street cabinet=postal service
+    street_cabinet=power: Tag:street cabinet=power
+    street_cabinet=sewerage: Tag:street cabinet=sewerage
+    street_cabinet=street_lighting: Tag:street cabinet=street lighting
+    street_cabinet=telecom: Tag:street cabinet=telecom
+    street_cabinet=water: Tag:street cabinet=water
+    street_cabinet=water_management: Tag:street cabinet=water management
     street_vendor=yes: Tag:street vendor=yes
     studio=audio: Tag:studio=audio
     studio=radio: Tag:studio=radio
@@ -13471,13 +14016,19 @@ en:
     surface=concrete: Tag:surface=concrete
     surface=concrete:lanes: Tag:surface=concrete:lanes
     surface=concrete:plates: Tag:surface=concrete:plates
+    surface=decoturf: Tag:surface=decoturf
     surface=dirt: Tag:surface=dirt
     surface=earth: Tag:surface=earth
     surface=fine_gravel: Tag:surface=fine gravel
+    surface=granite: Tag:surface=granite
     surface=grass: Tag:surface=grass
     surface=grass_paver: Tag:surface=grass paver
     surface=gravel: Tag:surface=gravel
     surface=ground: Tag:surface=ground
+    surface=hard: Tag:surface=hard
+    surface=hard_court: Tag:surface=hard court
+    surface=linoleum: Tag:surface=linoleum
+    surface=marble: Tag:surface=marble
     surface=metal: Tag:surface=metal
     surface=metal_grid: Tag:surface=metal grid
     surface=mud: Tag:surface=mud
@@ -13497,6 +14048,7 @@ en:
     surface=tarmacadam: Tag:surface=tarmacadam
     surface=tartan: Tag:surface=tartan
     surface=trail: Tag:surface=trail
+    surface=turf: Tag:surface=turf
     surface=unhewn_cobblestone: Tag:surface=unhewn cobblestone
     surface=unpaved: Tag:surface=unpaved
     surface=wood: Tag:surface=wood
@@ -13548,6 +14100,7 @@ en:
     telecom=street_cabinet: Tag:telecom=street cabinet
     telescope:type=optical: Tag:telescope:type=optical
     telescope:type=radio: Tag:telescope:type=radio
+    theatre:genre=philharmonic: Tag:theatre:genre=philharmonic
     theatre:type=amphi: Tag:theatre:type=amphi
     theatre:type=concert_hall: Tag:theatre:type=concert hall
     theatre:type=open_air: Tag:theatre:type=open air
@@ -13586,11 +14139,13 @@ en:
     tourism=guest_house: Tag:tourism=guest house
     tourism=hostel: Tag:tourism=hostel
     tourism=hotel: Tag:tourism=hotel
+    tourism=hunting_lodge: Tag:tourism=hunting lodge
     tourism=information: Tag:tourism=information
     tourism=motel: Tag:tourism=motel
     tourism=museum: Tag:tourism=museum
     tourism=picnic_site: Tag:tourism=picnic site
     tourism=resort: Tag:tourism=resort
+    tourism=spa_resort: Tag:tourism=spa resort
     tourism=theme_park: Tag:tourism=theme park
     tourism=tourism-attraction: Tag:tourism=tourism-attraction
     tourism=trail_riding_rest: Tag:tourism=trail riding rest
@@ -13618,7 +14173,10 @@ en:
     tower:type=hose: Tag:tower:type=hose
     tower:type=intake: Tag:tower:type=intake
     tower:type=lattice: Tag:tower:type=lattice
+    tower:type=launch_tower: Tag:tower:type=launch tower
     tower:type=lighting: Tag:tower:type=lighting
+    tower:type=lightning_protection: Tag:tower:type=lightning protection
+    tower:type=lightning_rod: Tag:tower:type=lightning rod
     tower:type=minaret: Tag:tower:type=minaret
     tower:type=monitoring: Tag:tower:type=monitoring
     tower:type=monument: Tag:tower:type=monument
@@ -13654,6 +14212,7 @@ en:
     traffic_calming=painted_table: Tag:traffic calming=painted table
     traffic_calming=rumble_strip: Tag:traffic calming=rumble strip
     traffic_calming=table: Tag:traffic calming=table
+    traffic_calming=yes: Tag:traffic calming=yes
     traffic_sign:backward=DE:325.1: Tag:traffic sign:backward=DE:325.1
     traffic_sign:backward=DE:325.2: Tag:traffic sign:backward=DE:325.2
     traffic_sign:forward=DE:325.1: Tag:traffic sign:forward=DE:325.1
@@ -13671,6 +14230,7 @@ en:
     traffic_sign=DE:142-10: Tag:traffic sign=DE:142-10
     traffic_sign=DE:205: Tag:traffic sign=DE:205
     traffic_sign=DE:206: Tag:traffic sign=DE:206
+    traffic_sign=DE:208: Tag:traffic sign=DE:208
     traffic_sign=DE:220-10: Tag:traffic sign=DE:220-10
     traffic_sign=DE:220-20: Tag:traffic sign=DE:220-20
     traffic_sign=DE:224: Tag:traffic sign=DE:224
@@ -13716,6 +14276,7 @@ en:
     traffic_sign=DE:277: Tag:traffic sign=DE:277
     traffic_sign=DE:282: Tag:traffic sign=DE:282
     traffic_sign=DE:306: Tag:traffic sign=DE:306
+    traffic_sign=DE:308: Tag:traffic sign=DE:308
     traffic_sign=DE:310: Tag:traffic sign=DE:310
     traffic_sign=DE:325: Tag:traffic sign=DE:325
     traffic_sign=DE:325.1: Tag:traffic sign=DE:325.1
@@ -13770,6 +14331,7 @@ en:
     train=yes: Tag:train=yes
     training=art: Tag:training=art
     training=aviation: Tag:training=aviation
+    training=bicycle: Tag:training=bicycle
     training=computer: Tag:training=computer
     training=driving: Tag:training=driving
     training=language: Tag:training=language
@@ -13874,6 +14436,7 @@ en:
     vehicle=agricultural: Tag:vehicle=agricultural
     vehicle=customers: Tag:vehicle=customers
     vehicle=destination: Tag:vehicle=destination
+    vehicle=forestry: Tag:vehicle=forestry
     vehicle=no: Tag:vehicle=no
     vehicle=permit: Tag:vehicle=permit
     vehicle=private: Tag:vehicle=private
@@ -14000,6 +14563,7 @@ en:
     waterway=boatyard: Tag:waterway=boatyard
     waterway=brook: Tag:waterway=brook
     waterway=canal: Tag:waterway=canal
+    waterway=canoe_pass: Tag:waterway=canoe pass
     waterway=dam: Tag:waterway=dam
     waterway=deep_well: Tag:waterway=deep well
     waterway=derelict_canal: Tag:waterway=derelict canal
@@ -14011,6 +14575,7 @@ en:
     waterway=fairway: Tag:waterway=fairway
     waterway=fish_pass: Tag:waterway=fish pass
     waterway=floating_barrier: Tag:waterway=floating barrier
+    waterway=flow_control: Tag:waterway=flow control
     waterway=fuel: Tag:waterway=fuel
     waterway=lock_gate: Tag:waterway=lock gate
     waterway=milestone: Tag:waterway=milestone
@@ -14037,6 +14602,7 @@ en:
     waterway=water_point: Tag:waterway=water point
     waterway=waterfall: Tag:waterway=waterfall
     waterway=weir: Tag:waterway=weir
+    weather_control=launchpad: Tag:weather control=launchpad
     wetland=bog: Tag:wetland=bog
     wetland=fen: Tag:wetland=fen
     wetland=mangrove: Tag:wetland=mangrove
@@ -14059,6 +14625,7 @@ en:
     zone:traffic=BE-VLG:urban: Tag:zone:traffic=BE-VLG:urban
     zone:traffic=BE-WAL:rural: Tag:zone:traffic=BE-WAL:rural
     zone:traffic=BE-WAL:urban: Tag:zone:traffic=BE-WAL:urban
+    zone:traffic=BE:motorway: Tag:zone:traffic=BE:motorway
     zone:traffic=DE:motorway: Tag:zone:traffic=DE:motorway
     zone:traffic=DE:rural: Tag:zone:traffic=DE:rural
     zone:traffic=DE:urban: Tag:zone:traffic=DE:urban
@@ -14077,6 +14644,7 @@ eo:
   key:
     bench: Eo:Key:bench
     diet: Eo:Key:diet
+    diet:*: Eo:Key:diet:*
     diet:vegan: Eo:Key:diet:vegan
     diet:vegetarian: Eo:Key:diet:vegetarian
     website:menu: Eo:Key:website:menu
@@ -14087,7 +14655,6 @@ eo:
     amenity=fast_food: Eo:Tag:amenity=fast food
     amenity=restaurant: Eo:Tag:amenity=restaurant
     craft=tinsmith: Eo:Tag:craft=tinsmith
-    esperanto=esperanto: Eo:Tag:esperanto=esperanto
     esperanto=yes: Eo:Tag:esperanto=yes
     generator:source=solar: Eo:Tag:generator:source=solar
     highway=cycleway: Eo:Tag:highway=cycleway
@@ -14111,7 +14678,6 @@ es:
     access: ES:Key:access
     access:lhv: ES:Key:access:lhv
     access:roadtrain: ES:Key:access:roadtrain
-    access:roadtrain:trailers: ES:Key:access:roadtrain:trailers
     addr: ES:Key:addr
     addr:*: ES:Key:addr:*
     addr:city: ES:Key:addr:city
@@ -14260,6 +14826,7 @@ es:
     cuisine: ES:Key:cuisine
     currency: ES:Key:currency
     cutting: ES:Key:cutting
+    cycle_rickshaw: ES:Key:cycle rickshaw
     cyclestreets_id: ES:Key:cyclestreets id
     cycleway: ES:Key:cycleway
     cycleway:both: ES:Key:cycleway:both
@@ -14470,6 +15037,7 @@ es:
     name:etymology:wikidata: ES:Key:name:etymology:wikidata
     name:hop: ES:Key:name:hop
     name:left: ES:Key:name:left
+    name:mtp: ES:Key:name:mtp
     name:right: ES:Key:name:right
     narrow: ES:Key:narrow
     nat_name: ES:Key:nat name
@@ -14478,7 +15046,6 @@ es:
     ncn_ref: ES:Key:ncn ref
     network:type: ES:Key:network:type
     noaddress: ES:Key:noaddress
-    noexit: ES:Key:noexit
     nohousenumber: ES:Key:nohousenumber
     non_existent_levels: ES:Key:non existent levels
     'not:': 'ES:Key:not:'
@@ -14493,6 +15060,7 @@ es:
     oneway: ES:Key:oneway
     oneway:bicycle: ES:Key:oneway:bicycle
     oneway:psv: ES:Key:oneway:psv
+    openbenches:id: ES:Key:openbenches:id
     opening_date: ES:Key:opening date
     opening_hours: ES:Key:opening hours
     opening_hours:covid19: ES:Key:opening hours:covid19
@@ -14510,7 +15078,11 @@ es:
     owner: ES:Key:owner
     ownership: ES:Key:ownership
     parking: ES:Key:parking
+    parking:both: ES:Key:parking:both
+    parking:left: ES:Key:parking:left
+    parking:right: ES:Key:parking:right
     passenger: ES:Key:passenger
+    passenger_lines: ES:Key:passenger lines
     passing_places: ES:Key:passing places
     payment: ES:Key:payment
     phone: ES:Key:phone
@@ -14546,6 +15118,7 @@ es:
     ref:bic: ES:Key:ref:bic
     ref:color: ES:Key:ref:color
     ref:colour: ES:Key:ref:colour
+    ref:ine: ES:Key:ref:ine
     ref:isil: ES:Key:ref:isil
     reg_name: ES:Key:reg name
     reg_ref: ES:Key:reg ref
@@ -14557,7 +15130,6 @@ es:
     residential: ES:Key:residential
     resource: ES:Key:resource
     restaurant: ES:Key:restaurant
-    restriction: ES:Key:restriction
     retreat: ES:Key:retreat
     review_requested: ES:Key:review requested
     roadtrain: ES:Key:roadtrain
@@ -14591,6 +15163,7 @@ es:
     short_name: ES:Key:short name
     shoulder: ES:Key:shoulder
     sidewalk: ES:Key:sidewalk
+    site_type: ES:Key:site type
     ski: ES:Key:ski
     smoothness: ES:Key:smoothness
     social_facility: ES:Key:social facility
@@ -14743,6 +15316,8 @@ es:
     aeroway=helipad: ES:Tag:aeroway=helipad
     aeroway=heliport: ES:Tag:aeroway=heliport
     aeroway=holding_position: ES:Tag:aeroway=holding position
+    aeroway=launch_complex: ES:Tag:aeroway=launch complex
+    aeroway=launchpad: ES:Tag:aeroway=launchpad
     aeroway=navigationaid: ES:Tag:aeroway=navigationaid
     aeroway=parking_position: ES:Tag:aeroway=parking position
     aeroway=runway: ES:Tag:aeroway=runway
@@ -14946,6 +15521,7 @@ es:
     amenity=watering_place: ES:Tag:amenity=watering place
     amenity=weighbridge: ES:Tag:amenity=weighbridge
     amenity=youth_centre: ES:Tag:amenity=youth centre
+    animal=horse_walker: ES:Tag:animal=horse walker
     animal=school: ES:Tag:animal=school
     anthropogenic=yes: ES:Tag:anthropogenic=yes
     archaeological_site=megalith: ES:Tag:archaeological site=megalith
@@ -14957,6 +15533,7 @@ es:
     area:highway=path: ES:Tag:area:highway=path
     area:highway=pedestrian: ES:Tag:area:highway=pedestrian
     area=yes: ES:Tag:area=yes
+    artwork_type=graffiti: ES:Tag:artwork type=graffiti
     artwork_type=sculpture: ES:Tag:artwork type=sculpture
     atm=yes: ES:Tag:atm=yes
     attraction=roller_coaster: ES:Tag:attraction=roller coaster
@@ -15018,7 +15595,6 @@ es:
     bicycle=no: ES:Tag:bicycle=no
     bicycle=use_sidepath: ES:Tag:bicycle=use sidepath
     bicycle=yes: ES:Tag:bicycle=yes
-    bicycle_road=yes: ES:Tag:bicycle road=yes
     border_type=baseline: ES:Tag:border type=baseline
     border_type=contiguous: ES:Tag:border type=contiguous
     border_type=eez: ES:Tag:border type=eez
@@ -15420,6 +15996,7 @@ es:
     emergency=suction_point: ES:Tag:emergency=suction point
     emergency=water_tank: ES:Tag:emergency=water tank
     emergency=yes: ES:Tag:emergency=yes
+    entrance=staircase: ES:Tag:entrance=staircase
     fence_type=barbed_wire: ES:Tag:fence type=barbed wire
     fence_type=bars: ES:Tag:fence type=bars
     fence_type=chain_link: ES:Tag:fence type=chain link
@@ -15663,6 +16240,7 @@ es:
     internet_access=yes: ES:Tag:internet access=yes
     junction=circular: ES:Tag:junction=circular
     junction=roundabout: ES:Tag:junction=roundabout
+    junction=yes: ES:Tag:junction=yes
     karst=yes: ES:Tag:karst=yes
     landcover=grass: ES:Tag:landcover=grass
     landcover=trees: ES:Tag:landcover=trees
@@ -15773,7 +16351,6 @@ es:
     line=bay: ES:Tag:line=bay
     line=busbar: ES:Tag:line=busbar
     location=outdoor: ES:Tag:location=outdoor
-    lock=yes: ES:Tag:lock=yes
     man_made=adit: ES:Tag:man made=adit
     man_made=archimedes_screw: ES:Tag:man made=archimedes screw
     man_made=beacon: ES:Tag:man made=beacon
@@ -15801,6 +16378,7 @@ es:
     man_made=goods_conveyor: ES:Tag:man made=goods conveyor
     man_made=groyne: ES:Tag:man made=groyne
     man_made=guard_stone: ES:Tag:man made=guard stone
+    man_made=ice_house: ES:Tag:man made=ice house
     man_made=kiln: ES:Tag:man made=kiln
     man_made=lighthouse: ES:Tag:man made=lighthouse
     man_made=manhole: ES:Tag:man made=manhole
@@ -15960,6 +16538,7 @@ es:
     network=VE:R:PO: ES:Tag:network=VE:R:PO
     network=VE:T:PO: ES:Tag:network=VE:T:PO
     network=VE:ramal:portuguesa: ES:Tag:network=VE:ramal:portuguesa
+    noexit=yes: ES:Tag:noexit=yes
     noname=yes: ES:Tag:noname=yes
     office=accountant: ES:Tag:office=accountant
     office=administrative: ES:Tag:office=administrative
@@ -16136,6 +16715,7 @@ es:
     railway=subway: ES:Tag:railway=subway
     railway=subway_entrance: ES:Tag:railway=subway entrance
     railway=switch: ES:Tag:railway=switch
+    railway=train_station_entrance: ES:Tag:railway=train station entrance
     railway=tram: ES:Tag:railway=tram
     railway=tram_level_crossing: ES:Tag:railway=tram level crossing
     railway=tram_stop: ES:Tag:railway=tram stop
@@ -16156,6 +16736,7 @@ es:
     resource=gravel: ES:Tag:resource=gravel
     resource=sand: ES:Tag:resource=sand
     roller_coaster=track: ES:Tag:roller coaster=track
+    roof:shape=side_hipped: ES:Tag:roof:shape=side hipped
     route=bicycle: ES:Tag:route=bicycle
     route=bus: ES:Tag:route=bus
     route=canoe: ES:Tag:route=canoe
@@ -16264,7 +16845,6 @@ es:
     shop=fabric: ES:Tag:shop=fabric
     shop=farm: ES:Tag:shop=farm
     shop=fashion: ES:Tag:shop=fashion
-    shop=fashion_accesories: ES:Tag:shop=fashion accesories
     shop=fashion_accessories: ES:Tag:shop=fashion accessories
     shop=fireplace: ES:Tag:shop=fireplace
     shop=fireworks: ES:Tag:shop=fireworks
@@ -16659,6 +17239,7 @@ es:
     tower:type=communication: ES:Tag:tower:type=communication
     tower:type=cooling: ES:Tag:tower:type=cooling
     tower:type=defensive: ES:Tag:tower:type=defensive
+    tower:type=lightning_protection: ES:Tag:tower:type=lightning protection
     tower:type=minaret: ES:Tag:tower:type=minaret
     tower:type=observation: ES:Tag:tower:type=observation
     tower:type=watchtower: ES:Tag:tower:type=watchtower
@@ -16844,7 +17425,6 @@ fa:
     loc_name: Fa:Key:loc name
     name: Fa:Key:name
     name:etymology: Fa:Key:name:etymology
-    noexit: Fa:Key:noexit
     roof:shape: Fa:Key:roof:shape
     source: Fa:Key:source
     traffic_calming: Fa:Key:traffic calming
@@ -16872,6 +17452,7 @@ fa:
     man_made=water_tower: Fa:Tag:man made=water tower
     natural=peak: Fa:Tag:natural=peak
     natural=ridge: Fa:Tag:natural=ridge
+    noexit=yes: Fa:Tag:noexit=yes
     office=quango: Fa:Tag:office=quango
     place=country: Fa:Tag:place=country
     railway=level_crossing: Fa:Tag:railway=level crossing
@@ -16882,26 +17463,37 @@ fa:
     waterway=drain: Fa:Tag:waterway=drain
 fi:
   key:
+    access: Fi:Key:access
     addr: Fi:Key:addr
     addr:*: Fi:Key:addr:*
     amenity: Fi:Key:amenity
     bicycle_parking: Fi:Key:bicycle parking
     bridge: Fi:Key:bridge
     crossing: Fi:Key:crossing
+    crossing:barrier: Fi:Key:crossing:barrier
+    crossing:bell: Fi:Key:crossing:bell
+    crossing:light: Fi:Key:crossing:light
+    crossing:saltire: Fi:Key:crossing:saltire
     description: Fi:Key:description
     disused: Fi:Key:disused
     ele: Fi:Key:ele
     embankment: Fi:Key:embankment
     entrance: Fi:Key:entrance
+    fee: Fi:Key:fee
     hazmat: Fi:Key:hazmat
     lanes: Fi:Key:lanes
     layer: Fi:Key:layer
     leisure: Fi:Key:leisure
+    lit: Fi:Key:lit
     man_made: Fi:Key:man made
     manhole: Fi:Key:manhole
     maxspeed: Fi:Key:maxspeed
+    memorial: Fi:Key:memorial
+    memorial:conflict: Fi:Key:memorial:conflict
+    minspeed: Fi:Key:minspeed
     mtb:scale: Fi:Key:mtb:scale
     name: Fi:Key:name
+    name:sv: Fi:Key:name:sv
     narrow: Fi:Key:narrow
     natural: Fi:Key:natural
     note: Fi:Key:note
@@ -16910,9 +17502,12 @@ fi:
     place: Fi:Key:place
     priority_road: Fi:Key:priority road
     pyörä_väistää_aina_autoa: Fi:Key:pyörä väistää aina autoa
+    self_checkout: Fi:Key:self checkout
+    self_service: Fi:Key:self service
     shop: Fi:Key:shop
     snowmobile: Fi:Key:snowmobile
     snowplowing: Fi:Key:snowplowing
+    start_date: Fi:Key:start date
     surface: Fi:Key:surface
     tracktype: Fi:Key:tracktype
     traffic_calming: Fi:Key:traffic calming
@@ -16926,11 +17521,13 @@ fi:
     amenity=atm: Fi:Tag:amenity=atm
     amenity=baby_hatch: Fi:Tag:amenity=baby hatch
     amenity=bank: Fi:Tag:amenity=bank
+    amenity=bench: Fi:Tag:amenity=bench
     amenity=bicycle_parking: Fi:Tag:amenity=bicycle parking
     amenity=bicycle_rental: Fi:Tag:amenity=bicycle rental
     amenity=bureau_de_change: Fi:Tag:amenity=bureau de change
     amenity=car_rental: Fi:Tag:amenity=car rental
     amenity=car_sharing: Fi:Tag:amenity=car sharing
+    amenity=carpet_washing: Fi:Tag:amenity=carpet washing
     amenity=cinema: Fi:Tag:amenity=cinema
     amenity=courthouse: Fi:Tag:amenity=courthouse
     amenity=crematorium: Fi:Tag:amenity=crematorium
@@ -16949,19 +17546,24 @@ fi:
     amenity=theatre: Fi:Tag:amenity=theatre
     amenity=townhall: Fi:Tag:amenity=townhall
     amenity=veterinary: Fi:Tag:amenity=veterinary
+    building=church: Fi:Tag:building=church
     building=garage: Fi:Tag:building=garage
     building=garages: Fi:Tag:building=garages
     highway=crossing: Fi:Tag:highway=crossing
     highway=footway: Fi:Tag:highway=footway
+    highway=give_way: Fi:Tag:highway=give way
     highway=secondary: Fi:Tag:highway=secondary
     highway=speed_camera: Fi:Tag:highway=speed camera
     highway=steps: Fi:Tag:highway=steps
+    highway=stop: Fi:Tag:highway=stop
     highway=tertiary: Fi:Tag:highway=tertiary
     highway=track: Fi:Tag:highway=track
     highway=unclassified: Fi:Tag:highway=unclassified
     leisure=dance: Fi:Tag:leisure=dance
     leisure=dog_park: Fi:Tag:leisure=dog park
     leisure=slipway: Fi:Tag:leisure=slipway
+    man_made=flagpole: Fi:Tag:man made=flagpole
+    man_made=milk_churn_stand: Fi:Tag:man made=milk churn stand
     man_made=wastewater_plant: Fi:Tag:man made=wastewater plant
     man_made=watermill: Fi:Tag:man made=watermill
     natural=tree: Fi:Tag:natural=tree
@@ -16974,6 +17576,7 @@ fi:
     railway=crossing: Fi:Tag:railway=crossing
     railway=level_crossing: Fi:Tag:railway=level crossing
     service=parking_aisle: Fi:Tag:service=parking aisle
+    shelter_type=lean_to: Fi:Tag:shelter type=lean to
     shop=bakery: Fi:Tag:shop=bakery
     shop=bicycle: Fi:Tag:shop=bicycle
     shop=butcher: Fi:Tag:shop=butcher
@@ -17013,6 +17616,7 @@ fr:
     architect: FR:Key:architect
     area: FR:Key:area
     area:highway: FR:Key:area:highway
+    armrest: FR:Key:armrest
     artist_name: FR:Key:artist name
     artwork_type: FR:Key:artwork type
     attraction: FR:Key:attraction
@@ -17024,13 +17628,13 @@ fr:
     bakehouse: FR:Key:bakehouse
     barrier: FR:Key:barrier
     baseball: FR:Key:baseball
+    basilica: FR:Key:basilica
     basin: FR:Key:basin
     bench: FR:Key:bench
     bench:type: FR:Key:bench:type
     bicycle: FR:Key:bicycle
     bicycle_bypass: FR:Key:bicycle bypass
     bicycle_parking: FR:Key:bicycle parking
-    bicycle_road: FR:Key:bicycle road
     bin: FR:Key:bin
     board_type: FR:Key:board type
     boat: FR:Key:boat
@@ -17072,6 +17676,7 @@ fr:
     class:bicycle:commute: FR:Key:class:bicycle:commute
     clothes: FR:Key:clothes
     club: FR:Key:club
+    cocktails: FR:Key:cocktails
     collection_times: FR:Key:collection times
     color: FR:Key:color
     colour: FR:Key:colour
@@ -17090,6 +17695,7 @@ fr:
     contact:facebook: FR:Key:contact:facebook
     contact:fax: FR:Key:contact:fax
     contact:phone: FR:Key:contact:phone
+    contact:twitter: FR:Key:contact:twitter
     contact:vhf: FR:Key:contact:vhf
     contact:webcam: FR:Key:contact:webcam
     contact:website: FR:Key:contact:website
@@ -17146,11 +17752,13 @@ fr:
     door:width: FR:Key:door:width
     drain: FR:Key:drain
     drink: FR:Key:drink
+    drink:*: FR:Key:drink:*
     drinking_water: FR:Key:drinking water
     drinking_water:refill: FR:Key:drinking water:refill
     drive_in: FR:Key:drive in
     drive_through: FR:Key:drive through
     dryer: FR:Key:dryer
+    duration: FR:Key:duration
     ele: FR:Key:ele
     email: FR:Key:email
     embankment: FR:Key:embankment
@@ -17167,7 +17775,6 @@ fr:
     female: FR:Key:female
     fence_type: FR:Key:fence type
     fire_path: FR:Key:fire path
-    fishing: FR:Key:fishing
     fixme: FR:Key:fixme
     floating: FR:Key:floating
     flood_prone: FR:Key:flood prone
@@ -17220,6 +17827,7 @@ fr:
     incline: FR:Key:incline
     indoor: FR:Key:indoor
     indoor_seating: FR:Key:indoor seating
+    informal: FR:Key:informal
     information: FR:Key:information
     inlet: FR:Key:inlet
     inscription: FR:Key:inscription
@@ -17247,6 +17855,7 @@ fr:
     line_attachment: FR:Key:line attachment
     line_management: FR:Key:line management
     lit: FR:Key:lit
+    lit:perceived: FR:Key:lit:perceived
     loc_name: FR:Key:loc name
     local_authority:FR: FR:Key:local authority:FR
     location: FR:Key:location
@@ -17292,6 +17901,7 @@ fr:
     motorcycle:parking: FR:Key:motorcycle:parking
     motorroad: FR:Key:motorroad
     mountain_pass: FR:Key:mountain pass
+    mtb: FR:Key:mtb
     mtb:scale: FR:Key:mtb:scale
     name: FR:Key:name
     name:br: FR:Key:name:br
@@ -17301,7 +17911,6 @@ fr:
     nat_name: FR:Key:nat name
     natural: FR:Key:natural
     network: FR:Key:network
-    noexit: FR:Key:noexit
     non_existent_levels: FR:Key:non existent levels
     noref: FR:Key:noref
     note: FR:Key:note
@@ -17321,7 +17930,9 @@ fr:
     openplaques:id: FR:Key:openplaques:id
     operator: FR:Key:operator
     operator:type: FR:Key:operator:type
+    operator:wikidata: FR:Key:operator:wikidata
     organic: FR:Key:organic
+    origin: FR:Key:origin
     outdoor_seating: FR:Key:outdoor seating
     outlet: FR:Key:outlet
     overlap: FR:Key:overlap
@@ -17350,7 +17961,6 @@ fr:
     police: FR:Key:police
     post_box:type: FR:Key:post box:type
     post_office: FR:Key:post office
-    post_office:type: FR:Key:post office:type
     power: FR:Key:power
     power_supply: FR:Key:power supply
     priority: FR:Key:priority
@@ -17362,12 +17972,15 @@ fr:
     pump: FR:Key:pump
     pump_mechanism: FR:Key:pump mechanism
     railway: FR:Key:railway
+    railway:etcs: FR:Key:railway:etcs
     railway:kvb: FR:Key:railway:kvb
+    railway:position: FR:Key:railway:position
     railway:preserved: FR:Key:railway:preserved
     railway:scmt: FR:Key:railway:scmt
     railway:track_ref: FR:Key:railway:track ref
     railway:tvm: FR:Key:railway:tvm
     ramp: FR:Key:ramp
+    ramp:luggage: FR:Key:ramp:luggage
     ref: FR:Key:ref
     ref:CD:CNOP: FR:Key:ref:CD:CNOP
     ref:CEF: FR:Key:ref:CEF
@@ -17382,6 +17995,7 @@ fr:
     ref:FR:DREAL: FR:Key:ref:FR:DREAL
     ref:FR:FANTOIR: FR:Key:ref:FR:FANTOIR
     ref:FR:FINESS: FR:Key:ref:FR:FINESS
+    ref:FR:FreeMobile: FR:Key:ref:FR:FreeMobile
     ref:FR:Joconde: FR:Key:ref:FR:Joconde
     ref:FR:MemorialGenWeb: FR:Key:ref:FR:MemorialGenWeb
     ref:FR:NAF: FR:Key:ref:FR:NAF
@@ -17394,6 +18008,7 @@ fr:
     ref:FR:SFR: FR:Key:ref:FR:SFR
     ref:FR:SIREN: FR:Key:ref:FR:SIREN
     ref:FR:SIRET: FR:Key:ref:FR:SIRET
+    ref:FR:SITCOM: FR:Key:ref:FR:SITCOM
     ref:FR:SNCF: FR:Key:ref:FR:SNCF
     ref:FR:SNCF-Réseau: FR:Key:ref:FR:SNCF-Réseau
     ref:FR:SNCF_Reseau: FR:Key:ref:FR:SNCF Reseau
@@ -17405,6 +18020,8 @@ fr:
     ref:RTE:codnat: FR:Key:ref:RTE:codnat
     ref:UAI: FR:Key:ref:UAI
     ref:mhs: FR:Key:ref:mhs
+    ref:refuges.info: FR:Key:ref:refuges.info
+    ref:refugesinfo: FR:Key:ref:refugesinfo
     ref:sandre: FR:Key:ref:sandre
     reg_name: FR:Key:reg name
     religion: FR:Key:religion
@@ -17434,8 +18051,11 @@ fr:
     self_service: FR:Key:self service
     service: FR:Key:service
     service:bicycle:diy: FR:Key:service:bicycle:diy
+    service:bicycle:miscellaneous: FR:Key:service:bicycle:miscellaneous
     service:bicycle:rental: FR:Key:service:bicycle:rental
     service:bicycle:repair: FR:Key:service:bicycle:repair
+    service:bicycle:retail: FR:Key:service:bicycle:retail
+    service:bicycle:second_hand: FR:Key:service:bicycle:second hand
     service_times: FR:Key:service times
     shelter: FR:Key:shelter
     shelter_type: FR:Key:shelter type
@@ -17485,10 +18105,13 @@ fr:
     tickets:public_transport_subscription: FR:Key:tickets:public transport subscription
     tidal: FR:Key:tidal
     timezone: FR:Key:timezone
+    tobacco: FR:Key:tobacco
+    toilets: FR:Key:toilets
     toilets:wheelchair: FR:Key:toilets:wheelchair
     toll: FR:Key:toll
     tourism: FR:Key:tourism
     tower:type: FR:Key:tower:type
+    townhall:type: FR:Key:townhall:type
     tracktype: FR:Key:tracktype
     traffic_calming: FR:Key:traffic calming
     traffic_sign: FR:Key:traffic sign
@@ -17535,12 +18158,10 @@ fr:
     windings:auto: FR:Key:windings:auto
     winter_service: FR:Key:winter service
     xmas:feature: FR:Key:xmas:feature
-    year_of_construction: FR:Key:year of construction
     zero_waste: FR:Key:zero waste
     zone:maxspeed: FR:Key:zone:maxspeed
     zoo: FR:Key:zoo
   tag:
-    Bascule_publique: FR:Tag:Bascule publique
     FIXME=Position_estimated: FR:Tag:FIXME=Position estimated
     abandoned:amenity=prison_camp: FR:Tag:abandoned:amenity=prison camp
     abandoned=yes: FR:Tag:abandoned=yes
@@ -17648,6 +18269,7 @@ fr:
     amenity=ice_cream: FR:Tag:amenity=ice cream
     amenity=karaoke_box: FR:Tag:amenity=karaoke box
     amenity=kindergarten: FR:Tag:amenity=kindergarten
+    amenity=language_school: FR:Tag:amenity=language school
     amenity=lavoir: FR:Tag:amenity=lavoir
     amenity=letter_box: FR:Tag:amenity=letter box
     amenity=library: FR:Tag:amenity=library
@@ -17724,6 +18346,8 @@ fr:
     artwork_type=sculpture: FR:Tag:artwork type=sculpture
     atm=yes: FR:Tag:atm=yes
     attraction=animal: FR:Tag:attraction=animal
+    barrier=bar: FR:Tag:barrier=bar
+    barrier=barrier_board: FR:Tag:barrier=barrier board
     barrier=block: FR:Tag:barrier=block
     barrier=bollard: FR:Tag:barrier=bollard
     barrier=border_control: FR:Tag:barrier=border control
@@ -17768,8 +18392,10 @@ fr:
     basin=detention: FR:Tag:basin=detention
     basin=infiltration: FR:Tag:basin=infiltration
     basin=retention: FR:Tag:basin=retention
+    bicycle=designated: FR:Tag:bicycle=designated
     bicycle=dismount: FR:Tag:bicycle=dismount
     bicycle=use_sidepath: FR:Tag:bicycle=use sidepath
+    bicycle_road=yes: FR:Tag:bicycle road=yes
     boundary=administrative: FR:Tag:boundary=administrative
     boundary=religious_administration: FR:Tag:boundary=religious administration
     boundary=special_economic_zone: FR:Tag:boundary=special economic zone
@@ -17802,6 +18428,7 @@ fr:
     building=ger: FR:Tag:building=ger
     building=grandstand: FR:Tag:building=grandstand
     building=greenhouse: FR:Tag:building=greenhouse
+    building=guardhouse: FR:Tag:building=guardhouse
     building=hangar: FR:Tag:building=hangar
     building=hotel: FR:Tag:building=hotel
     building=house: FR:Tag:building=house
@@ -17816,6 +18443,7 @@ fr:
     building=roof: FR:Tag:building=roof
     building=ruins: FR:Tag:building=ruins
     building=semidetached_house: FR:Tag:building=semidetached house
+    building=service: FR:Tag:building=service
     building=shed: FR:Tag:building=shed
     building=ship: FR:Tag:building=ship
     building=slurry_tank: FR:Tag:building=slurry tank
@@ -17928,10 +18556,12 @@ fr:
     crossing=zebra: FR:Tag:crossing=zebra
     crossing_ref=zebra: FR:Tag:crossing ref=zebra
     cuisine=coffee_shop: FR:Tag:cuisine=coffee shop
+    cuisine=sushi: FR:Tag:cuisine=sushi
     cuisine=teahouse: FR:Tag:cuisine=teahouse
     cycleway:right=lane: FR:Tag:cycleway:right=lane
     cycleway=asl: FR:Tag:cycleway=asl
     cycleway=bike_box: FR:Tag:cycleway=bike box
+    cycleway=lane: FR:Tag:cycleway=lane
     cycleway=opposite: FR:Tag:cycleway=opposite
     cycleway=opposite_lane: FR:Tag:cycleway=opposite lane
     cycleway=proposed: FR:Tag:cycleway=proposed
@@ -17942,6 +18572,7 @@ fr:
     diplomatic=liaison: FR:Tag:diplomatic=liaison
     disused=yes: FR:Tag:disused=yes
     emergency=access_point: FR:Tag:emergency=access point
+    emergency=air_rescue_service: FR:Tag:emergency=air rescue service
     emergency=ambulance_station: FR:Tag:emergency=ambulance station
     emergency=assembly_point: FR:Tag:emergency=assembly point
     emergency=defibrillator: FR:Tag:emergency=defibrillator
@@ -17966,6 +18597,7 @@ fr:
     emergency=water_rescue_station: FR:Tag:emergency=water rescue station
     emergency=water_tank: FR:Tag:emergency=water tank
     fast_food=cafeteria: FR:Tag:fast food=cafeteria
+    foot=designated: FR:Tag:foot=designated
     footway=access_aisle: FR:Tag:footway=access aisle
     footway=crossing: FR:Tag:footway=crossing
     footway=sidewalk: FR:Tag:footway=sidewalk
@@ -17976,6 +18608,7 @@ fr:
     generator:method=gasification: FR:Tag:generator:method=gasification
     generator:method=photovoltaic: FR:Tag:generator:method=photovoltaic
     generator:method=thermal: FR:Tag:generator:method=thermal
+    generator:method=water-pumped-storage: FR:Tag:generator:method=water-pumped-storage
     generator:source=biofuel: FR:Tag:generator:source=biofuel
     generator:source=biogas: FR:Tag:generator:source=biogas
     generator:source=biomass: FR:Tag:generator:source=biomass
@@ -17999,6 +18632,7 @@ fr:
     healthcare=clinic: FR:Tag:healthcare=clinic
     healthcare=doctor: FR:Tag:healthcare=doctor
     healthcare=laboratory: FR:Tag:healthcare=laboratory
+    healthcare=nurse: FR:Tag:healthcare=nurse
     healthcare=physiotherapist: FR:Tag:healthcare=physiotherapist
     healthcare=sample_collection: FR:Tag:healthcare=sample collection
     healthcare=vaccination_centre: FR:Tag:healthcare=vaccination centre
@@ -18096,6 +18730,7 @@ fr:
     landuse=commercial: FR:Tag:landuse=commercial
     landuse=construction: FR:Tag:landuse=construction
     landuse=education: FR:Tag:landuse=education
+    landuse=fairground: FR:Tag:landuse=fairground
     landuse=farm: FR:Tag:landuse=farm
     landuse=farmland: FR:Tag:landuse=farmland
     landuse=farmyard: FR:Tag:landuse=farmyard
@@ -18161,14 +18796,21 @@ fr:
     line_attachment=pulley: FR:Tag:line attachment=pulley
     line_attachment=suspension: FR:Tag:line attachment=suspension
     line_management=branch: FR:Tag:line management=branch
+    line_management=cross: FR:Tag:line management=cross
     line_management=split: FR:Tag:line management=split
+    line_management=straight: FR:Tag:line management=straight
+    line_management=termination: FR:Tag:line management=termination
+    line_management=transition: FR:Tag:line management=transition
+    line_management=transpose: FR:Tag:line management=transpose
     location=underground: FR:Tag:location=underground
     man_made=adit: FR:Tag:man made=adit
     man_made=architecture_line: FR:Tag:man made=architecture line
     man_made=beehive: FR:Tag:man made=beehive
     man_made=bridge: FR:Tag:man made=bridge
+    man_made=bunker_silo: FR:Tag:man made=bunker silo
     man_made=carpet_hanger: FR:Tag:man made=carpet hanger
     man_made=cellar_entrance: FR:Tag:man made=cellar entrance
+    man_made=chimney: FR:Tag:man made=chimney
     man_made=cross: FR:Tag:man made=cross
     man_made=cutline: FR:Tag:man made=cutline
     man_made=dovecote: FR:Tag:man made=dovecote
@@ -18176,6 +18818,8 @@ fr:
     man_made=flagpole: FR:Tag:man made=flagpole
     man_made=flare: FR:Tag:man made=flare
     man_made=gantry: FR:Tag:man made=gantry
+    man_made=goods_conveyor: FR:Tag:man made=goods conveyor
+    man_made=heap: FR:Tag:man made=heap
     man_made=ice_house: FR:Tag:man made=ice house
     man_made=insect_hotel: FR:Tag:man made=insect hotel
     man_made=kiln: FR:Tag:man made=kiln
@@ -18183,9 +18827,11 @@ fr:
     man_made=mast: FR:Tag:man made=mast
     man_made=mineshaft: FR:Tag:man made=mineshaft
     man_made=monitoring_station: FR:Tag:man made=monitoring station
+    man_made=nesting_site: FR:Tag:man made=nesting site
     man_made=petroleum_well: FR:Tag:man made=petroleum well
     man_made=pier: FR:Tag:man made=pier
     man_made=planter: FR:Tag:man made=planter
+    man_made=pump: FR:Tag:man made=pump
     man_made=pumping_rig: FR:Tag:man made=pumping rig
     man_made=reservoir_covered: FR:Tag:man made=reservoir covered
     man_made=snow_cannon: FR:Tag:man made=snow cannon
@@ -18195,6 +18841,7 @@ fr:
     man_made=torii: FR:Tag:man made=torii
     man_made=tower: FR:Tag:man made=tower
     man_made=utility_pole: FR:Tag:man made=utility pole
+    man_made=ventilation_shaft: FR:Tag:man made=ventilation shaft
     man_made=wastewater_plant: FR:Tag:man made=wastewater plant
     man_made=water_tap: FR:Tag:man made=water tap
     man_made=water_tower: FR:Tag:man made=water tower
@@ -18220,6 +18867,7 @@ fr:
     memorial=war_memorial: FR:Tag:memorial=war memorial
     microbrewery=yes: FR:Tag:microbrewery=yes
     military=bunker: FR:Tag:military=bunker
+    natural=anthill: FR:Tag:natural=anthill
     natural=bare_rock: FR:Tag:natural=bare rock
     natural=beach: FR:Tag:natural=beach
     natural=cave_entrance: FR:Tag:natural=cave entrance
@@ -18247,6 +18895,8 @@ fr:
     natural=wetland: FR:Tag:natural=wetland
     natural=wood: FR:Tag:natural=wood
     network:type=node_network: FR:Tag:network:type=node network
+    network=lcn: FR:Tag:network=lcn
+    noexit=yes: FR:Tag:noexit=yes
     noname=no: FR:Tag:noname=no
     noname=yes: FR:Tag:noname=yes
     office=advertising_agency: FR:Tag:office=advertising agency
@@ -18291,6 +18941,7 @@ fr:
     outlet=valve: FR:Tag:outlet=valve
     parking=street_side: FR:Tag:parking=street side
     parking=surface: FR:Tag:parking=surface
+    parking_space=disabled: FR:Tag:parking space=disabled
     pipeline=substation: FR:Tag:pipeline=substation
     pipeline=surge_tank: FR:Tag:pipeline=surge tank
     pipeline=valve: FR:Tag:pipeline=valve
@@ -18318,9 +18969,12 @@ fr:
     police=storage: FR:Tag:police=storage
     police=training_area: FR:Tag:police=training area
     police=yes: FR:Tag:police=yes
+    post_office=post_partner: FR:Tag:post office=post partner
     power=cable: FR:Tag:power=cable
+    power=catenary_mast: FR:Tag:power=catenary mast
     power=circuit: FR:Tag:power=circuit
     power=compensator: FR:Tag:power=compensator
+    power=connection: FR:Tag:power=connection
     power=converter: FR:Tag:power=converter
     power=generator: FR:Tag:power=generator
     power=heliostat: FR:Tag:power=heliostat
@@ -18339,6 +18993,7 @@ fr:
     power=tower: FR:Tag:power=tower
     power=transformer: FR:Tag:power=transformer
     public_transport=platform: FR:Tag:public transport=platform
+    public_transport=platform_section: FR:Tag:public transport=platform section
     public_transport=station: FR:Tag:public transport=station
     public_transport=stop_area: FR:Tag:public transport=stop area
     public_transport=stop_position: FR:Tag:public transport=stop position
@@ -18349,8 +19004,11 @@ fr:
     railway=funicular: FR:Tag:railway=funicular
     railway=halt: FR:Tag:railway=halt
     railway=level_crossing: FR:Tag:railway=level crossing
+    railway=milestone: FR:Tag:railway=milestone
     railway=miniature: FR:Tag:railway=miniature
     railway=narrow_gauge: FR:Tag:railway=narrow gauge
+    railway=platform_marker: FR:Tag:railway=platform marker
+    railway=platform_section: FR:Tag:railway=platform section
     railway=preserved: FR:Tag:railway=preserved
     railway=rail: FR:Tag:railway=rail
     railway=station: FR:Tag:railway=station
@@ -18362,6 +19020,7 @@ fr:
     railway=wash: FR:Tag:railway=wash
     railway=water_crane: FR:Tag:railway=water crane
     recycling_type=centre: FR:Tag:recycling type=centre
+    recycling_type=container: FR:Tag:recycling type=container
     religion=buddhist: FR:Tag:religion=buddhist
     religion=christian: FR:Tag:religion=christian
     religion=hindu: FR:Tag:religion=hindu
@@ -18398,6 +19057,7 @@ fr:
     shelter_type=changing_rooms: FR:Tag:shelter type=changing rooms
     shelter_type=lean_to: FR:Tag:shelter type=lean to
     shelter_type=public_transport: FR:Tag:shelter type=public transport
+    shelter_type=shopping_cart: FR:Tag:shelter type=shopping cart
     shop=agrarian: FR:Tag:shop=agrarian
     shop=alcohol: FR:Tag:shop=alcohol
     shop=anime: FR:Tag:shop=anime
@@ -18473,10 +19133,12 @@ fr:
     shop=pet_grooming: FR:Tag:shop=pet grooming
     shop=pharmacy: FR:Tag:shop=pharmacy
     shop=photo: FR:Tag:shop=photo
+    shop=printing: FR:Tag:shop=printing
     shop=second_hand: FR:Tag:shop=second hand
     shop=sewing: FR:Tag:shop=sewing
     shop=shoes: FR:Tag:shop=shoes
     shop=stationery: FR:Tag:shop=stationery
+    shop=street_vendor: FR:Tag:shop=street vendor
     shop=supermarket: FR:Tag:shop=supermarket
     shop=tattoo: FR:Tag:shop=tattoo
     shop=ticket: FR:Tag:shop=ticket
@@ -18517,6 +19179,7 @@ fr:
     sport=table_tennis: FR:Tag:sport=table tennis
     substation=converter: FR:Tag:substation=converter
     substation=distribution: FR:Tag:substation=distribution
+    substation=generation: FR:Tag:substation=generation
     substation=industrial: FR:Tag:substation=industrial
     substation=minor_distribution: FR:Tag:substation=minor distribution
     substation=traction: FR:Tag:substation=traction
@@ -18593,7 +19256,10 @@ fr:
     usage=spillway: FR:Tag:usage=spillway
     usage=tailrace: FR:Tag:usage=tailrace
     usage=transmission: FR:Tag:usage=transmission
+    utility=chemical: FR:Tag:utility=chemical
+    utility=gas: FR:Tag:utility=gas
     utility=heating: FR:Tag:utility=heating
+    utility=oil: FR:Tag:utility=oil
     utility=power: FR:Tag:utility=power
     utility=sewerage: FR:Tag:utility=sewerage
     utility=street_lighting: FR:Tag:utility=street lighting
@@ -18631,6 +19297,7 @@ fr:
     water=river: FR:Tag:water=river
     waterway=boatyard: FR:Tag:waterway=boatyard
     waterway=canal: FR:Tag:waterway=canal
+    waterway=canoe_pass: FR:Tag:waterway=canoe pass
     waterway=dam: FR:Tag:waterway=dam
     waterway=ditch: FR:Tag:waterway=ditch
     waterway=dock: FR:Tag:waterway=dock
@@ -18647,7 +19314,6 @@ fr:
     wetland=mangrove: FR:Tag:wetland=mangrove
     wetland=marsh: FR:Tag:wetland=marsh
     wetland=reedbed: FR:Tag:wetland=reedbed
-    wetland=saltern: FR:Tag:wetland=saltern
     wetland=swamp: FR:Tag:wetland=swamp
     zoo=aviary: FR:Tag:zoo=aviary
     zoo=birds: FR:Tag:zoo=birds
@@ -18665,10 +19331,13 @@ gcf:
     name:gcf: GCF:Key:name:gcf
     name:ht: Gcf:Key:name:ht
   tag:
+    amenity=bench: Gcf:Tag:amenity=bench
+    amenity=binoculars: Gcf:Tag:amenity=binoculars
     amenity=brothel: Gcf:Tag:amenity=brothel
     amenity=clock: Gcf:Tag:amenity=clock
     amenity=fuel: Gcf:Tag:amenity=fuel
     amenity=ice_cream: Gcf:Tag:amenity=ice cream
+    amenity=lounger: Gcf:Tag:amenity=lounger
     amenity=love_hotel: Gcf:Tag:amenity=love hotel
     amenity=smoking_area: Gcf:Tag:amenity=smoking area
     amenity=telephone: Gcf:Tag:amenity=telephone
@@ -18682,9 +19351,12 @@ gcf:
     cuisine=indian: Gcf:Tag:cuisine=indian
     cuisine=pizza: Gcf:Tag:cuisine=pizza
     emergency=defibrillator: Gcf:Tag:emergency=defibrillator
+    emergency=siren: Gcf:Tag:emergency=siren
+    highway=primary: Gcf:Tag:highway=primary
     highway=services: Gcf:Tag:highway=services
     highway=street_lamp: Gcf:Tag:highway=street lamp
     historic=aircraft: Gcf:Tag:historic=aircraft
+    historic=cannon: Gcf:Tag:historic=cannon
     junction=yes: Gcf:Tag:junction=yes
     landuse=cemetery: Gcf:Tag:landuse=cemetery
     leisure=garden: Gcf:Tag:leisure=garden
@@ -18712,6 +19384,7 @@ gcf:
     shop=chocolate: Gcf:Tag:shop=chocolate
     shop=clothes: Gcf:Tag:shop=clothes
     shop=convenience: Gcf:Tag:shop=convenience
+    shop=doityourself: Gcf:Tag:shop=doityourself
     shop=doors: Gcf:Tag:shop=doors
     shop=erotic: Gcf:Tag:shop=erotic
     shop=florist: Gcf:Tag:shop=florist
@@ -18814,6 +19487,7 @@ hu:
     height: Hu:Key:height
     highway: Hu:Key:highway
     incline: Hu:Key:incline
+    intermittent: Hu:Key:intermittent
     jel: Hu:Key:jel
     landuse: Hu:Key:landuse
     leisure: Hu:Key:leisure
@@ -18821,6 +19495,8 @@ hu:
     man_made: Hu:Key:man made
     maxspeed: Hu:Key:maxspeed
     minspeed: Hu:Key:minspeed
+    name: Hu:Key:name
+    name:hu: Hu:Key:name:hu
     natural: Hu:Key:natural
     obstacle: Hu:Key:obstacle
     office: Hu:Key:office
@@ -18834,6 +19510,7 @@ hu:
     tourism: Hu:Key:tourism
     tracktype: Hu:Key:tracktype
     turn: Hu:Key:turn
+    water: Hu:Key:water
     waterway: Hu:Key:waterway
     wheelchair: Hu:Key:wheelchair
     width: Hu:Key:width
@@ -18841,18 +19518,30 @@ hu:
   tag:
     barrier=bollard: Hu:Tag:barrier=bollard
     boundary=administrative: Hu:Tag:boundary=administrative
+    highway=service: Hu:Tag:highway=service
     highway=street_lamp: Hu:Tag:highway=street lamp
+    highway=track: Hu:Tag:highway=track
     highway=traffic_signals: Hu:Tag:highway=traffic signals
+    highway=unclassified: Hu:Tag:highway=unclassified
     leaf_cycle=deciduous: Hu:Tag:leaf cycle=deciduous
     leaf_cycle=evergreen: Hu:Tag:leaf cycle=evergreen
     leaf_type=needleleaved: Hu:Tag:leaf type=needleleaved
+    leisure=swimming_pool: Hu:Tag:leisure=swimming pool
+    natural=spring: Hu:Tag:natural=spring
     natural=wallow: Hu:Tag:natural=wallow
+    natural=water: Hu:Tag:natural=water
     railway=level_crossing: Hu:Tag:railway=level crossing
+    refitted=yes: Hu:Tag:refitted=yes
 id:
+  key:
+    boundary: Id:Key:boundary
+    place: Id:Key:place
   tag:
+    guest_house=student_accomodation: Id:Tag:guest house=student accomodation
     highway=track: Id:Tag:highway=track
     place=square: Id:Tag:place=square
     shop=pawnbroker: Id:Tag:shop=pawnbroker
+    tourism=guest_house: Id:Tag:tourism=guest house
     waterway=tidal_channel: Id:Tag:waterway=tidal channel
 it:
   key:
@@ -18875,7 +19564,6 @@ it:
     beauty: IT:Key:beauty
     bicycle: IT:Key:bicycle
     bicycle_parking: IT:Key:bicycle parking
-    bicycle_road: IT:Key:bicycle road
     books: IT:Key:books
     boundary: IT:Key:boundary
     brewery: IT:Key:brewery
@@ -18916,6 +19604,7 @@ it:
     'disused:': 'IT:Key:disused:'
     disused:*: IT:Key:disused:*
     drink: IT:Key:drink
+    drink:*: IT:Key:drink:*
     ele: IT:Key:ele
     embankment: IT:Key:embankment
     enforcement: IT:Key:enforcement
@@ -18930,6 +19619,7 @@ it:
     garden:type: IT:Key:garden:type
     generator:output: IT:Key:generator:output
     geological: IT:Key:geological
+    grassland: IT:Key:grassland
     guest_house: IT:Key:guest house
     height: IT:Key:height
     highway: IT:Key:highway
@@ -18940,8 +19630,10 @@ it:
     kerb: IT:Key:kerb
     landuse: IT:Key:landuse
     lanes:psv: IT:Key:lanes:psv
+    layer: IT:Key:layer
     leisure: IT:Key:leisure
     length: IT:Key:length
+    lit: IT:Key:lit
     lit_by_led: IT:Key:lit by led
     lock: IT:Key:lock
     man_made: IT:Key:man made
@@ -18973,7 +19665,6 @@ it:
     name:left: IT:Key:name:left
     name:right: IT:Key:name:right
     natural: IT:Key:natural
-    noexit: IT:Key:noexit
     nohousenumber: IT:Key:nohousenumber
     note: IT:Key:note
     office: IT:Key:office
@@ -19005,6 +19696,7 @@ it:
     roof:shape: IT:Key:roof:shape
     roundtrip: IT:Key:roundtrip
     route: IT:Key:route
+    ruins:*: IT:Key:ruins:*
     sac_scale: IT:Key:sac scale
     second_hand: IT:Key:second hand
     service: IT:Key:service
@@ -19016,6 +19708,7 @@ it:
     shop: IT:Key:shop
     sidewalk: IT:Key:sidewalk
     smoothness: IT:Key:smoothness
+    social_facility:for: IT:Key:social facility:for
     sport: IT:Key:sport
     stamps: IT:Key:stamps
     stop: IT:Key:stop
@@ -19087,6 +19780,7 @@ it:
     amenity=kindergarten: IT:Tag:amenity=kindergarten
     amenity=lavoir: IT:Tag:amenity=lavoir
     amenity=milk_dispenser: IT:Tag:amenity=milk dispenser
+    amenity=nightclub: IT:Tag:amenity=nightclub
     amenity=parcel_locker: IT:Tag:amenity=parcel locker
     amenity=parking: IT:Tag:amenity=parking
     amenity=payment_terminal: IT:Tag:amenity=payment terminal
@@ -19148,13 +19842,16 @@ it:
     barrier=toll_booth: IT:Tag:barrier=toll booth
     barrier=turnstile: IT:Tag:barrier=turnstile
     barrier=wall: IT:Tag:barrier=wall
+    bicycle_road=yes: IT:Tag:bicycle road=yes
     bridge=boardwalk: IT:Tag:bridge=boardwalk
     building=bridge: IT:Tag:building=bridge
     building=hospital: IT:Tag:building=hospital
     building=residential: IT:Tag:building=residential
     building=retail: IT:Tag:building=retail
     building=roof: IT:Tag:building=roof
+    building=ruins: IT:Tag:building=ruins
     building=train_station: IT:Tag:building=train station
+    building=yes: IT:Tag:building=yes
     castle_type=fortress: IT:Tag:castle type=fortress
     craft=agricultural_engines: IT:Tag:craft=agricultural engines
     craft=bakery: IT:Tag:craft=bakery
@@ -19310,6 +20007,7 @@ it:
     natural=spring: IT:Tag:natural=spring
     natural=tree_row: IT:Tag:natural=tree row
     natural=wetland: IT:Tag:natural=wetland
+    noexit=yes: IT:Tag:noexit=yes
     office=foundation: IT:Tag:office=foundation
     office=graphic_design: IT:Tag:office=graphic design
     office=it: IT:Tag:office=it
@@ -19427,6 +20125,7 @@ it:
     vending=parcel_pickup: IT:Tag:vending=parcel pickup
     vending=parking_tickets: IT:Tag:vending=parking tickets
     vending=toll: IT:Tag:vending=toll
+    water=basin: IT:Tag:water=basin
     waterway=ditch: IT:Tag:waterway=ditch
     waterway=river: IT:Tag:waterway=river
     waterway=stream: IT:Tag:waterway=stream
@@ -19476,6 +20175,7 @@ ja:
     alt_name: JA:Key:alt name
     amenity: JA:Key:amenity
     animated: JA:Key:animated
+    archaeological_site: JA:Key:archaeological site
     architect: JA:Key:architect
     area: JA:Key:area
     area:highway: JA:Key:area:highway
@@ -19502,9 +20202,9 @@ ja:
     beds: JA:Key:beds
     bell_tower: JA:Key:bell tower
     bench: JA:Key:bench
+    bench:type: JA:Key:bench:type
     bicycle: JA:Key:bicycle
     bicycle_parking: JA:Key:bicycle parking
-    bicycle_road: JA:Key:bicycle road
     bin: JA:Key:bin
     biotic_reef:type: JA:Key:biotic reef:type
     board_type: JA:Key:board type
@@ -19602,6 +20302,7 @@ ja:
     crossing:light: JA:Key:crossing:light
     crossing:on_demand: JA:Key:crossing:on demand
     crossing:saltire: JA:Key:crossing:saltire
+    crossing:signals: JA:Key:crossing:signals
     crossing_ref: JA:Key:crossing ref
     cuisine: JA:Key:cuisine
     currency: JA:Key:currency
@@ -19613,9 +20314,6 @@ ja:
     cycleway:both: JA:Key:cycleway:both
     cycleway:left: JA:Key:cycleway:left
     cycleway:right: JA:Key:cycleway:right
-    cycleway=lane: JA:Key:cycleway=lane
-    cycleway=opposite_track: JA:Key:cycleway=opposite track
-    cycleway=track: JA:Key:cycleway=track
     date: JA:Key:date
     delivery: JA:Key:delivery
     'demolished:': 'JA:Key:demolished:'
@@ -19657,6 +20355,8 @@ ja:
     email: JA:Key:email
     embankment: JA:Key:embankment
     emergency: JA:Key:emergency
+    emergency:*: JA:Key:emergency:*
+    emergency:amenity: JA:Key:emergency:amenity
     end_date: JA:Key:end date
     enforcement: JA:Key:enforcement
     entrance: JA:Key:entrance
@@ -19678,6 +20378,9 @@ ja:
     ferry: JA:Key:ferry
     fire_boundary: JA:Key:fire boundary
     fire_hydrant: JA:Key:fire hydrant
+    fire_mains: JA:Key:fire mains
+    fire_service_inlet: JA:Key:fire service inlet
+    fire_sprinkler: JA:Key:fire sprinkler
     fireplace: JA:Key:fireplace
     fishing: JA:Key:fishing
     fixme: JA:Key:fixme
@@ -19702,6 +20405,7 @@ ja:
     fuel:octane_91: JA:Key:fuel:octane 91
     fuel:octane_98: JA:Key:fuel:octane 98
     furniture: JA:Key:furniture
+    gambling: JA:Key:gambling
     garden:style: JA:Key:garden:style
     garden:type: JA:Key:garden:type
     gauge: JA:Key:gauge
@@ -19735,7 +20439,6 @@ ja:
     harbour: JA:Key:harbour
     harbour:category: JA:Key:harbour:category
     hazard_prone: JA:Key:hazard prone
-    hazard_type: JA:Key:hazard type
     hazmat: JA:Key:hazmat
     healthcare: JA:Key:healthcare
     healthcare:speciality: JA:Key:healthcare:speciality
@@ -19785,6 +20488,7 @@ ja:
     is_in:state: JA:Key:is in:state
     junction: JA:Key:junction
     junction:ref: JA:Key:junction:ref
+    karaoke: JA:Key:karaoke
     kerb: JA:Key:kerb
     kids_area: JA:Key:kids area
     ladder: JA:Key:ladder
@@ -19824,7 +20528,6 @@ ja:
     managed: JA:Key:managed
     manhole: JA:Key:manhole
     manufacturer: JA:Key:manufacturer
-    manufacturer:type: JA:Key:manufacturer:type
     mapillary: JA:Key:mapillary
     massage: JA:Key:massage
     material: JA:Key:material
@@ -19890,7 +20593,8 @@ ja:
     ncn_ref: JA:Key:ncn ref
     network: JA:Key:network
     network:wikidata: JA:Key:network:wikidata
-    noexit: JA:Key:noexit
+    'no:': 'JA:Key:no:'
+    no:*: JA:Key:no:*
     noref: JA:Key:noref
     note: JA:Key:note
     note:ja: JA:Key:note:ja
@@ -19923,9 +20627,12 @@ ja:
     parcel_mail_in: JA:Key:parcel mail in
     park_ride: JA:Key:park ride
     parking: JA:Key:parking
+    parking:capacity:long: JA:Key:parking:capacity:long
+    parking:capacity:standard: JA:Key:parking:capacity:standard
     passenger_information_display: JA:Key:passenger information display
     passing_places: JA:Key:passing places
     payment: JA:Key:payment
+    payment:*: JA:Key:payment:*
     payment:coins: JA:Key:payment:coins
     phone: JA:Key:phone
     pilgrimage: JA:Key:pilgrimage
@@ -19943,6 +20650,7 @@ ja:
     power_supply: JA:Key:power supply
     priority: JA:Key:priority
     priority_road: JA:Key:priority road
+    private: JA:Key:private
     produce: JA:Key:produce
     product: JA:Key:product
     proposed: JA:Key:proposed
@@ -19995,6 +20703,7 @@ ja:
     sac_scale: JA:Key:sac scale
     salt: JA:Key:salt
     sauna: JA:Key:sauna
+    school: JA:Key:school
     seamark:fixme: JA:Key:seamark:fixme
     seamark:type: JA:Key:seamark:type
     seasonal: JA:Key:seasonal
@@ -20058,6 +20767,7 @@ ja:
     surface: JA:Key:surface
     surveillance: JA:Key:surveillance
     survey:date: JA:Key:survey:date
+    survey_point:structure: JA:Key:survey point:structure
     swimming_pool: JA:Key:swimming pool
     tactile_paving: JA:Key:tactile paving
     tactile_writing: JA:Key:tactile writing
@@ -20095,6 +20805,7 @@ ja:
     traffic_signals:vibration: JA:Key:traffic signals:vibration
     trail_visibility: JA:Key:trail visibility
     train: JA:Key:train
+    training: JA:Key:training
     tram: JA:Key:tram
     trees: JA:Key:trees
     trolley_wire: JA:Key:trolley wire
@@ -20108,6 +20819,7 @@ ja:
     unsigned_ref: JA:Key:unsigned ref
     url: JA:Key:url
     usage: JA:Key:usage
+    utility: JA:Key:utility
     vehicle: JA:Key:vehicle
     viewpoint: JA:Key:viewpoint
     visibility: JA:Key:visibility
@@ -20131,7 +20843,6 @@ ja:
     winter_road: JA:Key:winter road
     wires: JA:Key:wires
     wood: JA:Key:wood
-    year_of_construction: JA:Key:year of construction
     yh:LINE_NAME: JA:Key:yh:LINE NAME
     yh:LINE_NUM: JA:Key:yh:LINE NUM
     yh:STRUCTURE: JA:Key:yh:STRUCTURE
@@ -20139,6 +20850,7 @@ ja:
     yh:TYPE: JA:Key:yh:TYPE
     yh:WIDTH: JA:Key:yh:WIDTH
     yh:WIDTH_RANK: JA:Key:yh:WIDTH RANK
+    zone:maxspeed: JA:Key:zone:maxspeed
     zone:traffic: JA:Key:zone:traffic
     zoo: JA:Key:zoo
   tag:
@@ -20153,6 +20865,7 @@ ja:
     access=no: JA:Tag:access=no
     access=official: JA:Tag:access=official
     access=permissive: JA:Tag:access=permissive
+    access=permit: JA:Tag:access=permit
     access=private: JA:Tag:access=private
     access=unknown: JA:Tag:access=unknown
     admin_level=10: JA:Tag:admin level=10
@@ -20192,6 +20905,7 @@ ja:
     aerialway=zip_line: JA:Tag:aerialway=zip line
     aeroway=aerodrome: JA:Tag:aeroway=aerodrome
     aeroway=apron: JA:Tag:aeroway=apron
+    aeroway=fuel: JA:Tag:aeroway=fuel
     aeroway=gate: JA:Tag:aeroway=gate
     aeroway=hangar: JA:Tag:aeroway=hangar
     aeroway=helipad: JA:Tag:aeroway=helipad
@@ -20207,10 +20921,12 @@ ja:
     amenity=animal_boarding: JA:Tag:amenity=animal boarding
     amenity=animal_breeding: JA:Tag:amenity=animal breeding
     amenity=animal_shelter: JA:Tag:amenity=animal shelter
+    amenity=animal_training: JA:Tag:amenity=animal training
     amenity=archive: JA:Tag:amenity=archive
     amenity=arts_centre: JA:Tag:amenity=arts centre
     amenity=atm: JA:Tag:amenity=atm
     amenity=baby_hatch: JA:Tag:amenity=baby hatch
+    amenity=baking_oven: JA:Tag:amenity=baking oven
     amenity=bank: JA:Tag:amenity=bank
     amenity=bar: JA:Tag:amenity=bar
     amenity=bbq: JA:Tag:amenity=bbq
@@ -20219,6 +20935,7 @@ ja:
     amenity=bicycle_rental: JA:Tag:amenity=bicycle rental
     amenity=bicycle_repair_station: JA:Tag:amenity=bicycle repair station
     amenity=biergarten: JA:Tag:amenity=biergarten
+    amenity=binoculars: JA:Tag:amenity=binoculars
     amenity=boat_sharing: JA:Tag:amenity=boat sharing
     amenity=boat_storage: JA:Tag:amenity=boat storage
     amenity=brothel: JA:Tag:amenity=brothel
@@ -20239,6 +20956,7 @@ ja:
     amenity=community_center: JA:Tag:amenity=community center
     amenity=community_centre: JA:Tag:amenity=community centre
     amenity=compressed_air: JA:Tag:amenity=compressed air
+    amenity=conference_centre: JA:Tag:amenity=conference centre
     amenity=consulate: JA:Tag:amenity=consulate
     amenity=courthouse: JA:Tag:amenity=courthouse
     amenity=coworking_space: JA:Tag:amenity=coworking space
@@ -20246,16 +20964,21 @@ ja:
     amenity=crypt: JA:Tag:amenity=crypt
     amenity=customs: JA:Tag:amenity=customs
     amenity=dentist: JA:Tag:amenity=dentist
+    amenity=device_charging_station: JA:Tag:amenity=device charging station
     amenity=doctor: JA:Tag:amenity=doctor
     amenity=doctors: JA:Tag:amenity=doctors
     amenity=dojo: JA:Tag:amenity=dojo
+    amenity=dressing_room: JA:Tag:amenity=dressing room
     amenity=drinking_water: JA:Tag:amenity=drinking water
     amenity=driver_training: JA:Tag:amenity=driver training
     amenity=driving_school: JA:Tag:amenity=driving school
     amenity=embassy: JA:Tag:amenity=embassy
     amenity=emergency_phone: JA:Tag:amenity=emergency phone
+    amenity=emergency_service: JA:Tag:amenity=emergency service
     amenity=events_venue: JA:Tag:amenity=events venue
+    amenity=exhibition_centre: JA:Tag:amenity=exhibition centre
     amenity=fast_food: JA:Tag:amenity=fast food
+    amenity=feeding_place: JA:Tag:amenity=feeding place
     amenity=ferry_terminal: JA:Tag:amenity=ferry terminal
     amenity=financial_advice: JA:Tag:amenity=financial advice
     amenity=fire_station: JA:Tag:amenity=fire station
@@ -20271,21 +20994,28 @@ ja:
     amenity=hunting_stand: JA:Tag:amenity=hunting stand
     amenity=ice_cream: JA:Tag:amenity=ice cream
     amenity=internet_cafe: JA:Tag:amenity=internet cafe
+    amenity=juice_bar: JA:Tag:amenity=juice bar
     amenity=karaoke_box: JA:Tag:amenity=karaoke box
     amenity=kindergarten: JA:Tag:amenity=kindergarten
     amenity=kiosk: JA:Tag:amenity=kiosk
     amenity=language_school: JA:Tag:amenity=language school
+    amenity=lavoir: JA:Tag:amenity=lavoir
     amenity=letter_box: JA:Tag:amenity=letter box
     amenity=library: JA:Tag:amenity=library
+    amenity=library_dropoff: JA:Tag:amenity=library dropoff
     amenity=loading_dock: JA:Tag:amenity=loading dock
     amenity=lounger: JA:Tag:amenity=lounger
     amenity=love_hotel: JA:Tag:amenity=love hotel
     amenity=marketplace: JA:Tag:amenity=marketplace
     amenity=microwave: JA:Tag:amenity=microwave
+    amenity=mist_spraying_cooler: JA:Tag:amenity=mist spraying cooler
+    amenity=mobile_library: JA:Tag:amenity=mobile library
     amenity=monastery: JA:Tag:amenity=monastery
     amenity=money_transfer: JA:Tag:amenity=money transfer
+    amenity=mortuary: JA:Tag:amenity=mortuary
     amenity=motorcycle_parking: JA:Tag:amenity=motorcycle parking
     amenity=music_school: JA:Tag:amenity=music school
+    amenity=music_venue: JA:Tag:amenity=music venue
     amenity=nightclub: JA:Tag:amenity=nightclub
     amenity=nursing_home: JA:Tag:amenity=nursing home
     amenity=parcel_locker: JA:Tag:amenity=parcel locker
@@ -20301,6 +21031,7 @@ ja:
     amenity=police: JA:Tag:amenity=police
     amenity=polling_station: JA:Tag:amenity=polling station
     amenity=post_box: JA:Tag:amenity=post box
+    amenity=post_depot: JA:Tag:amenity=post depot
     amenity=post_office: JA:Tag:amenity=post office
     amenity=prep_school: JA:Tag:amenity=prep school
     amenity=printer: JA:Tag:amenity=printer
@@ -20309,21 +21040,25 @@ ja:
     amenity=public_bath: JA:Tag:amenity=public bath
     amenity=public_bookcase: JA:Tag:amenity=public bookcase
     amenity=public_building: JA:Tag:amenity=public building
+    amenity=reception_desk: JA:Tag:amenity=reception desk
     amenity=recycling: JA:Tag:amenity=recycling
     amenity=refugee_site: JA:Tag:amenity=refugee site
     amenity=register_office: JA:Tag:amenity=register office
     amenity=research_institute: JA:Tag:amenity=research institute
     amenity=restaurant: JA:Tag:amenity=restaurant
     amenity=retirement_home: JA:Tag:amenity=retirement home
+    amenity=sailing_school: JA:Tag:amenity=sailing school
     amenity=sanitary_dump_station: JA:Tag:amenity=sanitary dump station
     amenity=sauna: JA:Tag:amenity=sauna
     amenity=school: JA:Tag:amenity=school
+    amenity=security_booth: JA:Tag:amenity=security booth
     amenity=shelter: JA:Tag:amenity=shelter
     amenity=shower: JA:Tag:amenity=shower
     amenity=ski_school: JA:Tag:amenity=ski school
     amenity=smoking_area: JA:Tag:amenity=smoking area
     amenity=social_centre: JA:Tag:amenity=social centre
     amenity=social_facility: JA:Tag:amenity=social facility
+    amenity=stage: JA:Tag:amenity=stage
     amenity=stripclub: JA:Tag:amenity=stripclub
     amenity=studio: JA:Tag:amenity=studio
     amenity=swimming_pool: JA:Tag:amenity=swimming pool
@@ -20334,6 +21069,10 @@ ja:
     amenity=ticket_validator: JA:Tag:amenity=ticket validator
     amenity=toilets: JA:Tag:amenity=toilets
     amenity=townhall: JA:Tag:amenity=townhall
+    amenity=toy_library: JA:Tag:amenity=toy library
+    amenity=trade_school: JA:Tag:amenity=trade school
+    amenity=traffic_park: JA:Tag:amenity=traffic park
+    amenity=training: JA:Tag:amenity=training
     amenity=university: JA:Tag:amenity=university
     amenity=vehicle_inspection: JA:Tag:amenity=vehicle inspection
     amenity=vending_machine: JA:Tag:amenity=vending machine
@@ -20344,6 +21083,7 @@ ja:
     amenity=water: JA:Tag:amenity=water
     amenity=water_point: JA:Tag:amenity=water point
     amenity=watering_place: JA:Tag:amenity=watering place
+    amenity=weighbridge: JA:Tag:amenity=weighbridge
     amenity=winery: JA:Tag:amenity=winery
     artwork_type=bust: JA:Tag:artwork type=bust
     artwork_type=mural: JA:Tag:artwork type=mural
@@ -20372,6 +21112,7 @@ ja:
     barrier=kissing_gate: JA:Tag:barrier=kissing gate
     barrier=lift_gate: JA:Tag:barrier=lift gate
     barrier=log: JA:Tag:barrier=log
+    barrier=planter: JA:Tag:barrier=planter
     barrier=retaining_wall: JA:Tag:barrier=retaining wall
     barrier=sally_port: JA:Tag:barrier=sally port
     barrier=stile: JA:Tag:barrier=stile
@@ -20383,6 +21124,7 @@ ja:
     bay=fjord: JA:Tag:bay=fjord
     bicycle=designated: JA:Tag:bicycle=designated
     bicycle=use_sidepath: JA:Tag:bicycle=use sidepath
+    bicycle_road=yes: JA:Tag:bicycle road=yes
     boundary=administrative: JA:Tag:boundary=administrative
     boundary=civil: JA:Tag:boundary=civil
     boundary=economic: JA:Tag:boundary=economic
@@ -20392,6 +21134,7 @@ ja:
     boundary=military_district: JA:Tag:boundary=military district
     boundary=national: JA:Tag:boundary=national
     boundary=national_park: JA:Tag:boundary=national park
+    boundary=place: JA:Tag:boundary=place
     boundary=political: JA:Tag:boundary=political
     boundary=postal_code: JA:Tag:boundary=postal code
     boundary=protected_area: JA:Tag:boundary=protected area
@@ -20485,6 +21228,8 @@ ja:
     castle_type=fortress: JA:Tag:castle type=fortress
     castle_type=shiro: JA:Tag:castle type=shiro
     cemetery=grave: JA:Tag:cemetery=grave
+    cemetery=sector: JA:Tag:cemetery=sector
+    clothes=wedding: JA:Tag:clothes=wedding
     club=fan: JA:Tag:club=fan
     craft=agricultural_engines: JA:Tag:craft=agricultural engines
     craft=basket_maker: JA:Tag:craft=basket maker
@@ -20547,10 +21292,14 @@ ja:
     craft=window_construction: JA:Tag:craft=window construction
     craft=winery: JA:Tag:craft=winery
     crop=rice: JA:Tag:crop=rice
+    cuisine=barbecue: JA:Tag:cuisine=barbecue
     cuisine=brazilian: JA:Tag:cuisine=brazilian
     cuisine=coffee_shop: JA:Tag:cuisine=coffee shop
     cuisine=dessert: JA:Tag:cuisine=dessert
+    cuisine=dumpling: JA:Tag:cuisine=dumpling
     cuisine=japanese: JA:Tag:cuisine=japanese
+    cuisine=sushi: JA:Tag:cuisine=sushi
+    cycle_network=JP:prefectural: JA:Tag:cycle network=JP:prefectural
     cycleway:both=no: JA:Tag:cycleway:both=no
     cycleway:left=no: JA:Tag:cycleway:left=no
     cycleway:right=no: JA:Tag:cycleway:right=no
@@ -20566,6 +21315,9 @@ ja:
     denomination=shingon_shu: JA:Tag:denomination=shingon shu
     denomination=soto: JA:Tag:denomination=soto
     denomination=tiantai: JA:Tag:denomination=tiantai
+    diplomatic=consulate: JA:Tag:diplomatic=consulate
+    diplomatic=embassy: JA:Tag:diplomatic=embassy
+    emergency:social_facility=shelter: JA:Tag:emergency:social facility=shelter
     emergency=ambulance_station: JA:Tag:emergency=ambulance station
     emergency=assembly_point: JA:Tag:emergency=assembly point
     emergency=defibrillator: JA:Tag:emergency=defibrillator
@@ -20575,14 +21327,17 @@ ja:
     emergency=fire_extinguisher: JA:Tag:emergency=fire extinguisher
     emergency=fire_hose: JA:Tag:emergency=fire hose
     emergency=fire_hydrant: JA:Tag:emergency=fire hydrant
+    emergency=fire_service_inlet: JA:Tag:emergency=fire service inlet
     emergency=fire_water_pond: JA:Tag:emergency=fire water pond
     emergency=landing_site: JA:Tag:emergency=landing site
     emergency=lifeguard_tower: JA:Tag:emergency=lifeguard tower
     emergency=phone: JA:Tag:emergency=phone
     emergency=siren: JA:Tag:emergency=siren
+    emergency=suction_point: JA:Tag:emergency=suction point
     emergency=water_tank: JA:Tag:emergency=water tank
     entrance=main: JA:Tag:entrance=main
     entrance=staircase: JA:Tag:entrance=staircase
+    fast_food=cafeteria: JA:Tag:fast food=cafeteria
     foot=designated: JA:Tag:foot=designated
     foot=private: JA:Tag:foot=private
     footway=crossing: JA:Tag:footway=crossing
@@ -20633,6 +21388,7 @@ ja:
     generator:type=steam_generator: JA:Tag:generator:type=steam generator
     generator:type=steam_turbine: JA:Tag:generator:type=steam turbine
     generator:type=vertical_axis: JA:Tag:generator:type=vertical axis
+    geological=fault: JA:Tag:geological=fault
     geological=moraine: JA:Tag:geological=moraine
     geological=outcrop: JA:Tag:geological=outcrop
     geological=palaeontological_site: JA:Tag:geological=palaeontological site
@@ -20646,10 +21402,13 @@ ja:
     government=register_office: JA:Tag:government=register office
     government=tax: JA:Tag:government=tax
     guidepost=simple: JA:Tag:guidepost=simple
+    healthcare:speciality=gynaecology: JA:Tag:healthcare:speciality=gynaecology
     healthcare=blood_donation: JA:Tag:healthcare=blood donation
     healthcare=doctor: JA:Tag:healthcare=doctor
+    healthcare=vaccination_centre: JA:Tag:healthcare=vaccination centre
     hgv=designated: JA:Tag:hgv=designated
     hgv=destination: JA:Tag:hgv=destination
+    hgv=no: JA:Tag:hgv=no
     highway=bridleway: JA:Tag:highway=bridleway
     highway=bus_guideway: JA:Tag:highway=bus guideway
     highway=bus_stop: JA:Tag:highway=bus stop
@@ -20700,6 +21459,7 @@ ja:
     historic=archaeological_site: JA:Tag:historic=archaeological site
     historic=battlefield: JA:Tag:historic=battlefield
     historic=boundary_stone: JA:Tag:historic=boundary stone
+    historic=building: JA:Tag:historic=building
     historic=cannon: JA:Tag:historic=cannon
     historic=castle: JA:Tag:historic=castle
     historic=charcoal_pile: JA:Tag:historic=charcoal pile
@@ -20710,6 +21470,7 @@ ja:
     historic=gallows: JA:Tag:historic=gallows
     historic=heritage: JA:Tag:historic=heritage
     historic=highwater_mark: JA:Tag:historic=highwater mark
+    historic=house: JA:Tag:historic=house
     historic=locomotive: JA:Tag:historic=locomotive
     historic=memorial: JA:Tag:historic=memorial
     historic=milestone: JA:Tag:historic=milestone
@@ -20717,6 +21478,7 @@ ja:
     historic=monument: JA:Tag:historic=monument
     historic=optical_telegraph: JA:Tag:historic=optical telegraph
     historic=pillory: JA:Tag:historic=pillory
+    historic=road: JA:Tag:historic=road
     historic=ruins: JA:Tag:historic=ruins
     historic=rune_stone: JA:Tag:historic=rune stone
     historic=ship: JA:Tag:historic=ship
@@ -20775,6 +21537,7 @@ ja:
     landuse=farm: JA:Tag:landuse=farm
     landuse=farmland: JA:Tag:landuse=farmland
     landuse=farmyard: JA:Tag:landuse=farmyard
+    landuse=flowerbed: JA:Tag:landuse=flowerbed
     landuse=forest: JA:Tag:landuse=forest
     landuse=garages: JA:Tag:landuse=garages
     landuse=grass: JA:Tag:landuse=grass
@@ -20815,8 +21578,10 @@ ja:
     leisure=adult_gaming_centre: JA:Tag:leisure=adult gaming centre
     leisure=amusement_arcade: JA:Tag:leisure=amusement arcade
     leisure=bandstand: JA:Tag:leisure=bandstand
+    leisure=bathing_place: JA:Tag:leisure=bathing place
     leisure=beach_resort: JA:Tag:leisure=beach resort
     leisure=bird_hide: JA:Tag:leisure=bird hide
+    leisure=bleachers: JA:Tag:leisure=bleachers
     leisure=bowling_alley: JA:Tag:leisure=bowling alley
     leisure=common: JA:Tag:leisure=common
     leisure=dance: JA:Tag:leisure=dance
@@ -20825,6 +21590,7 @@ ja:
     leisure=firepit: JA:Tag:leisure=firepit
     leisure=fishing: JA:Tag:leisure=fishing
     leisure=fitness_centre: JA:Tag:leisure=fitness centre
+    leisure=fitness_station: JA:Tag:leisure=fitness station
     leisure=garden: JA:Tag:leisure=garden
     leisure=golf_course: JA:Tag:leisure=golf course
     leisure=hackerspace: JA:Tag:leisure=hackerspace
@@ -20833,11 +21599,15 @@ ja:
     leisure=marina: JA:Tag:leisure=marina
     leisure=miniature_golf: JA:Tag:leisure=miniature golf
     leisure=nature_reserve: JA:Tag:leisure=nature reserve
+    leisure=outdoor_seating: JA:Tag:leisure=outdoor seating
+    leisure=paddling_pool: JA:Tag:leisure=paddling pool
     leisure=park: JA:Tag:leisure=park
     leisure=picnic_table: JA:Tag:leisure=picnic table
     leisure=pitch: JA:Tag:leisure=pitch
     leisure=playground: JA:Tag:leisure=playground
+    leisure=resort: JA:Tag:leisure=resort
     leisure=sauna: JA:Tag:leisure=sauna
+    leisure=schoolyard: JA:Tag:leisure=schoolyard
     leisure=slipway: JA:Tag:leisure=slipway
     leisure=sports_centre: JA:Tag:leisure=sports centre
     leisure=sports_hall: JA:Tag:leisure=sports hall
@@ -20845,21 +21615,29 @@ ja:
     leisure=summer_camp: JA:Tag:leisure=summer camp
     leisure=swimming_area: JA:Tag:leisure=swimming area
     leisure=swimming_pool: JA:Tag:leisure=swimming pool
+    leisure=tanning_salon: JA:Tag:leisure=tanning salon
     leisure=track: JA:Tag:leisure=track
     leisure=water_park: JA:Tag:leisure=water park
     lifeguard=tower: JA:Tag:lifeguard=tower
     line=bay: JA:Tag:line=bay
     line=busbar: JA:Tag:line=busbar
     man_made=adit: JA:Tag:man made=adit
+    man_made=animal_trap: JA:Tag:man made=animal trap
+    man_made=avalanche_protection: JA:Tag:man made=avalanche protection
     man_made=beacon: JA:Tag:man made=beacon
+    man_made=beehive: JA:Tag:man made=beehive
     man_made=breakwater: JA:Tag:man made=breakwater
     man_made=bridge: JA:Tag:man made=bridge
     man_made=bunker_silo: JA:Tag:man made=bunker silo
     man_made=cairn: JA:Tag:man made=cairn
     man_made=campanile: JA:Tag:man made=campanile
+    man_made=cellar_entrance: JA:Tag:man made=cellar entrance
+    man_made=chiller: JA:Tag:man made=chiller
     man_made=chimney: JA:Tag:man made=chimney
     man_made=clearcut: JA:Tag:man made=clearcut
+    man_made=column: JA:Tag:man made=column
     man_made=communications_tower: JA:Tag:man made=communications tower
+    man_made=courtyard: JA:Tag:man made=courtyard
     man_made=crane: JA:Tag:man made=crane
     man_made=cross: JA:Tag:man made=cross
     man_made=cutline: JA:Tag:man made=cutline
@@ -20872,6 +21650,7 @@ ja:
     man_made=gantry: JA:Tag:man made=gantry
     man_made=gasometer: JA:Tag:man made=gasometer
     man_made=geoglyph: JA:Tag:man made=geoglyph
+    man_made=goods_conveyor: JA:Tag:man made=goods conveyor
     man_made=groyne: JA:Tag:man made=groyne
     man_made=hot_water_tank: JA:Tag:man made=hot water tank
     man_made=insect_hotel: JA:Tag:man made=insect hotel
@@ -20885,6 +21664,7 @@ ja:
     man_made=petroleum_well: JA:Tag:man made=petroleum well
     man_made=pier: JA:Tag:man made=pier
     man_made=pipeline: JA:Tag:man made=pipeline
+    man_made=planter: JA:Tag:man made=planter
     man_made=power_hydro: JA:Tag:man made=power hydro
     man_made=pumping_station: JA:Tag:man made=pumping station
     man_made=reservoir_covered: JA:Tag:man made=reservoir covered
@@ -20893,12 +21673,16 @@ ja:
     man_made=snow_net: JA:Tag:man made=snow net
     man_made=storage_tank: JA:Tag:man made=storage tank
     man_made=street_cabinet: JA:Tag:man made=street cabinet
+    man_made=stupa: JA:Tag:man made=stupa
     man_made=surveillance: JA:Tag:man made=surveillance
     man_made=survey_point: JA:Tag:man made=survey point
     man_made=telescope: JA:Tag:man made=telescope
+    man_made=torii: JA:Tag:man made=torii
     man_made=tower: JA:Tag:man made=tower
     man_made=tunnel: JA:Tag:man made=tunnel
+    man_made=utility_pole: JA:Tag:man made=utility pole
     man_made=wastewater_plant: JA:Tag:man made=wastewater plant
+    man_made=water_tap: JA:Tag:man made=water tap
     man_made=water_tower: JA:Tag:man made=water tower
     man_made=water_well: JA:Tag:man made=water well
     man_made=water_works: JA:Tag:man made=water works
@@ -20908,6 +21692,7 @@ ja:
     man_made=windpump: JA:Tag:man made=windpump
     man_made=works: JA:Tag:man made=works
     manhole=telecom: JA:Tag:manhole=telecom
+    memorial=plaque: JA:Tag:memorial=plaque
     memorial=stele: JA:Tag:memorial=stele
     microbrewery=yes: JA:Tag:microbrewery=yes
     military=airfield: JA:Tag:military=airfield
@@ -20925,8 +21710,11 @@ ja:
     moped=destination: JA:Tag:moped=destination
     motor_vehicle=destination: JA:Tag:motor vehicle=destination
     motorcar=destination: JA:Tag:motorcar=destination
+    motorcar=no: JA:Tag:motorcar=no
     motorcycle=destination: JA:Tag:motorcycle=destination
+    mountain_pass=yes: JA:Tag:mountain pass=yes
     natural=anthill: JA:Tag:natural=anthill
+    natural=arch: JA:Tag:natural=arch
     natural=arete: JA:Tag:natural=arete
     natural=bare_rock: JA:Tag:natural=bare rock
     natural=bay: JA:Tag:natural=bay
@@ -20938,11 +21726,13 @@ ja:
     natural=coastline: JA:Tag:natural=coastline
     natural=desert: JA:Tag:natural=desert
     natural=fell: JA:Tag:natural=fell
+    natural=fumarole: JA:Tag:natural=fumarole
     natural=geyser: JA:Tag:natural=geyser
     natural=glacier: JA:Tag:natural=glacier
     natural=gorge: JA:Tag:natural=gorge
     natural=grassland: JA:Tag:natural=grassland
     natural=heath: JA:Tag:natural=heath
+    natural=hill: JA:Tag:natural=hill
     natural=hot_spring: JA:Tag:natural=hot spring
     natural=isthmus: JA:Tag:natural=isthmus
     natural=land: JA:Tag:natural=land
@@ -20950,6 +21740,7 @@ ja:
     natural=mud: JA:Tag:natural=mud
     natural=peak: JA:Tag:natural=peak
     natural=peninsula: JA:Tag:natural=peninsula
+    natural=reef: JA:Tag:natural=reef
     natural=ridge: JA:Tag:natural=ridge
     natural=riverbed: JA:Tag:natural=riverbed
     natural=rock: JA:Tag:natural=rock
@@ -20982,30 +21773,45 @@ ja:
     network=jp:prefectural:nagano: JA:Tag:network=jp:prefectural:nagano
     network=ncn: JA:Tag:network=ncn
     network=nwn: JA:Tag:network=nwn
+    noexit=yes: JA:Tag:noexit=yes
     noname=yes: JA:Tag:noname=yes
     office=accountant: JA:Tag:office=accountant
     office=administrative: JA:Tag:office=administrative
+    office=advertising_agency: JA:Tag:office=advertising agency
     office=architect: JA:Tag:office=architect
+    office=association: JA:Tag:office=association
+    office=charity: JA:Tag:office=charity
     office=company: JA:Tag:office=company
+    office=construction_company: JA:Tag:office=construction company
+    office=courier: JA:Tag:office=courier
+    office=diplomatic: JA:Tag:office=diplomatic
+    office=educational_institution: JA:Tag:office=educational institution
     office=employment_agency: JA:Tag:office=employment agency
     office=estate_agent: JA:Tag:office=estate agent
+    office=geodesist: JA:Tag:office=geodesist
     office=government: JA:Tag:office=government
     office=insurance: JA:Tag:office=insurance
     office=it: JA:Tag:office=it
     office=lawyer: JA:Tag:office=lawyer
     office=logistics: JA:Tag:office=logistics
+    office=moving_company: JA:Tag:office=moving company
     office=newspaper: JA:Tag:office=newspaper
     office=ngo: JA:Tag:office=ngo
     office=political_party: JA:Tag:office=political party
+    office=politician: JA:Tag:office=politician
     office=quango: JA:Tag:office=quango
     office=real_estate_agent: JA:Tag:office=real estate agent
     office=religion: JA:Tag:office=religion
     office=research: JA:Tag:office=research
+    office=security: JA:Tag:office=security
+    office=surveyor: JA:Tag:office=surveyor
     office=tax_advisor: JA:Tag:office=tax advisor
     office=telecommunication: JA:Tag:office=telecommunication
+    office=tutoring: JA:Tag:office=tutoring
     oneway=alternating: JA:Tag:oneway=alternating
     oneway=reversible: JA:Tag:oneway=reversible
     parking=layby: JA:Tag:parking=layby
+    parking=multi-storey: JA:Tag:parking=multi-storey
     parking=street_side: JA:Tag:parking=street side
     parking=surface: JA:Tag:parking=surface
     place=archipelago: JA:Tag:place=archipelago
@@ -21028,6 +21834,8 @@ ja:
     place=town: JA:Tag:place=town
     place=village: JA:Tag:place=village
     plant:method=photovoltaic: JA:Tag:plant:method=photovoltaic
+    police=academy: JA:Tag:police=academy
+    post_office=post_partner: JA:Tag:post office=post partner
     power=catenary_mast: JA:Tag:power=catenary mast
     power=compensator: JA:Tag:power=compensator
     power=generator: JA:Tag:power=generator
@@ -21036,6 +21844,7 @@ ja:
     power=minor_line: JA:Tag:power=minor line
     power=plant: JA:Tag:power=plant
     power=pole: JA:Tag:power=pole
+    power=portal: JA:Tag:power=portal
     power=station: JA:Tag:power=station
     power=sub_station: JA:Tag:power=sub station
     power=substation: JA:Tag:power=substation
@@ -21090,6 +21899,7 @@ ja:
     residential=rural: JA:Tag:residential=rural
     resource=sand: JA:Tag:resource=sand
     roller_coaster=track: JA:Tag:roller coaster=track
+    roof:shape=gabled: JA:Tag:roof:shape=gabled
     route=bicycle: JA:Tag:route=bicycle
     route=bus: JA:Tag:route=bus
     route=ferry: JA:Tag:route=ferry
@@ -21118,6 +21928,7 @@ ja:
     shop=alcohol: JA:Tag:shop=alcohol
     shop=anime: JA:Tag:shop=anime
     shop=antiques: JA:Tag:shop=antiques
+    shop=appliance: JA:Tag:shop=appliance
     shop=art: JA:Tag:shop=art
     shop=baby_goods: JA:Tag:shop=baby goods
     shop=bag: JA:Tag:shop=bag
@@ -21185,6 +21996,7 @@ ja:
     shop=gift: JA:Tag:shop=gift
     shop=glass: JA:Tag:shop=glass
     shop=glaziery: JA:Tag:shop=glaziery
+    shop=gold_buyer: JA:Tag:shop=gold buyer
     shop=golf: JA:Tag:shop=golf
     shop=greengrocer: JA:Tag:shop=greengrocer
     shop=hairdresser: JA:Tag:shop=hairdresser
@@ -21194,9 +22006,11 @@ ja:
     shop=hearing_aids: JA:Tag:shop=hearing aids
     shop=herbalist: JA:Tag:shop=herbalist
     shop=hifi: JA:Tag:shop=hifi
+    shop=household_linen: JA:Tag:shop=household linen
     shop=houseware: JA:Tag:shop=houseware
     shop=hunting: JA:Tag:shop=hunting
     shop=ice_cream: JA:Tag:shop=ice cream
+    shop=insurance: JA:Tag:shop=insurance
     shop=interior_decoration: JA:Tag:shop=interior decoration
     shop=jewelry: JA:Tag:shop=jewelry
     shop=junk_yard: JA:Tag:shop=junk yard
@@ -21223,6 +22037,7 @@ ja:
     shop=musical_instrument: JA:Tag:shop=musical instrument
     shop=newsagent: JA:Tag:shop=newsagent
     shop=nutrition_supplements: JA:Tag:shop=nutrition supplements
+    shop=nuts: JA:Tag:shop=nuts
     shop=optician: JA:Tag:shop=optician
     shop=organic: JA:Tag:shop=organic
     shop=outdoor: JA:Tag:shop=outdoor
@@ -21236,13 +22051,16 @@ ja:
     shop=pharmacy: JA:Tag:shop=pharmacy
     shop=photo: JA:Tag:shop=photo
     shop=printing: JA:Tag:shop=printing
+    shop=psychic: JA:Tag:shop=psychic
     shop=pyrotechnics: JA:Tag:shop=pyrotechnics
     shop=radiotechnics: JA:Tag:shop=radiotechnics
     shop=religion: JA:Tag:shop=religion
+    shop=rental: JA:Tag:shop=rental
     shop=rice: JA:Tag:shop=rice
     shop=scuba_diving: JA:Tag:shop=scuba diving
     shop=seafood: JA:Tag:shop=seafood
     shop=second_hand: JA:Tag:shop=second hand
+    shop=security: JA:Tag:shop=security
     shop=sewing: JA:Tag:shop=sewing
     shop=shoe_repair: JA:Tag:shop=shoe repair
     shop=shoes: JA:Tag:shop=shoes
@@ -21272,6 +22090,7 @@ ja:
     shop=watches: JA:Tag:shop=watches
     shop=weapons: JA:Tag:shop=weapons
     shop=wholesale: JA:Tag:shop=wholesale
+    shop=wigs: JA:Tag:shop=wigs
     shop=window_blind: JA:Tag:shop=window blind
     shop=wine: JA:Tag:shop=wine
     shop=wool: JA:Tag:shop=wool
@@ -21295,8 +22114,10 @@ ja:
     sport=baseball: JA:Tag:sport=baseball
     sport=basketball: JA:Tag:sport=basketball
     sport=billiards: JA:Tag:sport=billiards
+    sport=equestrian: JA:Tag:sport=equestrian
     sport=golf: JA:Tag:sport=golf
     sport=handball: JA:Tag:sport=handball
+    sport=horse_racing: JA:Tag:sport=horse racing
     sport=judo: JA:Tag:sport=judo
     sport=motocross: JA:Tag:sport=motocross
     sport=multi: JA:Tag:sport=multi
@@ -21309,7 +22130,9 @@ ja:
     sport=water_ski: JA:Tag:sport=water ski
     station=light_rail: JA:Tag:station=light rail
     station=subway: JA:Tag:station=subway
+    street_vendor=yes: JA:Tag:street vendor=yes
     surface=asphalt: JA:Tag:surface=asphalt
+    theatre:type=concert_hall: JA:Tag:theatre:type=concert hall
     tourism=alpine_hut: JA:Tag:tourism=alpine hut
     tourism=apartment: JA:Tag:tourism=apartment
     tourism=aquarium: JA:Tag:tourism=aquarium
@@ -21335,12 +22158,26 @@ ja:
     tourism=wine_cellar: JA:Tag:tourism=wine cellar
     tourism=zoo: JA:Tag:tourism=zoo
     tower:construction=dish: JA:Tag:tower:construction=dish
+    traffic_calming=bump: JA:Tag:traffic calming=bump
+    traffic_calming=chicane: JA:Tag:traffic calming=chicane
+    traffic_calming=choker: JA:Tag:traffic calming=choker
+    traffic_calming=cushion: JA:Tag:traffic calming=cushion
+    traffic_calming=hump: JA:Tag:traffic calming=hump
     traffic_calming=island: JA:Tag:traffic calming=island
+    traffic_calming=mini_bumps: JA:Tag:traffic calming=mini bumps
+    traffic_calming=rumble_strip: JA:Tag:traffic calming=rumble strip
     traffic_calming=table: JA:Tag:traffic calming=table
     traffic_sign=city_limit: JA:Tag:traffic sign=city limit
+    training=computer: JA:Tag:training=computer
+    training=music: JA:Tag:training=music
+    tunnel=avalanche_protector: JA:Tag:tunnel=avalanche protector
+    tunnel=building_passage: JA:Tag:tunnel=building passage
     tunnel=culvert: JA:Tag:tunnel=culvert
     type=public_transport: JA:Tag:type=public transport
     type=waterway: JA:Tag:type=waterway
+    usage=irrigation: JA:Tag:usage=irrigation
+    utility=chemical: JA:Tag:utility=chemical
+    utility=street_lighting: JA:Tag:utility=street lighting
     vehicle=destination: JA:Tag:vehicle=destination
     vending=bread: JA:Tag:vending=bread
     vending=excrement_bags: JA:Tag:vending=excrement bags
@@ -21400,18 +22237,36 @@ ja:
     wetland=wet_meadow: JA:Tag:wetland=wet meadow
 ko:
   key:
+    3dr:type: Ko:Key:3dr:type
     addr: Ko:Key:addr
     addr:*: Ko:Key:addr:*
     aerialway: Ko:Key:aerialway
+    alt_name: Ko:Key:alt name
     amenity: Ko:Key:amenity
+    architect: Ko:Key:architect
+    artist_name: Ko:Key:artist name
+    attribution: Ko:Key:attribution
+    automatic_door: Ko:Key:automatic door
+    books: Ko:Key:books
+    brand:wikidata: Ko:Key:brand:wikidata
+    brand:wikipedia: Ko:Key:brand:wikipedia
     building: Ko:Key:building
     building:levels: Ko:Key:building:levels
+    bunker_type=bomb_shelter: Ko:Key:bunker type=bomb shelter
+    contact:facebook: Ko:Key:contact:facebook
+    contact:twitter: Ko:Key:contact:twitter
     crossing: Ko:Key:crossing
+    cuisine: Ko:Key:cuisine
     denotation: Ko:Key:denotation
     drink: Ko:Key:drink
+    drive_through: Ko:Key:drive through
     ele: Ko:Key:ele
     emergency: Ko:Key:emergency
+    fuel: Ko:Key:fuel
+    healthcare: Ko:Key:healthcare
+    heritage: Ko:Key:heritage
     highway: Ko:Key:highway
+    historic: Ko:Key:historic
     intermittent: Ko:Key:intermittent
     landuse: Ko:Key:landuse
     leisure: Ko:Key:leisure
@@ -21419,14 +22274,17 @@ ko:
     line: Ko:Key:line
     local_ref: Ko:Key:local ref
     name: Ko:Key:name
+    name:ja: Ko:Key:name:ja
     operator:type: Ko:Key:operator:type
     reservation: Ko:Key:reservation
+    residential: Ko:Key:residential
     roundtrip: Ko:Key:roundtrip
     self_service: Ko:Key:self service
     shop: Ko:Key:shop
     smoothness: Ko:Key:smoothness
     social_facility: Ko:Key:social facility
     tenant: Ko:Key:tenant
+    toll: Ko:Key:toll
     townhall:type: Ko:Key:townhall:type
     tracktype: Ko:Key:tracktype
     traffic_signals: Ko:Key:traffic signals
@@ -21438,6 +22296,8 @@ ko:
     wheelchair: Ko:Key:wheelchair
     wikipedia: Ko:Key:wikipedia
   tag:
+    access=agricultural: Ko:Tag:access=agricultural
+    access=delivery: Ko:Tag:access=delivery
     access=designated: Ko:Tag:access=designated
     aerialway=cable_car: Ko:Tag:aerialway=cable car
     amenity=animal_boarding: Ko:Tag:amenity=animal boarding
@@ -21515,10 +22375,13 @@ ko:
     building=gatehouse: Ko:Tag:building=gatehouse
     building=parking: Ko:Tag:building=parking
     building=shrine: Ko:Tag:building=shrine
+    content=fuel: Ko:Tag:content=fuel
     craft=tailor: Ko:Tag:craft=tailor
     crossing=traffic_signals: Ko:Tag:crossing=traffic signals
+    cuisine=korean: Ko:Tag:cuisine=korean
     ford=stepping_stones: Ko:Tag:ford=stepping stones
     healthcare=blood_donation: Ko:Tag:healthcare=blood donation
+    healthcare=laboratory: Ko:Tag:healthcare=laboratory
     highway=bus_stop: Ko:Tag:highway=bus stop
     highway=elevator: Ko:Tag:highway=elevator
     highway=motorway: Ko:Tag:highway=motorway
@@ -21530,9 +22393,11 @@ ko:
     highway=services: Ko:Tag:highway=services
     highway=stop: Ko:Tag:highway=stop
     highway=tertiary: Ko:Tag:highway=tertiary
+    highway=toll_gantry: Ko:Tag:highway=toll gantry
     highway=track: Ko:Tag:highway=track
     highway=traffic_signals: Ko:Tag:highway=traffic signals
     highway=trunk: Ko:Tag:highway=trunk
+    historic=archaeological_site: Ko:Tag:historic=archaeological site
     junction=yes: Ko:Tag:junction=yes
     landuse=allotments: Ko:Tag:landuse=allotments
     landuse=commercial: Ko:Tag:landuse=commercial
@@ -21548,8 +22413,10 @@ ko:
     leisure=disc_golf_course: Ko:Tag:leisure=disc golf course
     leisure=garden: Ko:Tag:leisure=garden
     man_made=hongsalmun: Ko:Tag:man made=hongsalmun
+    man_made=iljumun: Ko:Tag:man made=iljumun
     man_made=mast: Ko:Tag:man made=mast
     man_made=surveillance: Ko:Tag:man made=surveillance
+    military=range: Ko:Tag:military=range
     natural=grassland: Ko:Tag:natural=grassland
     natural=spring: Ko:Tag:natural=spring
     natural=tree: Ko:Tag:natural=tree
@@ -21557,7 +22424,9 @@ ko:
     office=coworking: Ko:Tag:office=coworking
     place=hamlet: Ko:Tag:place=hamlet
     place=town: Ko:Tag:place=town
+    place=village: Ko:Tag:place=village
     public_transport=stop_area: Ko:Tag:public transport=stop area
+    railway=rail: Ko:Tag:railway=rail
     shop=baby_goods: Ko:Tag:shop=baby goods
     shop=bag: Ko:Tag:shop=bag
     shop=bakery: Ko:Tag:shop=bakery
@@ -21581,6 +22450,7 @@ ko:
     shop=health_food: Ko:Tag:shop=health food
     shop=ice_cream: Ko:Tag:shop=ice cream
     shop=mall: Ko:Tag:shop=mall
+    shop=outdoor: Ko:Tag:shop=outdoor
     shop=pasta: Ko:Tag:shop=pasta
     shop=pastry: Ko:Tag:shop=pastry
     shop=seafood: Ko:Tag:shop=seafood
@@ -21591,6 +22461,7 @@ ko:
     shop=wine: Ko:Tag:shop=wine
     sport=martial_arts: Ko:Tag:sport=martial arts
     sport=taekwondo: Ko:Tag:sport=taekwondo
+    toll=yes: Ko:Tag:toll=yes
     tourism=attraction: Ko:Tag:tourism=attraction
     traffic_calming=island: Ko:Tag:traffic calming=island
     waterway=ditch: Ko:Tag:waterway=ditch
@@ -21611,7 +22482,9 @@ ne:
   key:
     tracktype: Ne:Key:tracktype
   tag:
+    barrier=kerb: Ne:Tag:barrier=kerb
     natural=scrub: Ne:Tag:natural=scrub
+    place=hamlet: Ne:Tag:place=hamlet
 nl:
   key:
     AND_nosr_r: NL:Key:AND nosr r
@@ -21629,7 +22502,6 @@ nl:
     barrier: NL:Key:barrier
     bench: NL:Key:bench
     bicycle: NL:Key:bicycle
-    bicycle_road: NL:Key:bicycle road
     bollard: NL:Key:bollard
     brand:website: NL:Key:brand:website
     building: NL:Key:building
@@ -21697,6 +22569,7 @@ nl:
     barrier=fence: NL:Tag:barrier=fence
     barrier=hedge: NL:Tag:barrier=hedge
     barrier=sump_buster: NL:Tag:barrier=sump buster
+    bicycle_road=yes: NL:Tag:bicycle road=yes
     building=castle: NL:Tag:building=castle
     building=entrance: NL:Tag:building=entrance
     emergency=access_point: NL:Tag:emergency=access point
@@ -21890,7 +22763,6 @@ pl:
     bench: Pl:Key:bench
     bicycle: Pl:Key:bicycle
     bicycle_parking: Pl:Key:bicycle parking
-    bicycle_road: Pl:Key:bicycle road
     bin: Pl:Key:bin
     biotic_reef:type: Pl:Key:biotic reef:type
     board_type: Pl:Key:board type
@@ -21956,6 +22828,7 @@ pl:
     crop: Pl:Key:crop
     crossing: Pl:Key:crossing
     crossing:island: Pl:Key:crossing:island
+    crossing:markings: Pl:Key:crossing:markings
     cuisine: Pl:Key:cuisine
     currency: Pl:Key:currency
     currency:*: Pl:Key:currency:*
@@ -21974,6 +22847,7 @@ pl:
     diameter: Pl:Key:diameter
     diet: Pl:Key:diet
     'diet:': 'Pl:Key:diet:'
+    diet:*: Pl:Key:diet:*
     diet:halal: Pl:Key:diet:halal
     diet:kosher: Pl:Key:diet:kosher
     diet:vegan: Pl:Key:diet:vegan
@@ -21985,6 +22859,7 @@ pl:
     distance: Pl:Key:distance
     door: Pl:Key:door
     drink: Pl:Key:drink
+    drink:*: Pl:Key:drink:*
     drinking_water: Pl:Key:drinking water
     drinking_water:refill: Pl:Key:drinking water:refill
     driving_side: Pl:Key:driving side
@@ -22010,6 +22885,7 @@ pl:
     fire_path: Pl:Key:fire path
     fishing: Pl:Key:fishing
     fixme: Pl:Key:fixme
+    flashing_lights: Pl:Key:flashing lights
     floating: Pl:Key:floating
     flood_mark: Pl:Key:flood mark
     flood_prone: Pl:Key:flood prone
@@ -22095,6 +22971,7 @@ pl:
     male: Pl:Key:male
     man_made: Pl:Key:man made
     manhole: Pl:Key:manhole
+    marker: Pl:Key:marker
     material: Pl:Key:material
     max_age: Pl:Key:max age
     maxage: Pl:Key:maxage
@@ -22134,7 +23011,6 @@ pl:
     nat_ref: Pl:Key:nat ref
     natural: Pl:Key:natural
     network: Pl:Key:network
-    noexit: Pl:Key:noexit
     non_existent_levels: Pl:Key:non existent levels
     note: Pl:Key:note
     nudism: Pl:Key:nudism
@@ -22535,6 +23411,7 @@ pl:
     barrier=turnstile: Pl:Tag:barrier=turnstile
     barrier=wall: Pl:Tag:barrier=wall
     bicycle=use_sidepath: Pl:Tag:bicycle=use sidepath
+    bicycle_road=yes: Pl:Tag:bicycle road=yes
     boundary=administrative: Pl:Tag:boundary=administrative
     boundary=border_zone: Pl:Tag:boundary=border zone
     boundary=civil: Pl:Tag:boundary=civil
@@ -22747,8 +23624,14 @@ pl:
     ford=stepping_stones: Pl:Tag:ford=stepping stones
     garden:type=botanical: Pl:Tag:garden:type=botanical
     geological=moraine: Pl:Tag:geological=moraine
+    government=audit: Pl:Tag:government=audit
+    government=building_control: Pl:Tag:government=building control
+    government=building_inspection: Pl:Tag:government=building inspection
     government=cadaster: Pl:Tag:government=cadaster
     government=customs: Pl:Tag:government=customs
+    government=education: Pl:Tag:government=education
+    government=healthcare: Pl:Tag:government=healthcare
+    government=heritage: Pl:Tag:government=heritage
     government=ministry: Pl:Tag:government=ministry
     government=prosecutor: Pl:Tag:government=prosecutor
     hazard=illegal_crossing: Pl:Tag:hazard=illegal crossing
@@ -22952,6 +23835,7 @@ pl:
     leisure=soccer_golf: Pl:Tag:leisure=soccer golf
     leisure=social_club: Pl:Tag:leisure=social club
     leisure=sports_centre: Pl:Tag:leisure=sports centre
+    leisure=sports_hall: Pl:Tag:leisure=sports hall
     leisure=stadium: Pl:Tag:leisure=stadium
     leisure=summer_camp: Pl:Tag:leisure=summer camp
     leisure=swimming_area: Pl:Tag:leisure=swimming area
@@ -23002,6 +23886,7 @@ pl:
     man_made=kiln: Pl:Tag:man made=kiln
     man_made=lighthouse: Pl:Tag:man made=lighthouse
     man_made=mast: Pl:Tag:man made=mast
+    man_made=milk_churn_stand: Pl:Tag:man made=milk churn stand
     man_made=mineshaft: Pl:Tag:man made=mineshaft
     man_made=monitoring_station: Pl:Tag:man made=monitoring station
     man_made=nesting_site: Pl:Tag:man made=nesting site
@@ -23135,6 +24020,7 @@ pl:
     natural=wood: Pl:Tag:natural=wood
     network=lhn: Pl:Tag:network=lhn
     network=rhn: Pl:Tag:network=rhn
+    noexit=yes: Pl:Tag:noexit=yes
     office=accountant: Pl:Tag:office=accountant
     office=adoption_agency: Pl:Tag:office=adoption agency
     office=advertising_agency: Pl:Tag:office=advertising agency
@@ -23209,6 +24095,7 @@ pl:
     place=suburb: Pl:Tag:place=suburb
     place=town: Pl:Tag:place=town
     place=village: Pl:Tag:place=village
+    place_of_worship=mass_rock: Pl:Tag:place of worship=mass rock
     playground=balancebeam: Pl:Tag:playground=balancebeam
     playground=bridge: Pl:Tag:playground=bridge
     playground=climbingframe: Pl:Tag:playground=climbingframe
@@ -23431,6 +24318,7 @@ pl:
     shop=pet_grooming: Pl:Tag:shop=pet grooming
     shop=photo: Pl:Tag:shop=photo
     shop=pottery: Pl:Tag:shop=pottery
+    shop=power_tools: Pl:Tag:shop=power tools
     shop=printer_ink: Pl:Tag:shop=printer ink
     shop=psychic: Pl:Tag:shop=psychic
     shop=pyrotechnics: Pl:Tag:shop=pyrotechnics
@@ -23456,6 +24344,7 @@ pl:
     shop=tailor: Pl:Tag:shop=tailor
     shop=tattoo: Pl:Tag:shop=tattoo
     shop=tea: Pl:Tag:shop=tea
+    shop=telecommunication: Pl:Tag:shop=telecommunication
     shop=ticket: Pl:Tag:shop=ticket
     shop=tiles: Pl:Tag:shop=tiles
     shop=tobacco: Pl:Tag:shop=tobacco
@@ -23504,6 +24393,7 @@ pl:
     sport=weightlifting: Pl:Tag:sport=weightlifting
     surface=asphalt: Pl:Tag:surface=asphalt
     surface=concrete:lanes: Pl:Tag:surface=concrete:lanes
+    tomb=columbarium: Pl:Tag:tomb=columbarium
     tourism=alpine_hut: Pl:Tag:tourism=alpine hut
     tourism=apartment: Pl:Tag:tourism=apartment
     tourism=aquarium: Pl:Tag:tourism=aquarium
@@ -23634,9 +24524,20 @@ pnb:
   key:
     building: Pnb:Key:building
     name:pnb: Pnb:Key:name:pnb
-proposed features/eo:
+proposal:
+  key:
+    gluten_free: Proposal:Key:gluten free
+    gtfs:feed: Proposal:Key:gtfs:feed
+    gtfs:name: Proposal:Key:gtfs:name
+    gtfs:release_date: Proposal:Key:gtfs:release date
+    gtfs:route_id: Proposal:Key:gtfs:route id
+    gtfs:shape_id: Proposal:Key:gtfs:shape id
+    gtfs:trip_id: Proposal:Key:gtfs:trip id
+    gtfs:trip_id:sample: Proposal:Key:gtfs:trip id:sample
+    operator:guid: Proposal:Key:operator:guid
   tag:
-    esperanto=esperanto: Proposed features/Eo:Tag:esperanto=esperanto
+    boundary=economic: Proposal:Tag:boundary=economic
+    landuse=breeding: Proposal:Tag:landuse=breeding
 pt:
   key:
     IBGE:CD_ADMINIS: Pt:Key:IBGE:CD ADMINIS
@@ -23658,7 +24559,6 @@ pt:
     beds: Pt:Key:beds
     bicycle: Pt:Key:bicycle
     bicycle_parking: Pt:Key:bicycle parking
-    bicycle_road: Pt:Key:bicycle road
     boat: Pt:Key:boat
     border_type: Pt:Key:border type
     boundary: Pt:Key:boundary
@@ -23688,6 +24588,7 @@ pt:
     description: Pt:Key:description
     diet:*: Pt:Key:diet:*
     diet:vegan: Pt:Key:diet:vegan
+    direction: Pt:Key:direction
     dispensing: Pt:Key:dispensing
     display: Pt:Key:display
     drinking_water: Pt:Key:drinking water
@@ -23764,7 +24665,6 @@ pt:
     mtb: Pt:Key:mtb
     name: Pt:Key:name
     natural: Pt:Key:natural
-    noexit: Pt:Key:noexit
     nohousenumber: Pt:Key:nohousenumber
     note: Pt:Key:note
     office: Pt:Key:office
@@ -23801,6 +24701,7 @@ pt:
     route: Pt:Key:route
     sac_scale: Pt:Key:sac scale
     seamark: Pt:Key:seamark
+    seamark:*: Pt:Key:seamark:*
     seasonal: Pt:Key:seasonal
     second_hand: Pt:Key:second hand
     segregated: Pt:Key:segregated
@@ -23827,6 +24728,7 @@ pt:
     tourism: Pt:Key:tourism
     tracktype: Pt:Key:tracktype
     traffic_calming: Pt:Key:traffic calming
+    traffic_sign:direction: Pt:Key:traffic sign:direction
     traffic_signals: Pt:Key:traffic signals
     trail_visibility: Pt:Key:trail visibility
     tunnel: Pt:Key:tunnel
@@ -24011,6 +24913,7 @@ pt:
     barrier=retaining_wall: Pt:Tag:barrier=retaining wall
     barrier=toll_booth: Pt:Tag:barrier=toll booth
     barrier=wall: Pt:Tag:barrier=wall
+    bicycle_road=yes: Pt:Tag:bicycle road=yes
     boundary=administrative: Pt:Tag:boundary=administrative
     boundary=civil: Pt:Tag:boundary=civil
     boundary=maritime: Pt:Tag:boundary=maritime
@@ -24281,6 +25184,7 @@ pt:
     natural=wetland: Pt:Tag:natural=wetland
     natural=wood: Pt:Tag:natural=wood
     noexit=no: Pt:Tag:noexit=no
+    noexit=yes: Pt:Tag:noexit=yes
     noname=yes: Pt:Tag:noname=yes
     office=accountant: Pt:Tag:office=accountant
     office=administrative: Pt:Tag:office=administrative
@@ -24460,6 +25364,7 @@ pt:
     shop=pawnbroker: Pt:Tag:shop=pawnbroker
     shop=perfumery: Pt:Tag:shop=perfumery
     shop=pet: Pt:Tag:shop=pet
+    shop=pet_grooming: Pt:Tag:shop=pet grooming
     shop=photo: Pt:Tag:shop=photo
     shop=pyrotechnics: Pt:Tag:shop=pyrotechnics
     shop=radiotechnics: Pt:Tag:shop=radiotechnics
@@ -25252,6 +26157,8 @@ ru:
     abandoned: RU:Key:abandoned
     'abandoned:': 'RU:Key:abandoned:'
     abandoned:*: RU:Key:abandoned:*
+    abandoned:amenity: RU:Key:abandoned:amenity
+    abandoned:landuse: RU:Key:abandoned:landuse
     abandoned:place: RU:Key:abandoned:place
     abandoned:railway: RU:Key:abandoned:railway
     abutters: RU:Key:abutters
@@ -25259,7 +26166,6 @@ ru:
     access:lanes: RU:Key:access:lanes
     access:lhv: RU:Key:access:lhv
     access:roadtrain: RU:Key:access:roadtrain
-    access:roadtrain:trailers: RU:Key:access:roadtrain:trailers
     addr: RU:Key:addr
     addr:*: RU:Key:addr:*
     addr:block: RU:Key:addr:block
@@ -25314,6 +26220,7 @@ ru:
     baby: RU:Key:baby
     baby_feeding: RU:Key:baby feeding
     backcountry: RU:Key:backcountry
+    backrest: RU:Key:backrest
     backward: RU:Key:backward
     balcony: RU:Key:balcony
     barrier: RU:Key:barrier
@@ -25330,7 +26237,6 @@ ru:
     bicycle:type: RU:Key:bicycle:type
     bicycle_bypass: RU:Key:bicycle bypass
     bicycle_parking: RU:Key:bicycle parking
-    bicycle_road: RU:Key:bicycle road
     bike_ride: RU:Key:bike ride
     bin: RU:Key:bin
     board:title: RU:Key:board:title
@@ -25394,15 +26300,23 @@ ru:
     camera:type: RU:Key:camera:type
     camp_site: RU:Key:camp site
     camp_type: RU:Key:camp type
-    campers: RU:Key:campers
     capacity: RU:Key:capacity
+    capacity:beds: RU:Key:capacity:beds
+    capacity:cabins: RU:Key:capacity:cabins
     capacity:charging: RU:Key:capacity:charging
     capacity:disabled: RU:Key:capacity:disabled
+    capacity:persons: RU:Key:capacity:persons
+    capacity:rooms: RU:Key:capacity:rooms
+    capacity:tents: RU:Key:capacity:tents
     capital: RU:Key:capital
+    capital_city: RU:Key:capital city
+    car_wash: RU:Key:car wash
     caravan: RU:Key:caravan
+    cash_withdrawal: RU:Key:cash withdrawal
     castle_type: RU:Key:castle type
     castle_type:de: RU:Key:castle type:de
     cemetery: RU:Key:cemetery
+    census:population: RU:Key:census:population
     changing_table: RU:Key:changing table
     changing_table:count: RU:Key:changing table:count
     changing_table:fee: RU:Key:changing table:fee
@@ -25477,6 +26391,7 @@ ru:
     denotation: RU:Key:denotation
     department: RU:Key:department
     departures_board: RU:Key:departures board
+    depth: RU:Key:depth
     description: RU:Key:description
     description:ru: RU:Key:description:ru
     design:code:SPb: RU:Key:design:code:SPb
@@ -25488,7 +26403,9 @@ ru:
     disused: RU:Key:disused
     'disused:': 'RU:Key:disused:'
     disused:*: RU:Key:disused:*
+    disused:landuse: RU:Key:disused:landuse
     disused:leisure: RU:Key:disused:leisure
+    disused:place: RU:Key:disused:place
     disused:shop: RU:Key:disused:shop
     dog: RU:Key:dog
     double_tracked_motor_vehicle: RU:Key:double tracked motor vehicle
@@ -25518,7 +26435,6 @@ ru:
     exhibit: RU:Key:exhibit
     exit: RU:Key:exit
     expressway: RU:Key:expressway
-    factory: RU:Key:factory
     faculty: RU:Key:faculty
     fast_food: RU:Key:fast food
     fax: RU:Key:fax
@@ -25556,6 +26472,7 @@ ru:
     generator:output: RU:Key:generator:output
     generator:source: RU:Key:generator:source
     genus: RU:Key:genus
+    glideslope: RU:Key:glideslope
     government: RU:Key:government
     grades: RU:Key:grades
     grassland: RU:Key:grassland
@@ -25574,6 +26491,7 @@ ru:
     height: RU:Key:height
     heritage: RU:Key:heritage
     heritage:operator: RU:Key:heritage:operator
+    heritage:website: RU:Key:heritage:website
     hgv: RU:Key:hgv
     highway: RU:Key:highway
     hiking: RU:Key:hiking
@@ -25625,6 +26543,7 @@ ru:
     living_street: RU:Key:living street
     loc_name: RU:Key:loc name
     loc_ref: RU:Key:loc ref
+    localizer: RU:Key:localizer
     location: RU:Key:location
     lock: RU:Key:lock
     locked: RU:Key:locked
@@ -25644,7 +26563,6 @@ ru:
     maxspeed: RU:Key:maxspeed
     maxspeed:practical: RU:Key:maxspeed:practical
     maxstay: RU:Key:maxstay
-    maxtents: RU:Key:maxtents
     maxweight: RU:Key:maxweight
     maxweight:signed: RU:Key:maxweight:signed
     maxweightrating: RU:Key:maxweightrating
@@ -25659,6 +26577,8 @@ ru:
     mindistance: RU:Key:mindistance
     minspeed: RU:Key:minspeed
     minweight: RU:Key:minweight
+    model:wikidata: RU:Key:model:wikidata
+    model:wikipedia: RU:Key:model:wikipedia
     monitoring:groundwater: RU:Key:monitoring:groundwater
     moped: RU:Key:moped
     motor_vehicle: RU:Key:motor vehicle
@@ -25681,11 +26601,14 @@ ru:
     motorroad: RU:Key:motorroad
     mountain_pass: RU:Key:mountain pass
     mtb:description: RU:Key:mtb:description
+    mtb:name: RU:Key:mtb:name
     mtb:scale: RU:Key:mtb:scale
+    mtb:type: RU:Key:mtb:type
     museum: RU:Key:museum
     museum_type: RU:Key:museum type
     name: RU:Key:name
     name:be: RU:Key:name:be
+    name:etymology:wikidata: RU:Key:name:etymology:wikidata
     name:ru: RU:Key:name:ru
     name:ru:word_stress: RU:Key:name:ru:word stress
     name:vi-Hani: RU:Key:name:vi-Hani
@@ -25700,7 +26623,6 @@ ru:
     next_check_date: RU:Key:next check date
     no_overtaking: RU:Key:no overtaking
     noaddress: RU:Key:noaddress
-    noexit: RU:Key:noexit
     nohousenumber: RU:Key:nohousenumber
     note: RU:Key:note
     nursery: RU:Key:nursery
@@ -25721,6 +26643,7 @@ ru:
     operator: RU:Key:operator
     operator:ref:inn: RU:Key:operator:ref:inn
     operator:type: RU:Key:operator:type
+    operator:wikipedia: RU:Key:operator:wikipedia
     orientation: RU:Key:orientation
     origin: RU:Key:origin
     overtaking: RU:Key:overtaking
@@ -25728,11 +26651,13 @@ ru:
     ownership: RU:Key:ownership
     park_ride: RU:Key:park ride
     parking: RU:Key:parking
+    parking:condition:right: RU:Key:parking:condition:right
     parking_space: RU:Key:parking space
     passenger_information_display: RU:Key:passenger information display
     passing_places: RU:Key:passing places
     paved:date: RU:Key:paved:date
     payment: RU:Key:payment
+    payment:*: RU:Key:payment:*
     payment:coins: RU:Key:payment:coins
     payment:credit_cards: RU:Key:payment:credit cards
     payment:notes: RU:Key:payment:notes
@@ -25744,6 +26669,8 @@ ru:
     pipeline: RU:Key:pipeline
     piste:type: RU:Key:piste:type
     place: RU:Key:place
+    place:CN: RU:Key:place:CN
+    place:PH: RU:Key:place:PH
     placement: RU:Key:placement
     playground: RU:Key:playground
     'playground:': 'RU:Key:playground:'
@@ -25770,23 +26697,30 @@ ru:
     ramp: RU:Key:ramp
     ramp:bicycle: RU:Key:ramp:bicycle
     recreation_ground: RU:Key:recreation ground
+    recycling:*: RU:Key:recycling:*
     recycling:fire_extinguishers: RU:Key:recycling:fire extinguishers
     recycling:plastic_bottle_caps: RU:Key:recycling:plastic bottle caps
     recycling:plastic_bottle_tops: RU:Key:recycling:plastic bottle tops
+    recycling:pmd: RU:Key:recycling:pmd
     recycling_type: RU:Key:recycling type
     ref: RU:Key:ref
+    ref:BLfD: RU:Key:ref:BLfD
+    ref:GB:nhle: RU:Key:ref:GB:nhle
     ref:IE:niah: RU:Key:ref:IE:niah
     ref:RS:nkd: RU:Key:ref:RS:nkd
     ref:canmore: RU:Key:ref:canmore
     ref:kons: RU:Key:ref:kons
     ref:mobil-parken.de: RU:Key:ref:mobil-parken.de
+    ref:nrhp: RU:Key:ref:nrhp
     ref:ruian:building: RU:Key:ref:ruian:building
     ref:sprockhoff: RU:Key:ref:sprockhoff
+    ref:ssb_tettsted: RU:Key:ref:ssb tettsted
     ref:whc: RU:Key:ref:whc
     reference: RU:Key:reference
     refitted: RU:Key:refitted
     reg_name: RU:Key:reg name
     reg_ref: RU:Key:reg ref
+    region:type: RU:Key:region:type
     religion: RU:Key:religion
     rental: RU:Key:rental
     research: RU:Key:research
@@ -25838,6 +26772,7 @@ ru:
     service_times: RU:Key:service times
     shelter: RU:Key:shelter
     shelter_type: RU:Key:shelter type
+    ship:type: RU:Key:ship:type
     shooting: RU:Key:shooting
     shop: RU:Key:shop
     shoulder: RU:Key:shoulder
@@ -25867,6 +26802,8 @@ ru:
     surface:colour: RU:Key:surface:colour
     surveillance: RU:Key:surveillance
     survey:date: RU:Key:survey:date
+    survey_point:purpose: RU:Key:survey point:purpose
+    survey_point:structure: RU:Key:survey point:structure
     sustrans_ref: RU:Key:sustrans ref
     swimming: RU:Key:swimming
     swimming_pool: RU:Key:swimming pool
@@ -25906,11 +26843,15 @@ ru:
     usage: RU:Key:usage
     vaccination: RU:Key:vaccination
     vehicle: RU:Key:vehicle
+    vehicle:wikidata: RU:Key:vehicle:wikidata
+    vehicle:wikipedia: RU:Key:vehicle:wikipedia
     vending: RU:Key:vending
     view: RU:Key:view
     viewpoint: RU:Key:viewpoint
     visibility: RU:Key:visibility
+    volcano:status: RU:Key:volcano:status
     voltage: RU:Key:voltage
+    was:amenity: RU:Key:was:amenity
     washing_machine: RU:Key:washing machine
     waste: RU:Key:waste
     water: RU:Key:water
@@ -25931,7 +26872,10 @@ ru:
     zone:traffic: RU:Key:zone:traffic
     zoo: RU:Key:zoo
   tag:
+    abandoned:amenity=prison: RU:Tag:abandoned:amenity=prison
+    abandoned:amenity=prison_camp: RU:Tag:abandoned:amenity=prison camp
     abandoned:landuse=landfill: RU:Tag:abandoned:landuse=landfill
+    abandoned:landuse=quarry: RU:Tag:abandoned:landuse=quarry
     abandoned:place=yes: RU:Tag:abandoned:place=yes
     abutters=commercial: RU:Tag:abutters=commercial
     abutters=industrial: RU:Tag:abutters=industrial
@@ -25978,6 +26922,11 @@ ru:
     aerodrome:type=military: RU:Tag:aerodrome:type=military
     aerodrome:type=private: RU:Tag:aerodrome:type=private
     aerodrome:type=regional: RU:Tag:aerodrome:type=regional
+    aerospace:product=robot: RU:Tag:aerospace:product=robot
+    aerospace:product=rocket: RU:Tag:aerospace:product=rocket
+    aerospace:product=satellite: RU:Tag:aerospace:product=satellite
+    aerospace:product=spacecraft: RU:Tag:aerospace:product=spacecraft
+    aerospace:product=spacecraft_propulsion: RU:Tag:aerospace:product=spacecraft propulsion
     aeroway=aerodrome: RU:Tag:aeroway=aerodrome
     aeroway=aircraft_crossing: RU:Tag:aeroway=aircraft crossing
     aeroway=airport: RU:Tag:aeroway=airport
@@ -25985,6 +26934,7 @@ ru:
     aeroway=airtanker_base: RU:Tag:aeroway=airtanker base
     aeroway=apron: RU:Tag:aeroway=apron
     aeroway=arresting_gear: RU:Tag:aeroway=arresting gear
+    aeroway=flame_trench: RU:Tag:aeroway=flame trench
     aeroway=fuel: RU:Tag:aeroway=fuel
     aeroway=gate: RU:Tag:aeroway=gate
     aeroway=hangar: RU:Tag:aeroway=hangar
@@ -25992,7 +26942,9 @@ ru:
     aeroway=heliport: RU:Tag:aeroway=heliport
     aeroway=highway_strip: RU:Tag:aeroway=highway strip
     aeroway=holding_position: RU:Tag:aeroway=holding position
+    aeroway=jet_bridge: RU:Tag:aeroway=jet bridge
     aeroway=landingpad: RU:Tag:aeroway=landingpad
+    aeroway=launch_complex: RU:Tag:aeroway=launch complex
     aeroway=launchpad: RU:Tag:aeroway=launchpad
     aeroway=navigationaid: RU:Tag:aeroway=navigationaid
     aeroway=papi: RU:Tag:aeroway=papi
@@ -26003,21 +26955,25 @@ ru:
     aeroway=taxilane: RU:Tag:aeroway=taxilane
     aeroway=taxiway: RU:Tag:aeroway=taxiway
     aeroway=terminal: RU:Tag:aeroway=terminal
+    aeroway=threshold: RU:Tag:aeroway=threshold
     aeroway=tower: RU:Tag:aeroway=tower
     aeroway=windsock: RU:Tag:aeroway=windsock
     airmark=beacon: RU:Tag:airmark=beacon
     allotments=plot: RU:Tag:allotments=plot
     amenity=animal_boarding: RU:Tag:amenity=animal boarding
     amenity=animal_breeding: RU:Tag:amenity=animal breeding
+    amenity=animal_hitch: RU:Tag:amenity=animal hitch
     amenity=animal_shelter: RU:Tag:amenity=animal shelter
     amenity=animal_training: RU:Tag:amenity=animal training
     amenity=archive: RU:Tag:amenity=archive
     amenity=arts_centre: RU:Tag:amenity=arts centre
     amenity=atm: RU:Tag:amenity=atm
     amenity=baby_hatch: RU:Tag:amenity=baby hatch
+    amenity=baking_oven: RU:Tag:amenity=baking oven
     amenity=bank: RU:Tag:amenity=bank
     amenity=bar: RU:Tag:amenity=bar
     amenity=bbq: RU:Tag:amenity=bbq
+    amenity=bear_box: RU:Tag:amenity=bear box
     amenity=bench: RU:Tag:amenity=bench
     amenity=bicycle_library: RU:Tag:amenity=bicycle library
     amenity=bicycle_parking: RU:Tag:amenity=bicycle parking
@@ -26028,6 +26984,7 @@ ru:
     amenity=binoculars: RU:Tag:amenity=binoculars
     amenity=bird_bath: RU:Tag:amenity=bird bath
     amenity=boat_rental: RU:Tag:amenity=boat rental
+    amenity=boat_sharing: RU:Tag:amenity=boat sharing
     amenity=boat_storage: RU:Tag:amenity=boat storage
     amenity=border_control: RU:Tag:amenity=border control
     amenity=brothel: RU:Tag:amenity=brothel
@@ -26038,7 +26995,9 @@ ru:
     amenity=car_rental: RU:Tag:amenity=car rental
     amenity=car_sharing: RU:Tag:amenity=car sharing
     amenity=car_wash: RU:Tag:amenity=car wash
+    amenity=carpet_washing: RU:Tag:amenity=carpet washing
     amenity=casino: RU:Tag:amenity=casino
+    amenity=chair: RU:Tag:amenity=chair
     amenity=changing_room: RU:Tag:amenity=changing room
     amenity=charging_station: RU:Tag:amenity=charging station
     amenity=checkpoint: RU:Tag:amenity=checkpoint
@@ -26051,6 +27010,7 @@ ru:
     amenity=college: RU:Tag:amenity=college
     amenity=community_centre: RU:Tag:amenity=community centre
     amenity=compressed_air: RU:Tag:amenity=compressed air
+    amenity=concert_hall: RU:Tag:amenity=concert hall
     amenity=courthouse: RU:Tag:amenity=courthouse
     amenity=coworking_space: RU:Tag:amenity=coworking space
     amenity=crematorium: RU:Tag:amenity=crematorium
@@ -26060,6 +27020,7 @@ ru:
     amenity=device_charging_station: RU:Tag:amenity=device charging station
     amenity=doctors: RU:Tag:amenity=doctors
     amenity=dog_bin: RU:Tag:amenity=dog bin
+    amenity=dog_parking: RU:Tag:amenity=dog parking
     amenity=dog_toilet: RU:Tag:amenity=dog toilet
     amenity=dojo: RU:Tag:amenity=dojo
     amenity=dormitory: RU:Tag:amenity=dormitory
@@ -26075,6 +27036,7 @@ ru:
     amenity=ferry_terminal: RU:Tag:amenity=ferry terminal
     amenity=financial_advice: RU:Tag:amenity=financial advice
     amenity=fire_station: RU:Tag:amenity=fire station
+    amenity=first_aid_school: RU:Tag:amenity=first aid school
     amenity=fish_spa: RU:Tag:amenity=fish spa
     amenity=food_court: RU:Tag:amenity=food court
     amenity=fountain: RU:Tag:amenity=fountain
@@ -26101,13 +27063,17 @@ ru:
     amenity=language_school: RU:Tag:amenity=language school
     amenity=letter_box: RU:Tag:amenity=letter box
     amenity=library: RU:Tag:amenity=library
+    amenity=library_dropoff: RU:Tag:amenity=library dropoff
     amenity=loading_dock: RU:Tag:amenity=loading dock
+    amenity=locker: RU:Tag:amenity=locker
+    amenity=lost_property_office: RU:Tag:amenity=lost property office
     amenity=love_hotel: RU:Tag:amenity=love hotel
     amenity=marae: RU:Tag:amenity=marae
     amenity=marketplace: RU:Tag:amenity=marketplace
     amenity=mist_spraying_cooler: RU:Tag:amenity=mist spraying cooler
     amenity=mobile_library: RU:Tag:amenity=mobile library
     amenity=monastery: RU:Tag:amenity=monastery
+    amenity=money_transfer: RU:Tag:amenity=money transfer
     amenity=mortuary: RU:Tag:amenity=mortuary
     amenity=motorcycle_parking: RU:Tag:amenity=motorcycle parking
     amenity=motorcycle_rental: RU:Tag:amenity=motorcycle rental
@@ -26116,11 +27082,15 @@ ru:
     amenity=nightclub: RU:Tag:amenity=nightclub
     amenity=nursery: RU:Tag:amenity=nursery
     amenity=nursing_home: RU:Tag:amenity=nursing home
+    amenity=parcel_locker: RU:Tag:amenity=parcel locker
+    amenity=park: RU:Tag:amenity=park
     amenity=parking: RU:Tag:amenity=parking
     amenity=parking_entrance: RU:Tag:amenity=parking entrance
     amenity=parking_space: RU:Tag:amenity=parking space
+    amenity=payment_centre: RU:Tag:amenity=payment centre
     amenity=payment_terminal: RU:Tag:amenity=payment terminal
     amenity=pharmacy: RU:Tag:amenity=pharmacy
+    amenity=photo_booth: RU:Tag:amenity=photo booth
     amenity=place_of_worship: RU:Tag:amenity=place of worship
     amenity=planetarium: RU:Tag:amenity=planetarium
     amenity=police: RU:Tag:amenity=police
@@ -26154,21 +27124,25 @@ ru:
     amenity=smoking_area: RU:Tag:amenity=smoking area
     amenity=social_facility: RU:Tag:amenity=social facility
     amenity=stables: RU:Tag:amenity=stables
+    amenity=stage: RU:Tag:amenity=stage
     amenity=stool: RU:Tag:amenity=stool
     amenity=stripclub: RU:Tag:amenity=stripclub
     amenity=student_accommodation: RU:Tag:amenity=student accommodation
     amenity=studio: RU:Tag:amenity=studio
+    amenity=surf_school: RU:Tag:amenity=surf school
     amenity=swingerclub: RU:Tag:amenity=swingerclub
     amenity=table: RU:Tag:amenity=table
     amenity=taxi: RU:Tag:amenity=taxi
     amenity=telephone: RU:Tag:amenity=telephone
     amenity=television: RU:Tag:amenity=television
     amenity=theatre: RU:Tag:amenity=theatre
+    amenity=ticket_validator: RU:Tag:amenity=ticket validator
     amenity=toilets: RU:Tag:amenity=toilets
     amenity=tourist_bus_parking: RU:Tag:amenity=tourist bus parking
     amenity=townhall: RU:Tag:amenity=townhall
     amenity=toy_library: RU:Tag:amenity=toy library
     amenity=trade_school: RU:Tag:amenity=trade school
+    amenity=traffic_park: RU:Tag:amenity=traffic park
     amenity=training: RU:Tag:amenity=training
     amenity=trolley_bay: RU:Tag:amenity=trolley bay
     amenity=tuition: RU:Tag:amenity=tuition
@@ -26188,22 +27162,26 @@ ru:
     amenity=water_point: RU:Tag:amenity=water point
     amenity=watering_place: RU:Tag:amenity=watering place
     amenity=weighbridge: RU:Tag:amenity=weighbridge
+    amenity=workshop: RU:Tag:amenity=workshop
     animal=horse_walker: RU:Tag:animal=horse walker
     animal=school: RU:Tag:animal=school
     animated=trivision_blades: RU:Tag:animated=trivision blades
     animated=winding_posters: RU:Tag:animated=winding posters
     anthropogenic=yes: RU:Tag:anthropogenic=yes
+    aquaculture=seaweed: RU:Tag:aquaculture=seaweed
     archaeological_site=fortification: RU:Tag:archaeological site=fortification
     archaeological_site=grave_field: RU:Tag:archaeological site=grave field
     archaeological_site=petroglyph: RU:Tag:archaeological site=petroglyph
     area:highway=cycleway: RU:Tag:area:highway=cycleway
     artwork_type=architecture: RU:Tag:artwork type=architecture
     artwork_type=bust: RU:Tag:artwork type=bust
+    artwork_type=land_art: RU:Tag:artwork type=land art
     artwork_type=mural: RU:Tag:artwork type=mural
     artwork_type=relief: RU:Tag:artwork type=relief
     artwork_type=sculpture: RU:Tag:artwork type=sculpture
     artwork_type=statue: RU:Tag:artwork type=statue
     artwork_type=stone: RU:Tag:artwork type=stone
+    association=student: RU:Tag:association=student
     atm=yes: RU:Tag:atm=yes
     attraction=alpine_coaster: RU:Tag:attraction=alpine coaster
     attraction=amusement_ride: RU:Tag:attraction=amusement ride
@@ -26267,12 +27245,25 @@ ru:
     basin=infiltration: RU:Tag:basin=infiltration
     basin=retention: RU:Tag:basin=retention
     basin=water_regeneration: RU:Tag:basin=water regeneration
+    bath:type=foot_bath: RU:Tag:bath:type=foot bath
+    bath:type=hammam: RU:Tag:bath:type=hammam
+    bath:type=hot_spring: RU:Tag:bath:type=hot spring
+    bath:type=lake: RU:Tag:bath:type=lake
+    bath:type=onsen: RU:Tag:bath:type=onsen
+    bath:type=pool: RU:Tag:bath:type=pool
+    bath:type=river: RU:Tag:bath:type=river
+    bath:type=sea: RU:Tag:bath:type=sea
+    bath:type=thermal: RU:Tag:bath:type=thermal
     bbq=yes: RU:Tag:bbq=yes
+    beacon:type=DME: RU:Tag:beacon:type=DME
     beacon:type=DVOR: RU:Tag:beacon:type=DVOR
     beacon:type=ILS: RU:Tag:beacon:type=ILS
+    beacon:type=MM: RU:Tag:beacon:type=MM
     beacon:type=NDB: RU:Tag:beacon:type=NDB
+    beacon:type=OM: RU:Tag:beacon:type=OM
     beacon:type=TACAN: RU:Tag:beacon:type=TACAN
     beacon:type=VOR: RU:Tag:beacon:type=VOR
+    beacon:type=VORTAC: RU:Tag:beacon:type=VORTAC
     bicycle:backward=use_sidepath: RU:Tag:bicycle:backward=use sidepath
     bicycle:forward=use_sidepath: RU:Tag:bicycle:forward=use sidepath
     bicycle=designated: RU:Tag:bicycle=designated
@@ -26283,6 +27274,8 @@ ru:
     bicycle=yes: RU:Tag:bicycle=yes
     bicycle_parking=stands: RU:Tag:bicycle parking=stands
     bicycle_parking=wall_loops: RU:Tag:bicycle parking=wall loops
+    bicycle_parking=wide_stands: RU:Tag:bicycle parking=wide stands
+    bicycle_road=yes: RU:Tag:bicycle road=yes
     board_type=board: RU:Tag:board type=board
     boat:rental=yes: RU:Tag:boat:rental=yes
     border_zone=5km_zone: RU:Tag:border zone=5km zone
@@ -26294,6 +27287,7 @@ ru:
     boundary=postal_code: RU:Tag:boundary=postal code
     boundary=protected_area: RU:Tag:boundary=protected area
     boundary=regional_park: RU:Tag:boundary=regional park
+    boundary=waste_collection: RU:Tag:boundary=waste collection
     boundary=water_protection_area: RU:Tag:boundary=water protection area
     bridge:movable=bascule: RU:Tag:bridge:movable=bascule
     bridge:movable=drawbridge: RU:Tag:bridge:movable=drawbridge
@@ -26325,7 +27319,10 @@ ru:
     bridge=simple_brunnel: RU:Tag:bridge=simple brunnel
     bridge=trestle: RU:Tag:bridge=trestle
     bridge=viaduct: RU:Tag:bridge=viaduct
+    building:part=balcony: RU:Tag:building:part=balcony
+    building:part=porch: RU:Tag:building:part=porch
     building:prefabricated=yes: RU:Tag:building:prefabricated=yes
+    building:use=stable: RU:Tag:building:use=stable
     building=*: RU:Tag:building=*
     building=Y: RU:Tag:building=Y
     building=abandoned: RU:Tag:building=abandoned
@@ -26345,6 +27342,7 @@ ru:
     building=castle: RU:Tag:building=castle
     building=cathedral: RU:Tag:building=cathedral
     building=central_office: RU:Tag:building=central office
+    building=changing_rooms: RU:Tag:building=changing rooms
     building=chapel: RU:Tag:building=chapel
     building=church: RU:Tag:building=church
     building=civic: RU:Tag:building=civic
@@ -26382,6 +27380,8 @@ ru:
     building=grandstand: RU:Tag:building=grandstand
     building=greenhouse: RU:Tag:building=greenhouse
     building=ground_station: RU:Tag:building=ground station
+    building=guardhouse: RU:Tag:building=guardhouse
+    building=hall_of_residence: RU:Tag:building=hall of residence
     building=hangar: RU:Tag:building=hangar
     building=hospital: RU:Tag:building=hospital
     building=hotel: RU:Tag:building=hotel
@@ -26392,6 +27392,7 @@ ru:
     building=kindergarten: RU:Tag:building=kindergarten
     building=kiosk: RU:Tag:building=kiosk
     building=lighthouse: RU:Tag:building=lighthouse
+    building=livestock: RU:Tag:building=livestock
     building=manufacture: RU:Tag:building=manufacture
     building=marquee: RU:Tag:building=marquee
     building=military: RU:Tag:building=military
@@ -26412,6 +27413,7 @@ ru:
     building=retail: RU:Tag:building=retail
     building=riding_hall: RU:Tag:building=riding hall
     building=roof: RU:Tag:building=roof
+    building=roundhouse: RU:Tag:building=roundhouse
     building=ruins: RU:Tag:building=ruins
     building=school: RU:Tag:building=school
     building=semi: RU:Tag:building=semi
@@ -26453,6 +27455,7 @@ ru:
     building=windmill: RU:Tag:building=windmill
     building=yes: RU:Tag:building=yes
     bunker_type=pillbox: RU:Tag:bunker type=pillbox
+    busway=lane: RU:Tag:busway=lane
     cafe=time-cafe: RU:Tag:cafe=time-cafe
     cafe=time_cafe: RU:Tag:cafe=time cafe
     camp_site=basic: RU:Tag:camp site=basic
@@ -26460,6 +27463,10 @@ ru:
     camp_site=deluxe: RU:Tag:camp site=deluxe
     camp_site=serviced: RU:Tag:camp site=serviced
     camp_site=standard: RU:Tag:camp site=standard
+    capital=4: RU:Tag:capital=4
+    capital=5: RU:Tag:capital=5
+    capital=6: RU:Tag:capital=6
+    capital=yes: RU:Tag:capital=yes
     castle_type=castrum: RU:Tag:castle type=castrum
     castle_type=citadel: RU:Tag:castle type=citadel
     castle_type=defensive: RU:Tag:castle type=defensive
@@ -26477,21 +27484,27 @@ ru:
     clothes=swimwear: RU:Tag:clothes=swimwear
     clothes=vintage: RU:Tag:clothes=vintage
     clothes=women;men;children: RU:Tag:clothes=women;men;children
+    clothes=workwear: RU:Tag:clothes=workwear
     club=amateur_radio: RU:Tag:club=amateur radio
     club=art: RU:Tag:club=art
     club=automobile: RU:Tag:club=automobile
     club=bicycle: RU:Tag:club=bicycle
     club=cadet: RU:Tag:club=cadet
+    club=card_games: RU:Tag:club=card games
     club=chess: RU:Tag:club=chess
     club=motorcycle: RU:Tag:club=motorcycle
     club=sailing: RU:Tag:club=sailing
     club=social: RU:Tag:club=social
     club=sport: RU:Tag:club=sport
+    club=student: RU:Tag:club=student
     company=aerospace: RU:Tag:company=aerospace
+    company=catalog: RU:Tag:company=catalog
     company=construction: RU:Tag:company=construction
+    company=industrial_climbing: RU:Tag:company=industrial climbing
     company=internet_shop: RU:Tag:company=internet shop
     company=it: RU:Tag:company=it
     company=logistics: RU:Tag:company=logistics
+    company=robot: RU:Tag:company=robot
     company=software_development: RU:Tag:company=software development
     company=transport: RU:Tag:company=transport
     construction=apartments: RU:Tag:construction=apartments
@@ -26529,10 +27542,12 @@ ru:
     crop=hop: RU:Tag:crop=hop
     cuisine=kebab: RU:Tag:cuisine=kebab
     cycle_network=EuroVelo: RU:Tag:cycle network=EuroVelo
+    cycle_network=JP:prefectural: RU:Tag:cycle network=JP:prefectural
     cycle_network=US: RU:Tag:cycle network=US
     cycle_network=US:USA: RU:Tag:cycle network=US:USA
     cycleway:both=lane: RU:Tag:cycleway:both=lane
     cycleway:both=no: RU:Tag:cycleway:both=no
+    cycleway:both=separate: RU:Tag:cycleway:both=separate
     cycleway:foot=designated: RU:Tag:cycleway:foot=designated
     cycleway:foot=no: RU:Tag:cycleway:foot=no
     cycleway:left=lane: RU:Tag:cycleway:left=lane
@@ -26559,11 +27574,14 @@ ru:
     cycleway=share_busway: RU:Tag:cycleway=share busway
     cycleway=shared_lane: RU:Tag:cycleway=shared lane
     cycleway=sidepath: RU:Tag:cycleway=sidepath
+    cycleway=sidewalk: RU:Tag:cycleway=sidewalk
     cycleway=track: RU:Tag:cycleway=track
     defensive=bergfried: RU:Tag:defensive=bergfried
     defensive=donjon: RU:Tag:defensive=donjon
     defensive=keep: RU:Tag:defensive=keep
     diplomatic=consulate_general: RU:Tag:diplomatic=consulate general
+    disused:landuse=landfill: RU:Tag:disused:landuse=landfill
+    disused:landuse=quarry: RU:Tag:disused:landuse=quarry
     dog=designated: RU:Tag:dog=designated
     dog=leashed: RU:Tag:dog=leashed
     dog=no: RU:Tag:dog=no
@@ -26613,8 +27631,9 @@ ru:
     generator:source=hydro: RU:Tag:generator:source=hydro
     generator:type=boiler: RU:Tag:generator:type=boiler
     geological=palaeontological_site: RU:Tag:geological=palaeontological site
+    geological=volcanic_caldera: RU:Tag:geological=volcanic caldera
+    geological=volcanic_caldera_rim: RU:Tag:geological=volcanic caldera rim
     geological=volcanic_lava_field: RU:Tag:geological=volcanic lava field
-    glideslope=yes: RU:Tag:glideslope=yes
     golf=bunker: RU:Tag:golf=bunker
     golf=clubhouse: RU:Tag:golf=clubhouse
     golf=driving_range: RU:Tag:golf=driving range
@@ -26634,7 +27653,9 @@ ru:
     government=customs: RU:Tag:government=customs
     government=data_protection: RU:Tag:government=data protection
     government=education: RU:Tag:government=education
+    government=emergency: RU:Tag:government=emergency
     government=healthcare: RU:Tag:government=healthcare
+    government=heritage: RU:Tag:government=heritage
     government=it: RU:Tag:government=it
     government=legislative: RU:Tag:government=legislative
     government=ministry: RU:Tag:government=ministry
@@ -26644,26 +27665,34 @@ ru:
     government=social_security: RU:Tag:government=social security
     government=statistics: RU:Tag:government=statistics
     government=tax: RU:Tag:government=tax
+    government=transportation: RU:Tag:government=transportation
     government=youth_welfare_department: RU:Tag:government=youth welfare department
     grass=amenity_grassland: RU:Tag:grass=amenity grassland
+    guest_house=agritourism: RU:Tag:guest house=agritourism
+    guest_house=albergue: RU:Tag:guest house=albergue
     guest_house=bed_and_breakfast: RU:Tag:guest house=bed and breakfast
+    guest_house=kontrakan: RU:Tag:guest house=kontrakan
+    guest_house=student_accomodation: RU:Tag:guest house=student accomodation
     hazard=animal_crossing: RU:Tag:hazard=animal crossing
     hazard=horse_riders: RU:Tag:hazard=horse riders
     hazard=landslide: RU:Tag:hazard=landslide
     hazard=leeches: RU:Tag:hazard=leeches
     hazard=turn: RU:Tag:hazard=turn
     health_facility:type=office: RU:Tag:health facility:type=office
+    healthcare:speciality=abortion: RU:Tag:healthcare:speciality=abortion
     healthcare=blood_donation: RU:Tag:healthcare=blood donation
     healthcare=doctor: RU:Tag:healthcare=doctor
     healthcare=laboratory: RU:Tag:healthcare=laboratory
     healthcare=nurse: RU:Tag:healthcare=nurse
     healthcare=sample_collection: RU:Tag:healthcare=sample collection
     healthcare=vaccination_centre: RU:Tag:healthcare=vaccination centre
+    heritage:operator=BLfD: RU:Tag:heritage:operator=BLfD
     heritage:operator=kons: RU:Tag:heritage:operator=kons
     heritage:operator=nrhp: RU:Tag:heritage:operator=nrhp
     highway=bridleway: RU:Tag:highway=bridleway
     highway=bus_guideway: RU:Tag:highway=bus guideway
     highway=bus_stop: RU:Tag:highway=bus stop
+    highway=busway: RU:Tag:highway=busway
     highway=construction: RU:Tag:highway=construction
     highway=crossing: RU:Tag:highway=crossing
     highway=cycleway: RU:Tag:highway=cycleway
@@ -26737,6 +27766,7 @@ ru:
     historic=locomotive: RU:Tag:historic=locomotive
     historic=manor: RU:Tag:historic=manor
     historic=memorial: RU:Tag:historic=memorial
+    historic=meteor_crater: RU:Tag:historic=meteor crater
     historic=milestone: RU:Tag:historic=milestone
     historic=mine: RU:Tag:historic=mine
     historic=monastery: RU:Tag:historic=monastery
@@ -26758,7 +27788,9 @@ ru:
     historic=yes: RU:Tag:historic=yes
     horse=designated: RU:Tag:horse=designated
     horse=dismount: RU:Tag:horse=dismount
+    industrial=aerospace: RU:Tag:industrial=aerospace
     industrial=aluminium_smelting: RU:Tag:industrial=aluminium smelting
+    industrial=asphalt_plant: RU:Tag:industrial=asphalt plant
     industrial=auto_wrecker: RU:Tag:industrial=auto wrecker
     industrial=bakery: RU:Tag:industrial=bakery
     industrial=brewery: RU:Tag:industrial=brewery
@@ -26777,6 +27809,7 @@ ru:
     industrial=ice_factory: RU:Tag:industrial=ice factory
     industrial=integrated_circuit: RU:Tag:industrial=integrated circuit
     industrial=machine_shop: RU:Tag:industrial=machine shop
+    industrial=metal_processing: RU:Tag:industrial=metal processing
     industrial=mine: RU:Tag:industrial=mine
     industrial=mobile_equipment: RU:Tag:industrial=mobile equipment
     industrial=oil: RU:Tag:industrial=oil
@@ -26784,6 +27817,7 @@ ru:
     industrial=port: RU:Tag:industrial=port
     industrial=refinery: RU:Tag:industrial=refinery
     industrial=rice_mill: RU:Tag:industrial=rice mill
+    industrial=rocket_engine_test: RU:Tag:industrial=rocket engine test
     industrial=salt_pond: RU:Tag:industrial=salt pond
     industrial=sawmill: RU:Tag:industrial=sawmill
     industrial=scrap_yard: RU:Tag:industrial=scrap yard
@@ -26825,6 +27859,7 @@ ru:
     landuse=construction: RU:Tag:landuse=construction
     landuse=depot: RU:Tag:landuse=depot
     landuse=education: RU:Tag:landuse=education
+    landuse=fairground: RU:Tag:landuse=fairground
     landuse=farm: RU:Tag:landuse=farm
     landuse=farmland: RU:Tag:landuse=farmland
     landuse=farmyard: RU:Tag:landuse=farmyard
@@ -26872,6 +27907,7 @@ ru:
     landuse=salt_pond: RU:Tag:landuse=salt pond
     landuse=school: RU:Tag:landuse=school
     landuse=shrubs: RU:Tag:landuse=shrubs
+    landuse=static_caravan: RU:Tag:landuse=static caravan
     landuse=street: RU:Tag:landuse=street
     landuse=traffic_island: RU:Tag:landuse=traffic island
     landuse=trees: RU:Tag:landuse=trees
@@ -26966,12 +28002,14 @@ ru:
     leisure=wildlife_hide: RU:Tag:leisure=wildlife hide
     lifeguard=base: RU:Tag:lifeguard=base
     lifeguard=tower: RU:Tag:lifeguard=tower
-    localizer=yes: RU:Tag:localizer=yes
     location=overground: RU:Tag:location=overground
     location=overhead: RU:Tag:location=overhead
+    location=roof: RU:Tag:location=roof
+    location=rooftop: RU:Tag:location=rooftop
     location=underground: RU:Tag:location=underground
     location=underwater: RU:Tag:location=underwater
     logistics=aerospace: RU:Tag:logistics=aerospace
+    logistics=goods_distribution: RU:Tag:logistics=goods distribution
     man_made=adit: RU:Tag:man made=adit
     man_made=animal_trap: RU:Tag:man made=animal trap
     man_made=archimedes_screw: RU:Tag:man made=archimedes screw
@@ -27039,7 +28077,10 @@ ru:
     man_made=windmill: RU:Tag:man made=windmill
     man_made=works: RU:Tag:man made=works
     manhole=drain: RU:Tag:manhole=drain
+    marker=post: RU:Tag:marker=post
     maxweight:signed=no: RU:Tag:maxweight:signed=no
+    meadow=paddock: RU:Tag:meadow=paddock
+    meadow=pasture: RU:Tag:meadow=pasture
     medical_system:western=yes: RU:Tag:medical system:western=yes
     memorial=cenotaph: RU:Tag:memorial=cenotaph
     memorial=flood_mark: RU:Tag:memorial=flood mark
@@ -27049,15 +28090,17 @@ ru:
     microbrewery=yes: RU:Tag:microbrewery=yes
     military=airfield: RU:Tag:military=airfield
     military=barracks: RU:Tag:military=barracks
+    military=bombcrater: RU:Tag:military=bombcrater
     military=bunker: RU:Tag:military=bunker
     military=checkpoint: RU:Tag:military=checkpoint
     military=depot: RU:Tag:military=depot
+    military=launchpad: RU:Tag:military=launchpad
     military=naval_base: RU:Tag:military=naval base
     military=training_area: RU:Tag:military=training area
     military=trench: RU:Tag:military=trench
+    motor_vehicle=agricultural: RU:Tag:motor vehicle=agricultural
+    motor_vehicle=forestry: RU:Tag:motor vehicle=forestry
     motor_vehicle=no: RU:Tag:motor vehicle=no
-    motorcycle:type=electric: RU:Tag:motorcycle:type=electric
-    motorcycle:type=sportbike: RU:Tag:motorcycle:type=sportbike
     motorcycle=no: RU:Tag:motorcycle=no
     motorcycle=yes: RU:Tag:motorcycle=yes
     museum=aerospace: RU:Tag:museum=aerospace
@@ -27079,9 +28122,11 @@ ru:
     natural=arete: RU:Tag:natural=arete
     natural=bare_rock: RU:Tag:natural=bare rock
     natural=beach: RU:Tag:natural=beach
+    natural=caldera: RU:Tag:natural=caldera
     natural=cave_entrance: RU:Tag:natural=cave entrance
     natural=cliff: RU:Tag:natural=cliff
     natural=coastline: RU:Tag:natural=coastline
+    natural=crater: RU:Tag:natural=crater
     natural=desert: RU:Tag:natural=desert
     natural=earth_bank: RU:Tag:natural=earth bank
     natural=fell: RU:Tag:natural=fell
@@ -27091,6 +28136,7 @@ ru:
     natural=gully: RU:Tag:natural=gully
     natural=heath: RU:Tag:natural=heath
     natural=hot_spring: RU:Tag:natural=hot spring
+    natural=meteor_crater: RU:Tag:natural=meteor crater
     natural=mud: RU:Tag:natural=mud
     natural=peak: RU:Tag:natural=peak
     natural=ridge: RU:Tag:natural=ridge
@@ -27113,9 +28159,13 @@ ru:
     natural=wood: RU:Tag:natural=wood
     navigationaid=als: RU:Tag:navigationaid=als
     navigationaid=papi: RU:Tag:navigationaid=papi
+    navigationaid=rwe: RU:Tag:navigationaid=rwe
+    navigationaid=txc: RU:Tag:navigationaid=txc
+    navigationaid=txe: RU:Tag:navigationaid=txe
     navigationaid=vasi: RU:Tag:navigationaid=vasi
     network=lhn: RU:Tag:network=lhn
     network=rhn: RU:Tag:network=rhn
+    noexit=yes: RU:Tag:noexit=yes
     noname=yes: RU:Tag:noname=yes
     office=accountant: RU:Tag:office=accountant
     office=administrative: RU:Tag:office=administrative
@@ -27171,6 +28221,7 @@ ru:
     office=register: RU:Tag:office=register
     office=religion: RU:Tag:office=religion
     office=research: RU:Tag:office=research
+    office=school: RU:Tag:office=school
     office=security: RU:Tag:office=security
     office=supervised_injection_site: RU:Tag:office=supervised injection site
     office=surveyor: RU:Tag:office=surveyor
@@ -27199,6 +28250,7 @@ ru:
     overtaking=forward: RU:Tag:overtaking=forward
     overtaking=no: RU:Tag:overtaking=no
     overtaking=yes: RU:Tag:overtaking=yes
+    park_ride=hov: RU:Tag:park ride=hov
     parking:orientation=perpendicular: RU:Tag:parking:orientation=perpendicular
     parking=lane: RU:Tag:parking=lane
     parking=layby: RU:Tag:parking=layby
@@ -27207,6 +28259,8 @@ ru:
     parking=street_side: RU:Tag:parking=street side
     parking=surface: RU:Tag:parking=surface
     parking=underground: RU:Tag:parking=underground
+    parking_space=disabled: RU:Tag:parking space=disabled
+    path=desire: RU:Tag:path=desire
     path=sidewalk: RU:Tag:path=sidewalk
     pipeline=marker: RU:Tag:pipeline=marker
     pipeline=substation: RU:Tag:pipeline=substation
@@ -27214,16 +28268,30 @@ ru:
     pipeline=valve: RU:Tag:pipeline=valve
     place=allotments: RU:Tag:place=allotments
     place=archipelago: RU:Tag:place=archipelago
+    place=borough: RU:Tag:place=borough
     place=city: RU:Tag:place=city
+    place=city_block: RU:Tag:place=city block
+    place=continent: RU:Tag:place=continent
+    place=country: RU:Tag:place=country
+    place=county: RU:Tag:place=county
+    place=district: RU:Tag:place=district
+    place=farm: RU:Tag:place=farm
     place=hamlet: RU:Tag:place=hamlet
     place=island: RU:Tag:place=island
     place=islet: RU:Tag:place=islet
     place=isolated_dwelling: RU:Tag:place=isolated dwelling
     place=locality: RU:Tag:place=locality
+    place=municipality: RU:Tag:place=municipality
     place=neighbourhood: RU:Tag:place=neighbourhood
+    place=ocean: RU:Tag:place=ocean
     place=plot: RU:Tag:place=plot
+    place=province: RU:Tag:place=province
     place=quarter: RU:Tag:place=quarter
+    place=region: RU:Tag:place=region
+    place=sea: RU:Tag:place=sea
     place=square: RU:Tag:place=square
+    place=state: RU:Tag:place=state
+    place=subcounty: RU:Tag:place=subcounty
     place=suburb: RU:Tag:place=suburb
     place=town: RU:Tag:place=town
     place=village: RU:Tag:place=village
@@ -27241,6 +28309,7 @@ ru:
     playground=slide: RU:Tag:playground=slide
     playground=structure: RU:Tag:playground=structure
     playground=teenshelter: RU:Tag:playground=teenshelter
+    playground=tunnel_tube: RU:Tag:playground=tunnel tube
     playground=youth_bench: RU:Tag:playground=youth bench
     police=barracks: RU:Tag:police=barracks
     police=car_pound: RU:Tag:police=car pound
@@ -27302,17 +28371,22 @@ ru:
     recycling_type=container: RU:Tag:recycling type=container
     religion=pagan: RU:Tag:religion=pagan
     religion=zoroastrian: RU:Tag:religion=zoroastrian
+    rental=boat: RU:Tag:rental=boat
     rental=clothes: RU:Tag:rental=clothes
     rental=quadracycle: RU:Tag:rental=quadracycle
     rental=ski: RU:Tag:rental=ski
     request_stop=yes: RU:Tag:request stop=yes
     research=aerospace: RU:Tag:research=aerospace
     residential=apartments: RU:Tag:residential=apartments
+    residential=block: RU:Tag:residential=block
     residential=condominium: RU:Tag:residential=condominium
     residential=duplex: RU:Tag:residential=duplex
     residential=halting_site: RU:Tag:residential=halting site
+    residential=informal_settlement: RU:Tag:residential=informal settlement
+    residential=irregular_settlement: RU:Tag:residential=irregular settlement
     residential=rural: RU:Tag:residential=rural
     residential=single_family: RU:Tag:residential=single family
+    residential=slum: RU:Tag:residential=slum
     residential=terrace: RU:Tag:residential=terrace
     residential=trailer_park: RU:Tag:residential=trailer park
     residential=university: RU:Tag:residential=university
@@ -27332,6 +28406,7 @@ ru:
     route=train: RU:Tag:route=train
     route=tram: RU:Tag:route=tram
     route=transhumance: RU:Tag:route=transhumance
+    runway=displaced_threshold: RU:Tag:runway=displaced threshold
     school=entrance: RU:Tag:school=entrance
     seamark:wreck:category=dangerous: RU:Tag:seamark:wreck:category=dangerous
     seamark:wreck:category=hull_showing: RU:Tag:seamark:wreck:category=hull showing
@@ -27349,7 +28424,9 @@ ru:
     service=tyres: RU:Tag:service=tyres
     shelter_type=basic_hut: RU:Tag:shelter type=basic hut
     shelter_type=field_shelter: RU:Tag:shelter type=field shelter
+    shelter_type=gazebo: RU:Tag:shelter type=gazebo
     shelter_type=lean_to: RU:Tag:shelter type=lean to
+    shelter_type=pavilion: RU:Tag:shelter type=pavilion
     shelter_type=public_transport: RU:Tag:shelter type=public transport
     shop=3d_printing: RU:Tag:shop=3d printing
     shop=agrarian: RU:Tag:shop=agrarian
@@ -27432,6 +28509,7 @@ ru:
     shop=mall: RU:Tag:shop=mall
     shop=massage: RU:Tag:shop=massage
     shop=medical_supply: RU:Tag:shop=medical supply
+    shop=mobile_equipment: RU:Tag:shop=mobile equipment
     shop=mobile_phone: RU:Tag:shop=mobile phone
     shop=money_lender: RU:Tag:shop=money lender
     shop=motorcycle: RU:Tag:shop=motorcycle
@@ -27507,9 +28585,11 @@ ru:
     sport=scuba_diving: RU:Tag:sport=scuba diving
     sport=shooting: RU:Tag:sport=shooting
     sport=swimming: RU:Tag:sport=swimming
+    sport=ultralight_aviation: RU:Tag:sport=ultralight aviation
     statue=animal: RU:Tag:statue=animal
     statue=equestrian: RU:Tag:statue=equestrian
     statue=virgin: RU:Tag:statue=virgin
+    studio=radio: RU:Tag:studio=radio
     substance=CNG: RU:Tag:substance=CNG
     substance=gas: RU:Tag:substance=gas
     substance=oil: RU:Tag:substance=oil
@@ -27520,10 +28600,24 @@ ru:
     surface=compacted: RU:Tag:surface=compacted
     surface=concrete: RU:Tag:surface=concrete
     surface=unpaved: RU:Tag:surface=unpaved
+    survey_point:purpose=both: RU:Tag:survey point:purpose=both
+    survey_point:purpose=horizontal: RU:Tag:survey point:purpose=horizontal
+    survey_point:purpose=vertical: RU:Tag:survey point:purpose=vertical
+    survey_point:structure=beacon: RU:Tag:survey point:structure=beacon
+    survey_point:structure=block: RU:Tag:survey point:structure=block
+    survey_point:structure=bracket: RU:Tag:survey point:structure=bracket
+    survey_point:structure=cut: RU:Tag:survey point:structure=cut
+    survey_point:structure=indented_pin: RU:Tag:survey point:structure=indented pin
+    survey_point:structure=medallion: RU:Tag:survey point:structure=medallion
+    survey_point:structure=pillar: RU:Tag:survey point:structure=pillar
+    survey_point:structure=pin: RU:Tag:survey point:structure=pin
+    survey_point:structure=plaque: RU:Tag:survey point:structure=plaque
+    survey_point:structure=pole: RU:Tag:survey point:structure=pole
     swimming_pool=yes: RU:Tag:swimming pool=yes
     tank_trap=czech_hedgehog: RU:Tag:tank trap=czech hedgehog
     taxi_type=motorcycle: RU:Tag:taxi type=motorcycle
     taxi_vehicle=motorcycle: RU:Tag:taxi vehicle=motorcycle
+    theatre:genre=philharmonic: RU:Tag:theatre:genre=philharmonic
     theatre:type=amphi: RU:Tag:theatre:type=amphi
     theatre:type=concert_hall: RU:Tag:theatre:type=concert hall
     theatre:type=open_air: RU:Tag:theatre:type=open air
@@ -27561,6 +28655,7 @@ ru:
     tourism=museum: RU:Tag:tourism=museum
     tourism=picnic_site: RU:Tag:tourism=picnic site
     tourism=resort: RU:Tag:tourism=resort
+    tourism=spa_resort: RU:Tag:tourism=spa resort
     tourism=theme_park: RU:Tag:tourism=theme park
     tourism=trail_riding_rest: RU:Tag:tourism=trail riding rest
     tourism=trail_riding_station: RU:Tag:tourism=trail riding station
@@ -27572,7 +28667,9 @@ ru:
     tower:type=bell_tower: RU:Tag:tower:type=bell tower
     tower:type=cooling: RU:Tag:tower:type=cooling
     tower:type=defensive: RU:Tag:tower:type=defensive
+    tower:type=launch_tower: RU:Tag:tower:type=launch tower
     tower:type=lighting: RU:Tag:tower:type=lighting
+    tower:type=lightning_protection: RU:Tag:tower:type=lightning protection
     trade=agricultural_supplies: RU:Tag:trade=agricultural supplies
     trade=building_supplies: RU:Tag:trade=building supplies
     trade=timber: RU:Tag:trade=timber
@@ -27585,6 +28682,7 @@ ru:
     trailer:type=motorcycle: RU:Tag:trailer:type=motorcycle
     training=art: RU:Tag:training=art
     training=aviation: RU:Tag:training=aviation
+    training=bicycle: RU:Tag:training=bicycle
     training=computer: RU:Tag:training=computer
     training=driving: RU:Tag:training=driving
     training=language: RU:Tag:training=language
@@ -27604,14 +28702,65 @@ ru:
     usage=spillway: RU:Tag:usage=spillway
     vehicle=no: RU:Tag:vehicle=no
     vehicle=private: RU:Tag:vehicle=private
+    vending=SIM_cards: RU:Tag:vending=SIM cards
+    vending=admission_tickets: RU:Tag:vending=admission tickets
+    vending=animal_feed: RU:Tag:vending=animal feed
+    vending=art: RU:Tag:vending=art
     vending=bicycle_tube: RU:Tag:vending=bicycle tube
+    vending=books: RU:Tag:vending=books
+    vending=bottle_return: RU:Tag:vending=bottle return
+    vending=bread: RU:Tag:vending=bread
+    vending=candles: RU:Tag:vending=candles
+    vending=chemist: RU:Tag:vending=chemist
+    vending=chewing_gums: RU:Tag:vending=chewing gums
+    vending=cigarettes: RU:Tag:vending=cigarettes
+    vending=coffee: RU:Tag:vending=coffee
+    vending=coin_change_machine: RU:Tag:vending=coin change machine
+    vending=coin_rolls: RU:Tag:vending=coin rolls
+    vending=condoms: RU:Tag:vending=condoms
+    vending=contact_lenses: RU:Tag:vending=contact lenses
+    vending=drinks: RU:Tag:vending=drinks
+    vending=e-cigarettes: RU:Tag:vending=e-cigarettes
+    vending=eggs: RU:Tag:vending=eggs
+    vending=electronics: RU:Tag:vending=electronics
+    vending=elongated_coin: RU:Tag:vending=elongated coin
     vending=excrement_bags: RU:Tag:vending=excrement bags
+    vending=feminine_hygiene: RU:Tag:vending=feminine hygiene
+    vending=first_aid: RU:Tag:vending=first aid
     vending=fishing_bait: RU:Tag:vending=fishing bait
     vending=fishing_tackle: RU:Tag:vending=fishing tackle
+    vending=flower_seeds: RU:Tag:vending=flower seeds
+    vending=flowers: RU:Tag:vending=flowers
+    vending=food: RU:Tag:vending=food
+    vending=fuel: RU:Tag:vending=fuel
     vending=gas_bottles: RU:Tag:vending=gas bottles
+    vending=ice_cream: RU:Tag:vending=ice cream
+    vending=ice_cubes: RU:Tag:vending=ice cubes
+    vending=ink_cartridges: RU:Tag:vending=ink cartridges
+    vending=laundry_detergent: RU:Tag:vending=laundry detergent
+    vending=milk: RU:Tag:vending=milk
+    vending=newspapers: RU:Tag:vending=newspapers
+    vending=parcel_mail_in: RU:Tag:vending=parcel mail in
     vending=parcel_pickup: RU:Tag:vending=parcel pickup
+    vending=parcel_pickup;parcel_mail_in: RU:Tag:vending=parcel pickup;parcel mail
+      in
     vending=parking_tickets: RU:Tag:vending=parking tickets
+    vending=pet_food: RU:Tag:vending=pet food
     vending=photos: RU:Tag:vending=photos
+    vending=pizza: RU:Tag:vending=pizza
+    vending=public_transport_plans: RU:Tag:vending=public transport plans
+    vending=public_transport_tickets: RU:Tag:vending=public transport tickets
+    vending=raw_milk: RU:Tag:vending=raw milk
+    vending=sex_toys: RU:Tag:vending=sex toys
+    vending=stamps: RU:Tag:vending=stamps
+    vending=sweets: RU:Tag:vending=sweets
+    vending=syringes: RU:Tag:vending=syringes
+    vending=telephone_vouchers: RU:Tag:vending=telephone vouchers
+    vending=toll: RU:Tag:vending=toll
+    vending=toys: RU:Tag:vending=toys
+    vending=umbrellas: RU:Tag:vending=umbrellas
+    vending=water: RU:Tag:vending=water
+    vending_machine=fuel: RU:Tag:vending machine=fuel
     wall=noise_barrier: RU:Tag:wall=noise barrier
     waste=cigarettes: RU:Tag:waste=cigarettes
     waste=dog_excrement: RU:Tag:waste=dog excrement
@@ -27685,6 +28834,7 @@ sk:
     addr:conscriptionnumber: Sk:Key:addr:conscriptionnumber
     addr:streetnumber: Sk:Key:addr:streetnumber
     note: Sk:Key:note
+    ref:ico: Sk:Key:ref:ico
     ref:minvskaddress: Sk:Key:ref:minvskaddress
   tag:
     refitted=yes: Sk:Tag:refitted=yes
@@ -27697,10 +28847,12 @@ sq:
 sr:
   key:
     ref:RS:grad: Sr:Key:ref:RS:grad
+    ref:RS:kucni_broj: Sr:Key:ref:RS:kucni broj
     ref:RS:naselje: Sr:Key:ref:RS:naselje
     ref:RS:okrug: Sr:Key:ref:RS:okrug
     ref:RS:opstina: Sr:Key:ref:RS:opstina
     ref:RS:pokrajina: Sr:Key:ref:RS:pokrajina
+    ref:RS:ulica: Sr:Key:ref:RS:ulica
     ref:sr:maticni_broj: Sr:Key:ref:sr:maticni broj
 sv:
   key:
@@ -27723,10 +28875,16 @@ sv:
 talk:
   key:
     real_fire: Talk:Key:real fire
+    trail_visibility: Talk:Key:trail visibility
 tl:
+  key:
+    fixme: Tl:Key:fixme
   tag:
     amenity=clothes_dryer: Tl:Tag:amenity=clothes dryer
     fast_food=cafeteria: Tl:Tag:fast food=cafeteria
+    man_made=bridge: Tl:Tag:man made=bridge
+    natural=bay: Tl:Tag:natural=bay
+    place=city: Tl:Tag:place=city
 tr:
   key:
     amenity: Tr:Key:amenity
@@ -27734,6 +28892,7 @@ tr:
     highway: Tr:Key:highway
     historic: Tr:Key:historic
     leisure: Tr:Key:leisure
+    natural: Tr:Key:natural
     shop: Tr:Key:shop
     sport: Tr:Key:sport
   tag:
@@ -27797,6 +28956,7 @@ uk:
     bridge: Uk:Key:bridge
     building: Uk:Key:building
     building:levels: Uk:Key:building:levels
+    building:part: Uk:Key:building:part
     capital: Uk:Key:capital
     cemetery: Uk:Key:cemetery
     colonnade: Uk:Key:colonnade
@@ -27824,6 +28984,7 @@ uk:
     footway: Uk:Key:footway
     ford: Uk:Key:ford
     forward: Uk:Key:forward
+    gauge: Uk:Key:gauge
     government: Uk:Key:government
     hazard: Uk:Key:hazard
     height: Uk:Key:height
@@ -27832,6 +28993,7 @@ uk:
     historic: Uk:Key:historic
     iata: Uk:Key:iata
     icao: Uk:Key:icao
+    indoor: Uk:Key:indoor
     informal: Uk:Key:informal
     inscription: Uk:Key:inscription
     inscription:url: Uk:Key:inscription:url
@@ -27876,6 +29038,7 @@ uk:
     opening_hours/Tutorial: Uk:Key:opening hours/Tutorial
     operator: Uk:Key:operator
     park_ride: Uk:Key:park ride
+    phone: Uk:Key:phone
     place: Uk:Key:place
     placement: Uk:Key:placement
     playground: Uk:Key:playground
@@ -27910,6 +29073,7 @@ uk:
     tracktype: Uk:Key:tracktype
     traffic_sign: Uk:Key:traffic sign
     tunnel: Uk:Key:tunnel
+    turn: Uk:Key:turn
     type: Uk:Key:type
     url: Uk:Key:url
     vehicle: Uk:Key:vehicle
@@ -27947,6 +29111,7 @@ uk:
     amenity=fountain: Uk:Tag:amenity=fountain
     amenity=fuel: Uk:Tag:amenity=fuel
     amenity=grave_yard: Uk:Tag:amenity=grave yard
+    amenity=hitching_post: Uk:Tag:amenity=hitching post
     amenity=hospital: Uk:Tag:amenity=hospital
     amenity=kindergarten: Uk:Tag:amenity=kindergarten
     amenity=kiosk: Uk:Tag:amenity=kiosk
@@ -27972,6 +29137,7 @@ uk:
     barrier=retaining_wall: Uk:Tag:barrier=retaining wall
     barrier=wicket_gate: Uk:Tag:barrier=wicket gate
     boundary=administrative: Uk:Tag:boundary=administrative
+    boundary=disputed: Uk:Tag:boundary=disputed
     boundary=forest_compartment: Uk:Tag:boundary=forest compartment
     boundary=historic: Uk:Tag:boundary=historic
     boundary=political: Uk:Tag:boundary=political
@@ -28091,8 +29257,10 @@ uk:
     leisure=playground: Uk:Tag:leisure=playground
     leisure=water_park: Uk:Tag:leisure=water park
     man_made=beehive: Uk:Tag:man made=beehive
+    man_made=carpet_hanger: Uk:Tag:man made=carpet hanger
     man_made=chimney: Uk:Tag:man made=chimney
     man_made=clearcut: Uk:Tag:man made=clearcut
+    man_made=courtyard: Uk:Tag:man made=courtyard
     man_made=cross: Uk:Tag:man made=cross
     man_made=embankment: Uk:Tag:man made=embankment
     man_made=flare: Uk:Tag:man made=flare
@@ -28144,6 +29312,7 @@ uk:
     office=research: Uk:Tag:office=research
     office=telecommunication: Uk:Tag:office=telecommunication
     office=travel_agent: Uk:Tag:office=travel agent
+    oneway=alternating: Uk:Tag:oneway=alternating
     place=archipelago: Uk:Tag:place=archipelago
     place=borough: Uk:Tag:place=borough
     place=city: Uk:Tag:place=city
@@ -28185,7 +29354,9 @@ uk:
     railway=tram: Uk:Tag:railway=tram
     railway=water_crane: Uk:Tag:railway=water crane
     religion=christian: Uk:Tag:religion=christian
+    residential=apartments: Uk:Tag:residential=apartments
     residential=rural: Uk:Tag:residential=rural
+    residential=single_family: Uk:Tag:residential=single family
     residential=urban: Uk:Tag:residential=urban
     route=train: Uk:Tag:route=train
     shop=antiques: Uk:Tag:shop=antiques
@@ -28203,11 +29374,14 @@ uk:
     sport=multi: Uk:Tag:sport=multi
     sport=parachuting: Uk:Tag:sport=parachuting
     sport=paragliding: Uk:Tag:sport=paragliding
+    sport=rugby: Uk:Tag:sport=rugby
     sport=shooting: Uk:Tag:sport=shooting
     sport=skiing: Uk:Tag:sport=skiing
     sport=swimming: Uk:Tag:sport=swimming
     tourism=hostel: Uk:Tag:tourism=hostel
     tourism=motel: Uk:Tag:tourism=motel
+    tunnel=avalanche_protector: Uk:Tag:tunnel=avalanche protector
+    tunnel=building_passage: Uk:Tag:tunnel=building passage
     type=boundary: Uk:Tag:type=boundary
     vending=bicycle_tube: Uk:Tag:vending=bicycle tube
     water=river: Uk:Tag:water=river
@@ -28287,8 +29461,10 @@ zh-hans:
     attraction: Zh-hans:Key:attraction
     building: Zh-hans:Key:building
     building:part: Zh-hans:Key:building:part
+    cables: Zh-hans:Key:cables
     china_class: Zh-hans:Key:china class
     china_population: Zh-hans:Key:china population
+    circuits: Zh-hans:Key:circuits
     construction: Zh-hans:Key:construction
     cuisine: Zh-hans:Key:cuisine
     cycleway: Zh-hans:Key:cycleway
@@ -28300,6 +29476,7 @@ zh-hans:
     foot: Zh-hans:Key:foot
     gauge: Zh-hans:Key:gauge
     generator:source: Zh-hans:Key:generator:source
+    government: Zh-hans:Key:government
     healthcare: Zh-hans:Key:healthcare
     height: Zh-hans:Key:height
     highspeed: Zh-hans:Key:highspeed
@@ -28342,6 +29519,7 @@ zh-hans:
     wheelchair: Zh-hans:Key:wheelchair
   tag:
     admin_level=2: Zh-hans:Tag:admin level=2
+    aeroway=parking_position: Zh-hans:Tag:aeroway=parking position
     aeroway=windsock: Zh-hans:Tag:aeroway=windsock
     amenity=bar: Zh-hans:Tag:amenity=bar
     amenity=bicycle_rental: Zh-hans:Tag:amenity=bicycle rental
@@ -28352,13 +29530,16 @@ zh-hans:
     amenity=driving_school: Zh-hans:Tag:amenity=driving school
     amenity=fuel: Zh-hans:Tag:amenity=fuel
     amenity=grave_yard: Zh-hans:Tag:amenity=grave yard
+    amenity=karaoke_box: Zh-hans:Tag:amenity=karaoke box
     amenity=kindergarten: Zh-hans:Tag:amenity=kindergarten
     amenity=mortuary: Zh-hans:Tag:amenity=mortuary
     amenity=parcel_locker: Zh-hans:Tag:amenity=parcel locker
+    amenity=school: Zh-hans:Tag:amenity=school
     amenity=shelter: Zh-hans:Tag:amenity=shelter
     amenity=toilets: Zh-hans:Tag:amenity=toilets
     barrier=toll_booth: Zh-hans:Tag:barrier=toll booth
     barrier=wall: Zh-hans:Tag:barrier=wall
+    beacon:type=VOR: Zh-hans:Tag:beacon:type=VOR
     books=textbook: Zh-hans:Tag:books=textbook
     boundary=administrative: Zh-hans:Tag:boundary=administrative
     boundary=exclave: Zh-hans:Tag:boundary=exclave
@@ -28375,6 +29556,7 @@ zh-hans:
     emergency=emergency_ward_entrance: Zh-hans:Tag:emergency=emergency ward entrance
     generator:source=wind: Zh-hans:Tag:generator:source=wind
     highway=bus_stop: Zh-hans:Tag:highway=bus stop
+    highway=construction: Zh-hans:Tag:highway=construction
     highway=cycleway: Zh-hans:Tag:highway=cycleway
     highway=escape: Zh-hans:Tag:highway=escape
     highway=footway: Zh-hans:Tag:highway=footway
@@ -28404,9 +29586,11 @@ zh-hans:
     industrial=slaughterhouse: Zh-hans:Tag:industrial=slaughterhouse
     information=office: Zh-hans:Tag:information=office
     landuse=allotments: Zh-hans:Tag:landuse=allotments
+    landuse=brownfield: Zh-hans:Tag:landuse=brownfield
     landuse=commercial: Zh-hans:Tag:landuse=commercial
     landuse=construction: Zh-hans:Tag:landuse=construction
     landuse=forest: Zh-hans:Tag:landuse=forest
+    landuse=greenfield: Zh-hans:Tag:landuse=greenfield
     landuse=greenhouse_horticulture: Zh-hans:Tag:landuse=greenhouse horticulture
     landuse=industrial: Zh-hans:Tag:landuse=industrial
     landuse=military: Zh-hans:Tag:landuse=military
@@ -28418,6 +29602,7 @@ zh-hans:
     man_made=antenna: Zh-hans:Tag:man made=antenna
     man_made=dyke: Zh-hans:Tag:man made=dyke
     man_made=flagpole: Zh-hans:Tag:man made=flagpole
+    man_made=paifang: Zh-hans:Tag:man made=paifang
     natural=sand: Zh-hans:Tag:natural=sand
     natural=shingle: Zh-hans:Tag:natural=shingle
     natural=shrubbery: Zh-hans:Tag:natural=shrubbery
@@ -28490,7 +29675,6 @@ zh-hant:
     layer: Zh-hant:Key:layer
     maxspeed: Zh-hant:Key:maxspeed
     name: Zh-hant:Key:name
-    noexit: Zh-hant:Key:noexit
     office: Zh-hant:Key:office
     oneway: Zh-hant:Key:oneway
     opening_hours: Zh-hant:Key:opening hours
@@ -28550,6 +29734,7 @@ zh-hant:
     man_made=embankment: Zh-hant:Tag:man made=embankment
     natural=peak: Zh-hant:Tag:natural=peak
     natural=scree: Zh-hant:Tag:natural=scree
+    noexit=yes: Zh-hant:Tag:noexit=yes
     power=plant: Zh-hant:Tag:power=plant
     railway=rail: Zh-hant:Tag:railway=rail
     service=alley: Zh-hant:Tag:service=alley
index ad55e660ec5f05130b4d4b9c0156efcb1dcb2674..cf70b4ff20f9e4d389c617e58bca3b339e07e98c 100644 (file)
@@ -4,6 +4,8 @@ services:
   web:
     build:
       context: .
+    environment:
+      PIDFILE: /tmp/pids/server.pid
     volumes:
       - .:/app
       # Prevent these directories from mounting so they're not shared between host OS and Docker
@@ -12,6 +14,8 @@ services:
       - web-tmp:/app/tmp
       # Mount a storage directory that will persist between runs
       - web-storage:/app/storage
+    tmpfs:
+      /tmp/pids/
     ports:
       - "3000:3000"
     command: bundle exec rails s -p 3000 -b '0.0.0.0'
index 57279346c7d86a3f2955c417c99a419ed9b837d6..24b8f64e8f309c5a9b5496e3303fac066231a4f9 100644 (file)
@@ -9,3 +9,5 @@
 /^    AS integer$/d
 
 s/ IMMUTABLE / /
+
+s/ timestamp(6) / timestamp /
index e114f46166b6f27875b1298eec8e8e21b7c5edfb..d34c46008e9363eddfb6bb4d68b98efdfc8bce5f 100644 (file)
@@ -16,13 +16,12 @@ apt-get update
 apt-get upgrade -y
 
 # install packages as explained in INSTALL.md
-apt-get install -y ruby2.7 libruby2.7 ruby2.7-dev \
-                     libxml2-dev libxslt1-dev nodejs yarnpkg \
-                     apache2 apache2-dev build-essential git-core firefox-geckodriver \
+apt-get install -y ruby ruby-dev ruby-bundler \
+                     libxml2-dev libxslt1-dev nodejs npm \
+                     build-essential git-core \
                      postgresql postgresql-contrib libpq-dev libvips-dev \
                      libsasl2-dev libffi-dev libgd-dev libarchive-dev libbz2-dev
-gem2.7 install rake
-gem2.7 install --version "~> 2.1.4" bundler
+npm install --global yarn
 
 ## install the bundle necessary for openstreetmap-website
 pushd /srv/openstreetmap-website
@@ -34,8 +33,6 @@ bundle exec bin/yarn install
 db_user_exists=`sudo -u postgres psql postgres -tAc "select 1 from pg_roles where rolname='vagrant'"`
 if [ "$db_user_exists" != "1" ]; then
     sudo -u postgres createuser -s vagrant
-    sudo -u vagrant createdb -E UTF-8 -O vagrant openstreetmap
-    sudo -u vagrant createdb -E UTF-8 -O vagrant osm_test
 fi
 
 # set up sample configs
@@ -46,6 +43,8 @@ if [ ! -f config/storage.yml ]; then
     cp config/example.storage.yml config/storage.yml
 fi
 touch config/settings.local.yml
+# create the databases
+sudo -u vagrant bundle exec rails db:create
 # migrate the database to the latest version
-sudo -u vagrant bundle exec rake db:migrate
+sudo -u vagrant bundle exec rails db:migrate
 popd
index 1e39a7329e6c3a7b9fccac22696e223edc3effeb..7546c3797ee6f2939834dd1d9a0fc1b68587f6ba 100644 (file)
@@ -60,7 +60,7 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
     patch account_path, :params => { :user => new_attributes }
     assert_response :success
     assert_template :edit
-    assert_select ".notice", false
+    assert_select ".alert-success", false
     assert_select "form#accountForm > div > input.is-invalid#user_display_name"
 
     # Changing name to one that exists should fail, regardless of case
@@ -68,7 +68,7 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
     patch account_path, :params => { :user => new_attributes }
     assert_response :success
     assert_template :edit
-    assert_select ".notice", false
+    assert_select ".alert-success", false
     assert_select "form#accountForm > div > input.is-invalid#user_display_name"
 
     # Changing name to one that doesn't exist should work
@@ -79,7 +79,7 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
     get edit_account_path
     assert_response :success
     assert_template :edit
-    assert_select ".notice", /^User information updated successfully/
+    assert_select ".alert-success", /^User information updated successfully/
     assert_select "form#accountForm > div > input#user_display_name[value=?]", "new tester"
 
     # Record the change of name
@@ -94,7 +94,7 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
     end
     assert_response :success
     assert_template :edit
-    assert_select ".notice", false
+    assert_select ".alert-success", false
     assert_select "form#accountForm > div > input.is-invalid#user_new_email"
 
     # Changing email to one that exists should fail, regardless of case
@@ -106,7 +106,7 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
     end
     assert_response :success
     assert_template :edit
-    assert_select ".notice", false
+    assert_select ".alert-success", false
     assert_select "form#accountForm > div > input.is-invalid#user_new_email"
 
     # Changing email to one that doesn't exist should work
@@ -121,7 +121,7 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
     get edit_account_path
     assert_response :success
     assert_template :edit
-    assert_select ".notice", /^User information updated successfully/
+    assert_select ".alert-success", /^User information updated successfully/
     assert_select "form#accountForm > div > input#user_new_email[value=?]", user.new_email
     email = ActionMailer::Base.deliveries.first
     assert_equal 1, email.to.count
index 578e78fa25d8e533b517f707e3a43f2d5cd27118..674a318ed9173fd6e9a0cf0df149c1075d316fb9 100644 (file)
@@ -55,13 +55,13 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
   end
 
   def test_read_node
-    node = create :node
+    node = create(:node)
     browse_check :node_path, node.id, "browse/feature"
     assert_select "a[href='#{api_node_path node}']", :count => 1
   end
 
   def test_read_deleted_node
-    node = create :node, :visible => false
+    node = create(:node, :visible => false)
     browse_check :node_path, node.id, "browse/feature"
     assert_select "a[href='#{api_node_path node}']", :count => 0
   end
index 1193d3b25ec90187279e63b4ecb7a1d84dace48a..ca17401fdce4567bb008657278fd514a64750f42 100644 (file)
@@ -220,7 +220,7 @@ class MessagesControllerTest < ActionDispatch::IntegrationTest
                                :message => { :title => "Test Message", :body => "Test message body" })
             assert_response :success
             assert_template "new"
-            assert_select ".error", /wait a while/
+            assert_select ".alert.alert-danger", /wait a while/
           end
         end
       end
index 8a6e0b90171e121fcb80fced21128fb11861d94d..0a3a32c521cc6f5746d75ff6dcb25c97f5fd66b8 100644 (file)
@@ -81,7 +81,7 @@ class PasswordsControllerTest < ActionDispatch::IntegrationTest
     end
     assert_response :success
     assert_template :lost_password
-    assert_select ".error", /^Could not find that email address/
+    assert_select ".alert.alert-danger", /^Could not find that email address/
 
     # Test resetting using the address as recorded for a user that has an
     # address which is case insensitively unique
index 6bc609e6abca77dc4cdebe680e0da53d12171df0..46d761ca49d51905312ac126c862c826e17caeb5 100644 (file)
@@ -29,8 +29,8 @@ class PreferencesControllerTest < ActionDispatch::IntegrationTest
     put preferences_path, :params => { :user => user.attributes }
     assert_response :success
     assert_template :edit
-    assert_select ".notice", false
-    assert_select ".error", true
+    assert_select ".alert-success", false
+    assert_select ".alert-danger", true
     assert_select "form > div > select#user_preferred_editor > option[selected]", false
 
     # Changing to a valid editor should work
@@ -40,7 +40,7 @@ class PreferencesControllerTest < ActionDispatch::IntegrationTest
     assert_redirected_to preferences_path
     follow_redirect!
     assert_template :show
-    assert_select ".notice", /^Preferences updated/
+    assert_select ".alert-success", /^Preferences updated/
     assert_select "dd", "iD (in-browser editor)"
 
     # Changing to the default editor should work
@@ -50,7 +50,7 @@ class PreferencesControllerTest < ActionDispatch::IntegrationTest
     assert_redirected_to preferences_path
     follow_redirect!
     assert_template :show
-    assert_select ".notice", /^Preferences updated/
+    assert_select ".alert-success", /^Preferences updated/
     assert_select "dd", "Default (currently iD)"
   end
 end
index 824ecb5e33339e2bbd4d3a7c53c2e6069dfd3a7d..5b11127c7bb97ed35cc13ca90412ea485d549362 100644 (file)
@@ -26,7 +26,7 @@ class ProfilesControllerTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template :show
-    assert_select ".notice", /^Profile updated./
+    assert_select ".alert-success", /^Profile updated./
     assert_select "div", "new description"
 
     # Changing to an uploaded image should work
@@ -37,7 +37,7 @@ class ProfilesControllerTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template :show
-    assert_select ".notice", /^Profile updated./
+    assert_select ".alert-success", /^Profile updated./
     get edit_profile_path
     assert_select "form > fieldset > div > div.col-sm-10 > div.form-check > input[name=avatar_action][checked][value=?]", "keep"
 
@@ -48,7 +48,7 @@ class ProfilesControllerTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template :show
-    assert_select ".notice", /^Profile updated./
+    assert_select ".alert-success", /^Profile updated./
     get edit_profile_path
     assert_select "form > fieldset > div > div.col-sm-10 > div > div.form-check > input[name=avatar_action][checked][value=?]", "gravatar"
 
@@ -59,7 +59,7 @@ class ProfilesControllerTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template :show
-    assert_select ".notice", /^Profile updated./
+    assert_select ".alert-success", /^Profile updated./
     get edit_profile_path
     assert_select "form > fieldset > div > div.col-sm-10 > div > input[name=avatar_action][checked]", false
     assert_select "form > fieldset > div > div.col-sm-10 > div > div.form-check > input[name=avatar_action][checked]", false
index 8a38da5c000ee99a7227b1caf8326979f93f34a1..cc155155fb7673771cf6c35e6a51afd7cbbdc5d2 100644 (file)
@@ -476,6 +476,11 @@ class SiteControllerTest < ActionDispatch::IntegrationTest
     assert_response :success
     assert_template "about"
     assert_select "div[lang='ar'][dir='rtl']"
+
+    # Page should still render even with incorrect locale
+    get about_path(:about_locale => "zzz")
+    assert_response :success
+    assert_template "about"
   end
 
   # Test the export page
@@ -495,7 +500,7 @@ class SiteControllerTest < ActionDispatch::IntegrationTest
   def test_offline
     get offline_path
     assert_response :success
-    assert_template "offline"
+    assert_select ".alert-warning"
   end
 
   # Test the rich text preview
index 06c1c09f85133fb359e007de5ff5c38902188d8d..7cd6bce89417fb40ae497c1debdc032817d2ab90 100644 (file)
@@ -56,7 +56,7 @@ class ApplicationHelperTest < ActionView::TestCase
   end
 
   def test_friendly_date
-    date = friendly_date(Time.new(2014, 3, 5, 18, 58, 23).utc)
+    date = friendly_date(Time.utc(2014, 3, 5, 18, 58, 23))
     assert_match %r{^<span title=" *5 March 2014 at 18:58">.*</span>$}, date
 
     date = friendly_date(Time.now.utc - 1.hour)
index a25eed6fae2fac1dcad79a769ef655564a0b72ba..f6cfb3c0679a467490926adfa21fcfbc83f0aee1 100644 (file)
@@ -17,11 +17,11 @@ class ChangesetsHelperTest < ActionView::TestCase
     # We need to explicitly reset the closed_at to some point in the future, and avoid the before_save callback
     changeset.update_column(:closed_at, Time.now.utc + 1.day) # rubocop:disable Rails/SkipsModelValidations
 
-    assert_match %r{^Created <abbr title='Mon, 01 Jan 2007 00:00:00 \+0000'>.*</abbr> by anonymous$}, changeset_details(changeset)
+    assert_match %r{^Created <abbr title="Mon, 01 Jan 2007 00:00:00 \+0000">.*</abbr> by anonymous$}, changeset_details(changeset)
 
     changeset = create(:changeset, :created_at => Time.utc(2007, 1, 1, 0, 0, 0), :closed_at => Time.utc(2007, 1, 2, 0, 0, 0))
     user_link = %(<a href="/user/#{ERB::Util.u(changeset.user.display_name)}">#{changeset.user.display_name}</a>)
 
-    assert_match %r{^Closed <abbr title='Created: Mon, 01 Jan 2007 00:00:00 \+0000&#10;Closed: Tue, 02 Jan 2007 00:00:00 \+0000'>.*</abbr> by #{user_link}$}, changeset_details(changeset)
+    assert_match %r{^Closed <abbr title="Created: Mon, 01 Jan 2007 00:00:00 \+0000&#10;Closed: Tue, 02 Jan 2007 00:00:00 \+0000">.*</abbr> by #{user_link}$}, changeset_details(changeset)
   end
 end
index d5f3021fbf6dc97a90920558336d4eef918fdb20..37518fb3d22b01765e5afade169ad93eaea476fa 100644 (file)
@@ -5,11 +5,11 @@ class NoteHelperTest < ActionView::TestCase
   include ApplicationHelper
 
   def test_note_event
-    date = Time.new(2014, 3, 5, 21, 37, 45, "+00:00")
+    date = Time.utc(2014, 3, 5, 21, 37, 45)
     user = create(:user)
 
-    assert_match %r{^Created by anonymous <abbr title='Wed, 05 Mar 2014 21:37:45 \+0000'><span title=" 5 March 2014 at 21:37">.* ago</span></abbr>$}, note_event("opened", date, nil)
-    assert_match %r{^Resolved by <a href="/user/#{ERB::Util.u(user.display_name)}">#{user.display_name}</a> <abbr title='Wed, 05 Mar 2014 21:37:45 \+0000'><span title=" 5 March 2014 at 21:37">.* ago</span></abbr>$}, note_event("closed", date, user)
+    assert_match %r{^Created by anonymous <abbr title="Wed, 05 Mar 2014 21:37:45 \+0000"><span title=" 5 March 2014 at 21:37">.* ago</span></abbr>$}, note_event("opened", date, nil)
+    assert_match %r{^Resolved by <a href="/user/#{ERB::Util.u(user.display_name)}">#{user.display_name}</a> <abbr title="Wed, 05 Mar 2014 21:37:45 \+0000"><span title=" 5 March 2014 at 21:37">.* ago</span></abbr>$}, note_event("closed", date, user)
   end
 
   def test_note_author
@@ -23,7 +23,7 @@ class NoteHelperTest < ActionView::TestCase
   end
 
   def test_disappear_in
-    note_closed_date = Time.new(2022, 1, 1, 12, 0, 0, "+00:00")
+    note_closed_date = Time.utc(2022, 1, 1, 12, 0, 0)
     note = create(:note, :closed_at => note_closed_date)
 
     travel_to note_closed_date + 1.day do
index 5b39ea76a44be70480178b2011a466f57369092a..5610f9b6ee460669c2ae06d29eb70f1459058e07 100644 (file)
@@ -113,7 +113,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
 
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -125,7 +125,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
 
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -137,7 +137,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
 
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -270,7 +270,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
 
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -282,7 +282,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
 
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -294,7 +294,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
 
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -409,7 +409,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     assert_response :success
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -457,7 +457,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Connection to authentication provider failed"
+    assert_select "div.alert.alert-danger", "Connection to authentication provider failed"
     assert_select "span.username", false
   end
 
@@ -482,7 +482,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Invalid authentication credentials"
+    assert_select "div.alert.alert-danger", "Invalid authentication credentials"
     assert_select "span.username", false
   end
 
@@ -572,7 +572,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     assert_response :success
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -621,7 +621,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Connection to authentication provider failed"
+    assert_select "div.alert.alert-danger", "Connection to authentication provider failed"
     assert_select "span.username", false
   end
 
@@ -645,7 +645,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Invalid authentication credentials"
+    assert_select "div.alert.alert-danger", "Invalid authentication credentials"
     assert_select "span.username", false
   end
 
@@ -758,7 +758,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     assert_response :success
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -805,7 +805,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Connection to authentication provider failed"
+    assert_select "div.alert.alert-danger", "Connection to authentication provider failed"
     assert_select "span.username", false
   end
 
@@ -829,7 +829,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Invalid authentication credentials"
+    assert_select "div.alert.alert-danger", "Invalid authentication credentials"
     assert_select "span.username", false
   end
 
@@ -913,7 +913,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     assert_response :success
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -960,7 +960,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Connection to authentication provider failed"
+    assert_select "div.alert.alert-danger", "Connection to authentication provider failed"
     assert_select "span.username", false
   end
 
@@ -984,7 +984,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Invalid authentication credentials"
+    assert_select "div.alert.alert-danger", "Invalid authentication credentials"
     assert_select "span.username", false
   end
 
@@ -1068,7 +1068,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     assert_response :success
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -1115,7 +1115,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Connection to authentication provider failed"
+    assert_select "div.alert.alert-danger", "Connection to authentication provider failed"
     assert_select "span.username", false
   end
 
@@ -1139,7 +1139,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Invalid authentication credentials"
+    assert_select "div.alert.alert-danger", "Invalid authentication credentials"
     assert_select "span.username", false
   end
 
@@ -1223,7 +1223,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     assert_response :success
     assert_template "sessions/new"
     assert_select "span.username", false
-    assert_select "div.flash.error", /your account has been suspended/ do
+    assert_select "div.alert.alert-danger", /your account has been suspended/ do
       assert_select "a[href='mailto:openstreetmap@example.com']", "support"
     end
   end
@@ -1270,7 +1270,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Connection to authentication provider failed"
+    assert_select "div.alert.alert-danger", "Connection to authentication provider failed"
     assert_select "span.username", false
   end
 
@@ -1294,7 +1294,7 @@ class UserLoginTest < ActionDispatch::IntegrationTest
     follow_redirect!
     assert_response :success
     assert_template "sessions/new"
-    assert_select "div.flash.error", "Invalid authentication credentials"
+    assert_select "div.alert.alert-danger", "Invalid authentication credentials"
     assert_select "span.username", false
   end
 
index 9c7d8e568347625a5c8d58291c4a028afe3c7769..3f46955b3bab54ce0a21d8ce82f68dc820365b4e 100644 (file)
@@ -55,6 +55,20 @@ class I18nTest < ActiveSupport::TestCase
     end
   end
 
+  def test_en_for_raw_html
+    en = YAML.load_file(Rails.root.join("config/locales/en.yml"))
+    assert_nothing_raised do
+      check_values_for_raw_html(en)
+    end
+  end
+
+  def test_en_for_nil_values
+    en = YAML.load_file(Rails.root.join("config/locales/en.yml"))
+    assert_nothing_raised do
+      check_values_for_nil(en)
+    end
+  end
+
   private
 
   def translation_keys(scope = nil)
@@ -81,4 +95,25 @@ class I18nTest < ActiveSupport::TestCase
   rescue I18n::MissingTranslationData
     [:zero, :one, :other]
   end
+
+  def check_values_for_raw_html(hash)
+    hash.each_pair do |k, v|
+      if v.is_a? Hash
+        check_values_for_raw_html(v)
+      else
+        next unless k.end_with?("_html")
+        raise "Avoid using raw html in '#{k}: #{v}'" if v.include? "<"
+      end
+    end
+  end
+
+  def check_values_for_nil(hash)
+    hash.each_pair do |k, v|
+      if v.is_a? Hash
+        check_values_for_nil(v)
+      else
+        raise "Avoid nil values in '#{k}: nil'" if v.nil?
+      end
+    end
+  end
 end
index 5273c8ca0b7c60c789402cfadc394970f467090a..8b3144af21da369f8491544716c42ebf475426ea 100644 (file)
   // package.json
   var package_default = {
     name: "iD",
-    version: "2.25.1",
+    version: "2.25.2",
     description: "A friendly editor for OpenStreetMap",
     main: "dist/iD.min.js",
     repository: "github:openstreetmap/iD",
index 2314b33bee237cd0ef5ed98e5d899b21703a1ba8..f10cd3eeb8b8a5e2db88e9e2059d73ebb15adbac 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}","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}","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":"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}","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":"ACT2017","name":"ACTmapi Imagery 2017","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/imagery2017mga/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2017-05-01T00:00:00.000Z","startDate":"2017-05-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.085,-35.1171],[149.0857,-35.1348],[149.0635,-35.1355],[149.0637,-35.1532],[149.0204,-35.154],[149.0206,-35.172],[148.9986,-35.1724],[148.999,-35.1904],[148.9329,-35.1919],[148.9341,-35.228],[148.9123,-35.2282],[148.9128,-35.246],[148.8687,-35.2466],[148.8689,-35.2643],[148.8469,-35.2652],[148.8474,-35.2832],[148.8033,-35.2836],[148.8041,-35.302],[148.7822,-35.3022],[148.7839,-35.3921],[148.7617,-35.3924],[148.7688,-35.7167],[148.7911,-35.7167],[148.7909,-35.7347],[148.8131,-35.7343],[148.8138,-35.7524],[148.8359,-35.7521],[148.8361,-35.7698],[148.8805,-35.7695],[148.8826,-35.859],[148.9042,-35.8586],[148.9053,-35.8768],[148.9272,-35.8768],[148.9277,-35.8949],[148.9499,-35.8946],[148.9506,-35.9125],[149.0172,-35.9113],[149.0175,-35.9294],[149.1727,-35.9271],[149.1624,-35.5487],[149.3385,-35.5451],[149.3341,-35.3648],[149.3772,-35.3641],[149.3777,-35.3457],[149.3988,-35.3452],[149.3974,-35.2917],[149.3536,-35.2921],[149.3531,-35.2742],[149.309,-35.2751],[149.3085,-35.2571],[149.2644,-35.2575],[149.2632,-35.2222],[149.2419,-35.2223],[149.241,-35.2043],[149.2192,-35.2048],[149.2177,-35.1683],[149.1962,-35.1689],[149.1957,-35.1512],[149.1739,-35.1512],[149.1736,-35.1335],[149.1509,-35.1335],[149.1509,-35.1157],[149.085,-35.1171]]],"terms_url":"https://actmapi-actgov.opendata.arcgis.com/datasets/884456bde6fd46d68e0c05479f55d548","terms_text":"© Jacobs Group (Australia) Pty Ltd and Australian Capital Territory","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT2018","name":"ACTmapi Imagery 2018","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/imagery2018mga/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2018-03-19T00:00:00.000Z","startDate":"2018-03-19T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.2695,-35.4381],[149.2669,-35.348],[149.3329,-35.3468],[149.3334,-35.3648],[149.3774,-35.364],[149.3769,-35.3459],[149.3989,-35.3455],[149.3984,-35.3275],[149.4094,-35.3273],[149.4088,-35.3092],[149.3978,-35.3095],[149.3973,-35.2914],[149.3533,-35.2923],[149.3528,-35.2743],[149.3089,-35.2751],[149.3084,-35.2571],[149.2644,-35.2579],[149.2634,-35.2219],[149.2415,-35.2223],[149.241,-35.2043],[149.219,-35.2047],[149.218,-35.1687],[149.1961,-35.1691],[149.1956,-35.151],[149.1737,-35.1514],[149.1732,-35.1334],[149.1512,-35.1338],[149.1508,-35.1158],[149.085,-35.1169],[149.0854,-35.135],[149.0635,-35.1353],[149.0639,-35.1534],[149.0201,-35.1541],[149.0205,-35.1721],[148.9985,-35.1725],[148.999,-35.1905],[148.9331,-35.1916],[148.934,-35.2276],[148.912,-35.228],[148.9124,-35.246],[148.8685,-35.2467],[148.8689,-35.2647],[148.8469,-35.265],[148.8473,-35.2831],[148.8034,-35.2837],[148.8038,-35.3018],[148.7818,-35.3021],[148.7838,-35.3922],[148.8058,-35.3919],[148.8086,-35.5181],[148.7976,-35.5182],[148.7994,-35.5993],[148.8766,-35.5982],[148.8747,-35.517],[148.8527,-35.5174],[148.8508,-35.4363],[148.8398,-35.4364],[148.8388,-35.3914],[149.0039,-35.3888],[149.0048,-35.4248],[149.0268,-35.4244],[149.0277,-35.4605],[149.0497,-35.4601],[149.0511,-35.5142],[149.1613,-35.5122],[149.1594,-35.4402],[149.2695,-35.4381]]],"terms_text":"© Jacobs Group (Australia) Pty Ltd and Australian Capital Territory","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202004","name":"ACTmapi Imagery Apr 2020","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202004gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-04-23T00:00:00.000Z","startDate":"2020-04-23T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.17279,-35.92683],[149.16174,-35.54764],[149.33893,-35.54503],[149.33393,-35.36468],[149.37743,-35.36439],[149.37672,-35.34578],[149.42093,-35.34491],[149.4195,-35.29109],[149.37529,-35.29138],[149.37493,-35.27363],[149.33144,-35.27421],[149.33037,-35.25675],[149.28616,-35.25704],[149.28616,-35.23957],[149.26406,-35.23986],[149.26263,-35.20374],[149.24124,-35.20433],[149.2416,-35.18626],[149.21771,-35.18655],[149.21735,-35.15071],[149.19561,-35.15071],[149.19525,-35.1338],[149.17243,-35.1338],[149.17243,-35.11543],[149.06298,-35.11689],[149.06405,-35.13555],[149.04123,-35.13526],[149.04159,-35.15304],[148.99774,-35.15362],[148.99845,-35.17228],[148.97528,-35.17228],[148.97635,-35.19063],[148.93321,-35.1918],[148.93356,-35.20957],[148.91146,-35.20928],[148.91253,-35.22734],[148.86832,-35.22821],[148.86903,-35.24656],[148.84657,-35.24714],[148.84729,-35.26519],[148.80379,-35.26548],[148.80415,-35.28352],[148.78026,-35.28352],[148.78311,-35.39201],[148.76101,-35.39201],[148.76279,-35.46492],[148.74069,-35.46579],[148.74247,-35.53719],[148.76422,-35.53719],[148.76814,-35.71715],[148.79096,-35.71657],[148.7906,-35.73539],[148.81306,-35.73423],[148.8127,-35.75159],[148.83695,-35.75275],[148.83659,-35.76924],[148.88044,-35.76982],[148.88294,-35.86002],[148.90469,-35.85944],[148.90575,-35.87677],[148.92786,-35.87591],[148.92715,-35.89382],[148.94996,-35.8941],[148.94996,-35.91288],[149.01699,-35.91114],[149.01735,-35.92847],[149.17279,-35.92683]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and MetroMap","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202104","name":"ACTmapi Imagery Apr 2021","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202104gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-04-01T00:00:00.000Z","startDate":"2021-04-01T00:00:00.000Z","zoomExtent":[5,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","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202112","name":"ACTmapi Imagery Dec 2021","type":"wms","template":"https://data4.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202112gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-12-01T00:00:00.000Z","startDate":"2021-12-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[148.9116,-35.20994],[148.92797,-35.89479],[148.95013,-35.8944],[148.9506,-35.91241],[149.01707,-35.91132],[149.01751,-35.92935],[149.17244,-35.92664],[149.16226,-35.54826],[149.33863,-35.54496],[149.3334,-35.36476],[149.37743,-35.36394],[149.3769,-35.34592],[149.42088,-35.34505],[149.41926,-35.29101],[149.3753,-35.29189],[149.37479,-35.27385],[149.33085,-35.27471],[149.33033,-35.25669],[149.28639,-35.25754],[149.28589,-35.23951],[149.26392,-35.23993],[149.2629,-35.2039],[149.24097,-35.20429],[149.24047,-35.18627],[149.21852,-35.18667],[149.21754,-35.15063],[149.1956,-35.15104],[149.19512,-35.13301],[149.17318,-35.13341],[149.1727,-35.11539],[149.06305,-35.11731],[149.06352,-35.13536],[149.04156,-35.1357],[149.04201,-35.15372],[148.99812,-35.15445],[148.99856,-35.17248],[148.97661,-35.17284],[148.97706,-35.19088],[148.93313,-35.19157],[148.93356,-35.2096],[148.9116,-35.20994]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and MetroMap","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT2019","name":"ACTmapi Imagery Feb 2019","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/imagery2019mga/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2019-02-09T00:00:00.000Z","startDate":"2019-02-09T00:00:00.000Z","zoomExtent":[6,21],"polygon":[[[149.04053,-35.09056],[149.04156,-35.12665],[148.99796,-35.12721],[148.99864,-35.16342],[148.95435,-35.16399],[148.95641,-35.26286],[149.0007,-35.26272],[149.00396,-35.37981],[148.99315,-35.37995],[148.99504,-35.4794],[149.03984,-35.47829],[149.03984,-35.51448],[149.16121,-35.51197],[149.15932,-35.44039],[149.29201,-35.4376],[149.28995,-35.37449],[149.30094,-35.37435],[149.30042,-35.36512],[149.3224,-35.36498],[149.3224,-35.37435],[149.42179,-35.37239],[149.42127,-35.36316],[149.43226,-35.36288],[149.42986,-35.27253],[149.34196,-35.27435],[149.34111,-35.23847],[149.29716,-35.23861],[149.29596,-35.19429],[149.2515,-35.19499],[149.24944,-35.12314],[149.20618,-35.1237],[149.20498,-35.08747],[149.04053,-35.09056]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202102","name":"ACTmapi Imagery Feb 2021","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202102gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-02-01T00:00:00.000Z","startDate":"2021-02-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[148.73909,-35.46514],[148.74252,-35.53837],[148.76312,-35.53893],[148.76724,-35.71585],[148.84415,-35.7727],[148.8826,-35.77047],[148.88466,-35.85789],[148.95401,-35.91408],[149.01512,-35.91185],[149.01581,-35.9302],[149.17442,-35.92687],[149.16412,-35.62158],[149.34059,-35.616],[149.3351,-35.45731],[149.42436,-35.45228],[149.41887,-35.34705],[149.46487,-35.34313],[149.46419,-35.31176],[149.48753,-35.31008],[149.4841,-35.27253],[149.52667,-35.27085],[149.52873,-35.19906],[149.41887,-35.20131],[149.41338,-35.07496],[149.3708,-35.07496],[149.23897,-35.13226],[149.23965,-35.15079],[149.19708,-35.15079],[149.16962,-35.11654],[149.0625,-35.11822],[148.77685,-35.28598],[148.78235,-35.39353],[148.76106,-35.39241],[148.7645,-35.46458],[148.73909,-35.46514]]],"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":"ACT202001","name":"ACTmapi Imagery Jan 2020","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/imagery202001mga/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-01-21T00:00:00.000Z","startDate":"2020-01-21T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.01888,-35.55033],[149.18443,-35.54764],[149.1842,-35.51205],[149.22793,-35.5105],[149.22817,-35.50218],[149.23886,-35.50237],[149.2372,-35.47431],[149.32562,-35.47412],[149.32419,-35.43694],[149.36792,-35.43636],[149.36745,-35.40964],[149.41213,-35.40809],[149.41047,-35.37243],[149.45396,-35.37224],[149.45206,-35.27237],[149.36531,-35.27334],[149.36293,-35.23763],[149.33013,-35.2386],[149.32918,-35.22947],[149.31991,-35.23005],[149.3173,-35.19374],[149.27404,-35.19432],[149.27261,-35.15838],[149.22888,-35.15974],[149.22757,-35.10541],[149.23815,-35.10483],[149.23791,-35.08675],[149.02982,-35.09083],[149.02959,-35.09987],[149.01913,-35.10016],[149.01972,-35.12661],[148.93142,-35.12826],[148.93611,-35.33576],[148.98051,-35.33506],[148.9849,-35.51532],[149.02911,-35.51456],[149.02979,-35.54152],[149.01874,-35.54169],[149.01888,-35.55033]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and Spookfish Australia Pty Ltd","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT201906","name":"ACTmapi Imagery Jun 2019","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/imagery201906mga/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2019-06-19T00:00:00.000Z","startDate":"2019-06-19T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[148.97478,-35.10074],[148.97581,-35.1369],[148.93187,-35.13753],[148.93676,-35.34461],[148.9807,-35.34419],[148.98319,-35.44333],[148.97203,-35.44333],[148.97324,-35.48863],[149.01701,-35.48807],[149.01855,-35.55974],[149.18464,-35.55709],[149.18378,-35.52084],[149.22772,-35.52007],[149.22678,-35.48402],[149.2709,-35.48325],[149.2697,-35.44718],[149.3139,-35.44634],[149.31287,-35.41934],[149.40093,-35.41752],[149.40042,-35.39955],[149.41166,-35.39927],[149.41089,-35.38135],[149.45509,-35.38044],[149.45191,-35.28129],[149.40805,-35.28227],[149.40694,-35.24632],[149.31905,-35.248],[149.31806,-35.21184],[149.27416,-35.21263],[149.27223,-35.14062],[149.25025,-35.14107],[149.24983,-35.13198],[149.22811,-35.13237],[149.22712,-35.09632],[148.97478,-35.10074]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and Spookfish Australia Pty Ltd","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202006","name":"ACTmapi Imagery Jun 2020","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202006gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-06-05T00:00:00.000Z","startDate":"2020-06-05T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.16067,-35.51282],[149.15888,-35.44024],[149.27012,-35.43762],[149.26834,-35.36584],[149.37779,-35.3641],[149.37565,-35.34607],[149.42057,-35.3452],[149.41914,-35.29022],[149.37458,-35.29138],[149.37422,-35.27334],[149.33073,-35.27392],[149.32966,-35.25616],[149.28652,-35.25733],[149.28616,-35.23928],[149.26334,-35.23986],[149.26227,-35.20345],[149.24053,-35.20374],[149.23981,-35.18597],[149.21842,-35.18685],[149.21771,-35.15012],[149.19525,-35.15042],[149.19489,-35.13292],[149.17386,-35.13292],[149.17386,-35.11455],[149.06334,-35.11747],[149.06405,-35.13584],[149.04052,-35.13555],[149.04195,-35.15304],[148.99774,-35.15391],[148.99916,-35.17228],[148.9767,-35.17257],[148.97742,-35.19063],[148.95531,-35.19122],[148.95709,-35.26286],[149.00095,-35.26228],[149.00487,-35.42513],[149.02697,-35.42484],[149.02768,-35.46086],[149.04908,-35.46086],[149.05086,-35.51427],[149.16067,-35.51282]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and MetroMap","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202011","name":"ACTmapi Imagery Nov 2020","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202011gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-11-01T00:00:00.000Z","startDate":"2020-11-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.16067,-35.51282],[149.15888,-35.44024],[149.27012,-35.43762],[149.26834,-35.36584],[149.37779,-35.3641],[149.37565,-35.34607],[149.42057,-35.3452],[149.41914,-35.29022],[149.37458,-35.29138],[149.37422,-35.27334],[149.33073,-35.27392],[149.32966,-35.25616],[149.28652,-35.25733],[149.28616,-35.23928],[149.26334,-35.23986],[149.26227,-35.20345],[149.24053,-35.20374],[149.23981,-35.18597],[149.21842,-35.18685],[149.21771,-35.15012],[149.19525,-35.15042],[149.19489,-35.13292],[149.17386,-35.13292],[149.17386,-35.11455],[149.06334,-35.11747],[149.06405,-35.13584],[149.04052,-35.13555],[149.04195,-35.15304],[148.99774,-35.15391],[148.99916,-35.17228],[148.9767,-35.17257],[148.97742,-35.19063],[148.95531,-35.19122],[148.95709,-35.26286],[149.00095,-35.26228],[149.00487,-35.42513],[149.02697,-35.42484],[149.02768,-35.46086],[149.04908,-35.46086],[149.05086,-35.51427],[149.16067,-35.51282]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and MetroMap","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"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}","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}","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":"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","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","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":"AIV_DHMV_II_HILL_25cm","name":"AIV Digitaal Hoogtemodel Vlaanderen II, multidirectionale hillshade 0,25 m","type":"wms","template":"https://geoservices.informatievlaanderen.be/raadpleegdiensten/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","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":"© agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AIV_DHMV_II_SVF_25cm","name":"AIV Digitaal Hoogtemodel Vlaanderen II, Skyview factor 0,25 m","type":"wms","template":"https://geoservices.informatievlaanderen.be/raadpleegdiensten/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","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":"© agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AGIV10cm","name":"AIV Flanders 2013-2015 aerial imagery 10cm","type":"wms","template":"https://geoservices.informatievlaanderen.be/raadpleegdiensten/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","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":"© agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AGIVFlandersGRB","name":"AIV Flanders GRB","type":"tms","template":"https://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=grb_bsk&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}","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":"© agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AGIV","name":"AIV Flanders most recent aerial imagery","type":"tms","template":"https://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=omwrgbmrvl&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}","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":"© agentschap Informatie Vlaanderen","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AGIVwerkbestand","name":"AIV Flanders preliminary aerial imagery","type":"wms","template":"https://geoservices.informatievlaanderen.be/raadpleegdiensten/ofw/wms?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=OFW&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:3857","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":"© agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AIV_Wegenregister","name":"AIV Wegenregister","type":"wms","template":"http://geoservices.informatievlaanderen.be/raadpleegdiensten/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","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":"© Agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.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}","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":"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}","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}","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","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","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":"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","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","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":"BANO","name":"BANO","type":"tms","template":"https://{switch:a,b,c}.layers.openstreetmap.fr/bano/{zoom}/{x}/{y}.png","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_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/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://maps{switch:1,2,3,4}.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png","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://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{zoom}/{y}/{x}.jpeg","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://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmapoverlay/normal/google3857/{zoom}/{y}/{x}.png","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://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmapoberflaeche/grau/google3857/{zoom}/{y}/{x}.jpeg","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://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmapgelaende/grau/google3857/{zoom}/{y}/{x}.jpeg","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":"bavaria-80cm","name":"Bavaria (80 cm)","type":"wms","template":"https://geoservices.bayern.de/wms/v2/ogc_dop80_oa.cgi?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=by_dop80c&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:3857","zoomExtent":[7,18],"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":"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}","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","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","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","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.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://openstreetmap.fr/bdortho","terms_text":"BDOrtho IGN","best":true,"icon":"http://www.ign.fr/institut/sites/all/themes/ign_institut/logo.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","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-2011","name":"Berlin/Geoportal DOP20RGB (2011)","type":"wms","template":"https://fbinter.stadt-berlin.de/fb/wms/senstadt/k_luftbild2011_20?LAYERS=0&STYLES=default&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:4326","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","polygon":[[[13.48699,52.68076],[13.47594,52.68122],[13.42728,52.6549],[13.39158,52.65382],[13.36783,52.6468],[13.32714,52.64692],[13.31376,52.66442],[13.27292,52.66444],[13.22139,52.63215],[13.21264,52.6321],[13.16282,52.60462],[13.15251,52.60489],[13.11865,52.59156],[13.112,52.55915],[13.11685,52.47881],[13.10516,52.47897],[13.07367,52.41403],[13.07371,52.40668],[13.10487,52.40723],[13.11935,52.40025],[13.11889,52.38385],[13.14868,52.38421],[13.14859,52.38971],[13.17719,52.39067],[13.18886,52.40417],[13.23622,52.40342],[13.30557,52.40452],[13.31243,52.39775],[13.33968,52.40887],[13.37045,52.39349],[13.36857,52.38728],[13.38642,52.38667],[13.38689,52.37388],[13.42885,52.37401],[13.43552,52.38016],[13.48536,52.39227],[13.51948,52.39236],[13.53198,52.38376],[13.59432,52.37455],[13.62609,52.35491],[13.6417,52.33103],[13.65235,52.33133],[13.74494,52.39909],[13.76627,52.42973],[13.76644,52.43884],[13.7547,52.4565],[13.65796,52.49324],[13.65806,52.50372],[13.67199,52.50379],[13.66547,52.52854],[13.63477,52.55121],[13.59674,52.55936],[13.58109,52.58134],[13.54209,52.60921],[13.5299,52.64437],[13.52584,52.65196],[13.48699,52.68076]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2011 (DOP20RGB)","description":"Digitale Orthophotos für das gesamte Berliner Stadtgebiet mit einer Bodenauflösung von 0,20 m im Blattschnitt 2 km x 2 km."},{"id":"Berlin-2014","name":"Berlin/Geoportal DOP20RGB (2014)","type":"tms","template":"https://tiles.codefor.de/berlin-2014-dop20rgb/{zoom}/{x}/{y}.png","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","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","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","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","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","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","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","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)","best":true},{"id":"Berlin-2020-TrueDOP","name":"Berlin/Geoportal TrueDOP20RGB (2020)","type":"tms","template":"https://tiles.codefor.de/berlin-2020-truedop20rgb/{zoom}/{x}/{y}.png","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":"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","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","best":true},{"id":"Bordeaux_2012","name":"Bordeaux - 2012","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/bordeaux_2012/{zoom}/{x}/{y}","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}","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}","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}","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":"Brest_2004","name":"Brest - 2004","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/brest_2004/{zoom}/{x}/{y}","endDate":"2004-01-01T00:00:00.000Z","startDate":"2004-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-4.66444,48.46561],[-4.64202,48.30385],[-4.30555,48.32444],[-4.32797,48.48614],[-4.66444,48.46561]]],"terms_url":"https://geo.pays-de-brest.fr/zapp/Pages/Photo-aerienne.aspx","terms_text":"Brest Métropole - 2004"},{"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}","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"},{"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}","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"},{"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","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","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","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-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":"http://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","best":true,"description":"5 cm resolution bald image"},{"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","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","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","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":"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}","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","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":"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","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","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://ge.ch/sitgags2/services/RASTER/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","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://ge.ch/sitgags2/services/RASTER/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","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://ge.ch/sitgags2/services/RASTER/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","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-2014","name":"Canton de Génève, MNA RELIEF OMBRE TERRAIN 2014 (SITG)","type":"wms","template":"https://ge.ch/sitgags2/services/RASTER/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","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://ge.ch/sitgags2/services/RASTER/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","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://ge.ch/sitgags2/services/RASTER/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","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-orthophoto-2016","name":"Canton de Génève, Orthophoto 2016 (5cm) (SITG)","type":"wms","template":"https://ge.ch/sitgags2/services/RASTER/ORTHOPHOTOS_2016/MapServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","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":"wms","template":"https://ge.ch/sitgags2/services/RASTER/ORTHOPHOTOS_2018/MapServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","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":"wms","template":"https://ge.ch/sitgags2/services/RASTER/ORTHOPHOTOS_2019/MapServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&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":[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-2021","name":"Canton de Génève, Orthophoto 2021 (20cm) (SITG)","type":"wms","template":"https://ge.ch/sitgags2/services/RASTER/ORTHOPHOTOS_2021/MapServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","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":"CTFRIBOURG2016","name":"Canton Fribourg 2016","type":"tms","template":"https://mapproxy.osm.ch/tiles/fribourg_2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","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","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","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":"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}","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":"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}","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/2020_Pictometry_3in/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","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 orthoimagery for Cattaraugus County in the State of New York","icon":"https://www.cattco.org/sites/default/files/inline-images/cattcoseal_0.png"},{"id":"UrbISOrtho","name":"CIRB/CIBG most recent 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:Ortho&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","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":"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}","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/Home/ShowImage?id=3187"},{"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","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","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-rest","name":"City of Cape Town 2017 Aerial","type":"wms","template":"https://citymaps.capetown.gov.za/agsext1/rest/services/Aerial_Photography_Cached/AP_2017_Jan/MapServer/export?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","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-rest","name":"City of Cape Town 2018 Aerial","type":"wms","template":"https://citymaps.capetown.gov.za/agsext1/rest/services/Aerial_Photography_Cached/AP_2018_Feb/MapServer/export?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-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_Fairfield_OH_2020","name":"City of Fairfield Orthoimagery (2020)","type":"wms","template":"http://gis.fairfield-city.org/maps/rest/services/Imagery_2020/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,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":"Marco_Island_FL_Ortho_2021","name":"City of Marco Island Orthoimagery (2021)","type":"tms","template":"https://t3.cityofmarcoisland.com:6443/cmi/rest/services/General/Aerial_2021/MapServer/WMTS/tile/1.0.0/General_Aerial_2021/default/default028mm/{zoom}/{y}/{x}","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00: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 2021 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","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","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":"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}","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":"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}","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}","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}","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}","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":"NC_Coastal_Plain_Ortho_2020_NDVI","name":"Coastal Plain NC Orthoimagery 2020 (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}","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-75.86746,36.55764],[-79.151,36.55267],[-79.16886,36.25092],[-79.27048,36.25092],[-79.27048,35.85177],[-79.55544,35.85066],[-79.57192,35.53502],[-79.77242,35.53446],[-79.66873,35.19065],[-80.08621,35.14686],[-80.08759,35.10643],[-79.9173,35.09351],[-79.8658,34.9276],[-79.93309,34.79012],[-79.68315,34.79181],[-78.55362,33.84248],[-77.95693,33.84019],[-77.79419,34.19249],[-77.55318,34.41144],[-77.15149,34.6236],[-76.9043,34.67783],[-76.67839,34.68122],[-76.51909,34.55294],[-76.18469,34.94674],[-76.04668,35.04743],[-75.80566,35.16651],[-75.52277,35.21758],[-75.4541,35.50372],[-75.4493,35.65116],[-75.79743,36.31568],[-75.86746,36.55764]]],"terms_url":"https://www.nconemap.gov/datasets/2020-orthoimagery-ndvi","terms_text":"NCCGIA, NC911 Board","description":"4-band NDVI orthoimagery for the 27 counties representing the Coastal Plain region of North Carolina","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/nc/NCOneMap.png"},{"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}","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}","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":"Craig_2019","name":"CRAIG - 2019","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/craig_2019/{zoom}/{x}/{y}","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":"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}","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}","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":"cyclosm","name":"CyclOSM","type":"tms","template":"https://{switch:a,b,c}.tile-cyclosm.openstreetmap.fr/cyclosm/{zoom}/{x}/{y}.png","zoomExtent":[0,20],"terms_url":"https://www.cyclosm.org/","terms_text":"Rendering: CyclOSM (hosted by OpenStreetMap France) © Map data OpenStreetMap contributors","description":"CyclOSM is a map style designed with cycling in mind. It leverages OpenStreetMap data to create a beautiful and practical cycling map!","icon":"https://raw.githubusercontent.com/cyclosm/cyclosm-website/master/images/logo.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","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","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","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","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":"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","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","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","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","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 (3in)","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}","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 (3in)","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}","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","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","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","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","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","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","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","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}","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}","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}","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}","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","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}","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}","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_Infrared","name":"Delaware 2017 Orthophotography (Infrared)","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=DE_Imagery_2017:Infrared&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","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) infrared orthoimages covering the entire State of Delaware at 2017.","icon":"https://firstmap.delaware.gov/CLF4/agency/img/logo/agencyLogoSquare.png"},{"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=DE_Imagery_2017:None&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","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":"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}","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}","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}","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","projection":"EPSG:900913","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","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}","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","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","projection":"EPSG:3857","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","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":"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","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}","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}","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}","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}","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}","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}","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}","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}","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}","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}","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","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}","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}","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":"http://gis-services.metria.se/arcgis/rest/services/nv/InspireNV_NVR/MapServer/exts/InspireView/SWE/service?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=PS.OBO,PS.DVO,PS.IF,PS.KR,PS.NP,PS.POINT,PS.NM,PS.NR,PS.NVO,PS.SBO,PS.VSO&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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}","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","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","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","best":true},{"id":"Erlangen-2020","name":"Erlangen TrueDOP (2020 20cm)","type":"tms","template":"https://geodaten.erlangen.de/luftbilder/2020/{zoom}/{x}/{y}.png","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","best":true},{"id":"Erlangen-2022","name":"Erlangen TrueDOP (2022 20 cm)","type":"tms","template":"https://geodaten.erlangen.de/luftbilder/2022/{zoom}/{x}/{y}.png","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}","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":"EsriWorldImagery","name":"Esri World Imagery","type":"tms","template":"https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}","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}","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","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":"Fairfax_VA_Current","name":"Fairfax County Orthoimagery (Current)","type":"tms","template":"https://www.fairfaxcounty.gov/nadar/rest/services/AerialPhotography/CurrentAerialPhotographyCached/ImageServer/WMTS/tile/1.0.0/AerialPhotography_CurrentAerialPhotographyCached/default/default028mm/{zoom}/{y}/{x}","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 most current 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}","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}","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":"FOMI_2005","name":"FÖMI orthophoto 2005","type":"tms","template":"http://e.tile.openstreetmap.hu/ortofoto2005/{zoom}/{x}/{y}.jpg","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","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":"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}","projection":"EPSG:4326","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","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","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","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","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","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","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_2019","name":"Franklin County Orthoimagery (2019)","type":"tms","template":"https://maps.columbus.gov/arcgis/rest/services/Imagery/Imagery2019/MapServer/WMTS/tile/1.0.0/Imagery_Imagery2019/default/default028mm/{zoom}/{y}/{x}","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-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 2019 orthoimagery for Franklin County in the State of Ohio","icon":"https://maps.franklincountyauditor.com/assets/Icons/50x50FCAstar.png"},{"id":"Freemap.sk-Cyclo","name":"Freemap.sk Bicycle","type":"tms","template":"https://tile.freemap.sk/C/{zoom}/{x}/{y}.jpeg","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","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","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-Outdoor","name":"Freemap.sk Outdoor","type":"tms","template":"https://outdoor.tiles.freemap.sk/{zoom}/{x}/{y}","zoomExtent":[6,19],"polygon":[[[23.64258,50.62507],[21.56616,51.21377],[14.34815,51.21377],[11.83227,50.41202],[11.84051,47.80209],[10.30243,47.80024],[8.60229,47.94211],[6.88293,47.58764],[5.59753,46.29761],[6.86096,44.20387],[7.55859,43.56447],[9.2395,43.56447],[10.18433,42.19597],[13.64502,40.40513],[21.10474,40.63897],[23.64258,41.16211],[26.12549,41.16211],[28.2019,41.86956],[29.94873,45.24395],[26.99341,48.35625],[23.64258,50.62507]]],"terms_url":"https://www.freemap.sk/?layers=X","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","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 Networkk","type":"wms","template":"https://julkinen.vayla.fi/inspirepalvelu/wms?LAYERS=digiroad:dr_tielinkki_toim_lk&STYLES=digiroad:DR_Tielinkki_toiminnallinen_luokka_2018&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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}","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}","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}","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}","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}","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}","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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}","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","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","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","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","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","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 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","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","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","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","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.geoservicos1.segeth.df.gov.br/arcgis/services/Imagens/FOTO_2015/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","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":"http://www.geoportal.segeth.df.gov.br","terms_text":"GeoPortal DF","description":"Satellite imagery","icon":"http://www.geoportal.segeth.df.gov.br/static/dist/img/logo_geoportal.png"},{"id":"GeoPortal_DF_2016","name":"GeoPortal DF 2016","type":"wms","template":"https://www.geoservicos1.segeth.df.gov.br/arcgis/services/Imagens/FOTO_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","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":"http://www.geoportal.segeth.df.gov.br/","terms_text":"GeoPortal DF","description":"Satellite imagery","icon":"http://www.geoportal.segeth.df.gov.br/static/dist/img/logo_geoportal.png"},{"id":"GeoPortal_DF_2019","name":"GeoPortal DF 2019","type":"wms","template":"https://www.geoservicos1.segeth.df.gov.br/arcgis/services/Imagens/SENTINEL_2019/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","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":"http://www.geoportal.segeth.df.gov.br/","terms_text":"GeoPortal DF","description":"Satellite imagery","icon":"http://www.geoportal.segeth.df.gov.br/static/dist/img/logo_geoportal.png"},{"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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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}","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}","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":"GURS-buildings","name":"GURS: Building outlines","type":"tms","template":"https://wms.openstreetmap.de/tms/GURS-building-outlines/{zoom}/{x}/{y}.png","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","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","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 2021)","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","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","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","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","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}","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","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}","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":"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","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":"hu-hillshade","name":"Hillshade Hungary","type":"tms","template":"https://{switch:a,b,c}.map.turistautak.hu/tiles/shading/{zoom}/{x}/{y}.png","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}","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","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","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}","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}","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}","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}","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}","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}","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_DF_Addresses","name":"IBGE Endereços Distrito Federal","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/wille/cirnnxni1000jg8nfppc8g7pm/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoid2lsbGUiLCJhIjoiY2t1dm4xYmF2NmEzdDMycTY3MjJtNmRwMiJ9._3qoS2hLLiJEkIDsVO4DoA","zoomExtent":[0,20],"polygon":[[[-48.2444,-16.0508],[-47.5695,-16.0508],[-47.5695,-15.5005],[-48.2444,-15.5005],[-48.2444,-16.0508]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE, OSM Brasil","description":"Addresses data from IBGE","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/IBGE.png","overlay":true},{"id":"IBGE_Nomes_Ruas_2019","name":"IBGE Nomes de Ruas","type":"tms","template":"https://api.mapbox.com/styles/v1/wille/cj8lp78dn62wl2rquim47qo0g/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoid2lsbGUiLCJhIjoiY2t1dm4xYmF2NmEzdDMycTY3MjJtNmRwMiJ9._3qoS2hLLiJEkIDsVO4DoA","zoomExtent":[12,22],"polygon":[[[-69.42989,-1.22173],[-69.3973,-1.36508],[-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]],[[-33.74987,-3.65978],[-33.81658,-3.6489],[-33.89336,-3.66397],[-33.96007,-3.70877],[-34.00035,-3.76654],[-34.01797,-3.84985],[-34.00664,-3.91809],[-33.98608,-3.95952],[-33.95923,-3.99217],[-33.8921,-4.03653],[-33.81658,-4.05077],[-33.72931,-4.03151],[-33.66638,-3.9838],[-33.62736,-3.9185],[-33.61519,-3.84985],[-33.63239,-3.76864],[-33.68693,-3.69537],[-33.74987,-3.65978]],[[-32.58338,-3.70527],[-32.61755,-3.73712],[-32.64061,-3.87309],[-32.59937,-3.9531],[-32.5538,-4.00884],[-32.42898,-4.0384],[-32.30194,-3.9883],[-32.2357,-3.90247],[-32.23155,-3.81889],[-32.24749,-3.75266],[-32.30049,-3.67684],[-32.35174,-3.63887],[-32.4592,-3.63029],[-32.54228,-3.65606],[-32.58338,-3.70527]],[[-28.7431,-20.30094],[-28.8683,-20.27288],[-29.0031,-20.32416],[-29.09537,-20.42649],[-29.19756,-20.33509],[-29.3343,-20.28932],[-29.46741,-20.3288],[-29.54604,-20.42958],[-29.55396,-20.52706],[-29.51696,-20.62613],[-29.40995,-20.68955],[-29.27599,-20.72578],[-29.15968,-20.66209],[-29.07188,-20.57088],[-28.9712,-20.64769],[-28.83286,-20.69814],[-28.67968,-20.62099],[-28.63549,-20.49284],[-28.63412,-20.47146],[-28.7431,-20.30094]],[[-29.52367,0.99422],[-29.54727,0.92553],[-29.54097,0.8689],[-29.50321,0.79391],[-29.43556,0.73937],[-29.36371,0.71892],[-29.29448,0.72521],[-29.24885,0.74357],[-29.17176,0.8196],[-29.14764,0.88358],[-29.14501,0.92605],[-29.16285,1.00314],[-29.22158,1.0776],[-29.29238,1.11378],[-29.35899,1.1206],[-29.43136,1.10224],[-29.48958,1.06134],[-29.52367,0.99422]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE, OSM Brasil","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/IBGE.png","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","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":"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}","endDate":"2016-03-27T00:00:00.000Z","startDate":"2016-03-27T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[79.01779,8.82757],[80.17728,8.8313],[80.17642,9.65042],[79.01402,9.64678],[79.01779,8.82757]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2014-07-31T00:00:00.000Z","startDate":"2014-07-31T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-152.70873,62.30357],[-148.99432,62.30357],[-148.99432,63.5333],[-152.00835,63.54646],[-152.70839,62.58153],[-152.70873,62.30357]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2020-01-19T00:00:00.000Z","startDate":"2020-01-19T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-68.9971,-73.0747],[-67.3934,-73.0747],[-67.3714,-73.0683],[-65.7018,-72.0346],[-64.0103,-70.8465],[-62.6922,-69.8191],[-61.484,-68.7709],[-60.4075,-67.7459],[-59.5727,-66.8905],[-58.2107,-65.3528],[-58.2107,-64.9187],[-64.7792,-64.9187],[-72.3142,-70.2615],[-72.3142,-70.6072],[-72.0726,-72.1629],[-68.9971,-73.0747]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2014-03-16T00:00:00.000Z","startDate":"2014-03-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[114.36,2.02846],[114.76254,2.08816],[114.76512,3.06751],[113.53619,3.07077],[113.53448,2.03],[114.36,2.02846]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[104.00155,-0.00008],[104.91015,-0.00008],[104.91015,1.45116],[104.00137,1.45099],[104.00155,-0.00008]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing Islands in OSM (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}","endDate":"2019-12-12T00:00:00.000Z","startDate":"2019-12-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[30.0359,-72.8301],[31.7635,-72.8301],[32.3595,-72.7236],[32.3599,-72.2248],[30.0359,-72.2248],[30.0359,-72.8301]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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-LC81800982013291LGN00","name":"imagico.de: Bouvet Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81800982013291LGN00&z={zoom}&x={x}&y={-y}","endDate":"2013-10-18T00:00:00.000Z","startDate":"2013-10-18T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[3.24653,-54.47047],[3.46385,-54.47047],[3.46385,-54.37539],[3.24653,-54.37539],[3.24653,-54.47047]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2017-02-23T00:00:00.000Z","startDate":"2017-02-23T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[96.1197,-67.6542],[103.3017,-67.6542],[105.1028,-65.7224],[105.1028,-65.044],[98.7331,-65.044],[96.1201,-67.1899],[96.1197,-67.6542]]],"terms_url":"http://maps.imagico.de/#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_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}","endDate":"2020-02-16T00:00:00.000Z","startDate":"2020-02-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[165.8304,-73.0695],[167.3965,-73.0695],[168.0541,-73.0608],[169.691,-73.0299],[171.2727,-72.9873],[171.2715,-71.2021],[170.0783,-71.1973],[165.8304,-73.0695]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-09-29T00:00:00.000Z","startDate":"2016-09-29T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[10.55906,45.95485],[11.38424,45.95509],[11.75245,46.81334],[11.75245,47.66481],[8.0547,47.66469],[7.55585,46.2708],[7.47396,45.95533],[10.55906,45.95485]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date image 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-LC82050982015344LGN00","name":"imagico.de: Clerke Rocks","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82050982015344LGN00&z={zoom}&x={x}&y={-y}","endDate":"2015-12-10T00:00:00.000Z","startDate":"2015-12-10T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-34.17701,-55.29693],[-34.1401,-55.29693],[-34.12517,-54.73465],[-35.16664,-54.72097],[-35.19599,-55.28285],[-34.17701,-55.29693]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2016-09-21T00:00:00.000Z","startDate":"2016-09-21T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-72.75945,-15.68684],[-72.42411,-15.68667],[-72.41286,-15.65296],[-72.41286,-15.4263],[-72.74434,-15.4263],[-72.75945,-15.4957],[-72.75945,-15.68684]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-12-21T00:00:00.000Z","startDate":"2015-12-21T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[1.83975,6.2578],[2.49781,6.25806],[2.5494,6.48905],[2.5494,7.11427],[1.83975,7.11427],[1.83975,6.2578]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Patchy and partly cloudy coverage in usual sources (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}","endDate":"2016-03-11T00:00:00.000Z","startDate":"2016-03-11T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-92.05216,1.3213],[-91.74849,1.3213],[-91.74849,1.72181],[-92.05216,1.72181],[-92.05216,1.3213]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2014-09-02T00:00:00.000Z","startDate":"2014-09-02T00:00:00.000Z","zoomExtent":[0,11],"polygon":[[[-84.34799,74.38946],[-79.14871,74.38946],[-79.14871,75.8903],[-84.34799,75.8903],[-84.34799,74.38946]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2013-08-27T00:00:00.000Z","startDate":"2013-08-27T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-13.04701,64.21109],[-13.04357,64.8036],[-15.16805,64.81573],[-15.16496,64.22408],[-13.04701,64.21109]]],"terms_url":"http://maps.imagico.de/#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-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}","endDate":"2012-02-05T00:00:00.000Z","startDate":"2012-02-05T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-78.532,-1.80509],[-78.33562,-1.80509],[-78.33562,-1.60811],[-78.532,-1.60811],[-78.532,-1.80509]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-01-09T00:00:00.000Z","startDate":"2016-01-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-56.13476,-61.63472],[-53.72343,-61.63472],[-53.72343,-60.83982],[-55.83264,-60.84015],[-56.13476,-61.19936],[-56.13476,-61.63472]]],"terms_url":"http://maps.imagico.de/#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-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}","endDate":"2017-03-27T00:00:00.000Z","startDate":"2017-01-25T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[45.4547,-68.5091],[67.088,-68.5091],[67.3735,-68.2581],[67.3735,-67.3449],[59.2693,-65.7176],[49.7155,-65.7176],[45.4547,-67.5724],[45.4547,-68.5091]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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-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}","endDate":"2015-12-13T00:00:00.000Z","startDate":"2015-12-13T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-24.75878,14.74814],[-24.26706,14.74814],[-24.26706,15.09249],[-24.75878,15.09249],[-24.75878,14.74814]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image from after the 2014/2015 eruption (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}","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":"http://maps.imagico.de/#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}","endDate":"2016-04-12T00:00:00.000Z","startDate":"2016-04-12T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[73.06897,-53.27059],[74.08863,-53.27059],[74.08863,-52.9495],[73.67338,-52.87673],[73.06897,-52.87549],[73.06897,-53.27059]]],"terms_url":"http://maps.imagico.de/#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-LC82280982013259LGN00","name":"imagico.de: Isla Londonderry","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82280982013259LGN00&z={zoom}&x={x}&y={-y}","endDate":"2013-09-16T00:00:00.000Z","startDate":"2013-09-16T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-69.8568,-55.55949],[-69.62231,-55.5591],[-69.4915,-55.28379],[-69.49116,-54.17889],[-72.08531,-54.17909],[-72.26521,-54.51089],[-72.26521,-55.14943],[-69.8568,-55.55949]]],"terms_url":"http://maps.imagico.de/#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 (false color IR)","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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2016-08-07T00:00:00.000Z","startDate":"2016-08-07T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[35.93259,44.96237],[37.36991,44.96237],[37.36991,45.55926],[35.93259,45.55926],[35.93259,44.96237]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"State of bridge construction in August 2016 (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}","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":"http://maps.imagico.de/#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-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}","endDate":"2019-01-13T00:00:00.000Z","startDate":"2019-01-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[68.8748,-75.7213],[70.6105,-75.7213],[70.6325,-75.7158],[72.1046,-75.096],[73.0054,-74.6837],[74.1479,-74.1226],[75.3343,-73.4916],[77.07,-72.4695],[78.4762,-71.5469],[79.8164,-70.5701],[81.0468,-69.5821],[82.8924,-67.9023],[82.9143,-67.8775],[82.9143,-67.6029],[76.7844,-67.6029],[75.3343,-67.6196],[61.6244,-74.3019],[61.6244,-74.3494],[62.2835,-74.491],[66.436,-75.2924],[68.3695,-75.6398],[68.8748,-75.7213]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2020-02-26T00:00:00.000Z","startDate":"2020-02-26T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[65.0308,-74.6419],[65.5583,-74.6419],[66.0858,-74.3897],[67.0968,-73.8794],[68.4155,-73.1503],[69.8442,-72.2892],[71.075,-71.4626],[72.1739,-70.6643],[72.9651,-70.0441],[74.0201,-69.1561],[74.9652,-68.2955],[75.0092,-68.2467],[75.0092,-67.6196],[73.9322,-67.6029],[67.8441,-67.6029],[57.4921,-73.0992],[57.4921,-73.2708],[58.0416,-73.3842],[60.8329,-73.9098],[63.6901,-74.4193],[65.0308,-74.6419]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2016-07-17T00:00:00.000Z","startDate":"2016-07-17T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-79.05175,81.91484],[-16.88835,81.91484],[-16.88835,83.15095],[-21.493,83.50352],[-26.42449,83.80225],[-73.6039,83.80225],[-79.05175,83.43339],[-79.05175,81.91484]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2018-01-06T00:00:00.000Z","startDate":"2018-01-06T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-62.7282,-68.9652],[-59.2544,-68.9652],[-59.1088,-68.8359],[-59.1088,-66.0775],[-59.9187,-65.9389],[-60.8845,-65.9399],[-64.0486,-68.5373],[-64.0489,-68.7318],[-62.7282,-68.9652]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2013-11-16T00:00:00.000Z","startDate":"2013-11-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-28.21075,-56.72108],[-27.96956,-56.72108],[-27.96956,-56.62498],[-28.21075,-56.62498],[-28.21075,-56.72108]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-10-13T00:00:00.000Z","startDate":"2015-10-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-27.99293,-56.73479],[-27.97319,-56.73479],[-27.96975,-56.60283],[-28.22416,-56.60075],[-28.22776,-56.73262],[-27.99293,-56.73479]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2018-02-22T00:00:00.000Z","startDate":"2018-02-22T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[35.124,-70.3693],[42.2208,-70.3651],[42.2208,-68.4762],[36.3864,-68.4765],[35.1241,-69.2795],[35.124,-70.3693]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2013-05-17T00:00:00.000Z","startDate":"2013-05-17T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-85.76109,81.39333],[-22.78197,81.4419],[-17.96721,82.72386],[-17.96584,83.15518],[-23.06624,83.46532],[-28.20784,83.70451],[-69.35851,83.70451],[-74.55641,83.46267],[-79.95207,83.13108],[-84.99342,82.73099],[-89.83153,82.24405],[-89.83016,82.14952],[-85.76109,81.39333]]],"terms_url":"http://maps.imagico.de/#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-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}","endDate":"2017-02-14T00:00:00.000Z","startDate":"2017-02-14T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[162.9125,-78.4514],[169.7813,-78.4514],[169.7813,-76.4764],[164.157,-76.477],[159.2712,-77.4108],[159.2712,-77.6013],[162.6595,-78.4257],[162.9125,-78.4514]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-06-13T00:00:00.000Z","startDate":"2016-06-13T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[37.20666,-0.26685],[37.56552,-0.26685],[37.56552,-0.01193],[37.20666,-0.01193],[37.20666,-0.26685]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-08-02T00:00:00.000Z","startDate":"2016-08-02T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[37.24769,-3.22921],[37.61581,-3.22921],[37.61581,-2.96816],[37.24769,-2.96816],[37.24769,-3.22921]]],"terms_url":"http://maps.imagico.de/#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-LC80940622015159LGN00","name":"imagico.de: New Ireland","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80940622015159LGN00&z={zoom}&x={x}&y={-y}","endDate":"2015-06-08T00:00:00.000Z","startDate":"2015-06-08T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[150.38853,-2.80053],[150.83348,-2.80053],[150.83348,-2.3834],[150.38853,-2.3834],[150.38853,-2.80053]]],"terms_url":"http://maps.imagico.de/#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-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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2016-08-12T00:00:00.000Z","startDate":"2016-08-12T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[59.19898,64.89205],[64.21647,64.91957],[67.73295,67.74883],[67.73295,68.44327],[60.73329,68.44289],[59.19898,66.91656],[59.19898,64.89205]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Beaches, tidal flats and other costal forms (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}","endDate":"2012-07-09T00:00:00.000Z","startDate":"2012-07-09T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-81.62923,82.4597],[-65.81167,82.4597],[-65.65786,83.03232],[-72.80309,83.09567],[-83.03136,83.05876],[-83.03136,82.47986],[-81.62923,82.4597]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2012-07-15T00:00:00.000Z","startDate":"2012-07-08T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-78.89729,82.17577],[-65.0092,82.17577],[-63.78011,82.72198],[-63.78011,82.98908],[-66.58986,83.08497],[-82.64501,83.08067],[-82.64501,82.19426],[-78.89729,82.17577]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-08-21T00:00:00.000Z","startDate":"2015-08-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[7.63568,53.28027],[9.20775,53.28027],[9.20775,55.48106],[8.49433,55.50246],[7.63568,53.6677],[7.63568,53.28027]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-08-21T00:00:00.000Z","startDate":"2015-08-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[7.63568,53.28027],[9.20775,53.28027],[9.20775,55.48106],[8.49433,55.50246],[7.63568,53.66811],[7.63568,53.28027]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2012-08-13T00:00:00.000Z","startDate":"2005-06-21T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-52.49222,82.48972],[-23.40454,82.48972],[-21.18393,82.74312],[-21.18393,83.39776],[-25.26398,83.58271],[-29.5253,83.73214],[-44.5285,83.73214],[-49.28696,83.47312],[-52.49222,82.94295],[-52.49222,82.48972]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2013-03-13T00:00:00.000Z","startDate":"2013-03-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[73.2279,-53.20333],[73.71783,-53.20333],[73.78992,-53.06048],[73.78992,-52.94944],[73.25949,-52.94944],[73.2279,-53.01073],[73.2279,-53.20333]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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-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}","endDate":"2016-06-07T00:00:00.000Z","startDate":"2016-06-07T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-80.01654,8.84898],[-79.46859,8.84898],[-79.46859,9.41481],[-80.01654,9.41481],[-80.01654,8.84898]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Images of the new locks (but partly cloudy) (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}","endDate":"2016-12-30T00:00:00.000Z","startDate":"2016-12-30T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-79.62539,8.77083],[-79.32833,8.77083],[-79.26816,9.09294],[-79.65363,9.09294],[-79.68667,8.93705],[-79.68684,8.82197],[-79.62539,8.77083]]],"terms_url":"http://maps.imagico.de/#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 (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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2016-02-02T00:00:00.000Z","startDate":"2016-02-02T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-53.20922,-84.12525],[-44.51354,-84.12525],[-44.52178,-82.43683],[-48.72405,-82.29987],[-60.61538,-82.29969],[-60.61538,-83.78609],[-53.20922,-84.12525]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-08-31T00:00:00.000Z","startDate":"2015-08-31T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[19.11233,42.15316],[20.63788,42.16779],[20.63299,43.09603],[19.08426,43.08074],[19.11233,42.15316]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Late summer imagery where usual sources are severely limited by clouds and snow (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}","endDate":"2011-04-15T00:00:00.000Z","startDate":"2011-04-15T00:00:00.000Z","zoomExtent":[0,15],"polygon":[[[-51.23857,68.79972],[-51.14038,68.80116],[-51.15167,68.85303],[-51.24334,68.85303],[-51.23857,68.79972]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[67.9684,22.36265],[71.48986,22.36265],[71.48986,24.88693],[67.86231,24.88693],[67.86231,22.38392],[67.9684,22.36265]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-08-28T00:00:00.000Z","startDate":"2015-08-28T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[23.80811,41.58488],[23.96561,41.58488],[23.99402,42.28339],[23.01186,42.29984],[22.99238,41.60195],[23.80811,41.58488]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Late summer imagery where usual sources are severely limited by clouds and snow (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}","endDate":"2015-02-09T00:00:00.000Z","startDate":"2015-02-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[29.7663,0.20689],[30.0346,0.20689],[30.0346,0.50918],[29.7663,0.50918],[29.7663,0.20689]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent image of most of the remaining Rwenzori Mountains glaciers (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}","endDate":"2016-07-02T00:00:00.000Z","startDate":"2016-07-02T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[29.80514,0.23586],[30.02503,0.23586],[30.02503,0.46709],[29.80514,0.46709],[29.80514,0.23586]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2014-02-05T00:00:00.000Z","startDate":"2014-02-05T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-180,-67.42635],[-179.82473,-67.42635],[-179.82473,-67.32538],[-180,-67.32544],[-180,-67.42635]]],"terms_url":"http://maps.imagico.de/#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-LC82100972015347LGN00","name":"imagico.de: Shag Rocks","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82100972015347LGN00&z={zoom}&x={x}&y={-y}","endDate":"2015-12-13T00:00:00.000Z","startDate":"2015-12-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-42.12875,-53.7205],[-41.65582,-53.70872],[-41.67573,-53.44586],[-42.14626,-53.45782],[-42.12875,-53.7205]]],"terms_url":"http://maps.imagico.de/#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-LC81130622013270LGN00","name":"imagico.de: Southeastern Sulawesi","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81130622013270LGN00&z={zoom}&x={x}&y={-y}","endDate":"2013-09-27T00:00:00.000Z","startDate":"2013-09-27T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[120.84382,-3.59545],[122.5007,-3.59545],[122.62618,-3.00215],[122.62618,-2.51468],[120.98184,-2.51468],[120.84382,-3.15985],[120.84382,-3.59545]]],"terms_url":"http://maps.imagico.de/#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 (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}","endDate":"2016-02-04T00:00:00.000Z","startDate":"2016-02-04T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[156.96951,-84.50098],[161.67029,-84.50045],[166.83798,-84.4437],[171.93839,-84.34633],[177.00583,-84.19262],[177.00583,-83.52807],[175.46774,-82.58505],[154.50858,-82.60681],[154.50858,-84.46255],[156.96951,-84.50098]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2019-03-01T00:00:00.000Z","startDate":"2019-03-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[164.9206,-67.7033],[165.2306,-67.7031],[165.2182,-66.3561],[162.6365,-66.3561],[162.2717,-66.6441],[162.2717,-66.7722],[162.6383,-67.6861],[164.9206,-67.7033]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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-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}","endDate":"2011-05-07T00:00:00.000Z","startDate":"2011-05-07T00:00:00.000Z","zoomExtent":[0,15],"polygon":[[[-68.93977,76.51133],[-68.67897,76.51194],[-68.50744,76.51612],[-68.50993,76.55176],[-68.76635,76.55176],[-68.93977,76.5499],[-68.93977,76.51133]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-09-25T00:00:00.000Z","startDate":"2015-09-25T00:00:00.000Z","zoomExtent":[0,17],"polygon":[[[-68.74292,76.52636],[-68.71978,76.52637],[-68.71853,76.52921],[-68.72017,76.55775],[-68.72276,76.56022],[-68.74615,76.56017],[-68.74807,76.54939],[-68.74446,76.5284],[-68.74292,76.52636]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-10-06T00:00:00.000Z","startDate":"2015-10-06T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[-68.81924,76.5251],[-68.6597,76.5251],[-68.59183,76.52793],[-68.59177,76.5456],[-68.7021,76.54545],[-68.77345,76.5439],[-68.82651,76.54177],[-68.81924,76.5251]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-09-25T00:00:00.000Z","startDate":"2015-09-25T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[-68.77771,76.50688],[-68.68523,76.50688],[-68.6762,76.53074],[-68.6763,76.55384],[-68.68115,76.57065],[-68.77662,76.57064],[-68.77771,76.50688]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-08-12T00:00:00.000Z","startDate":"2016-08-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[78.45886,80.72643],[80.48892,80.72643],[80.48892,80.9099],[78.45886,80.9099],[78.45886,80.72643]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2014-12-24T00:00:00.000Z","startDate":"2014-12-24T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[153.06138,-11.78923],[154.41201,-11.78923],[154.41201,-11.07229],[153.10927,-11.07229],[153.06138,-11.28869],[153.06138,-11.78923]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2019-02-10T00:00:00.000Z","startDate":"2019-02-10T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[155.6745,-78.1324],[156.3997,-78.1324],[157.0809,-77.955],[158.3995,-77.5827],[159.806,-77.1553],[161.5421,-76.5764],[163.2782,-75.9347],[164.9484,-75.2461],[166.3109,-74.6239],[167.7173,-73.9215],[168.4865,-73.5088],[170.5742,-72.2685],[171.6291,-71.5664],[172.9037,-70.6419],[172.9257,-70.62],[172.9257,-70.2968],[164.2451,-70.2968],[147.3236,-76.3035],[147.3236,-76.4175],[148.1367,-76.6121],[152.6637,-77.5638],[154.3999,-77.8999],[155.6745,-78.1324]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2020-03-02T00:00:00.000Z","startDate":"2020-03-02T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[151.067,-75.7434],[158.7139,-75.7434],[159.7906,-75.2983],[161.087,-74.7127],[162.3615,-74.0863],[163.7898,-73.3154],[165.0203,-72.5873],[166.1849,-71.8423],[167.3495,-71.0308],[168.0747,-70.4802],[168.0747,-70.281],[165.262,-69.4103],[164.3611,-69.4025],[160.7794,-69.4025],[160.7574,-69.4103],[147.683,-74.9371],[147.683,-75.0509],[147.7709,-75.0735],[148.1884,-75.1695],[151.067,-75.7434]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-01-31T00:00:00.000Z","startDate":"2016-01-31T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-72.86696,-41.51741],[-72.00007,-41.51741],[-71.8751,-41.10829],[-72.23181,-41.04527],[-72.86696,-41.04527],[-72.86696,-41.51741]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image from after the 2015 eruption (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}","endDate":"2016-06-23T00:00:00.000Z","startDate":"2016-06-23T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[126.36143,51.37553],[128.61174,51.37553],[128.60762,52.3409],[126.34804,52.33932],[126.36143,51.37553]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2013-10-09T00:00:00.000Z","startDate":"2013-10-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[75.98364,34.97851],[76.50601,36.70267],[74.44281,37.09391],[73.96164,35.36957],[75.98364,34.97851]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Represents approximately minimum snow cover so can be well used for glacier mapping (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}","endDate":"2016-05-10T00:00:00.000Z","startDate":"2016-05-10T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-71.18071,-14.49785],[-70.55637,-14.49785],[-70.55637,-13.71263],[-71.17976,-13.71029],[-71.18071,-14.49785]]],"terms_url":"http://maps.imagico.de/#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_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}","endDate":"2020-03-03T00:00:00.000Z","startDate":"2020-03-03T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[19.143,-75.7213],[32.8753,-75.7213],[32.9192,-75.7104],[33.9079,-75.298],[35.0505,-74.7878],[35.9073,-74.379],[36.94,-73.8499],[39.0273,-72.667],[40.7631,-71.5399],[42.4549,-70.2905],[43.5974,-69.3432],[44.9157,-68.1489],[44.9157,-67.6196],[43.949,-67.6029],[37.6431,-67.6029],[37.6211,-67.6112],[19.143,-75.667],[19.143,-75.7213]]],"terms_url":"http://maps.imagico.de/#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-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}","endDate":"2020-03-01T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[161.9249,-66.6775],[163.0622,-66.6775],[163.0622,-66.1208],[161.9249,-66.1208],[161.9249,-66.6775]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2020-01-21T00:00:00.000Z","startDate":"2020-01-21T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[161.7057,-67.0978],[163.9874,-67.0978],[163.9874,-65.9895],[161.7057,-65.9895],[161.7057,-67.0978]]],"terms_url":"http://maps.imagico.de/#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}","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":"tms","template":"https://imagery.gis.in.gov/arcgis/rest/services/Imagery/BestAvailableTiles/ImageServer/WMTS/tile/1.0.0/Imagery_BestAvailableTiles/default/default028mm/{zoom}/{y}/{x}","endDate":"2021-01-01T00:00:00.000Z","startDate":"2016-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":"IPR-orotofoto-last-tms","name":"IPR ortofoto LAST (tmsproxy)","type":"tms","template":"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_last.php/{zoom}/{x}/{y}.jpg","zoomExtent":[1,20],"polygon":[[[14.81232,49.93089],[14.74502,50.25247],[14.12025,50.19882],[14.18755,49.87687],[14.81232,49.93089]]]},{"id":"IPR-orotofoto-vege-tms","name":"IPR ortofoto Low-Vegetation (tmsproxy)","type":"tms","template":"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_vege.php/{zoom}/{x}/{y}.jpg","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]]]},{"id":"GSGS3906","name":"Ireland British War Office 1:25k GSGS 3906","type":"tms","template":"https://mapwarper.net/layers/tile/101/{zoom}/{x}/{y}.png","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","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","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 - Castile and León","type":"wms","template":"http://orto.wms.itacyl.es/WMS?REQUEST=GetMap&SERVICE=WMS&VERSION=1.1.1&LAYERS=Ortofoto_CyL&SRS={proj}&FORMAT=image/jpeg&STYLES=Default&TRANSPARENT=TRUE&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:4326","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"},{"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}","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","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","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","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","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":"finds.jp_KBN_2500","name":"Japan GSI KIBAN 2500","type":"tms","template":"https://aginfo.cgk.affrc.go.jp/ws/tmc/1.0.0/KBN2500FN-900913-L/{zoom}/{x}/{y}.png","zoomExtent":[15,20],"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://aginfo.cgk.affrc.go.jp/mapprv/tou.html.ja","terms_text":"GSI KIBAN 2500","description":"GSI Kiban 2500 via aginfo.cgk.affrc.go.jp. Good for tracing, but a bit older."},{"id":"gsi.go.jp_seamlessphoto","name":"Japan GSI seamlessphoto Imagery","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/seamlessphoto/{zoom}/{x}/{y}.jpg","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","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","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":"osmfj-kagoshima-2021","name":"Kagoshima city Imagery 2021","type":"tms","template":"https://tiles.osmf.jp/kagoshima-shi/{zoom}/{x}/{y}.png","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","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","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","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","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}","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":"tms","template":"http://services.kansasgis.org/arcgis7/rest/services/IMAGERY_STATEWIDE/NG911_Imagery_2018_SID/ImageServer/WMTS/tile/1.0.0/IMAGERY_STATEWIDE_NG911_Imagery_2018_SID/default/default028mm/{zoom}/{y}/{x}","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":"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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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}","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","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}","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}","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}","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","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","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","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.nrl4?LAYERS=nrl4&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","zoomExtent":[7,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}","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","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","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","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","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","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}","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}","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","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-topo4","name":"Kartverket N50 topo","type":"tms","template":"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={zoom}&x={x}&y={y}","zoomExtent":[3,20],"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 N50, equivalent to Norway 1:50.000 paper map series.","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}","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.vegnett?LAYERS=all&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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":"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}","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}","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":"KYAPED","name":"KyFromAbove","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","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_2019_6in","name":"KyFromAbove 2019 6in","type":"wms","template":"https://kyraster.ky.gov/arcgis/services/ImageServices/Ky_KYAPED_2019_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","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-85.60121,36.87174],[-85.59544,36.86312],[-85.57471,36.8382],[-85.5816,36.82323],[-85.59596,36.81869],[-85.58844,36.77788],[-85.55282,36.77383],[-85.54248,36.77429],[-85.51834,36.73394],[-85.51891,36.73212],[-85.47298,36.73393],[-85.46954,36.73167],[-85.49653,36.69086],[-85.43633,36.61853],[-85.20834,36.62566],[-85.19537,36.6255],[-84.83859,36.60505],[-84.83005,36.60447],[-83.78902,36.58388],[-83.69071,36.58258],[-83.67461,36.60308],[-83.67311,36.60468],[-83.64951,36.61668],[-83.64831,36.62268],[-83.58451,36.64138],[-83.57731,36.64178],[-83.53149,36.6652],[-83.52961,36.66618],[-83.43171,36.66649],[-83.42371,36.66739],[-83.313,36.70909],[-83.3114,36.71029],[-83.19682,36.73862],[-83.1946,36.73949],[-83.13684,36.74303],[-83.13639,36.74309],[-83.13099,36.74979],[-83.12783,36.75083],[-83.12934,36.77714],[-83.13169,36.78149],[-83.10803,36.80218],[-83.10309,36.80669],[-83.10209,36.82819],[-83.10179,36.82909],[-83.07969,36.84059],[-83.07519,36.84089],[-83.07559,36.85059],[-83.07259,36.85459],[-83.04219,36.85439],[-83.02689,36.85549],[-83.01259,36.84729],[-83.00922,36.8473],[-83.00328,36.85224],[-82.99838,36.85663],[-82.91031,36.87405],[-82.90777,36.87471],[-82.87949,36.88909],[-82.87857,36.88958],[-82.87256,36.90338],[-82.87747,36.90796],[-82.85864,36.92779],[-82.85796,36.92953],[-82.8561,36.95247],[-82.85587,36.95385],[-82.86736,36.96318],[-82.87023,36.9655],[-82.86845,36.97648],[-82.86754,36.97752],[-82.83853,36.98729],[-82.83601,36.98884],[-82.83029,37.00352],[-82.82868,37.00574],[-82.78243,37.00824],[-82.78214,37.00824],[-82.76641,37.02311],[-82.75917,37.02733],[-82.75071,37.02411],[-82.74798,37.02521],[-82.74368,37.0414],[-82.74245,37.04298],[-82.72471,37.04276],[-82.72247,37.0451],[-82.72631,37.06687],[-82.72702,37.07302],[-82.71835,37.07571],[-82.71674,37.07722],[-82.7262,37.11588],[-82.7221,37.12017],[-82.63401,37.1542],[-82.63349,37.15426],[-82.59323,37.18206],[-82.59245,37.18285],[-82.5079,37.22273],[-82.49886,37.22704],[-82.35534,37.26522],[-82.34874,37.26794],[-82.34193,37.27398],[-82.34392,37.28071],[-82.32772,37.28285],[-82.32464,37.28295],[-81.9646,37.54275],[-81.96454,37.54325],[-81.97275,37.54688],[-81.97508,37.54657],[-81.99379,37.53806],[-81.99449,37.53795],[-81.99772,37.54339],[-81.9984,37.54335],[-82.00955,37.53309],[-82.01186,37.53314],[-82.04175,37.54822],[-82.04278,37.54809],[-82.04591,37.52811],[-82.04677,37.52816],[-82.04911,37.53482],[-82.04989,37.53531],[-82.06271,37.53592],[-82.06374,37.53618],[-82.07325,37.55502],[-82.07503,37.55582],[-82.09892,37.5533],[-82.10289,37.55305],[-82.10819,37.55991],[-82.11658,37.55959],[-82.13308,37.55291],[-82.1333,37.553],[-82.13349,37.56071],[-82.13395,37.56224],[-82.14456,37.56694],[-82.14465,37.56831],[-82.1296,37.57197],[-82.1273,37.57268],[-82.12648,37.58294],[-82.12732,37.58667],[-82.13034,37.59174],[-82.13198,37.59354],[-82.14843,37.59091],[-82.15672,37.59279],[-82.15672,37.60906],[-82.15674,37.6092],[-82.16814,37.60849],[-82.16906,37.60987],[-82.16458,37.6189],[-82.16419,37.62019],[-82.18083,37.62138],[-82.18143,37.62184],[-82.17264,37.6323],[-82.17245,37.63259],[-82.17463,37.64742],[-82.17526,37.64797],[-82.18799,37.64758],[-82.19144,37.64438],[-82.18669,37.62758],[-82.1873,37.62694],[-82.20969,37.6251],[-82.21349,37.62541],[-82.22611,37.65309],[-82.23939,37.66146],[-82.256,37.65679],[-82.25711,37.65675],[-82.28193,37.67534],[-82.2823,37.67583],[-82.28798,37.66844],[-82.28817,37.66823],[-82.29439,37.67796],[-82.29474,37.67828],[-82.30231,37.67555],[-82.30395,37.67576],[-82.29705,37.70084],[-82.29663,37.7024],[-82.30568,37.70671],[-82.30724,37.70767],[-82.3183,37.73305],[-82.31888,37.73376],[-82.33335,37.7412],[-82.33358,37.74328],[-82.31078,37.76269],[-82.31164,37.76429],[-82.32946,37.76239],[-82.33116,37.76313],[-82.323,37.77391],[-82.3237,37.77503],[-82.33722,37.77517],[-82.3376,37.77537],[-82.33838,37.78043],[-82.3397,37.78551],[-82.37487,37.80216],[-82.37739,37.80301],[-82.38526,37.81741],[-82.38659,37.81821],[-82.4015,37.81003],[-82.40165,37.81009],[-82.3996,37.82939],[-82.39968,37.82993],[-82.41737,37.84566],[-82.42048,37.84681],[-82.4148,37.85588],[-82.41465,37.85626],[-82.42351,37.86031],[-82.42426,37.86171],[-82.40844,37.86606],[-82.40746,37.86747],[-82.41632,37.86963],[-82.41768,37.87066],[-82.4192,37.88208],[-82.41978,37.88382],[-82.46149,37.91309],[-82.46288,37.91483],[-82.47252,37.89924],[-82.47457,37.90029],[-82.47497,37.91115],[-82.47553,37.91204],[-82.48802,37.91734],[-82.48819,37.91807],[-82.48019,37.92583],[-82.48047,37.92626],[-82.49827,37.92818],[-82.49936,37.92937],[-82.50201,37.93477],[-82.50127,37.93562],[-82.48916,37.93796],[-82.48905,37.93872],[-82.4973,37.94551],[-82.49668,37.9464],[-82.4751,37.95491],[-82.4718,37.95912],[-82.48441,37.9699],[-82.48384,37.97157],[-82.46407,37.98029],[-82.46426,37.98341],[-82.48329,37.98426],[-82.48387,37.9845],[-82.48757,37.99809],[-82.48773,37.99833],[-82.51597,37.99993],[-82.51735,38.0012],[-82.551,38.07045],[-82.55126,38.0708],[-82.58364,38.09032],[-82.58404,38.09066],[-82.5857,38.107],[-82.58778,38.10888],[-82.61945,38.12074],[-82.62035,38.12148],[-82.62138,38.13231],[-82.62212,38.13341],[-82.63647,38.13786],[-82.63731,38.13905],[-82.63895,38.15674],[-82.64474,38.16549],[-82.61323,38.1704],[-82.61134,38.17155],[-82.59885,38.20171],[-82.59844,38.21739],[-82.61252,38.23455],[-82.61226,38.23609],[-82.60713,38.24598],[-82.60533,38.2473],[-82.58643,38.24561],[-82.58606,38.24562],[-82.57812,38.25515],[-82.57466,38.26387],[-82.58282,38.29548],[-82.58306,38.29683],[-82.57188,38.31578],[-82.57269,38.3188],[-82.59652,38.34285],[-82.59798,38.34491],[-82.59574,38.41819],[-82.59342,38.42186],[-82.60406,38.45963],[-82.60409,38.45984],[-82.61278,38.47359],[-82.6138,38.47453],[-82.65438,38.49483],[-82.65705,38.49682],[-82.69957,38.54406],[-82.70005,38.54434],[-82.72485,38.5576],[-82.73096,38.55926],[-82.78915,38.55989],[-82.78978,38.55995],[-82.84072,38.58725],[-82.84195,38.58827],[-82.85392,38.61213],[-82.85429,38.61345],[-82.85881,38.6574],[-82.85936,38.65949],[-82.87693,38.68756],[-82.8772,38.68851],[-82.87018,38.73294],[-82.87013,38.73362],[-82.88572,38.75499],[-82.88609,38.7552],[-82.92519,38.74965],[-82.93347,38.74701],[-82.97128,38.72724],[-82.97157,38.72715],[-83.02798,38.72709],[-83.02983,38.72618],[-83.06051,38.69095],[-83.06213,38.68967],[-83.11053,38.67306],[-83.11247,38.67158],[-83.13402,38.63308],[-83.13495,38.63172],[-83.15165,38.6197],[-83.15332,38.6189],[-83.20318,38.6167],[-83.20471,38.61686],[-83.2449,38.62868],[-83.2465,38.62846],[-83.29282,38.59661],[-83.2946,38.59648],[-83.31529,38.60671],[-83.31692,38.60832],[-83.3272,38.63725],[-83.32773,38.63781],[-83.35707,38.65436],[-83.3582,38.65497],[-83.46575,38.67484],[-83.46796,38.67517],[-83.51888,38.70261],[-83.52062,38.70296],[-83.62488,38.67913],[-83.62707,38.67797],[-83.64426,38.63771],[-83.64507,38.63625],[-83.65677,38.6279],[-83.66005,38.62718],[-83.76049,38.65177],[-83.76354,38.65225],[-83.77283,38.65914],[-83.77371,38.6608],[-83.78446,38.69641],[-83.78661,38.69881],[-83.83487,38.71625],[-83.83641,38.71734],[-83.84621,38.74229],[-83.84873,38.74718],[-83.86406,38.75895],[-83.86653,38.7602],[-83.92529,38.77103],[-83.92636,38.77128],[-83.96134,38.78731],[-83.96219,38.78744],[-84.07001,38.77033],[-84.07075,38.77026],[-84.20063,38.80157],[-84.20559,38.80259],[-84.22895,38.82409],[-84.23019,38.82636],[-84.23185,38.87281],[-84.23208,38.8747],[-84.40671,38.80609],[-84.40781,38.80587],[-84.41876,38.80576],[-84.53176,38.78992],[-84.59728,38.79086],[-84.62429,38.80375],[-84.62962,38.80288],[-84.64568,38.79257],[-84.65574,38.79082],[-84.66003,38.77725],[-84.78056,38.76487],[-84.78572,38.72003],[-84.79289,38.72463],[-84.79397,38.72462],[-84.81239,38.71229],[-84.8134,38.71168],[-84.81128,38.70268],[-84.81181,38.70234],[-84.8319,38.71176],[-84.83359,38.71197],[-84.84386,38.69761],[-84.84456,38.69675],[-84.86581,38.70048],[-84.86882,38.6997],[-84.87241,38.68955],[-84.873,38.68906],[-84.88826,38.68696],[-84.88859,38.68663],[-84.88971,38.67664],[-84.89022,38.67633],[-84.90335,38.67861],[-84.90436,38.67833],[-84.91084,38.66879],[-84.91238,38.66864],[-84.92561,38.67334],[-84.92653,38.6728],[-84.93664,38.65111],[-84.93693,38.65071],[-84.96629,38.64951],[-84.96778,38.64925],[-84.97436,38.6368],[-84.97537,38.63592],[-84.98941,38.63129],[-84.99073,38.63078],[-85.01388,38.63223],[-85.015,38.63235],[-85.01229,38.62395],[-85.01238,38.62314],[-85.02384,38.6152],[-85.02494,38.61358],[-85.05726,38.61167],[-85.05904,38.61144],[-85.06828,38.60429],[-85.06855,38.60374],[-85.06624,38.59489],[-85.0664,38.59419],[-85.07359,38.59683],[-85.07448,38.59677],[-85.07605,38.58019],[-85.07588,38.57821],[-85.06841,38.56868],[-85.06543,38.56577],[-85.04279,38.57355],[-85.0409,38.57415],[-85.00371,38.55512],[-85.00205,38.55341],[-85.00987,38.54945],[-85.01199,38.54807],[-85.02979,38.50957],[-85.02938,38.50779],[-85.02305,38.50388],[-85.01919,38.50382],[-85.00387,38.51559],[-85.00155,38.5165],[-84.98068,38.51741],[-84.97816,38.51575],[-84.99218,38.49471],[-84.99226,38.49214],[-84.95469,38.47086],[-84.95383,38.46938],[-84.95149,38.46166],[-84.95136,38.45798],[-84.96355,38.43844],[-84.96376,38.43794],[-84.95917,38.43173],[-84.95749,38.43005],[-84.94321,38.42641],[-84.93882,38.42749],[-84.9372,38.45283],[-84.93543,38.45602],[-84.92632,38.46346],[-84.9226,38.46457],[-84.91306,38.46034],[-84.91196,38.45929],[-84.90898,38.45123],[-84.90943,38.44975],[-84.92806,38.43691],[-84.92748,38.4333],[-84.88133,38.4197],[-84.88054,38.41902],[-84.89759,38.38316],[-84.89891,38.37996],[-84.86692,38.36405],[-84.86684,38.36218],[-84.88198,38.3566],[-84.88437,38.35162],[-84.89256,38.35529],[-84.90649,38.37485],[-84.94563,38.35781],[-84.99716,38.33537],[-84.9567,38.33247],[-84.99875,38.27509],[-85.00762,38.17587],[-85.00938,38.17497],[-85.00479,38.16136],[-85.00598,38.15819],[-85.02373,38.1288],[-85.02257,38.12789],[-85.03489,38.12114],[-85.03958,38.11979],[-85.05148,38.08766],[-85.05388,38.07769],[-85.07271,38.05691],[-85.07745,38.04605],[-85.11203,38.02576],[-85.12021,38.02579],[-85.12321,38.01039],[-85.1291,37.99998],[-85.13903,38.00001],[-85.14077,38.00274],[-85.15076,37.98917],[-85.15193,37.98827],[-85.16301,37.99147],[-85.16122,38.00008],[-85.1618,38.00144],[-85.16882,37.99874],[-85.17001,37.99421],[-85.14945,37.89715],[-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.0425,37.46074],[-85.04454,37.41225],[-85.0648,37.4164],[-85.07234,37.41462],[-85.0799,37.40875],[-85.08343,37.39924],[-85.09561,37.39883],[-85.10605,37.3975],[-85.12001,37.38485],[-85.12812,37.38578],[-85.13111,37.3663],[-85.13229,37.36041],[-85.15681,37.31832],[-85.16495,37.31064],[-85.1107,37.28146],[-85.05648,37.2568],[-85.05337,37.19694],[-85.04304,37.18602],[-85.08958,37.12544],[-85.1656,37.03364],[-85.20264,37.00018],[-85.20553,36.99702],[-85.21078,36.98116],[-85.23229,36.92544],[-85.25013,36.92639],[-85.4516,36.93842],[-85.47465,36.89399],[-85.49997,36.87359],[-85.50745,36.8677],[-85.53678,36.8627],[-85.56035,36.85136],[-85.57532,36.8645],[-85.57993,36.86858],[-85.60121,36.87174]]],"terms_url":"https://kyfromabove.ky.gov/","terms_text":"KyFromAbove","description":"6-inch aerial imagery captured in 2019 through the Kentucky Aerial Photography and Elevation Data Program (KyFromAbove) and published by the Kentucky Division of Geographic Information (DGI)."},{"id":"KYAPED_2020_6in","name":"KyFromAbove 2020 6in","type":"wms","template":"https://kyraster.ky.gov/arcgis/services/ImageServices/Ky_KYAPED_2020_6IN/ImageServer/WMSServer?LAYERS=Ky_KYAPED_2020_6IN:None&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-86.4907,38.0457],[-86.1734,37.7987],[-86.2844,37.6201],[-86.2865,37.5711],[-86.083,37.4995],[-86.0806,37.3514],[-85.541,37.3495],[-85.5464,37.7451],[-85.5318,37.7451],[-85.5338,37.8727],[-85.1633,37.8672],[-85.1618,38.0014],[-85.1408,38.0027],[-85.1291,38],[-85.1202,38.0258],[-85.0774,38.0461],[-85.0539,38.0777],[-85.0396,38.1198],[-85.0226,38.1279],[-85.006,38.1582],[-84.9987,38.2751],[-84.9978,38.3356],[-84.9065,38.3748],[-84.8989,38.38],[-84.8805,38.419],[-84.9275,38.4333],[-84.9388,38.4275],[-84.9575,38.43],[-84.9638,38.4379],[-84.9514,38.458],[-84.9538,38.4694],[-84.9923,38.4921],[-85.0192,38.5038],[-85.0294,38.5078],[-85.012,38.5481],[-85.002,38.5534],[-85.0409,38.5741],[-85.0654,38.5658],[-85.0756,38.5771],[-85.0745,38.5968],[-85.067,38.5936],[-85.0685,38.6037],[-85.059,38.6114],[-85.0232,38.6125],[-85.0124,38.6231],[-84.9265,38.6728],[-84.8886,38.6866],[-84.873,38.6891],[-84.8688,38.6997],[-84.8446,38.6968],[-84.8336,38.712],[-84.7843,38.7291],[-84.7806,38.7649],[-84.6553,38.7777],[-84.6557,38.7908],[-84.6154,38.8023],[-84.6144,38.7939],[-84.5783,38.7957],[-84.5772,39.0029],[-84.6109,39.0029],[-84.6102,39.0717],[-84.6237,39.0744],[-84.654,39.0937],[-84.6859,39.1008],[-84.7183,39.1368],[-84.7497,39.1477],[-84.7874,39.1154],[-84.8325,39.1004],[-84.8973,39.0575],[-84.83,38.973],[-84.8336,38.9594],[-84.8771,38.9215],[-84.877,38.909],[-84.8664,38.8987],[-84.8133,38.8952],[-84.7852,38.88],[-84.7909,38.8606],[-84.8299,38.8304],[-84.8134,38.7985],[-84.8156,38.7839],[-84.8872,38.7948],[-84.9412,38.7756],[-84.9923,38.7781],[-85.1017,38.7265],[-85.1368,38.7001],[-85.173,38.6881],[-85.2148,38.6962],[-85.2486,38.7331],[-85.2786,38.7416],[-85.3636,38.7304],[-85.4149,38.7368],[-85.4361,38.7285],[-85.4518,38.7102],[-85.4566,38.686],[-85.4385,38.659],[-85.4382,38.6047],[-85.4174,38.5692],[-85.4178,38.5377],[-85.4728,38.5052],[-85.4686,38.2856],[-85.4695,38.0962],[-85.5124,38.0452],[-85.5555,38.0463],[-85.5534,37.9522],[-85.5749,37.939],[-85.6131,37.939],[-85.6136,37.8699],[-85.6862,37.8242],[-85.7616,37.8362],[-85.7884,37.8438],[-85.8078,37.8609],[-85.8064,37.9415],[-85.8251,37.9415],[-85.8251,37.9678],[-85.889,37.9672],[-85.8883,38.0039],[-85.9471,38.0051],[-86.0283,37.9932],[-86.0352,37.9633],[-86.0454,37.9588],[-86.0947,38.0086],[-86.1231,38.0159],[-86.1722,38.0099],[-86.2204,38.0279],[-86.2736,38.0674],[-86.2787,38.0985],[-86.2718,38.1379],[-86.2878,38.1581],[-86.3571,38.1965],[-86.374,38.1905],[-86.3752,38.1714],[-86.3667,38.1634],[-86.3274,38.1562],[-86.3209,38.1471],[-86.3284,38.1329],[-86.3798,38.1293],[-86.4014,38.105],[-86.4317,38.1261],[-86.4571,38.1245],[-86.4661,38.1144],[-86.4639,38.1012],[-86.4335,38.0858],[-86.4328,38.0672],[-86.4522,38.0505],[-86.4907,38.0457]]],"terms_url":"https://kyfromabove.ky.gov/","terms_text":"KyFromAbove","description":"6-inch aerial imagery captured in 2020 through the Kentucky Aerial Photography and Elevation Data Program (KyFromAbove) and published by the Kentucky Division of Geographic Information (DGI)."},{"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}","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":"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","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","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","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","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","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}","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}","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}","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"},{"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","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","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/aerial:auckland_rural_2010-2012_0-50m_RGBA/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"LINZ_Bay_of_Plenty_2014","name":"LINZ Bay of Plenty 2014-2015","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial:bay-of-plenty_urban_2014-15_0-125m/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"LINZ_Christchurch_2015","name":"LINZ Christchurch 2015-2016","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial:christchurch_urban_2015-2016_0-075m_RGBA/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"LINZ_Hamilton_2016","name":"LINZ Hamilton 2016-2017","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial:hamilton_urban_2016-17_0-1m/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"LINZ_NZ_Aerial_Imagery","name":"LINZ NZ Aerial Imagery","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"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","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"LINZ_Wellington_2017","name":"LINZ Wellington 2017","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial:wellington_urban_2017_0-10m/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"ORT10LT","name":"Lithuania - NŽT ORT10LT","type":"tms","template":"https://ort10lt.openmap.lt/g16/{zoom}/{x}/{y}.jpeg","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":"7586487389962e3f7c24b076dcc8270e6e23a5cb81e890c3fbe9928c5093fa862d8d946ea4a44f02efec19eda9f69b0bc82df4d53b740a5e284aef977eda72de707e354b5b2aa6f1afe22e7c67af90bcb2f8b411c773f6975badf128356ed1bc36fab11bb8fb221958273b22615127e25f52d3b423676a0ae92e2c9293321614e93443ce3b4fd688e8d58f0e9024a515beb7c68a31231802580a3c6517a795e413b83920f5818a6ad329d49ffb16eb7e90e2c67606ded433f813e8deae3d45fd629591f5a240e172c1663beab003ab12ce9f497037","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}","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","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?LAYERS=C.T.R. 10000 - 1980-94&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:4326","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}","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":"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}","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/government/departments/administrative_services/information_management/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://p1cdn4static.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}","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/government/departments/administrative_services/information_management/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://p1cdn4static.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}","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":"Arenda_OAM","name":"Lupang Arenda, Taytay Drone Imagery","type":"tms","template":"https://tiles.openaerialmap.org/5d25d7bf161a790005c03e6e/0/5d25d7bf161a790005c03e6f/{zoom}/{x}/{y}.png","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-03 10cm","type":"wms","template":"https://download.data.grandlyon.com/wms/grandlyon?LAYERS=Ortho2012_vue_ensemble_20cm_CC46&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2012-03-01T00:00:00.000Z","startDate":"2012-03-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/jeux-de-donnees/orthophotographie-2012-metropole-lyon/info","terms_text":"Grand Lyon Smart Data DSIT","description":"Orthophotographie 2012 du Grand Lyon"},{"id":"orthophoto_lyon","name":"Lyon Orthophoto 2015 (8cm)","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/lyon/{zoom}/{x}/{y}","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.beta.grandlyon.com/fr/jeux-de-donnees/orthophotographie-2015-metropole-lyon-format-ecw/info","terms_text":"Métropole de Lyon DINSI"},{"id":"orthophoto_lyon_2018","name":"Lyon Orthophoto 2018 (8cm)","type":"wms","template":"https://download.data.grandlyon.com/wms/grandlyon?LAYERS=Ortho2018_Dalle_unique_8cm_CC46&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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.beta.grandlyon.com/fr/jeux-de-donnees/orthophotographie-2018-metropole-lyon-format-ecw/info","terms_text":"Métropole de Lyon","best":true,"description":"Orthophotographie 2018 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","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","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","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","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","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}","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}","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","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","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.23428,27.19464],[-82.23432,27.20838],[-82.26513,27.20836],[-82.26551,27.37342],[-82.45038,27.37297],[-82.45042,27.38667],[-82.52743,27.3864],[-82.52741,27.37255],[-82.57367,27.37249],[-82.57371,27.38625],[-82.58929,27.40012],[-82.61993,27.39974],[-82.61985,27.37222],[-82.63371,27.37211],[-82.7128,27.45467],[-82.75967,27.55013],[-82.57479,27.64765],[-82.04987,27.64869],[-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":"Mapbox","name":"Mapbox Satellite","type":"tms","template":"7586487389962e3f6627ae31c5ca3f566077e9848da9dbcda1e4978546cfa2da63928664b2f9581fe7a61bb4e7ebd518c123ff963c7007527552e2822a9c79c276626e410539abfdafed3e6d42eec7a0edbefc55dc7ffa9f55f1d524272acfab76f19a07a5ff5749722e3138703d11e15659f3b930611203f4232cb39a1e3605931b6ac51a68ac81e7c4b106b652bd479fcdd2b4132123397c7263371ea2c0f604946236f0b9af59c209d7fc901cf152f5a3957d04c08f30c042f0fa8c473eda579e","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":"Maps4BW-LGL_BW","name":"Maps4BW (LGL-BW, www.lgl-bw.de)","type":"wms","template":"https://owsproxy.lgl-bw.de/owsproxy/ows/WMS_Maps4BW?LAYERS=webatlasde&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","polygon":[[[9.06954,49.57679],[9.06694,49.56433],[9.08284,49.54211],[9.11286,49.53337],[9.12424,49.51722],[9.11009,49.51213],[9.10023,49.52728],[9.05731,49.532],[9.03553,49.50079],[8.98498,49.51153],[8.95154,49.50562],[8.93863,49.48179],[8.90247,49.44632],[8.85107,49.39663],[8.83009,49.41316],[8.82075,49.39647],[8.80845,49.40981],[8.83117,49.42147],[8.87995,49.46561],[8.90315,49.486],[8.90168,49.50363],[8.88863,49.51091],[8.81467,49.53187],[8.78493,49.51775],[8.72597,49.53085],[8.68726,49.57096],[8.70105,49.59869],[8.69494,49.62762],[8.65189,49.6209],[8.58706,49.61156],[8.59165,49.59179],[8.61486,49.54175],[8.56161,49.52237],[8.47738,49.5874],[8.45482,49.59157],[8.44117,49.59081],[8.42193,49.5843],[8.41194,49.55852],[8.44184,49.49297],[8.4554,49.48107],[8.46312,49.47135],[8.45992,49.46498],[8.44407,49.46085],[8.43947,49.45214],[8.44696,49.44516],[8.46414,49.44151],[8.47977,49.44391],[8.49834,49.44187],[8.50721,49.43414],[8.49762,49.41583],[8.49407,49.40186],[8.46288,49.3869],[8.45152,49.33135],[8.44839,49.31693],[8.47577,49.3079],[8.48783,49.29326],[8.46083,49.28407],[8.38654,49.23497],[8.31243,49.05996],[8.29967,49.02597],[8.28161,48.9949],[8.19706,48.96021],[8.13644,48.89782],[8.08647,48.81306],[8.04302,48.7956],[8.02069,48.78879],[7.96723,48.75716],[7.91211,48.68899],[7.83409,48.64439],[7.79958,48.5878],[7.80046,48.5126],[7.76346,48.49158],[7.68466,48.30305],[7.66275,48.22473],[7.63305,48.19717],[7.59534,48.15977],[7.57491,48.1258],[7.56124,48.03836],[7.6119,47.9871],[7.61318,47.96804],[7.57461,47.93028],[7.54946,47.8792],[7.55712,47.84839],[7.52096,47.77685],[7.50399,47.70235],[7.52156,47.65161],[7.58771,47.59015],[7.60473,47.57822],[7.62247,47.57767],[7.65278,47.59418],[7.68607,47.57205],[7.63879,47.56619],[7.63159,47.56044],[7.66583,47.53403],[7.69208,47.53137],[7.79648,47.55517],[7.83987,47.58122],[7.88681,47.58765],[7.90676,47.5603],[7.90966,47.54825],[7.94632,47.54209],[8.0274,47.54931],[8.07095,47.56299],[8.08261,47.55624],[8.09873,47.55933],[8.10503,47.56795],[8.13615,47.58246],[8.16904,47.59394],[8.18644,47.60508],[8.22435,47.60446],[8.26293,47.60823],[8.2948,47.60497],[8.29483,47.59077],[8.32701,47.56893],[8.38525,47.56408],[8.39882,47.57559],[8.43414,47.5629],[8.5,47.58062],[8.48985,47.59139],[8.46631,47.58666],[8.46581,47.60137],[8.51208,47.61641],[8.53394,47.62984],[8.56765,47.61442],[8.5602,47.59867],[8.57951,47.59306],[8.61281,47.61327],[8.60395,47.63193],[8.62386,47.63922],[8.63333,47.65212],[8.60454,47.6751],[8.57853,47.66373],[8.56441,47.67261],[8.5269,47.66373],[8.52474,47.64677],[8.46839,47.6568],[8.41061,47.6743],[8.4273,47.68562],[8.41471,47.69991],[8.44929,47.71663],[8.4623,47.72909],[8.45742,47.74126],[8.48889,47.76458],[8.56315,47.77654],[8.57847,47.78102],[8.57611,47.79015],[8.568,47.79977],[8.61686,47.79705],[8.61351,47.78451],[8.61918,47.76216],[8.63132,47.75749],[8.65592,47.76948],[8.64981,47.79435],[8.67898,47.78306],[8.68871,47.75314],[8.72003,47.76273],[8.73033,47.75527],[8.70932,47.73275],[8.70596,47.71584],[8.66161,47.71454],[8.65783,47.68883],[8.67046,47.68235],[8.68937,47.69318],[8.71002,47.68829],[8.72575,47.6917],[8.7533,47.68997],[8.79373,47.67216],[8.81295,47.6959],[8.77231,47.71606],[8.80108,47.72811],[8.81816,47.71242],[8.84993,47.70233],[8.84949,47.68089],[8.87235,47.66971],[8.87474,47.6545],[8.88263,47.65327],[8.89825,47.64821],[8.94127,47.65569],[9.02005,47.68616],[9.13947,47.66367],[9.1494,47.66713],[9.15555,47.666],[9.17028,47.65474],[9.17591,47.65379],[9.18684,47.65697],[9.25717,47.65752],[9.51199,47.53246],[9.56602,47.53274],[9.61389,47.57809],[9.64742,47.58931],[9.65788,47.60599],[9.70817,47.60007],[9.74926,47.60206],[9.83488,47.66042],[9.84481,47.67533],[9.95808,47.64376],[10.00359,47.67526],[10.06303,47.66923],[10.07445,47.63472],[10.13262,47.67678],[10.14213,47.70165],[10.11825,47.76126],[10.0732,47.78686],[10.14174,47.80956],[10.10709,47.86711],[10.11359,47.93422],[10.11725,47.9755],[10.13763,48.01938],[10.14695,48.07455],[10.13966,48.11307],[10.11306,48.12632],[10.08111,48.2253],[10.06698,48.28172],[9.99992,48.35572],[10.00265,48.3632],[9.99071,48.3734],[9.97549,48.36558],[9.97328,48.37944],[9.98709,48.38565],[10.0152,48.40323],[10.04492,48.43158],[10.03918,48.45125],[10.06355,48.45381],[10.10938,48.47445],[10.12892,48.45301],[10.17973,48.45977],[10.31448,48.52323],[10.32542,48.60763],[10.26028,48.67842],[10.32297,48.68241],[10.3553,48.65068],[10.45007,48.66277],[10.49761,48.68581],[10.46648,48.73627],[10.42886,48.74973],[10.46208,48.83947],[10.45894,48.93581],[10.36527,49.02557],[10.26869,49.05202],[10.26279,49.12959],[10.25161,49.15031],[10.14311,49.20387],[10.13569,49.26189],[10.16061,49.27043],[10.14385,49.32772],[10.12627,49.3809],[10.16753,49.38589],[10.11027,49.49272],[10.12792,49.51192],[10.09052,49.54218],[10.06372,49.55129],[10.03352,49.52978],[10.01787,49.48673],[9.92482,49.48951],[9.93066,49.56097],[9.91419,49.58955],[9.87463,49.5836],[9.84954,49.54793],[9.83362,49.55607],[9.87656,49.61362],[9.83728,49.70237],[9.8014,49.73429],[9.71079,49.72918],[9.67721,49.71846],[9.67054,49.69515],[9.63435,49.70076],[9.65317,49.73944],[9.65623,49.79286],[9.51808,49.78214],[9.50417,49.78962],[9.42435,49.79099],[9.31467,49.76859],[9.29438,49.73958],[9.35828,49.70334],[9.37769,49.70357],[9.40378,49.71957],[9.41828,49.69706],[9.39602,49.67143],[9.41191,49.66033],[9.38253,49.64341],[9.36753,49.65893],[9.30454,49.65561],[9.27192,49.63515],[9.24212,49.58402],[9.16079,49.58263],[9.10577,49.57952],[9.06954,49.57679]]],"terms_url":"https://www.lgl-bw.de/","terms_text":"Datengrundlage: LGL, www.lgl-bw.de"},{"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}","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":"MassGIS-2019-Orthos","name":"MassGIS 2019 Orthos","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/USGS_Orthos_2019/MapServer/tile/{zoom}/{y}/{x}","endDate":"2019-04-25T00:00:00.000Z","startDate":"2019-03-24T00:00:00.000Z","zoomExtent":[7,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-2019-aerial-imagery","terms_text":"MassGIS","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"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}","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","best":true,"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-basemap","name":"MassGIS Basemap","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/MassGISBasemap/MapServer/tile/{zoom}/{y}/{x}","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}","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/MapServer/tile/{zoom}/{y}/{x}","endDate":"2015-12-31T00:00:00.000Z","startDate":"2010-12-02T00:00:00.000Z","zoomExtent":[6,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":"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","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":"Maxar-Premium","name":"Maxar Premium Imagery","type":"tms","template":"7586487389962e3f6e31ab2ed8ca321f2f3fe2cf87f1dedce8fc918b4692efd86fcd816ab8a35303effb1be9abe39b1cce3fe6db2c740044364ae68560822c88373d2c784325baf4e1fa007c6dbedab4cea3fa0dd86ee0ae4feeef032d33dcac28e4b16c90d55a42087c6b66526423ea1b4cc7e63c613940eb1c60f48270060bf41c5fcb6a628985ebe6801e9e71f0429fc68cf06d571460537465377dc1cfe12ff133738be4d00ab302d1e6fe1cf827f3a493","zoomExtent":[0,22],"terms_url":"https://wiki.openstreetmap.org/wiki/DigitalGlobe","terms_text":"Terms & Feedback","default":true,"description":"Maxar Premium is a mosaic composed of Maxar basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.","encrypted":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/world/Maxar.png"},{"id":"geodata.md.gov-MD_SixInchImagery","name":"MD Latest 6 Inch Aerial Imagery","type":"wms","template":"https://geodata.md.gov/imap/services/Imagery/MD_SixInchImagery/MapServer/WmsServer?LAYERS=MD_SixInchImagery&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2019-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/services/Imagery/MD_ThreeInchImagery/MapServer/WmsServer?LAYERS=MD_ThreeInchImagery&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":"2014-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.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":"Three Inch Resolution Imagery for Westminster, Easton, Rockville, Gaithersburg and Annapolis","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://polaris3g.mecklenburgcountync.gov/polarisv/rest/services/aerial2021/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","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":"Spring 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":"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}","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-NAIP-Imagery-2015","name":"Mesa County GIS NAIP 2015","type":"wms","template":"https://mcgis.mesacounty.us/image/services/Mosaic_Datasets/MesaCounty_2015/ImageServer/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":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-109.06765,39.37875],[-109.06685,38.43416],[-108.3711,38.43452],[-108.37142,38.808],[-108.18198,38.8081],[-108.18204,38.8712],[-108.05688,38.87126],[-108.05698,38.99759],[-107.86943,38.99769],[-107.86948,39.05856],[-107.81779,39.05859],[-107.81774,38.99645],[-107.68226,38.99652],[-107.68231,39.05971],[-107.62076,39.05974],[-107.62081,39.12126],[-107.49568,39.12133],[-107.49574,39.18416],[-107.36995,39.18422],[-107.37012,39.37962],[-109.06765,39.37875]]],"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-NAIP-Imagery-2017","name":"Mesa County GIS NAIP 2017","type":"wms","template":"https://mcgis.mesacounty.us/image/services/Mosaic_Datasets/NAIP_2017/ImageServer/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-10-24T00:00:00.000Z","startDate":"2017-08-26T00:00:00.000Z","zoomExtent":[8,13],"polygon":[[[-109.06765,39.37875],[-109.06685,38.43416],[-108.3711,38.43452],[-108.37142,38.808],[-108.18198,38.8081],[-108.18204,38.8712],[-108.05688,38.87126],[-108.05698,38.99759],[-107.86943,38.99769],[-107.86948,39.05856],[-107.81779,39.05859],[-107.81774,38.99645],[-107.68226,38.99652],[-107.68231,39.05971],[-107.62076,39.05974],[-107.62081,39.12126],[-107.49568,39.12133],[-107.49574,39.18416],[-107.36995,39.18422],[-107.37012,39.37962],[-109.06765,39.37875]]],"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-2018","name":"Mesa County GIS Valleywide 2018","type":"wms","template":"https://mcgis.mesacounty.us/image/services/Mosaic_Datasets/City_Color_2018/ImageServer/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":"2018-01-01T00:00:00.000Z","startDate":"2018-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":"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}","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","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-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}","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}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-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","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}","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","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2008-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","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","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","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","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":"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}","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}","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}","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}","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://gis.morgantownwv.gov/portal/home/item.html?id=f2830b58cd894fa0a0712e2cc9537bba","terms_text":"Monongalia Morgantown Area Geospatial Information Consortium","best":true,"description":"2022 Aerial Imagery for Monongalia County of the State of West Virginia","icon":"https://www.morgantownwv.gov/ImageRepository/Document?documentID=2216"},{"id":"Montgomery_OH_2019","name":"Montgomery County Orthoimagery (2019)","type":"wms","template":"https://portal.ketteringoh.org/arcgis/rest/services/GISData/MontCoAerial2019/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-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":"Spring 2019 orthoimagery for Montgomery County in the State of Ohio","icon":"https://www.mcohio.org/_assets_/images/logo.png"},{"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}","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":"mtbmap-no","name":"MTBmap.no","type":"tms","template":"https://mtbmap.no/tiles/osm/mtbmap/{zoom}/{x}/{y}.jpg","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}","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":"MunichLatestAerialImagery","name":"Munich latest aerial imagery 60cm","type":"wms","template":"https://ogc.muenchen.de/wms/opendata_luftbild?LAYERS=bgl0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[11,22],"polygon":[[[11.48878,48.053],[11.55589,48.05323],[11.55583,48.06224],[11.56915,48.06229],[11.56908,48.07128],[11.64986,48.07155],[11.64993,48.06256],[11.70326,48.06274],[11.70313,48.08074],[11.71673,48.08079],[11.71667,48.08968],[11.7299,48.08972],[11.72963,48.12566],[11.74313,48.1257],[11.74292,48.15276],[11.72943,48.15271],[11.72936,48.16152],[11.71612,48.16147],[11.71592,48.18859],[11.7027,48.18855],[11.70263,48.19752],[11.67558,48.19743],[11.67537,48.22446],[11.66176,48.22441],[11.66169,48.23355],[11.64863,48.2335],[11.64857,48.24246],[11.54064,48.2421],[11.54058,48.25093],[11.52735,48.25088],[11.52728,48.26001],[11.47335,48.25983],[11.47356,48.23291],[11.46014,48.23287],[11.46021,48.22373],[11.43336,48.22364],[11.43343,48.21439],[11.3798,48.21421],[11.37987,48.20518],[11.36607,48.20514],[11.36621,48.18741],[11.35259,48.18737],[11.35266,48.17817],[11.33946,48.17813],[11.33973,48.14216],[11.36684,48.14225],[11.36697,48.12443],[11.38083,48.12448],[11.3809,48.11558],[11.44769,48.1158],[11.44804,48.07087],[11.46186,48.07091],[11.46193,48.06193],[11.48872,48.06202],[11.48878,48.053]]],"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://www.muenchen.de/media/css/images/favicon_114x114.png"},{"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","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","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","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":"GrandNancy_Orthophotographie","name":"Nancy - Orthophoto","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/nancy/{zoom}/{x}/{y}","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}","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":"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}","endDate":"2022-01-01T00:00:00.000Z","startDate":"2019-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":"ign-argenmap","name":"National Geographic Institute Argenmap (TMS)","type":"tms","template":"https://wms.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/capabaseargenmap@EPSG:3857@png/{zoom}/{x}/{-y}.png","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":"National Geographic Institute Argenmap gray","type":"tms","template":"https://wms.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/mapabase_gris@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","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":"National Geographic Institute Atlas Argentina 500k (TMS)","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","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":"National Geographic Institute Atlas Tucumán 100k (TMS)","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","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":"National Geographic Institute Mosaic 100k (TMS)","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","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":"National Geographic Institute Mosaic 250k (TMS)","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","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":"National Geographic Institute Mosaic 500k (TMS)","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","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":"National Geographic Institute Mosaic 50k (TMS)","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","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":"National Geographic Institute Orthophotos Mosaic","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/mosaicos_vuelos@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","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":"National Geographic Institute UAV photos mosaic","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","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 ortofotos VANT","icon":"https://www.ign.gob.ar/sites/default/files/favicon.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}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2018-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":"wms","template":"https://services.nconemap.gov/secure/rest/services/Imagery/Orthoimagery_Latest/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2018-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":"osmfj-nagaoka-2018","name":"Niigata Nagaoka city Imagery 2019","type":"tms","template":"https://tiles.osmf.jp/nagaoka-shi/{zoom}/{x}/{y}.png","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","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","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","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","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}","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":"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":"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","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}","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}","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_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","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_ortho_wms","name":"NRW Orthophoto","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","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 - Normale farbliche Darstellung."},{"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","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}","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}","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}","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":"NYSDOP_Latest","name":"NYSDOP Orthoimagery - Latest","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}","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2016-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}","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://www.oakgov.com/SiteCollectionImages/fb_logo.png"},{"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","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://ogrip.oit.ohio.gov/ProjectsInitiatives/StatewideImagery.aspx","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":"OSIP_1ft","name":"Ohio Statewide Imagery Program II 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","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://ogrip.oit.ohio.gov/ProjectsInitiatives/StatewideImagery.aspx","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":"OSIPIII_6in","name":"Ohio Statewide Imagery Program III 6-Inch","type":"wms","template":"https://geo1.oit.ohio.gov/arcgis/rest/services/OSIP/OSIPIII_6in/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&SR={proj}&size={width}%2C{height}","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-84.05602,39.86482],[-84.10215,39.85097],[-84.13295,39.57858],[-84.11818,39.56383],[-83.99697,39.55639],[-84.02607,39.2565],[-84.01259,39.24116],[-83.85374,39.2322],[-83.84655,39.21168],[-83.80463,39.20905],[-83.77059,39.25284],[-83.58478,39.36421],[-83.39732,39.363],[-83.41203,39.26436],[-83.36497,39.22635],[-83.40186,39.06752],[-83.69109,39.02414],[-83.71633,38.62809],[-83.64926,38.61467],[-83.61519,38.66677],[-83.52167,38.68824],[-83.47446,38.66162],[-83.37409,38.64538],[-83.34281,38.62876],[-83.32466,38.59287],[-83.29105,38.58221],[-83.24028,38.61401],[-83.14364,38.60656],[-83.09835,38.66208],[-83.04898,38.67947],[-83.01907,38.71357],[-82.96825,38.71291],[-82.89612,38.74105],[-82.89531,38.68543],[-82.85943,38.58252],[-82.80698,38.54974],[-82.71002,38.53205],[-82.62589,38.46333],[-82.5897,38.39783],[-82.53452,38.38958],[-82.4057,38.42425],[-82.33165,38.42812],[-82.29727,38.46062],[-82.27152,38.59034],[-82.34198,38.59912],[-82.34329,38.68764],[-82.45307,38.69579],[-82.4484,38.74265],[-82.47238,38.78367],[-82.5627,38.79213],[-82.55792,38.83737],[-82.43861,38.83755],[-82.41795,39.01953],[-82.34265,39.01489],[-82.32501,38.99849],[-82.11537,38.98916],[-82.11711,38.95593],[-82.09926,38.94399],[-82.0122,39.01537],[-81.99038,38.98151],[-81.94706,38.97819],[-81.91802,38.933],[-81.94355,38.90726],[-81.94258,38.88465],[-81.9063,38.86154],[-81.87767,38.86256],[-81.83921,38.88612],[-81.81898,38.93185],[-81.77332,38.9083],[-81.73907,38.92726],[-81.76333,38.96422],[-81.74665,39.01973],[-81.79401,39.0653],[-81.75769,39.06862],[-81.72924,39.09067],[-81.73637,39.17546],[-81.67598,39.21953],[-81.67109,39.2601],[-81.55664,39.258],[-81.53281,39.34333],[-81.4483,39.39578],[-81.42416,39.38179],[-81.40555,39.34019],[-81.37772,39.3277],[-81.26394,39.37175],[-81.20847,39.37483],[-81.16965,39.42313],[-81.11749,39.43727],[-81.05645,39.50637],[-80.96008,39.5781],[-80.92155,39.60321],[-80.86655,39.61112],[-80.84698,39.68382],[-80.81103,39.71133],[-80.84982,39.76391],[-80.8107,39.79023],[-80.80723,39.84007],[-80.77315,39.86198],[-80.78748,39.90112],[-80.75723,39.89385],[-80.73838,39.90691],[-80.74516,39.94806],[-80.72236,39.96591],[-80.71178,40.03855],[-80.71969,40.07376],[-80.69116,40.09516],[-80.68651,40.14868],[-80.63661,40.23752],[-80.60246,40.25991],[-80.58372,40.30961],[-80.58934,40.37397],[-80.60432,40.39111],[-80.57816,40.47967],[-80.65744,40.59457],[-80.84238,40.61317],[-80.84677,40.65252],[-80.8988,40.6578],[-80.89829,40.72775],[-80.91029,40.74046],[-81.24378,40.73728],[-81.25955,40.66534],[-81.33582,40.6553],[-81.33957,40.56159],[-81.28419,40.55122],[-81.29374,40.31841],[-81.35179,40.31057],[-81.35669,40.22933],[-81.60291,40.23531],[-81.5987,40.37326],[-81.69305,40.38471],[-81.6909,40.43004],[-81.65123,40.44072],[-81.63145,40.67331],[-82.10717,40.68259],[-82.11016,40.99208],[-82.15378,41.00646],[-82.1637,41.07685],[-82.44099,41.07953],[-82.45597,41.06727],[-82.45281,41.00742],[-83.46528,41.00502],[-83.47695,40.96289],[-83.49555,40.95122],[-83.49586,40.91926],[-83.53338,40.90804],[-83.53472,40.83268],[-83.87996,40.83439],[-83.89919,40.81985],[-83.89403,40.52197],[-83.5405,40.49627],[-83.57014,40.22757],[-83.51469,40.21219],[-83.52257,40.11247],[-83.53323,40.00525],[-83.60346,39.78398],[-83.80953,39.81033],[-83.81887,39.83569],[-83.92107,39.84227],[-83.93487,39.85766],[-84.05602,39.86482]],[[-84.21919,40.21435],[-84.43268,40.21145],[-84.45418,40.18622],[-84.43917,39.90911],[-84.18268,39.90801],[-84.17052,39.87192],[-84.03412,39.87362],[-84.0089,40.19325],[-84.21919,40.21435]]],"terms_url":"https://ogrip.oit.ohio.gov/ProjectsInitiatives/StatewideImagery.aspx","terms_text":"Ohio Statewide Imagery Program","description":"Ohio Statewide Imagery Program III orthoimagery of 41 counties captured at 6-inch resolution in 2019 and 2020."},{"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","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-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":"OpenAerialMapMosaic","name":"OpenAerialMap Mosaic, by Kontur.io","type":"tms","template":"https://apps.kontur.io/raster-tiler/oam/mosaic/{zoom}/{x}/{y}.png","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","overlay":true},{"id":"openrailwaymap-maxspeeds","name":"OpenRailwayMap Maxspeeds","type":"tms","template":"https://{switch:a,b,c}.tiles.openrailwaymap.org/maxspeed/{zoom}/{x}/{y}.png","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","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":"osmfr-basque","name":"OpenStreetMap (Basque Style)","type":"tms","template":"https://tile.openstreetmap.bzh/eu/{zoom}/{x}/{y}.png","zoomExtent":[0,20],"polygon":[[[16.20759,62.74084],[-10.81893,62.71823],[-10.73644,33.80438],[16.29008,33.84537],[16.20759,62.74084]]],"terms_url":"https://www.openstreetmap.org/","terms_text":"Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL"},{"id":"osmbe-nl","name":"OpenStreetMap (Belgian Style - Dutch)","type":"tms","template":"https://tile.openstreetmap.be/osmbe-nl/{zoom}/{x}/{y}.png","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","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":"osmfr-breton","name":"OpenStreetMap (Breton Style)","type":"tms","template":"https://tile.openstreetmap.bzh/br/{zoom}/{x}/{y}.png","zoomExtent":[0,20],"polygon":[[[16.20759,62.74084],[-10.81893,62.71823],[-10.73644,33.80438],[16.29008,33.84537],[16.20759,62.74084]]],"terms_url":"https://www.openstreetmap.org/","terms_text":"Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL"},{"id":"osmfr-occitan","name":"OpenStreetMap (Occitan Style)","type":"tms","template":"https://tile.openstreetmap.bzh/oc/{zoom}/{x}/{y}.png","zoomExtent":[0,20],"polygon":[[[16.20759,62.74084],[-10.81893,62.71823],[-10.73644,33.80438],[16.29008,33.84537],[16.20759,62.74084]]],"terms_url":"https://www.openstreetmap.org/","terms_text":"Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL"},{"id":"MAPNIK","name":"OpenStreetMap (Standard)","type":"tms","template":"https://tile.openstreetmap.org/{zoom}/{x}/{y}.png","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","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","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","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","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":"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.orthohr","name":"Ortho HR","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr/{zoom}/{x}/{y}","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}","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.15787,47.28205],[-3.15272,47.23717],[-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.04113,47.42363],[-3.05128,47.51338],[-2.91879,47.5202],[-2.91382,47.47531],[-2.84762,47.47866],[-2.84271,47.43378],[-2.77655,47.43709],[-2.78141,47.48197],[-2.71519,47.48525],[-2.71039,47.44036],[-2.64422,47.44359],[-2.63948,47.3987],[-2.57336,47.40189],[-2.55472,47.22229],[-2.35695,47.23161],[-2.35248,47.1867],[-2.2866,47.18973],[-2.27778,47.0999],[-2.14621,47.10584],[-2.14192,47.06092],[-2.07618,47.06383],[-2.06773,46.97398],[-2.13336,46.97108],[-2.13764,47.016],[-2.20331,47.01305],[-2.20765,47.05797],[-2.4048,47.0489],[-2.4003,47.00399],[-2.33465,47.00705],[-2.32578,46.91722],[-2.19466,46.92321],[-2.18173,46.78845],[-2.11633,46.79138],[-2.11209,46.74646],[-2.04673,46.74935],[-2.03837,46.65949],[-1.97311,46.66235],[-1.969,46.61741],[-1.90379,46.62023],[-1.89569,46.53036],[-1.83058,46.53313],[-1.82262,46.44325],[-1.7576,46.44598],[-1.75369,46.40104],[-1.62375,46.40638],[-1.61994,46.36144],[-1.49009,46.36663],[-1.48639,46.32168],[-1.35662,46.32672],[-1.35304,46.28176],[-1.2882,46.28422],[-1.28468,46.23927],[-1.15508,46.24408],[-1.1585,46.28904],[-1.02877,46.2937],[-1.03209,46.33867],[-0.96717,46.34095],[-0.9639,46.29598],[-0.76926,46.30259],[-0.76616,46.25762],[-0.70133,46.25975],[-0.70437,46.30472],[-0.50967,46.31089],[-0.51835,46.44583],[-0.58341,46.4438],[-0.60422,46.75863],[-0.66966,46.75655],[-0.67575,46.8465],[-0.74129,46.84438],[-0.74752,46.93432],[-0.81316,46.93216],[-0.81634,46.97713],[-0.88203,46.97494],[-0.88527,47.0199],[-0.95101,47.01767],[-0.9543,47.06263],[-1.08588,47.05804],[-1.08929,47.103],[-1.15513,47.10065],[-1.1586,47.1456],[-1.09271,47.14795],[-1.09613,47.19291],[-1.16208,47.19055],[-1.16905,47.28046],[-1.23509,47.27806],[-1.23864,47.32301],[-0.90806,47.33461],[-0.92121,47.51443],[-1.12024,47.50756],[-1.12371,47.5525],[-0.99091,47.55713],[-0.99764,47.64702],[-1.13066,47.64239],[-1.13764,47.73228],[-0.80449,47.74359],[-0.80128,47.69864],[-0.46829,47.70899],[-0.47122,47.75395],[-0.40455,47.75591],[-0.3988,47.66599],[-0.26567,47.66978],[-0.26292,47.62482],[-0.06336,47.63023],[-0.06078,47.58525],[0.07218,47.58867],[0.07464,47.54369],[0.2075,47.54695],[0.20515,47.59193],[0.27164,47.5935],[0.27393,47.54852],[0.40681,47.55155],[0.40463,47.59653],[0.53764,47.59942],[0.53556,47.6444],[0.66869,47.64713],[0.66476,47.7371],[0.73144,47.73841],[0.72952,47.7834],[0.79626,47.78467],[0.79253,47.87464],[0.85939,47.87587],[0.85211,48.05579],[0.9192,48.057],[0.91744,48.10198],[0.98458,48.10314],[0.98287,48.14812],[0.91566,48.14695],[0.91389,48.19193],[0.84662,48.19072],[0.84479,48.23569],[0.71016,48.23316],[0.70821,48.27813],[0.57348,48.27544],[0.57141,48.32041],[0.43658,48.31756],[0.42779,48.4974],[0.08963,48.48959],[0.09212,48.44464],[-0.043,48.44125],[-0.04561,48.4862],[-0.11322,48.48445],[-0.11856,48.57433],[-0.38942,48.56692],[-0.38651,48.52199],[-0.65706,48.51396],[-0.85992,48.50754],[-0.86323,48.55247],[-1.13385,48.54336],[-1.09175,48.00425],[-1.22565,47.99951],[-1.21492,47.86471],[-1.2817,47.86229],[-1.27808,47.81736],[-1.34479,47.8149],[-1.34846,47.85983],[-1.54873,47.85223],[-1.54488,47.80731],[-1.67825,47.80205],[-1.6743,47.75713],[-1.87412,47.74897],[-1.87001,47.70406],[-2.00308,47.69843],[-2.02854,47.96789],[-2.0954,47.96501],[-2.09973,48.00991],[-2.16664,48.00699],[-2.17102,48.05188],[-2.10406,48.05481],[-2.1084,48.09971],[-2.24244,48.09381],[-2.25136,48.1836],[-2.3856,48.17754],[-2.39019,48.22243],[-2.45735,48.21934],[-2.45271,48.17446],[-2.5869,48.16817],[-2.57741,48.07841],[-2.64438,48.07522],[-2.65398,48.16497],[-2.85519,48.15515],[-2.86017,48.20001],[-2.99438,48.19326],[-2.99948,48.23812],[-3.2009,48.22771],[-3.19562,48.18286],[-3.32974,48.17573],[-3.39678,48.17211],[-3.40223,48.21695],[-3.67054,48.20207],[-3.66487,48.15724],[-3.79885,48.14958],[-3.78731,48.05992],[-3.72043,48.06377],[-3.70904,47.9741],[-3.57549,47.98166],[-3.56992,47.93682],[-3.43644,47.94423],[-3.43099,47.89938],[-3.56436,47.89198],[-3.5257,47.57804],[-3.39311,47.5854],[-3.40388,47.67511],[-3.33746,47.67874],[-3.33213,47.63388],[-3.26575,47.63747],[-3.26048,47.5926],[-3.19415,47.59615],[-3.17337,47.41667],[-3.30557,47.40956],[-3.28974,47.27496],[-3.15787,47.28205]]],"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}","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}","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}","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}","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}","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}","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}","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}","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}","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[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.70247,43.13538],[5.70667,43.22527],[5.76814,43.22371],[5.77679,43.40352],[5.83844,43.40192],[5.84066,43.44687],[5.77896,43.44847],[5.78549,43.58334],[5.72364,43.58491],[5.72578,43.62987],[5.84957,43.6267],[5.85405,43.71662],[5.79206,43.71823],[5.79425,43.76319],[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]],[[6.73914,43.96007],[6.80137,43.95792],[6.79837,43.91298],[6.61183,43.91931],[6.60048,43.73951],[6.72446,43.73534],[6.71861,43.64546],[6.7805,43.64333],[6.77753,43.59839],[6.83936,43.59622],[6.83036,43.46142],[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]],[[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.39384,47.55582],[5.39183,47.51083],[5.32543,47.51218],[5.32152,47.4222],[5.38781,47.42086],[5.38581,47.37587],[5.45204,47.37449],[5.44793,47.28451],[5.51405,47.2831],[5.51194,47.23811],[5.77615,47.23208],[5.77847,47.27706],[5.91067,47.27382],[5.91311,47.3188],[6.11153,47.31365],[6.11414,47.35863],[6.24651,47.355],[6.24923,47.39998],[6.31546,47.39811],[6.31825,47.44308],[6.38453,47.44117],[6.38738,47.48613],[6.58637,47.48017],[6.58939,47.52513],[6.85486,47.51665],[6.84839,47.42674],[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.32739,47.55717],[5.39384,47.55582]],[[3.94893,44.83011],[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.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]],[[2.23472,45.28174],[2.17095,45.28129],[2.17362,45.10122],[2.04649,45.1002],[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.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]],[[4.36116,46.17669],[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]],[[-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.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.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.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.13612,47.69266],[-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.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.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.80983,47.25921],[1.81182,47.16919],[1.74582,47.1685],[1.74791,47.07848],[2.01148,47.08103],[2.01804,46.72091],[2.08349,46.72145],[2.08501,46.63142],[2.15036,46.63192],[2.15247,46.49686],[2.08728,46.49636],[2.08878,46.40632],[2.34912,46.4081],[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.32707,46.67963],[3.39248,46.67942],[3.39216,46.6344],[3.52287,46.63388],[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.12125,47.12484],[4.25314,47.12349],[4.25629,47.25851],[4.19018,47.25921],[4.19318,47.39423],[4.1269,47.39489],[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.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]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","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","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","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","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","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","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://ortos.dgterritorio.gov.pt/wms-inspire/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","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://ortos.dgterritorio.gov.pt/wms-inspire/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","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}","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","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":"OS-OpenData_Locator","name":"OS OpenData Locator","type":"tms","template":"https://tiles.itoworld.com/os_locator/{zoom}/{x}/{y}.png","zoomExtent":[0,22],"polygon":[[[-0.88639,61.11666],[-9.24009,57.92465],[-6.61235,55.46835],[-6.1039,55.40191],[-5.61358,55.06607],[-5.40088,54.90562],[-5.29371,54.77201],[-5.11832,54.5911],[-4.92368,54.38599],[-4.94067,53.59884],[-5.44172,52.27725],[-6.03376,51.6012],[-7.54473,49.33762],[-2.59721,50.2588],[0.65674,50.64047],[1.32419,50.83256],[1.87586,51.19234],[2.05883,52.88863],[-1.61452,56.47933],[-1.21085,57.64972],[-1.69525,59.08903],[0.21543,60.43058],[-0.88639,61.11666]]],"overlay":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","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_2022_10","name":"OS OpenMap Local (October 2022)","type":"tms","template":"https://{switch:a,b,c}.os.openstreetmap.org/layer/gb_os_om_local_2022_10/{zoom}/{x}/{y}.png","endDate":"2022-10-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","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":"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","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","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","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","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","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","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}","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}","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}","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":"Pangasinan_Bulacan_HiRes","name":"Pangasinán/Bulacan (Philippines HiRes)","type":"tms","template":"https://gravitystorm.dev.openstreetmap.org/imagery/philippines/{zoom}/{x}/{y}.png","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","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","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","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":"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}","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","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}","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_2021","name":"PEMA Orthoimagery (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}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-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 in 2021","icon":"https://www.pema.pa.gov/PublishingImages/logo.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}","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","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","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":"PNOA-Spain-TMS","name":"PNOA Spain","type":"tms","template":"https://tms-pnoa-ma.idee.es/1.0.0/pnoa-ma/{zoom}/{x}/{-y}.jpeg","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":"Code-Point_Open","name":"Postcode centroids","type":"tms","template":"https://www.raggedred.net/tiles/codepoint/{zoom}/{x}/{y}.png","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}","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}","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}","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}","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}","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}","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","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","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","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":"http://giswa1.mag.mepnet.cz/arcgis/services/MAP/letecke_snimky_posledni_snimkovani_cache/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:4326","zoomExtent":[1,20],"polygon":[[[14.81232,49.93089],[14.74502,50.25247],[14.12025,50.19882],[14.18755,49.87687],[14.81232,49.93089]]]},{"id":"PrahaIPRlow-vegetationorthophoto","name":"Praha IPR low-vegetation orthophoto","type":"wms","template":"https://giswas1.mepnet.cz/arcgis/services/MAP/mimovegetacni_snimkovani_cache/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","projection":"EPSG:4326","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]]]},{"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}","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}","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","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":"RABA-KGZ-3000","name":"RABA-KGZ: Slovenia built-up areas","type":"tms","template":"https://wms.openstreetmap.de/tms/RABA3000/{zoom}/{x}/{y}.png","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","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_2014","name":"Rennes - 2014","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2014/{zoom}/{x}/{y}","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,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://data.rennesmetropole.fr/explore/dataset/orthophotographie-2014/information/","terms_text":"Rennes Métropole 2014"},{"id":"Rennes_2018","name":"Rennes - 2018","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2018/{zoom}/{x}/{y}","endDate":"2018-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,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://data.rennesmetropole.fr/explore/dataset/orthophotographie-2017-2018/information/","terms_text":"Mégalis Bretagne et Collectivités Territoriales Bretonnes 2018"},{"id":"Rennes_2020","name":"Rennes - 2020","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2020/{zoom}/{x}/{y}","endDate":"2020-09-14T00:00:00.000Z","startDate":"2020-08-07T00:00:00.000Z","zoomExtent":[0,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://data.rennesmetropole.fr/explore/dataset/orthophotographie-2020/information/","terms_text":"Rennes Métropole - IGNF - 2020"},{"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}","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_21s","name":"Rhode Island Aerial Photo (Spring 2021)","type":"wms","template":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202103_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-04-26T00:00:00.000Z","startDate":"2021-03-12T00: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 (Spring 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}","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":"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","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}","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}","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}","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}","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":"rio2015","name":"Rio Mosaico 2015","type":"wms","template":"https://pgeo3.rio.rj.gov.br/arcgis/services/Imagens/Mosaico_2015_UTM/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-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":"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}","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":"route500","name":"Route 500","type":"tms","template":"https://{switch:a,b,c}.tile.openstreetmap.fr/route500/{zoom}/{x}/{y}.png","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 du réseau classé (autoroutes, nationales, départementales)","overlay":true},{"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}","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":"saitama_fukaya_orthophoto_2017","name":"Saitama Fukaya-shi Imagery 2017","type":"tms","template":"http://nyampire.conohawing.com/ortho-fukaya-shi/{zoom}/{x}/{-y}.png","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":"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}","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":"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","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","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","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","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}","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","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}","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}","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}","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}","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":"Geodatastyrelsen_Denmark","name":"SDFE aerial imagery","type":"tms","template":"https://osmtools.septima.dk/mapproxy/tiles/1.0.0/kortforsyningen_ortoforaar/EPSG3857/{zoom}/{x}/{y}.jpeg","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://download.kortforsyningen.dk/content/vilkaar-og-betingelser","terms_text":"Geodatastyrelsen og Danske Kommuner","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_Cadastral_Parcels_INSPIRE_View","name":"SDFE 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","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_text":"Geodatastyrelsen og Danske Kommuner","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_DTK_Kort25","name":"SDFE DTK Kort25","type":"wms","template":"https://api.dataforsyningen.dk/dtk_25_DAF?service=WMS&request=GetMap&token=52065b2ec5fda5a46a50b451f3f24473&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&Layers=dtk25&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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_text":"Geodatastyrelsen og Danske Kommuner","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_Skaermkort","name":"SDFE Skærmkort","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.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=dtk_skaermkort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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_text":"Geodatastyrelsen og Danske Kommuner","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"SDFE_Overflade_Skyggekort_40cm","name":"SDFE 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.1.1&Layers=dhm_overflade_skyggekort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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_text":"Geodatastyrelsen og Danske Kommuner","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"SDFE_Terraen_Skyggekort_40cm","name":"SDFE 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.1.1&Layers=dhm_terraen_skyggekort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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_text":"Geodatastyrelsen og Danske Kommuner","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Seminole_Ortho_2021","name":"Seminole County Orthoimagery (2021)","type":"wms","template":"https://maps2.scpafl.org/arcgis/rest/services/Aerials2021/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.45946,28.72408],[-81.43302,28.72411],[-81.43302,28.75311],[-81.41645,28.75314],[-81.4165,28.79667],[-81.4197,28.79666],[-81.41981,28.82573],[-81.41644,28.82576],[-81.41649,28.85473],[-81.39995,28.85481],[-81.39999,28.86928],[-81.3834,28.86934],[-81.3834,28.8736],[-81.36708,28.87364],[-81.36708,28.87849],[-81.36301,28.87847],[-81.36304,28.87369],[-81.35031,28.87371],[-81.35032,28.85476],[-81.31731,28.85479],[-81.31726,28.84023],[-81.30079,28.84027],[-81.30074,28.82571],[-81.21818,28.8232],[-81.21814,28.81121],[-81.20164,28.81122],[-81.20161,28.79669],[-81.15203,28.79664],[-81.15207,28.81119],[-81.13554,28.81121],[-81.13554,28.82887],[-81.10248,28.82889],[-81.10248,28.82571],[-81.06945,28.82572],[-81.06944,28.81119],[-81.06739,28.81119],[-81.06738,28.80228],[-81.05677,28.80228],[-81.05676,28.7877],[-81.03636,28.72409],[-81.02097,28.72408],[-81.02097,28.70099],[-81.00333,28.70098],[-81.00333,28.69501],[-81.01986,28.69501],[-81.01988,28.68059],[-81.00331,28.6805],[-81.00331,28.637],[-80.98709,28.63693],[-80.98709,28.61293],[-81.33385,28.61057],[-81.33388,28.63696],[-81.36198,28.63692],[-81.362,28.64017],[-81.45972,28.63987],[-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":"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}","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}","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}","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","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://mapservices.onemap.sg/mapproxy/service?LAYERS=singapore_landlot_wmts&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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://mapservices.onemap.sg/mapproxy/service?LAYERS=singapore_3414_wms&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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","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}","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","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":"skoterleder","name":"Snowmobile map Sweden","type":"tms","template":"https://tiles.skoterleder.org/tiles/{zoom}/{x}/{y}.png","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}","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":"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}","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","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":"http://{switch:a,b,c}.aerial.openstreetmap.org.za/ngi-aerial/{zoom}/{x}/{y}.jpg","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-DSM_2006_2_5m","name":"South Tyrol DSM Hillshade 2006 (2.5 m)","type":"wms","template":"https://geoservices1.civis.bz.it/geoserver/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","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":"© Autonomen 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://geoservices1.civis.bz.it/geoserver/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","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.49036,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.3592,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.40843,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.3592,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.6697],[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.46839,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.6697],[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.85653,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.93307,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":"© Autonomen 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://geoservices1.civis.bz.it/geoserver/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","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":"© Autonomen 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://geoservices1.civis.bz.it/geoserver/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","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.49036,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.3592,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.40843,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.3592,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.6697],[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.46839,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.6697],[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.85653,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.93307,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":"© Autonomen 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","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":"© Autonomen 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","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":"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 3.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","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":"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0"},{"id":"South-Tyrol-Orthofoto-2017","name":"South Tyrol Orthofoto 2017","type":"tms","template":"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=p_bz-orthoimagery:P_BZ_OF_2017_EPSG3857&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg","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":"© Autonomen 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","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","best":true},{"id":"South-Tyrol-Topomap","name":"South Tyrol Topomap","type":"tms","template":"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_BASEMAP_TOPO&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg","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":"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano","description":"Topographical basemap of South Tyrol"},{"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","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","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","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","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","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","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","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","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","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,14,15,16,17,19,20,21,23,24,25,26,27,28,29&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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","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}","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}","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-bern2016-wms","name":"Stadt Bern 10cm (2016)","type":"wms","template":"https://map.bern.ch/wms/OpenData/proxy.php?LAYERS=luftbild_2016&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[7.29431,46.92376],[7.30823,46.92229],[7.32437,46.92519],[7.32692,46.9236],[7.32746,46.91903],[7.33937,46.91967],[7.33878,46.92454],[7.36056,46.9272],[7.36041,46.92859],[7.36831,46.93043],[7.36807,46.93239],[7.37489,46.93271],[7.37487,46.93143],[7.38087,46.93241],[7.38002,46.92989],[7.38231,46.92728],[7.38757,46.93045],[7.40148,46.92119],[7.40213,46.9242],[7.40806,46.92563],[7.40708,46.93038],[7.41384,46.93157],[7.41469,46.93682],[7.43764,46.93074],[7.4338,46.93312],[7.43542,46.93497],[7.44764,46.93043],[7.45857,46.93484],[7.47077,46.9255],[7.4691,46.92924],[7.47535,46.93299],[7.4747,46.93392],[7.47811,46.93625],[7.47667,46.93695],[7.4895,46.93687],[7.4908,46.93876],[7.49351,46.93766],[7.49556,46.93962],[7.48339,46.9452],[7.48405,46.94999],[7.47701,46.95446],[7.47978,46.9566],[7.47893,46.95878],[7.48029,46.96068],[7.47847,46.9629],[7.48579,46.96468],[7.48613,46.9679],[7.48452,46.97016],[7.47816,46.97118],[7.47019,46.96741],[7.47079,46.97],[7.46804,46.97583],[7.45465,46.97782],[7.45221,46.98968],[7.45067,46.99015],[7.44127,46.97982],[7.44405,46.97807],[7.4477,46.97901],[7.44838,46.97564],[7.44569,46.97479],[7.44125,46.97679],[7.43785,46.96843],[7.43536,46.96843],[7.43271,46.97269],[7.42817,46.9738],[7.40829,46.96869],[7.40005,46.96918],[7.3938,46.96693],[7.38321,46.9663],[7.38062,46.96547],[7.37851,46.96147],[7.37503,46.95983],[7.37151,46.96073],[7.3685,46.95662],[7.3582,46.95118],[7.35309,46.95193],[7.35056,46.95021],[7.35136,46.94855],[7.34346,46.94879],[7.34385,46.94737],[7.34141,46.94608],[7.32845,46.94641],[7.32464,46.94328],[7.30686,46.94037],[7.30433,46.93623],[7.30616,46.93095],[7.29827,46.92747],[7.29431,46.92376]]],"terms_url":"https://www.bern.ch/themen/planen-und-bauen/geodaten-und-plane/nutzungsbedingungengeodaten/nutzungsbedingungen","terms_text":"Geodaten Stadt Bern"},{"id":"Bern-bern2020-wms","name":"Stadt Bern 10cm (2020)","type":"wms","template":"https://map.bern.ch/wms/OpenData/proxy.php?LAYERS=luftbild_2020&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-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://www.bern.ch/themen/planen-und-bauen/geodaten-und-plane/nutzungsbedingungengeodaten/nutzungsbedingungen","terms_text":"Geodaten 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}","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","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","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}","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","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":"stamen-terrain-background","name":"Stamen Terrain","type":"tms","template":"https://stamen-tiles-{switch:a,b,c,d}.a.ssl.fastly.net/terrain-background/{zoom}/{x}/{y}.jpg","zoomExtent":[4,18],"terms_url":"http://maps.stamen.com/#terrain","terms_text":"Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL","icon":"https://stamen.com/wp-content/uploads/2016/07/stamen_compass_rose_small-01.png"},{"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}","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}","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}","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}","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","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}","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 2021","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","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-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.ico"},{"id":"Sumter_Ortho_2021","name":"Sumter County Orthoimagery (2021)","type":"wms","template":"https://gis.sumtercountyfl.gov/sumtergis/rest/services/Imagery/Imagery2021_EV/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-02-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.9411,28.96893],[-81.94136,28.39095],[-81.95685,28.39099],[-81.95706,28.29501],[-82.00367,28.29516],[-82.00367,28.30922],[-82.0659,28.30914],[-82.0659,28.51516],[-82.11267,28.51508],[-82.11259,28.52888],[-82.12812,28.52896],[-82.1283,28.54276],[-82.14383,28.54268],[-82.14383,28.55633],[-82.19069,28.55618],[-82.19061,28.57013],[-82.22168,28.57005],[-82.22177,28.58377],[-82.23756,28.58384],[-82.23739,28.6112],[-82.25301,28.61127],[-82.25301,28.62499],[-82.26852,28.62504],[-82.26854,28.6387],[-82.28421,28.63874],[-82.28429,28.66611],[-82.26871,28.66623],[-82.26867,28.69364],[-82.25314,28.69375],[-82.25318,28.735],[-82.23764,28.735],[-82.23764,28.7487],[-82.22198,28.7487],[-82.22207,28.76247],[-82.19078,28.76254],[-82.19091,28.8176],[-82.20659,28.81757],[-82.2067,28.83133],[-82.22215,28.83125],[-82.22232,28.84494],[-82.23799,28.84494],[-82.23799,28.85881],[-82.25348,28.85869],[-82.25352,28.87249],[-82.2691,28.87252],[-82.26919,28.88632],[-82.28472,28.88628],[-82.28481,28.91367],[-82.3006,28.91378],[-82.30052,28.94124],[-82.31622,28.94127],[-82.31627,28.96854],[-81.9411,28.96893]]],"terms_url":"https://data2-sumtercountygis.opendata.arcgis.com/","terms_text":"Sumter County GIS, Sumter County Board of County Commissioners","description":"The 2021 orthoimagery for Sumter County of the State of Florida"},{"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","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","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}","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","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","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","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","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}","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","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","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_2021","name":"Tallahassee - Leon County Orthoimagery (2021)","type":"wms","template":"https://interraster.leoncountyfl.gov/interraster/rest/services/ImageryServices/TLC_Imagery2021_RGB_D_WM/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-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 2021 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}","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}","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":"US-TIGER-Roads-2017","name":"TIGER Roads 2017","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/cj8dftc3q1ecn2tnx9qhwyj0c/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-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-2018","name":"TIGER Roads 2018","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/cjo1wbulo3ub82ro1c9onlzmh/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-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-2019","name":"TIGER Roads 2019","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/ck0dxfa7602e61cmjk7p86749/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-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-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.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw","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.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw","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":"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","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","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","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","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","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":"tokyo_nerima_orthophoto_2016","name":"Tokyo Nerima-ku Imagery 2016","type":"tms","template":"http://nyampire.conohawing.com/ortho-nerima-ku/{zoom}/{x}/{y}.png","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","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","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","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","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}","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}","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}","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}","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}","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}","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}","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}","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?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Spar_Huvud_och_sidospar&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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?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","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?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vagnummer,Vaghinder,Rastplats,Rastficka,Hallplats,Farthinder,BroTunnel,ATK_Matplats&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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","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","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","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","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","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","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","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","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","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","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","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}","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}","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}","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","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}","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","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","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","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","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","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}","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}","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}","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}","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}","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}","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}","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}","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}","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}","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}","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}","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}","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":"USGS-Imagery","name":"USGS Imagery","type":"tms","template":"https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{zoom}/{y}/{x}","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","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","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}","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","endDate":"2021-01-01T00:00:00.000Z","startDate":"2018-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}","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}","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":"wien.gv.at-labels","name":"Vienna: Beschriftungen (annotations)","type":"tms","template":"https://maps.wien.gv.at/wmts/beschriftung/normal/google3857/{zoom}/{y}/{x}.png","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","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","zoomExtent":[10,20],"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}","endDate":"2020-01-01T00:00:00.000Z","startDate":"2016-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}","endDate":"2020-01-01T00:00:00.000Z","startDate":"2016-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","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","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","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","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","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","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","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","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-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","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","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.enedis.fr/open-data","terms_text":"Tiles © cquest@Openstreetmap France, data © Enedis - RTE France, LO/OL","overlay":true},{"id":"Volusia_Ortho_2021","name":"Volusia County Orthoimagery (2021)","type":"wms","template":"https://maps2.vcgov.org/arcgis/rest/services/Aerial_2021/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"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":"WISC_DNR_Ortho_Composite","name":"Wisconsin Leaf-Off Orthophotography (DNR)","type":"wms","template":"https://dnrmaps.wi.gov/arcgis_image/rest/services/DW_Image/EN_Image_Basemap_Leaf_Off/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2015-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 SEWRPC orthoimagery (2015) 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}","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.co.wood.oh.us/","terms_text":"Wood County, State of Ohio","description":"Spring 2020 orthoimagery for Wood County in the State of Ohio","icon":"https://www.co.wood.oh.us/images/logo.png"},{"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","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","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","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","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","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","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","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}","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}","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":"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}","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":"ACT2017","name":"ACTmapi Imagery 2017","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/imagery2017mga/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2017-05-01T00:00:00.000Z","startDate":"2017-05-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.085,-35.1171],[149.0857,-35.1348],[149.0635,-35.1355],[149.0637,-35.1532],[149.0204,-35.154],[149.0206,-35.172],[148.9986,-35.1724],[148.999,-35.1904],[148.9329,-35.1919],[148.9341,-35.228],[148.9123,-35.2282],[148.9128,-35.246],[148.8687,-35.2466],[148.8689,-35.2643],[148.8469,-35.2652],[148.8474,-35.2832],[148.8033,-35.2836],[148.8041,-35.302],[148.7822,-35.3022],[148.7839,-35.3921],[148.7617,-35.3924],[148.7688,-35.7167],[148.7911,-35.7167],[148.7909,-35.7347],[148.8131,-35.7343],[148.8138,-35.7524],[148.8359,-35.7521],[148.8361,-35.7698],[148.8805,-35.7695],[148.8826,-35.859],[148.9042,-35.8586],[148.9053,-35.8768],[148.9272,-35.8768],[148.9277,-35.8949],[148.9499,-35.8946],[148.9506,-35.9125],[149.0172,-35.9113],[149.0175,-35.9294],[149.1727,-35.9271],[149.1624,-35.5487],[149.3385,-35.5451],[149.3341,-35.3648],[149.3772,-35.3641],[149.3777,-35.3457],[149.3988,-35.3452],[149.3974,-35.2917],[149.3536,-35.2921],[149.3531,-35.2742],[149.309,-35.2751],[149.3085,-35.2571],[149.2644,-35.2575],[149.2632,-35.2222],[149.2419,-35.2223],[149.241,-35.2043],[149.2192,-35.2048],[149.2177,-35.1683],[149.1962,-35.1689],[149.1957,-35.1512],[149.1739,-35.1512],[149.1736,-35.1335],[149.1509,-35.1335],[149.1509,-35.1157],[149.085,-35.1171]]],"terms_url":"https://actmapi-actgov.opendata.arcgis.com/datasets/884456bde6fd46d68e0c05479f55d548","terms_text":"© Jacobs Group (Australia) Pty Ltd and Australian Capital Territory","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT2018","name":"ACTmapi Imagery 2018","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/imagery2018mga/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2018-03-19T00:00:00.000Z","startDate":"2018-03-19T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.2695,-35.4381],[149.2669,-35.348],[149.3329,-35.3468],[149.3334,-35.3648],[149.3774,-35.364],[149.3769,-35.3459],[149.3989,-35.3455],[149.3984,-35.3275],[149.4094,-35.3273],[149.4088,-35.3092],[149.3978,-35.3095],[149.3973,-35.2914],[149.3533,-35.2923],[149.3528,-35.2743],[149.3089,-35.2751],[149.3084,-35.2571],[149.2644,-35.2579],[149.2634,-35.2219],[149.2415,-35.2223],[149.241,-35.2043],[149.219,-35.2047],[149.218,-35.1687],[149.1961,-35.1691],[149.1956,-35.151],[149.1737,-35.1514],[149.1732,-35.1334],[149.1512,-35.1338],[149.1508,-35.1158],[149.085,-35.1169],[149.0854,-35.135],[149.0635,-35.1353],[149.0639,-35.1534],[149.0201,-35.1541],[149.0205,-35.1721],[148.9985,-35.1725],[148.999,-35.1905],[148.9331,-35.1916],[148.934,-35.2276],[148.912,-35.228],[148.9124,-35.246],[148.8685,-35.2467],[148.8689,-35.2647],[148.8469,-35.265],[148.8473,-35.2831],[148.8034,-35.2837],[148.8038,-35.3018],[148.7818,-35.3021],[148.7838,-35.3922],[148.8058,-35.3919],[148.8086,-35.5181],[148.7976,-35.5182],[148.7994,-35.5993],[148.8766,-35.5982],[148.8747,-35.517],[148.8527,-35.5174],[148.8508,-35.4363],[148.8398,-35.4364],[148.8388,-35.3914],[149.0039,-35.3888],[149.0048,-35.4248],[149.0268,-35.4244],[149.0277,-35.4605],[149.0497,-35.4601],[149.0511,-35.5142],[149.1613,-35.5122],[149.1594,-35.4402],[149.2695,-35.4381]]],"terms_text":"© Jacobs Group (Australia) Pty Ltd and Australian Capital Territory","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202004","name":"ACTmapi Imagery Apr 2020","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202004gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-04-23T00:00:00.000Z","startDate":"2020-04-23T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.17279,-35.92683],[149.16174,-35.54764],[149.33893,-35.54503],[149.33393,-35.36468],[149.37743,-35.36439],[149.37672,-35.34578],[149.42093,-35.34491],[149.4195,-35.29109],[149.37529,-35.29138],[149.37493,-35.27363],[149.33144,-35.27421],[149.33037,-35.25675],[149.28616,-35.25704],[149.28616,-35.23957],[149.26406,-35.23986],[149.26263,-35.20374],[149.24124,-35.20433],[149.2416,-35.18626],[149.21771,-35.18655],[149.21735,-35.15071],[149.19561,-35.15071],[149.19525,-35.1338],[149.17243,-35.1338],[149.17243,-35.11543],[149.06298,-35.11689],[149.06405,-35.13555],[149.04123,-35.13526],[149.04159,-35.15304],[148.99774,-35.15362],[148.99845,-35.17228],[148.97528,-35.17228],[148.97635,-35.19063],[148.93321,-35.1918],[148.93356,-35.20957],[148.91146,-35.20928],[148.91253,-35.22734],[148.86832,-35.22821],[148.86903,-35.24656],[148.84657,-35.24714],[148.84729,-35.26519],[148.80379,-35.26548],[148.80415,-35.28352],[148.78026,-35.28352],[148.78311,-35.39201],[148.76101,-35.39201],[148.76279,-35.46492],[148.74069,-35.46579],[148.74247,-35.53719],[148.76422,-35.53719],[148.76814,-35.71715],[148.79096,-35.71657],[148.7906,-35.73539],[148.81306,-35.73423],[148.8127,-35.75159],[148.83695,-35.75275],[148.83659,-35.76924],[148.88044,-35.76982],[148.88294,-35.86002],[148.90469,-35.85944],[148.90575,-35.87677],[148.92786,-35.87591],[148.92715,-35.89382],[148.94996,-35.8941],[148.94996,-35.91288],[149.01699,-35.91114],[149.01735,-35.92847],[149.17279,-35.92683]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and MetroMap","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202104","name":"ACTmapi Imagery Apr 2021","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202104gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-04-01T00:00:00.000Z","startDate":"2021-04-01T00:00:00.000Z","zoomExtent":[5,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","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202112","name":"ACTmapi Imagery Dec 2021","type":"wms","template":"https://data4.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202112gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-12-01T00:00:00.000Z","startDate":"2021-12-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[148.9116,-35.20994],[148.92797,-35.89479],[148.95013,-35.8944],[148.9506,-35.91241],[149.01707,-35.91132],[149.01751,-35.92935],[149.17244,-35.92664],[149.16226,-35.54826],[149.33863,-35.54496],[149.3334,-35.36476],[149.37743,-35.36394],[149.3769,-35.34592],[149.42088,-35.34505],[149.41926,-35.29101],[149.3753,-35.29189],[149.37479,-35.27385],[149.33085,-35.27471],[149.33033,-35.25669],[149.28639,-35.25754],[149.28589,-35.23951],[149.26392,-35.23993],[149.2629,-35.2039],[149.24097,-35.20429],[149.24047,-35.18627],[149.21852,-35.18667],[149.21754,-35.15063],[149.1956,-35.15104],[149.19512,-35.13301],[149.17318,-35.13341],[149.1727,-35.11539],[149.06305,-35.11731],[149.06352,-35.13536],[149.04156,-35.1357],[149.04201,-35.15372],[148.99812,-35.15445],[148.99856,-35.17248],[148.97661,-35.17284],[148.97706,-35.19088],[148.93313,-35.19157],[148.93356,-35.2096],[148.9116,-35.20994]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and MetroMap","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT2019","name":"ACTmapi Imagery Feb 2019","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/imagery2019mga/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2019-02-09T00:00:00.000Z","startDate":"2019-02-09T00:00:00.000Z","zoomExtent":[6,21],"polygon":[[[149.04053,-35.09056],[149.04156,-35.12665],[148.99796,-35.12721],[148.99864,-35.16342],[148.95435,-35.16399],[148.95641,-35.26286],[149.0007,-35.26272],[149.00396,-35.37981],[148.99315,-35.37995],[148.99504,-35.4794],[149.03984,-35.47829],[149.03984,-35.51448],[149.16121,-35.51197],[149.15932,-35.44039],[149.29201,-35.4376],[149.28995,-35.37449],[149.30094,-35.37435],[149.30042,-35.36512],[149.3224,-35.36498],[149.3224,-35.37435],[149.42179,-35.37239],[149.42127,-35.36316],[149.43226,-35.36288],[149.42986,-35.27253],[149.34196,-35.27435],[149.34111,-35.23847],[149.29716,-35.23861],[149.29596,-35.19429],[149.2515,-35.19499],[149.24944,-35.12314],[149.20618,-35.1237],[149.20498,-35.08747],[149.04053,-35.09056]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202102","name":"ACTmapi Imagery Feb 2021","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202102gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-02-01T00:00:00.000Z","startDate":"2021-02-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[148.73909,-35.46514],[148.74252,-35.53837],[148.76312,-35.53893],[148.76724,-35.71585],[148.84415,-35.7727],[148.8826,-35.77047],[148.88466,-35.85789],[148.95401,-35.91408],[149.01512,-35.91185],[149.01581,-35.9302],[149.17442,-35.92687],[149.16412,-35.62158],[149.34059,-35.616],[149.3351,-35.45731],[149.42436,-35.45228],[149.41887,-35.34705],[149.46487,-35.34313],[149.46419,-35.31176],[149.48753,-35.31008],[149.4841,-35.27253],[149.52667,-35.27085],[149.52873,-35.19906],[149.41887,-35.20131],[149.41338,-35.07496],[149.3708,-35.07496],[149.23897,-35.13226],[149.23965,-35.15079],[149.19708,-35.15079],[149.16962,-35.11654],[149.0625,-35.11822],[148.77685,-35.28598],[148.78235,-35.39353],[148.76106,-35.39241],[148.7645,-35.46458],[148.73909,-35.46514]]],"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":"ACT202001","name":"ACTmapi Imagery Jan 2020","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/imagery202001mga/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-01-21T00:00:00.000Z","startDate":"2020-01-21T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.01888,-35.55033],[149.18443,-35.54764],[149.1842,-35.51205],[149.22793,-35.5105],[149.22817,-35.50218],[149.23886,-35.50237],[149.2372,-35.47431],[149.32562,-35.47412],[149.32419,-35.43694],[149.36792,-35.43636],[149.36745,-35.40964],[149.41213,-35.40809],[149.41047,-35.37243],[149.45396,-35.37224],[149.45206,-35.27237],[149.36531,-35.27334],[149.36293,-35.23763],[149.33013,-35.2386],[149.32918,-35.22947],[149.31991,-35.23005],[149.3173,-35.19374],[149.27404,-35.19432],[149.27261,-35.15838],[149.22888,-35.15974],[149.22757,-35.10541],[149.23815,-35.10483],[149.23791,-35.08675],[149.02982,-35.09083],[149.02959,-35.09987],[149.01913,-35.10016],[149.01972,-35.12661],[148.93142,-35.12826],[148.93611,-35.33576],[148.98051,-35.33506],[148.9849,-35.51532],[149.02911,-35.51456],[149.02979,-35.54152],[149.01874,-35.54169],[149.01888,-35.55033]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and Spookfish Australia Pty Ltd","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT201906","name":"ACTmapi Imagery Jun 2019","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/actmapi/imagery201906mga/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2019-06-19T00:00:00.000Z","startDate":"2019-06-19T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[148.97478,-35.10074],[148.97581,-35.1369],[148.93187,-35.13753],[148.93676,-35.34461],[148.9807,-35.34419],[148.98319,-35.44333],[148.97203,-35.44333],[148.97324,-35.48863],[149.01701,-35.48807],[149.01855,-35.55974],[149.18464,-35.55709],[149.18378,-35.52084],[149.22772,-35.52007],[149.22678,-35.48402],[149.2709,-35.48325],[149.2697,-35.44718],[149.3139,-35.44634],[149.31287,-35.41934],[149.40093,-35.41752],[149.40042,-35.39955],[149.41166,-35.39927],[149.41089,-35.38135],[149.45509,-35.38044],[149.45191,-35.28129],[149.40805,-35.28227],[149.40694,-35.24632],[149.31905,-35.248],[149.31806,-35.21184],[149.27416,-35.21263],[149.27223,-35.14062],[149.25025,-35.14107],[149.24983,-35.13198],[149.22811,-35.13237],[149.22712,-35.09632],[148.97478,-35.10074]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and Spookfish Australia Pty Ltd","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202006","name":"ACTmapi Imagery Jun 2020","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202006gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-06-05T00:00:00.000Z","startDate":"2020-06-05T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.16067,-35.51282],[149.15888,-35.44024],[149.27012,-35.43762],[149.26834,-35.36584],[149.37779,-35.3641],[149.37565,-35.34607],[149.42057,-35.3452],[149.41914,-35.29022],[149.37458,-35.29138],[149.37422,-35.27334],[149.33073,-35.27392],[149.32966,-35.25616],[149.28652,-35.25733],[149.28616,-35.23928],[149.26334,-35.23986],[149.26227,-35.20345],[149.24053,-35.20374],[149.23981,-35.18597],[149.21842,-35.18685],[149.21771,-35.15012],[149.19525,-35.15042],[149.19489,-35.13292],[149.17386,-35.13292],[149.17386,-35.11455],[149.06334,-35.11747],[149.06405,-35.13584],[149.04052,-35.13555],[149.04195,-35.15304],[148.99774,-35.15391],[148.99916,-35.17228],[148.9767,-35.17257],[148.97742,-35.19063],[148.95531,-35.19122],[148.95709,-35.26286],[149.00095,-35.26228],[149.00487,-35.42513],[149.02697,-35.42484],[149.02768,-35.46086],[149.04908,-35.46086],[149.05086,-35.51427],[149.16067,-35.51282]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and MetroMap","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"id":"ACT202011","name":"ACTmapi Imagery Nov 2020","type":"wms","template":"https://data.actmapi.act.gov.au/arcgis/rest/services/ACT_IMAGERY/imagery202011gda2020/ImageServer/exportImage?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-11-01T00:00:00.000Z","startDate":"2020-11-01T00:00:00.000Z","zoomExtent":[5,21],"polygon":[[[149.16067,-35.51282],[149.15888,-35.44024],[149.27012,-35.43762],[149.26834,-35.36584],[149.37779,-35.3641],[149.37565,-35.34607],[149.42057,-35.3452],[149.41914,-35.29022],[149.37458,-35.29138],[149.37422,-35.27334],[149.33073,-35.27392],[149.32966,-35.25616],[149.28652,-35.25733],[149.28616,-35.23928],[149.26334,-35.23986],[149.26227,-35.20345],[149.24053,-35.20374],[149.23981,-35.18597],[149.21842,-35.18685],[149.21771,-35.15012],[149.19525,-35.15042],[149.19489,-35.13292],[149.17386,-35.13292],[149.17386,-35.11455],[149.06334,-35.11747],[149.06405,-35.13584],[149.04052,-35.13555],[149.04195,-35.15304],[148.99774,-35.15391],[148.99916,-35.17228],[148.9767,-35.17257],[148.97742,-35.19063],[148.95531,-35.19122],[148.95709,-35.26286],[149.00095,-35.26228],[149.00487,-35.42513],[149.02697,-35.42484],[149.02768,-35.46086],[149.04908,-35.46086],[149.05086,-35.51427],[149.16067,-35.51282]]],"terms_url":"http://actmapi.act.gov.au/terms.html","terms_text":"Aerial Imagery from ACTMapi ©ACT Government and MetroMap","icon":"https://actmapi.act.gov.au/img/apple-touch-icon.png"},{"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}","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}","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":"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","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","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":"AIV_DHMV_II_HILL_25cm","name":"AIV Digitaal Hoogtemodel Vlaanderen II, multidirectionale hillshade 0,25 m","type":"wms","template":"https://geoservices.informatievlaanderen.be/raadpleegdiensten/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","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":"© agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AIV_DHMV_II_SVF_25cm","name":"AIV Digitaal Hoogtemodel Vlaanderen II, Skyview factor 0,25 m","type":"wms","template":"https://geoservices.informatievlaanderen.be/raadpleegdiensten/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","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":"© agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AGIV10cm","name":"AIV Flanders 2013-2015 aerial imagery 10cm","type":"wms","template":"https://geoservices.informatievlaanderen.be/raadpleegdiensten/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","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":"© agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AGIVFlandersGRB","name":"AIV Flanders GRB","type":"tms","template":"https://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=grb_bsk&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}","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":"© agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AGIV","name":"AIV Flanders most recent aerial imagery","type":"tms","template":"https://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=omwrgbmrvl&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}","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":"© agentschap Informatie Vlaanderen","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AGIVwerkbestand","name":"AIV Flanders preliminary aerial imagery","type":"wms","template":"https://geoservices.informatievlaanderen.be/raadpleegdiensten/ofw/wms?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=OFW&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:3857","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":"© agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.png"},{"id":"AIV_Wegenregister","name":"AIV Wegenregister","type":"wms","template":"http://geoservices.informatievlaanderen.be/raadpleegdiensten/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","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":"© Agentschap Informatie Vlaanderen","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/be/AIV.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}","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":"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}","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}","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","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","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":"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","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","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":"BANO","name":"BANO","type":"tms","template":"https://{switch:a,b,c}.layers.openstreetmap.fr/bano/{zoom}/{x}/{y}.png","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_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/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://maps{switch:1,2,3,4}.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png","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://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{zoom}/{y}/{x}.jpeg","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://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmapoverlay/normal/google3857/{zoom}/{y}/{x}.png","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://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmapoberflaeche/grau/google3857/{zoom}/{y}/{x}.jpeg","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://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmapgelaende/grau/google3857/{zoom}/{y}/{x}.jpeg","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":"bavaria-80cm","name":"Bavaria (80 cm)","type":"wms","template":"https://geoservices.bayern.de/wms/v2/ogc_dop80_oa.cgi?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=by_dop80c&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:3857","zoomExtent":[7,18],"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":"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}","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","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","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","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.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://openstreetmap.fr/bdortho","terms_text":"BDOrtho IGN","best":true,"icon":"http://www.ign.fr/institut/sites/all/themes/ign_institut/logo.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","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-2011","name":"Berlin/Geoportal DOP20RGB (2011)","type":"wms","template":"https://fbinter.stadt-berlin.de/fb/wms/senstadt/k_luftbild2011_20?LAYERS=0&STYLES=default&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:4326","endDate":"2011-01-01T00:00:00.000Z","startDate":"2011-01-01T00:00:00.000Z","polygon":[[[13.48699,52.68076],[13.47594,52.68122],[13.42728,52.6549],[13.39158,52.65382],[13.36783,52.6468],[13.32714,52.64692],[13.31376,52.66442],[13.27292,52.66444],[13.22139,52.63215],[13.21264,52.6321],[13.16282,52.60462],[13.15251,52.60489],[13.11865,52.59156],[13.112,52.55915],[13.11685,52.47881],[13.10516,52.47897],[13.07367,52.41403],[13.07371,52.40668],[13.10487,52.40723],[13.11935,52.40025],[13.11889,52.38385],[13.14868,52.38421],[13.14859,52.38971],[13.17719,52.39067],[13.18886,52.40417],[13.23622,52.40342],[13.30557,52.40452],[13.31243,52.39775],[13.33968,52.40887],[13.37045,52.39349],[13.36857,52.38728],[13.38642,52.38667],[13.38689,52.37388],[13.42885,52.37401],[13.43552,52.38016],[13.48536,52.39227],[13.51948,52.39236],[13.53198,52.38376],[13.59432,52.37455],[13.62609,52.35491],[13.6417,52.33103],[13.65235,52.33133],[13.74494,52.39909],[13.76627,52.42973],[13.76644,52.43884],[13.7547,52.4565],[13.65796,52.49324],[13.65806,52.50372],[13.67199,52.50379],[13.66547,52.52854],[13.63477,52.55121],[13.59674,52.55936],[13.58109,52.58134],[13.54209,52.60921],[13.5299,52.64437],[13.52584,52.65196],[13.48699,52.68076]]],"terms_text":"Geoportal Berlin/Digitale farbige Orthophotos 2011 (DOP20RGB)","description":"Digitale Orthophotos für das gesamte Berliner Stadtgebiet mit einer Bodenauflösung von 0,20 m im Blattschnitt 2 km x 2 km."},{"id":"Berlin-2014","name":"Berlin/Geoportal DOP20RGB (2014)","type":"tms","template":"https://tiles.codefor.de/berlin-2014-dop20rgb/{zoom}/{x}/{y}.png","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","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","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","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","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","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","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","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)","best":true},{"id":"Berlin-2020-TrueDOP","name":"Berlin/Geoportal TrueDOP20RGB (2020)","type":"tms","template":"https://tiles.codefor.de/berlin-2020-truedop20rgb/{zoom}/{x}/{y}.png","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":"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","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","best":true},{"id":"Bordeaux_2012","name":"Bordeaux - 2012","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/bordeaux_2012/{zoom}/{x}/{y}","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}","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}","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}","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":"Brest_2004","name":"Brest - 2004","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/brest_2004/{zoom}/{x}/{y}","endDate":"2004-01-01T00:00:00.000Z","startDate":"2004-01-01T00:00:00.000Z","zoomExtent":[0,22],"polygon":[[[-4.66444,48.46561],[-4.64202,48.30385],[-4.30555,48.32444],[-4.32797,48.48614],[-4.66444,48.46561]]],"terms_url":"https://geo.pays-de-brest.fr/zapp/Pages/Photo-aerienne.aspx","terms_text":"Brest Métropole - 2004"},{"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}","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"},{"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}","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"},{"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","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","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","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-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":"http://terinfo.ujbuda.hu","terms_text":"Budapest XI. kerület önkormányzata","best":true,"description":"5 cm resolution bald image"},{"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","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","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","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":"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}","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","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":"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","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","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://ge.ch/sitgags2/services/RASTER/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","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://ge.ch/sitgags2/services/RASTER/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","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://ge.ch/sitgags2/services/RASTER/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","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-2014","name":"Canton de Génève, MNA RELIEF OMBRE TERRAIN 2014 (SITG)","type":"wms","template":"https://ge.ch/sitgags2/services/RASTER/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","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://ge.ch/sitgags2/services/RASTER/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","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://ge.ch/sitgags2/services/RASTER/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","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-orthophoto-2016","name":"Canton de Génève, Orthophoto 2016 (5cm) (SITG)","type":"wms","template":"https://ge.ch/sitgags2/services/RASTER/ORTHOPHOTOS_2016/MapServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","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":"wms","template":"https://ge.ch/sitgags2/services/RASTER/ORTHOPHOTOS_2018/MapServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","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":"wms","template":"https://ge.ch/sitgags2/services/RASTER/ORTHOPHOTOS_2019/MapServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&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":[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-2021","name":"Canton de Génève, Orthophoto 2021 (20cm) (SITG)","type":"wms","template":"https://ge.ch/sitgags2/services/RASTER/ORTHOPHOTOS_2021/MapServer/WMSServer?LAYERS=0&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","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":"CTFRIBOURG2016","name":"Canton Fribourg 2016","type":"tms","template":"https://mapproxy.osm.ch/tiles/fribourg_2016/EPSG900913/{zoom}/{x}/{y}.png?origin=nw","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","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","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":"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}","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":"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}","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/2020_Pictometry_3in/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","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 orthoimagery for Cattaraugus County in the State of New York","icon":"https://www.cattco.org/sites/default/files/inline-images/cattcoseal_0.png"},{"id":"UrbISOrtho","name":"CIRB/CIBG most recent 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:Ortho&WIDTH={width}&HEIGHT={height}&CRS={proj}&STYLES=&BBOX={bbox}","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":"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}","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/Home/ShowImage?id=3187"},{"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","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","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-rest","name":"City of Cape Town 2017 Aerial","type":"wms","template":"https://citymaps.capetown.gov.za/agsext1/rest/services/Aerial_Photography_Cached/AP_2017_Jan/MapServer/export?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","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-rest","name":"City of Cape Town 2018 Aerial","type":"wms","template":"https://citymaps.capetown.gov.za/agsext1/rest/services/Aerial_Photography_Cached/AP_2018_Feb/MapServer/export?f=image&format=jpeg&imageSR=3857&bboxSR=3857&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-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_Fairfield_OH_2020","name":"City of Fairfield Orthoimagery (2020)","type":"wms","template":"http://gis.fairfield-city.org/maps/rest/services/Imagery_2020/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[0,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":"Marco_Island_FL_Ortho_2021","name":"City of Marco Island Orthoimagery (2021)","type":"tms","template":"https://t3.cityofmarcoisland.com:6443/cmi/rest/services/General/Aerial_2021/MapServer/WMTS/tile/1.0.0/General_Aerial_2021/default/default028mm/{zoom}/{y}/{x}","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00: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 2021 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","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","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":"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}","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":"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}","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}","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}","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}","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":"NC_Coastal_Plain_Ortho_2020_NDVI","name":"Coastal Plain NC Orthoimagery 2020 (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}","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-75.86746,36.55764],[-79.151,36.55267],[-79.16886,36.25092],[-79.27048,36.25092],[-79.27048,35.85177],[-79.55544,35.85066],[-79.57192,35.53502],[-79.77242,35.53446],[-79.66873,35.19065],[-80.08621,35.14686],[-80.08759,35.10643],[-79.9173,35.09351],[-79.8658,34.9276],[-79.93309,34.79012],[-79.68315,34.79181],[-78.55362,33.84248],[-77.95693,33.84019],[-77.79419,34.19249],[-77.55318,34.41144],[-77.15149,34.6236],[-76.9043,34.67783],[-76.67839,34.68122],[-76.51909,34.55294],[-76.18469,34.94674],[-76.04668,35.04743],[-75.80566,35.16651],[-75.52277,35.21758],[-75.4541,35.50372],[-75.4493,35.65116],[-75.79743,36.31568],[-75.86746,36.55764]]],"terms_url":"https://www.nconemap.gov/datasets/2020-orthoimagery-ndvi","terms_text":"NCCGIA, NC911 Board","description":"4-band NDVI orthoimagery for the 27 counties representing the Coastal Plain region of North Carolina","icon":"https://osmlab.github.io/editor-layer-index/sources/north-america/us/nc/NCOneMap.png"},{"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}","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}","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":"Craig_2019","name":"CRAIG - 2019","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/craig_2019/{zoom}/{x}/{y}","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":"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}","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}","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":"cyclosm","name":"CyclOSM","type":"tms","template":"https://{switch:a,b,c}.tile-cyclosm.openstreetmap.fr/cyclosm/{zoom}/{x}/{y}.png","zoomExtent":[0,20],"terms_url":"https://www.cyclosm.org/","terms_text":"Rendering: CyclOSM (hosted by OpenStreetMap France) © Map data OpenStreetMap contributors","description":"CyclOSM is a map style designed with cycling in mind. It leverages OpenStreetMap data to create a beautiful and practical cycling map!","icon":"https://raw.githubusercontent.com/cyclosm/cyclosm-website/master/images/logo.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","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","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","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","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":"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","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","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","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","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 (3in)","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}","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 (3in)","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}","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","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","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","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","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","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","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","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}","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}","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}","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}","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","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}","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}","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_Infrared","name":"Delaware 2017 Orthophotography (Infrared)","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=DE_Imagery_2017:Infrared&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","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) infrared orthoimages covering the entire State of Delaware at 2017.","icon":"https://firstmap.delaware.gov/CLF4/agency/img/logo/agencyLogoSquare.png"},{"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=DE_Imagery_2017:None&styles=&format=image/jpeg&crs={proj}&width={width}&height={height}&bbox={bbox}","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":"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}","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}","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}","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","projection":"EPSG:900913","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","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}","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","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","projection":"EPSG:3857","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","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":"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","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}","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}","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}","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}","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}","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}","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}","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}","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}","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}","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","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}","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}","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":"http://gis-services.metria.se/arcgis/rest/services/nv/InspireNV_NVR/MapServer/exts/InspireView/SWE/service?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=PS.OBO,PS.DVO,PS.IF,PS.KR,PS.NP,PS.POINT,PS.NM,PS.NR,PS.NVO,PS.SBO,PS.VSO&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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}","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","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","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","best":true},{"id":"Erlangen-2020","name":"Erlangen TrueDOP (2020 20cm)","type":"tms","template":"https://geodaten.erlangen.de/luftbilder/2020/{zoom}/{x}/{y}.png","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","best":true},{"id":"Erlangen-2022","name":"Erlangen TrueDOP (2022 20 cm)","type":"tms","template":"https://geodaten.erlangen.de/luftbilder/2022/{zoom}/{x}/{y}.png","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}","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":"EsriWorldImagery","name":"Esri World Imagery","type":"tms","template":"https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}","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}","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","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":"Fairfax_VA_Current","name":"Fairfax County Orthoimagery (Current)","type":"tms","template":"https://www.fairfaxcounty.gov/nadar/rest/services/AerialPhotography/CurrentAerialPhotographyCached/ImageServer/WMTS/tile/1.0.0/AerialPhotography_CurrentAerialPhotographyCached/default/default028mm/{zoom}/{y}/{x}","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 most current 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}","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}","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":"FOMI_2005","name":"FÖMI orthophoto 2005","type":"tms","template":"http://e.tile.openstreetmap.hu/ortofoto2005/{zoom}/{x}/{y}.jpg","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","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":"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}","projection":"EPSG:4326","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","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","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","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","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","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","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_2019","name":"Franklin County Orthoimagery (2019)","type":"tms","template":"https://maps.columbus.gov/arcgis/rest/services/Imagery/Imagery2019/MapServer/WMTS/tile/1.0.0/Imagery_Imagery2019/default/default028mm/{zoom}/{y}/{x}","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-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 2019 orthoimagery for Franklin County in the State of Ohio","icon":"https://maps.franklincountyauditor.com/assets/Icons/50x50FCAstar.png"},{"id":"Freemap.sk-Cyclo","name":"Freemap.sk Bicycle","type":"tms","template":"https://tile.freemap.sk/C/{zoom}/{x}/{y}.jpeg","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","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","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-Outdoor","name":"Freemap.sk Outdoor","type":"tms","template":"https://outdoor.tiles.freemap.sk/{zoom}/{x}/{y}","zoomExtent":[6,19],"polygon":[[[23.64258,50.62507],[21.56616,51.21377],[14.34815,51.21377],[11.83227,50.41202],[11.84051,47.80209],[10.30243,47.80024],[8.60229,47.94211],[6.88293,47.58764],[5.59753,46.29761],[6.86096,44.20387],[7.55859,43.56447],[9.2395,43.56447],[10.18433,42.19597],[13.64502,40.40513],[21.10474,40.63897],[23.64258,41.16211],[26.12549,41.16211],[28.2019,41.86956],[29.94873,45.24395],[26.99341,48.35625],[23.64258,50.62507]]],"terms_url":"https://www.freemap.sk/?layers=X","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","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 Networkk","type":"wms","template":"https://julkinen.vayla.fi/inspirepalvelu/wms?LAYERS=digiroad:dr_tielinkki_toim_lk&STYLES=digiroad:DR_Tielinkki_toiminnallinen_luokka_2018&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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}","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}","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}","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}","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}","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}","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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}","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","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","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","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","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","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 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","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","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","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","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.geoservicos1.segeth.df.gov.br/arcgis/services/Imagens/FOTO_2015/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","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":"http://www.geoportal.segeth.df.gov.br","terms_text":"GeoPortal DF","description":"Satellite imagery","icon":"http://www.geoportal.segeth.df.gov.br/static/dist/img/logo_geoportal.png"},{"id":"GeoPortal_DF_2016","name":"GeoPortal DF 2016","type":"wms","template":"https://www.geoservicos1.segeth.df.gov.br/arcgis/services/Imagens/FOTO_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","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":"http://www.geoportal.segeth.df.gov.br/","terms_text":"GeoPortal DF","description":"Satellite imagery","icon":"http://www.geoportal.segeth.df.gov.br/static/dist/img/logo_geoportal.png"},{"id":"GeoPortal_DF_2019","name":"GeoPortal DF 2019","type":"wms","template":"https://www.geoservicos1.segeth.df.gov.br/arcgis/services/Imagens/SENTINEL_2019/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","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":"http://www.geoportal.segeth.df.gov.br/","terms_text":"GeoPortal DF","description":"Satellite imagery","icon":"http://www.geoportal.segeth.df.gov.br/static/dist/img/logo_geoportal.png"},{"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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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}","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}","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":"GURS-buildings","name":"GURS: Building outlines","type":"tms","template":"https://wms.openstreetmap.de/tms/GURS-building-outlines/{zoom}/{x}/{y}.png","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","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","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 2021)","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","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","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","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","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}","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","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}","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":"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","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":"hu-hillshade","name":"Hillshade Hungary","type":"tms","template":"https://{switch:a,b,c}.map.turistautak.hu/tiles/shading/{zoom}/{x}/{y}.png","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}","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","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","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}","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}","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}","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}","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}","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}","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_DF_Addresses","name":"IBGE Endereços Distrito Federal","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/wille/cirnnxni1000jg8nfppc8g7pm/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoid2lsbGUiLCJhIjoiY2t1dm4xYmF2NmEzdDMycTY3MjJtNmRwMiJ9._3qoS2hLLiJEkIDsVO4DoA","zoomExtent":[0,20],"polygon":[[[-48.2444,-16.0508],[-47.5695,-16.0508],[-47.5695,-15.5005],[-48.2444,-15.5005],[-48.2444,-16.0508]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE, OSM Brasil","description":"Addresses data from IBGE","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/IBGE.png","overlay":true},{"id":"IBGE_Nomes_Ruas_2019","name":"IBGE Nomes de Ruas","type":"tms","template":"https://api.mapbox.com/styles/v1/wille/cj8lp78dn62wl2rquim47qo0g/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoid2lsbGUiLCJhIjoiY2t1dm4xYmF2NmEzdDMycTY3MjJtNmRwMiJ9._3qoS2hLLiJEkIDsVO4DoA","zoomExtent":[12,22],"polygon":[[[-69.42989,-1.22173],[-69.3973,-1.36508],[-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]],[[-33.74987,-3.65978],[-33.81658,-3.6489],[-33.89336,-3.66397],[-33.96007,-3.70877],[-34.00035,-3.76654],[-34.01797,-3.84985],[-34.00664,-3.91809],[-33.98608,-3.95952],[-33.95923,-3.99217],[-33.8921,-4.03653],[-33.81658,-4.05077],[-33.72931,-4.03151],[-33.66638,-3.9838],[-33.62736,-3.9185],[-33.61519,-3.84985],[-33.63239,-3.76864],[-33.68693,-3.69537],[-33.74987,-3.65978]],[[-32.58338,-3.70527],[-32.61755,-3.73712],[-32.64061,-3.87309],[-32.59937,-3.9531],[-32.5538,-4.00884],[-32.42898,-4.0384],[-32.30194,-3.9883],[-32.2357,-3.90247],[-32.23155,-3.81889],[-32.24749,-3.75266],[-32.30049,-3.67684],[-32.35174,-3.63887],[-32.4592,-3.63029],[-32.54228,-3.65606],[-32.58338,-3.70527]],[[-28.7431,-20.30094],[-28.8683,-20.27288],[-29.0031,-20.32416],[-29.09537,-20.42649],[-29.19756,-20.33509],[-29.3343,-20.28932],[-29.46741,-20.3288],[-29.54604,-20.42958],[-29.55396,-20.52706],[-29.51696,-20.62613],[-29.40995,-20.68955],[-29.27599,-20.72578],[-29.15968,-20.66209],[-29.07188,-20.57088],[-28.9712,-20.64769],[-28.83286,-20.69814],[-28.67968,-20.62099],[-28.63549,-20.49284],[-28.63412,-20.47146],[-28.7431,-20.30094]],[[-29.52367,0.99422],[-29.54727,0.92553],[-29.54097,0.8689],[-29.50321,0.79391],[-29.43556,0.73937],[-29.36371,0.71892],[-29.29448,0.72521],[-29.24885,0.74357],[-29.17176,0.8196],[-29.14764,0.88358],[-29.14501,0.92605],[-29.16285,1.00314],[-29.22158,1.0776],[-29.29238,1.11378],[-29.35899,1.1206],[-29.43136,1.10224],[-29.48958,1.06134],[-29.52367,0.99422]]],"terms_url":"https://www.ibge.gov.br/","terms_text":"IBGE, OSM Brasil","icon":"https://osmlab.github.io/editor-layer-index/sources/south-america/br/IBGE.png","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","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":"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}","endDate":"2016-03-27T00:00:00.000Z","startDate":"2016-03-27T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[79.01779,8.82757],[80.17728,8.8313],[80.17642,9.65042],[79.01402,9.64678],[79.01779,8.82757]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2014-07-31T00:00:00.000Z","startDate":"2014-07-31T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-152.70873,62.30357],[-148.99432,62.30357],[-148.99432,63.5333],[-152.00835,63.54646],[-152.70839,62.58153],[-152.70873,62.30357]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2020-01-19T00:00:00.000Z","startDate":"2020-01-19T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-68.9971,-73.0747],[-67.3934,-73.0747],[-67.3714,-73.0683],[-65.7018,-72.0346],[-64.0103,-70.8465],[-62.6922,-69.8191],[-61.484,-68.7709],[-60.4075,-67.7459],[-59.5727,-66.8905],[-58.2107,-65.3528],[-58.2107,-64.9187],[-64.7792,-64.9187],[-72.3142,-70.2615],[-72.3142,-70.6072],[-72.0726,-72.1629],[-68.9971,-73.0747]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2014-03-16T00:00:00.000Z","startDate":"2014-03-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[114.36,2.02846],[114.76254,2.08816],[114.76512,3.06751],[113.53619,3.07077],[113.53448,2.03],[114.36,2.02846]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[104.00155,-0.00008],[104.91015,-0.00008],[104.91015,1.45116],[104.00137,1.45099],[104.00155,-0.00008]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Missing Islands in OSM (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}","endDate":"2019-12-12T00:00:00.000Z","startDate":"2019-12-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[30.0359,-72.8301],[31.7635,-72.8301],[32.3595,-72.7236],[32.3599,-72.2248],[30.0359,-72.2248],[30.0359,-72.8301]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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-LC81800982013291LGN00","name":"imagico.de: Bouvet Island","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81800982013291LGN00&z={zoom}&x={x}&y={-y}","endDate":"2013-10-18T00:00:00.000Z","startDate":"2013-10-18T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[3.24653,-54.47047],[3.46385,-54.47047],[3.46385,-54.37539],[3.24653,-54.37539],[3.24653,-54.47047]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2017-02-23T00:00:00.000Z","startDate":"2017-02-23T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[96.1197,-67.6542],[103.3017,-67.6542],[105.1028,-65.7224],[105.1028,-65.044],[98.7331,-65.044],[96.1201,-67.1899],[96.1197,-67.6542]]],"terms_url":"http://maps.imagico.de/#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_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}","endDate":"2020-02-16T00:00:00.000Z","startDate":"2020-02-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[165.8304,-73.0695],[167.3965,-73.0695],[168.0541,-73.0608],[169.691,-73.0299],[171.2727,-72.9873],[171.2715,-71.2021],[170.0783,-71.1973],[165.8304,-73.0695]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-09-29T00:00:00.000Z","startDate":"2016-09-29T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[10.55906,45.95485],[11.38424,45.95509],[11.75245,46.81334],[11.75245,47.66481],[8.0547,47.66469],[7.55585,46.2708],[7.47396,45.95533],[10.55906,45.95485]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Up-to-date image 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-LC82050982015344LGN00","name":"imagico.de: Clerke Rocks","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82050982015344LGN00&z={zoom}&x={x}&y={-y}","endDate":"2015-12-10T00:00:00.000Z","startDate":"2015-12-10T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-34.17701,-55.29693],[-34.1401,-55.29693],[-34.12517,-54.73465],[-35.16664,-54.72097],[-35.19599,-55.28285],[-34.17701,-55.29693]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2016-09-21T00:00:00.000Z","startDate":"2016-09-21T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-72.75945,-15.68684],[-72.42411,-15.68667],[-72.41286,-15.65296],[-72.41286,-15.4263],[-72.74434,-15.4263],[-72.75945,-15.4957],[-72.75945,-15.68684]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-12-21T00:00:00.000Z","startDate":"2015-12-21T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[1.83975,6.2578],[2.49781,6.25806],[2.5494,6.48905],[2.5494,7.11427],[1.83975,7.11427],[1.83975,6.2578]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Patchy and partly cloudy coverage in usual sources (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}","endDate":"2016-03-11T00:00:00.000Z","startDate":"2016-03-11T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-92.05216,1.3213],[-91.74849,1.3213],[-91.74849,1.72181],[-92.05216,1.72181],[-92.05216,1.3213]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2014-09-02T00:00:00.000Z","startDate":"2014-09-02T00:00:00.000Z","zoomExtent":[0,11],"polygon":[[[-84.34799,74.38946],[-79.14871,74.38946],[-79.14871,75.8903],[-84.34799,75.8903],[-84.34799,74.38946]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2013-08-27T00:00:00.000Z","startDate":"2013-08-27T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-13.04701,64.21109],[-13.04357,64.8036],[-15.16805,64.81573],[-15.16496,64.22408],[-13.04701,64.21109]]],"terms_url":"http://maps.imagico.de/#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-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}","endDate":"2012-02-05T00:00:00.000Z","startDate":"2012-02-05T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-78.532,-1.80509],[-78.33562,-1.80509],[-78.33562,-1.60811],[-78.532,-1.60811],[-78.532,-1.80509]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-01-09T00:00:00.000Z","startDate":"2016-01-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-56.13476,-61.63472],[-53.72343,-61.63472],[-53.72343,-60.83982],[-55.83264,-60.84015],[-56.13476,-61.19936],[-56.13476,-61.63472]]],"terms_url":"http://maps.imagico.de/#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-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}","endDate":"2017-03-27T00:00:00.000Z","startDate":"2017-01-25T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[45.4547,-68.5091],[67.088,-68.5091],[67.3735,-68.2581],[67.3735,-67.3449],[59.2693,-65.7176],[49.7155,-65.7176],[45.4547,-67.5724],[45.4547,-68.5091]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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-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}","endDate":"2015-12-13T00:00:00.000Z","startDate":"2015-12-13T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-24.75878,14.74814],[-24.26706,14.74814],[-24.26706,15.09249],[-24.75878,15.09249],[-24.75878,14.74814]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image from after the 2014/2015 eruption (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}","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":"http://maps.imagico.de/#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}","endDate":"2016-04-12T00:00:00.000Z","startDate":"2016-04-12T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[73.06897,-53.27059],[74.08863,-53.27059],[74.08863,-52.9495],[73.67338,-52.87673],[73.06897,-52.87549],[73.06897,-53.27059]]],"terms_url":"http://maps.imagico.de/#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-LC82280982013259LGN00","name":"imagico.de: Isla Londonderry","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82280982013259LGN00&z={zoom}&x={x}&y={-y}","endDate":"2013-09-16T00:00:00.000Z","startDate":"2013-09-16T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-69.8568,-55.55949],[-69.62231,-55.5591],[-69.4915,-55.28379],[-69.49116,-54.17889],[-72.08531,-54.17909],[-72.26521,-54.51089],[-72.26521,-55.14943],[-69.8568,-55.55949]]],"terms_url":"http://maps.imagico.de/#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 (false color IR)","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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2016-08-07T00:00:00.000Z","startDate":"2016-08-07T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[35.93259,44.96237],[37.36991,44.96237],[37.36991,45.55926],[35.93259,45.55926],[35.93259,44.96237]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"State of bridge construction in August 2016 (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}","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":"http://maps.imagico.de/#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-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}","endDate":"2019-01-13T00:00:00.000Z","startDate":"2019-01-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[68.8748,-75.7213],[70.6105,-75.7213],[70.6325,-75.7158],[72.1046,-75.096],[73.0054,-74.6837],[74.1479,-74.1226],[75.3343,-73.4916],[77.07,-72.4695],[78.4762,-71.5469],[79.8164,-70.5701],[81.0468,-69.5821],[82.8924,-67.9023],[82.9143,-67.8775],[82.9143,-67.6029],[76.7844,-67.6029],[75.3343,-67.6196],[61.6244,-74.3019],[61.6244,-74.3494],[62.2835,-74.491],[66.436,-75.2924],[68.3695,-75.6398],[68.8748,-75.7213]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2020-02-26T00:00:00.000Z","startDate":"2020-02-26T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[65.0308,-74.6419],[65.5583,-74.6419],[66.0858,-74.3897],[67.0968,-73.8794],[68.4155,-73.1503],[69.8442,-72.2892],[71.075,-71.4626],[72.1739,-70.6643],[72.9651,-70.0441],[74.0201,-69.1561],[74.9652,-68.2955],[75.0092,-68.2467],[75.0092,-67.6196],[73.9322,-67.6029],[67.8441,-67.6029],[57.4921,-73.0992],[57.4921,-73.2708],[58.0416,-73.3842],[60.8329,-73.9098],[63.6901,-74.4193],[65.0308,-74.6419]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2016-07-17T00:00:00.000Z","startDate":"2016-07-17T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-79.05175,81.91484],[-16.88835,81.91484],[-16.88835,83.15095],[-21.493,83.50352],[-26.42449,83.80225],[-73.6039,83.80225],[-79.05175,83.43339],[-79.05175,81.91484]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2018-01-06T00:00:00.000Z","startDate":"2018-01-06T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[-62.7282,-68.9652],[-59.2544,-68.9652],[-59.1088,-68.8359],[-59.1088,-66.0775],[-59.9187,-65.9389],[-60.8845,-65.9399],[-64.0486,-68.5373],[-64.0489,-68.7318],[-62.7282,-68.9652]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2013-11-16T00:00:00.000Z","startDate":"2013-11-16T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-28.21075,-56.72108],[-27.96956,-56.72108],[-27.96956,-56.62498],[-28.21075,-56.62498],[-28.21075,-56.72108]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-10-13T00:00:00.000Z","startDate":"2015-10-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-27.99293,-56.73479],[-27.97319,-56.73479],[-27.96975,-56.60283],[-28.22416,-56.60075],[-28.22776,-56.73262],[-27.99293,-56.73479]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2018-02-22T00:00:00.000Z","startDate":"2018-02-22T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[35.124,-70.3693],[42.2208,-70.3651],[42.2208,-68.4762],[36.3864,-68.4765],[35.1241,-69.2795],[35.124,-70.3693]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2013-05-17T00:00:00.000Z","startDate":"2013-05-17T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-85.76109,81.39333],[-22.78197,81.4419],[-17.96721,82.72386],[-17.96584,83.15518],[-23.06624,83.46532],[-28.20784,83.70451],[-69.35851,83.70451],[-74.55641,83.46267],[-79.95207,83.13108],[-84.99342,82.73099],[-89.83153,82.24405],[-89.83016,82.14952],[-85.76109,81.39333]]],"terms_url":"http://maps.imagico.de/#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-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}","endDate":"2017-02-14T00:00:00.000Z","startDate":"2017-02-14T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[162.9125,-78.4514],[169.7813,-78.4514],[169.7813,-76.4764],[164.157,-76.477],[159.2712,-77.4108],[159.2712,-77.6013],[162.6595,-78.4257],[162.9125,-78.4514]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-06-13T00:00:00.000Z","startDate":"2016-06-13T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[37.20666,-0.26685],[37.56552,-0.26685],[37.56552,-0.01193],[37.20666,-0.01193],[37.20666,-0.26685]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-08-02T00:00:00.000Z","startDate":"2016-08-02T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[37.24769,-3.22921],[37.61581,-3.22921],[37.61581,-2.96816],[37.24769,-2.96816],[37.24769,-3.22921]]],"terms_url":"http://maps.imagico.de/#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-LC80940622015159LGN00","name":"imagico.de: New Ireland","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC80940622015159LGN00&z={zoom}&x={x}&y={-y}","endDate":"2015-06-08T00:00:00.000Z","startDate":"2015-06-08T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[150.38853,-2.80053],[150.83348,-2.80053],[150.83348,-2.3834],[150.38853,-2.3834],[150.38853,-2.80053]]],"terms_url":"http://maps.imagico.de/#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-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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2016-08-12T00:00:00.000Z","startDate":"2016-08-12T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[59.19898,64.89205],[64.21647,64.91957],[67.73295,67.74883],[67.73295,68.44327],[60.73329,68.44289],[59.19898,66.91656],[59.19898,64.89205]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Beaches, tidal flats and other costal forms (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}","endDate":"2012-07-09T00:00:00.000Z","startDate":"2012-07-09T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-81.62923,82.4597],[-65.81167,82.4597],[-65.65786,83.03232],[-72.80309,83.09567],[-83.03136,83.05876],[-83.03136,82.47986],[-81.62923,82.4597]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2012-07-15T00:00:00.000Z","startDate":"2012-07-08T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-78.89729,82.17577],[-65.0092,82.17577],[-63.78011,82.72198],[-63.78011,82.98908],[-66.58986,83.08497],[-82.64501,83.08067],[-82.64501,82.19426],[-78.89729,82.17577]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-08-21T00:00:00.000Z","startDate":"2015-08-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[7.63568,53.28027],[9.20775,53.28027],[9.20775,55.48106],[8.49433,55.50246],[7.63568,53.6677],[7.63568,53.28027]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-08-21T00:00:00.000Z","startDate":"2015-08-21T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[7.63568,53.28027],[9.20775,53.28027],[9.20775,55.48106],[8.49433,55.50246],[7.63568,53.66811],[7.63568,53.28027]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2012-08-13T00:00:00.000Z","startDate":"2005-06-21T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-52.49222,82.48972],[-23.40454,82.48972],[-21.18393,82.74312],[-21.18393,83.39776],[-25.26398,83.58271],[-29.5253,83.73214],[-44.5285,83.73214],[-49.28696,83.47312],[-52.49222,82.94295],[-52.49222,82.48972]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2013-03-13T00:00:00.000Z","startDate":"2013-03-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[73.2279,-53.20333],[73.71783,-53.20333],[73.78992,-53.06048],[73.78992,-52.94944],[73.25949,-52.94944],[73.2279,-53.01073],[73.2279,-53.20333]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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-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}","endDate":"2016-06-07T00:00:00.000Z","startDate":"2016-06-07T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-80.01654,8.84898],[-79.46859,8.84898],[-79.46859,9.41481],[-80.01654,9.41481],[-80.01654,8.84898]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Images of the new locks (but partly cloudy) (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}","endDate":"2016-12-30T00:00:00.000Z","startDate":"2016-12-30T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-79.62539,8.77083],[-79.32833,8.77083],[-79.26816,9.09294],[-79.65363,9.09294],[-79.68667,8.93705],[-79.68684,8.82197],[-79.62539,8.77083]]],"terms_url":"http://maps.imagico.de/#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 (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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2016-02-02T00:00:00.000Z","startDate":"2016-02-02T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[-53.20922,-84.12525],[-44.51354,-84.12525],[-44.52178,-82.43683],[-48.72405,-82.29987],[-60.61538,-82.29969],[-60.61538,-83.78609],[-53.20922,-84.12525]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-08-31T00:00:00.000Z","startDate":"2015-08-31T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[19.11233,42.15316],[20.63788,42.16779],[20.63299,43.09603],[19.08426,43.08074],[19.11233,42.15316]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Late summer imagery where usual sources are severely limited by clouds and snow (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}","endDate":"2011-04-15T00:00:00.000Z","startDate":"2011-04-15T00:00:00.000Z","zoomExtent":[0,15],"polygon":[[[-51.23857,68.79972],[-51.14038,68.80116],[-51.15167,68.85303],[-51.24334,68.85303],[-51.23857,68.79972]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[67.9684,22.36265],[71.48986,22.36265],[71.48986,24.88693],[67.86231,24.88693],[67.86231,22.38392],[67.9684,22.36265]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-08-28T00:00:00.000Z","startDate":"2015-08-28T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[23.80811,41.58488],[23.96561,41.58488],[23.99402,42.28339],[23.01186,42.29984],[22.99238,41.60195],[23.80811,41.58488]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Late summer imagery where usual sources are severely limited by clouds and snow (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}","endDate":"2015-02-09T00:00:00.000Z","startDate":"2015-02-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[29.7663,0.20689],[30.0346,0.20689],[30.0346,0.50918],[29.7663,0.50918],[29.7663,0.20689]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Recent image of most of the remaining Rwenzori Mountains glaciers (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}","endDate":"2016-07-02T00:00:00.000Z","startDate":"2016-07-02T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[29.80514,0.23586],[30.02503,0.23586],[30.02503,0.46709],[29.80514,0.46709],[29.80514,0.23586]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2014-02-05T00:00:00.000Z","startDate":"2014-02-05T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-180,-67.42635],[-179.82473,-67.42635],[-179.82473,-67.32538],[-180,-67.32544],[-180,-67.42635]]],"terms_url":"http://maps.imagico.de/#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-LC82100972015347LGN00","name":"imagico.de: Shag Rocks","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC82100972015347LGN00&z={zoom}&x={x}&y={-y}","endDate":"2015-12-13T00:00:00.000Z","startDate":"2015-12-13T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-42.12875,-53.7205],[-41.65582,-53.70872],[-41.67573,-53.44586],[-42.14626,-53.45782],[-42.12875,-53.7205]]],"terms_url":"http://maps.imagico.de/#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-LC81130622013270LGN00","name":"imagico.de: Southeastern Sulawesi","type":"tms","template":"https://imagico.de/map/osmim_tiles.php?layer=LC81130622013270LGN00&z={zoom}&x={x}&y={-y}","endDate":"2013-09-27T00:00:00.000Z","startDate":"2013-09-27T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[120.84382,-3.59545],[122.5007,-3.59545],[122.62618,-3.00215],[122.62618,-2.51468],[120.98184,-2.51468],[120.84382,-3.15985],[120.84382,-3.59545]]],"terms_url":"http://maps.imagico.de/#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 (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}","endDate":"2016-02-04T00:00:00.000Z","startDate":"2016-02-04T00:00:00.000Z","zoomExtent":[0,10],"polygon":[[[156.96951,-84.50098],[161.67029,-84.50045],[166.83798,-84.4437],[171.93839,-84.34633],[177.00583,-84.19262],[177.00583,-83.52807],[175.46774,-82.58505],[154.50858,-82.60681],[154.50858,-84.46255],[156.96951,-84.50098]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2019-03-01T00:00:00.000Z","startDate":"2019-03-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[164.9206,-67.7033],[165.2306,-67.7031],[165.2182,-66.3561],[162.6365,-66.3561],[162.2717,-66.6441],[162.2717,-66.7722],[162.6383,-67.6861],[164.9206,-67.7033]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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-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}","endDate":"2011-05-07T00:00:00.000Z","startDate":"2011-05-07T00:00:00.000Z","zoomExtent":[0,15],"polygon":[[[-68.93977,76.51133],[-68.67897,76.51194],[-68.50744,76.51612],[-68.50993,76.55176],[-68.76635,76.55176],[-68.93977,76.5499],[-68.93977,76.51133]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-09-25T00:00:00.000Z","startDate":"2015-09-25T00:00:00.000Z","zoomExtent":[0,17],"polygon":[[[-68.74292,76.52636],[-68.71978,76.52637],[-68.71853,76.52921],[-68.72017,76.55775],[-68.72276,76.56022],[-68.74615,76.56017],[-68.74807,76.54939],[-68.74446,76.5284],[-68.74292,76.52636]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-10-06T00:00:00.000Z","startDate":"2015-10-06T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[-68.81924,76.5251],[-68.6597,76.5251],[-68.59183,76.52793],[-68.59177,76.5456],[-68.7021,76.54545],[-68.77345,76.5439],[-68.82651,76.54177],[-68.81924,76.5251]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2015-09-25T00:00:00.000Z","startDate":"2015-09-25T00:00:00.000Z","zoomExtent":[0,16],"polygon":[[[-68.77771,76.50688],[-68.68523,76.50688],[-68.6762,76.53074],[-68.6763,76.55384],[-68.68115,76.57065],[-68.77662,76.57064],[-68.77771,76.50688]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-08-12T00:00:00.000Z","startDate":"2016-08-12T00:00:00.000Z","zoomExtent":[0,12],"polygon":[[[78.45886,80.72643],[80.48892,80.72643],[80.48892,80.9099],[78.45886,80.9099],[78.45886,80.72643]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2014-12-24T00:00:00.000Z","startDate":"2014-12-24T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[153.06138,-11.78923],[154.41201,-11.78923],[154.41201,-11.07229],[153.10927,-11.07229],[153.06138,-11.28869],[153.06138,-11.78923]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2019-02-10T00:00:00.000Z","startDate":"2019-02-10T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[155.6745,-78.1324],[156.3997,-78.1324],[157.0809,-77.955],[158.3995,-77.5827],[159.806,-77.1553],[161.5421,-76.5764],[163.2782,-75.9347],[164.9484,-75.2461],[166.3109,-74.6239],[167.7173,-73.9215],[168.4865,-73.5088],[170.5742,-72.2685],[171.6291,-71.5664],[172.9037,-70.6419],[172.9257,-70.62],[172.9257,-70.2968],[164.2451,-70.2968],[147.3236,-76.3035],[147.3236,-76.4175],[148.1367,-76.6121],[152.6637,-77.5638],[154.3999,-77.8999],[155.6745,-78.1324]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2020-03-02T00:00:00.000Z","startDate":"2020-03-02T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[151.067,-75.7434],[158.7139,-75.7434],[159.7906,-75.2983],[161.087,-74.7127],[162.3615,-74.0863],[163.7898,-73.3154],[165.0203,-72.5873],[166.1849,-71.8423],[167.3495,-71.0308],[168.0747,-70.4802],[168.0747,-70.281],[165.262,-69.4103],[164.3611,-69.4025],[160.7794,-69.4025],[160.7574,-69.4103],[147.683,-74.9371],[147.683,-75.0509],[147.7709,-75.0735],[148.1884,-75.1695],[151.067,-75.7434]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2016-01-31T00:00:00.000Z","startDate":"2016-01-31T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[-72.86696,-41.51741],[-72.00007,-41.51741],[-71.8751,-41.10829],[-72.23181,-41.04527],[-72.86696,-41.04527],[-72.86696,-41.51741]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Image from after the 2015 eruption (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}","endDate":"2016-06-23T00:00:00.000Z","startDate":"2016-06-23T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[126.36143,51.37553],[128.61174,51.37553],[128.60762,52.3409],[126.34804,52.33932],[126.36143,51.37553]]],"terms_url":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","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":"http://maps.imagico.de/#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}","endDate":"2013-10-09T00:00:00.000Z","startDate":"2013-10-09T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[75.98364,34.97851],[76.50601,36.70267],[74.44281,37.09391],[73.96164,35.36957],[75.98364,34.97851]]],"terms_url":"http://maps.imagico.de/#osmim","terms_text":"imagico.de OSM images for mapping","description":"Represents approximately minimum snow cover so can be well used for glacier mapping (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}","endDate":"2016-05-10T00:00:00.000Z","startDate":"2016-05-10T00:00:00.000Z","zoomExtent":[0,14],"polygon":[[[-71.18071,-14.49785],[-70.55637,-14.49785],[-70.55637,-13.71263],[-71.17976,-13.71029],[-71.18071,-14.49785]]],"terms_url":"http://maps.imagico.de/#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_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}","endDate":"2020-03-03T00:00:00.000Z","startDate":"2020-03-03T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[19.143,-75.7213],[32.8753,-75.7213],[32.9192,-75.7104],[33.9079,-75.298],[35.0505,-74.7878],[35.9073,-74.379],[36.94,-73.8499],[39.0273,-72.667],[40.7631,-71.5399],[42.4549,-70.2905],[43.5974,-69.3432],[44.9157,-68.1489],[44.9157,-67.6196],[43.949,-67.6029],[37.6431,-67.6029],[37.6211,-67.6112],[19.143,-75.667],[19.143,-75.7213]]],"terms_url":"http://maps.imagico.de/#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-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}","endDate":"2020-03-01T00:00:00.000Z","startDate":"2020-03-01T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[161.9249,-66.6775],[163.0622,-66.6775],[163.0622,-66.1208],[161.9249,-66.1208],[161.9249,-66.6775]]],"terms_url":"http://maps.imagico.de/#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}","endDate":"2020-01-21T00:00:00.000Z","startDate":"2020-01-21T00:00:00.000Z","zoomExtent":[0,13],"polygon":[[[161.7057,-67.0978],[163.9874,-67.0978],[163.9874,-65.9895],[161.7057,-65.9895],[161.7057,-67.0978]]],"terms_url":"http://maps.imagico.de/#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}","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":"tms","template":"https://imagery.gis.in.gov/arcgis/rest/services/Imagery/BestAvailableTiles/ImageServer/WMTS/tile/1.0.0/Imagery_BestAvailableTiles/default/default028mm/{zoom}/{y}/{x}","endDate":"2021-01-01T00:00:00.000Z","startDate":"2016-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":"IPR-orotofoto-last-tms","name":"IPR ortofoto LAST (tmsproxy)","type":"tms","template":"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_last.php/{zoom}/{x}/{y}.jpg","zoomExtent":[1,20],"polygon":[[[14.81232,49.93089],[14.74502,50.25247],[14.12025,50.19882],[14.18755,49.87687],[14.81232,49.93089]]]},{"id":"IPR-orotofoto-vege-tms","name":"IPR ortofoto Low-Vegetation (tmsproxy)","type":"tms","template":"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_vege.php/{zoom}/{x}/{y}.jpg","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]]]},{"id":"GSGS3906","name":"Ireland British War Office 1:25k GSGS 3906","type":"tms","template":"https://mapwarper.net/layers/tile/101/{zoom}/{x}/{y}.png","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","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","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 - Castile and León","type":"wms","template":"http://orto.wms.itacyl.es/WMS?REQUEST=GetMap&SERVICE=WMS&VERSION=1.1.1&LAYERS=Ortofoto_CyL&SRS={proj}&FORMAT=image/jpeg&STYLES=Default&TRANSPARENT=TRUE&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:4326","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"},{"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}","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","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","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","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","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":"finds.jp_KBN_2500","name":"Japan GSI KIBAN 2500","type":"tms","template":"https://aginfo.cgk.affrc.go.jp/ws/tmc/1.0.0/KBN2500FN-900913-L/{zoom}/{x}/{y}.png","zoomExtent":[15,20],"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://aginfo.cgk.affrc.go.jp/mapprv/tou.html.ja","terms_text":"GSI KIBAN 2500","description":"GSI Kiban 2500 via aginfo.cgk.affrc.go.jp. Good for tracing, but a bit older."},{"id":"gsi.go.jp_seamlessphoto","name":"Japan GSI seamlessphoto Imagery","type":"tms","template":"https://cyberjapandata.gsi.go.jp/xyz/seamlessphoto/{zoom}/{x}/{y}.jpg","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","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","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":"osmfj-kagoshima-2021","name":"Kagoshima city Imagery 2021","type":"tms","template":"https://tiles.osmf.jp/kagoshima-shi/{zoom}/{x}/{y}.png","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","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","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","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","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}","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":"tms","template":"http://services.kansasgis.org/arcgis7/rest/services/IMAGERY_STATEWIDE/NG911_Imagery_2018_SID/ImageServer/WMTS/tile/1.0.0/IMAGERY_STATEWIDE_NG911_Imagery_2018_SID/default/default028mm/{zoom}/{y}/{x}","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":"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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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","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}","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","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}","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}","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}","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","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","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","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.nrl4?LAYERS=nrl4&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","zoomExtent":[7,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}","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","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","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","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","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","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}","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}","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","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-topo4","name":"Kartverket N50 topo","type":"tms","template":"https://opencache{switch:,2,3}.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={zoom}&x={x}&y={y}","zoomExtent":[3,20],"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 N50, equivalent to Norway 1:50.000 paper map series.","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}","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.vegnett?LAYERS=all&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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":"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}","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}","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":"KYAPED","name":"KyFromAbove","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","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_2019_6in","name":"KyFromAbove 2019 6in","type":"wms","template":"https://kyraster.ky.gov/arcgis/services/ImageServices/Ky_KYAPED_2019_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","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-85.60121,36.87174],[-85.59544,36.86312],[-85.57471,36.8382],[-85.5816,36.82323],[-85.59596,36.81869],[-85.58844,36.77788],[-85.55282,36.77383],[-85.54248,36.77429],[-85.51834,36.73394],[-85.51891,36.73212],[-85.47298,36.73393],[-85.46954,36.73167],[-85.49653,36.69086],[-85.43633,36.61853],[-85.20834,36.62566],[-85.19537,36.6255],[-84.83859,36.60505],[-84.83005,36.60447],[-83.78902,36.58388],[-83.69071,36.58258],[-83.67461,36.60308],[-83.67311,36.60468],[-83.64951,36.61668],[-83.64831,36.62268],[-83.58451,36.64138],[-83.57731,36.64178],[-83.53149,36.6652],[-83.52961,36.66618],[-83.43171,36.66649],[-83.42371,36.66739],[-83.313,36.70909],[-83.3114,36.71029],[-83.19682,36.73862],[-83.1946,36.73949],[-83.13684,36.74303],[-83.13639,36.74309],[-83.13099,36.74979],[-83.12783,36.75083],[-83.12934,36.77714],[-83.13169,36.78149],[-83.10803,36.80218],[-83.10309,36.80669],[-83.10209,36.82819],[-83.10179,36.82909],[-83.07969,36.84059],[-83.07519,36.84089],[-83.07559,36.85059],[-83.07259,36.85459],[-83.04219,36.85439],[-83.02689,36.85549],[-83.01259,36.84729],[-83.00922,36.8473],[-83.00328,36.85224],[-82.99838,36.85663],[-82.91031,36.87405],[-82.90777,36.87471],[-82.87949,36.88909],[-82.87857,36.88958],[-82.87256,36.90338],[-82.87747,36.90796],[-82.85864,36.92779],[-82.85796,36.92953],[-82.8561,36.95247],[-82.85587,36.95385],[-82.86736,36.96318],[-82.87023,36.9655],[-82.86845,36.97648],[-82.86754,36.97752],[-82.83853,36.98729],[-82.83601,36.98884],[-82.83029,37.00352],[-82.82868,37.00574],[-82.78243,37.00824],[-82.78214,37.00824],[-82.76641,37.02311],[-82.75917,37.02733],[-82.75071,37.02411],[-82.74798,37.02521],[-82.74368,37.0414],[-82.74245,37.04298],[-82.72471,37.04276],[-82.72247,37.0451],[-82.72631,37.06687],[-82.72702,37.07302],[-82.71835,37.07571],[-82.71674,37.07722],[-82.7262,37.11588],[-82.7221,37.12017],[-82.63401,37.1542],[-82.63349,37.15426],[-82.59323,37.18206],[-82.59245,37.18285],[-82.5079,37.22273],[-82.49886,37.22704],[-82.35534,37.26522],[-82.34874,37.26794],[-82.34193,37.27398],[-82.34392,37.28071],[-82.32772,37.28285],[-82.32464,37.28295],[-81.9646,37.54275],[-81.96454,37.54325],[-81.97275,37.54688],[-81.97508,37.54657],[-81.99379,37.53806],[-81.99449,37.53795],[-81.99772,37.54339],[-81.9984,37.54335],[-82.00955,37.53309],[-82.01186,37.53314],[-82.04175,37.54822],[-82.04278,37.54809],[-82.04591,37.52811],[-82.04677,37.52816],[-82.04911,37.53482],[-82.04989,37.53531],[-82.06271,37.53592],[-82.06374,37.53618],[-82.07325,37.55502],[-82.07503,37.55582],[-82.09892,37.5533],[-82.10289,37.55305],[-82.10819,37.55991],[-82.11658,37.55959],[-82.13308,37.55291],[-82.1333,37.553],[-82.13349,37.56071],[-82.13395,37.56224],[-82.14456,37.56694],[-82.14465,37.56831],[-82.1296,37.57197],[-82.1273,37.57268],[-82.12648,37.58294],[-82.12732,37.58667],[-82.13034,37.59174],[-82.13198,37.59354],[-82.14843,37.59091],[-82.15672,37.59279],[-82.15672,37.60906],[-82.15674,37.6092],[-82.16814,37.60849],[-82.16906,37.60987],[-82.16458,37.6189],[-82.16419,37.62019],[-82.18083,37.62138],[-82.18143,37.62184],[-82.17264,37.6323],[-82.17245,37.63259],[-82.17463,37.64742],[-82.17526,37.64797],[-82.18799,37.64758],[-82.19144,37.64438],[-82.18669,37.62758],[-82.1873,37.62694],[-82.20969,37.6251],[-82.21349,37.62541],[-82.22611,37.65309],[-82.23939,37.66146],[-82.256,37.65679],[-82.25711,37.65675],[-82.28193,37.67534],[-82.2823,37.67583],[-82.28798,37.66844],[-82.28817,37.66823],[-82.29439,37.67796],[-82.29474,37.67828],[-82.30231,37.67555],[-82.30395,37.67576],[-82.29705,37.70084],[-82.29663,37.7024],[-82.30568,37.70671],[-82.30724,37.70767],[-82.3183,37.73305],[-82.31888,37.73376],[-82.33335,37.7412],[-82.33358,37.74328],[-82.31078,37.76269],[-82.31164,37.76429],[-82.32946,37.76239],[-82.33116,37.76313],[-82.323,37.77391],[-82.3237,37.77503],[-82.33722,37.77517],[-82.3376,37.77537],[-82.33838,37.78043],[-82.3397,37.78551],[-82.37487,37.80216],[-82.37739,37.80301],[-82.38526,37.81741],[-82.38659,37.81821],[-82.4015,37.81003],[-82.40165,37.81009],[-82.3996,37.82939],[-82.39968,37.82993],[-82.41737,37.84566],[-82.42048,37.84681],[-82.4148,37.85588],[-82.41465,37.85626],[-82.42351,37.86031],[-82.42426,37.86171],[-82.40844,37.86606],[-82.40746,37.86747],[-82.41632,37.86963],[-82.41768,37.87066],[-82.4192,37.88208],[-82.41978,37.88382],[-82.46149,37.91309],[-82.46288,37.91483],[-82.47252,37.89924],[-82.47457,37.90029],[-82.47497,37.91115],[-82.47553,37.91204],[-82.48802,37.91734],[-82.48819,37.91807],[-82.48019,37.92583],[-82.48047,37.92626],[-82.49827,37.92818],[-82.49936,37.92937],[-82.50201,37.93477],[-82.50127,37.93562],[-82.48916,37.93796],[-82.48905,37.93872],[-82.4973,37.94551],[-82.49668,37.9464],[-82.4751,37.95491],[-82.4718,37.95912],[-82.48441,37.9699],[-82.48384,37.97157],[-82.46407,37.98029],[-82.46426,37.98341],[-82.48329,37.98426],[-82.48387,37.9845],[-82.48757,37.99809],[-82.48773,37.99833],[-82.51597,37.99993],[-82.51735,38.0012],[-82.551,38.07045],[-82.55126,38.0708],[-82.58364,38.09032],[-82.58404,38.09066],[-82.5857,38.107],[-82.58778,38.10888],[-82.61945,38.12074],[-82.62035,38.12148],[-82.62138,38.13231],[-82.62212,38.13341],[-82.63647,38.13786],[-82.63731,38.13905],[-82.63895,38.15674],[-82.64474,38.16549],[-82.61323,38.1704],[-82.61134,38.17155],[-82.59885,38.20171],[-82.59844,38.21739],[-82.61252,38.23455],[-82.61226,38.23609],[-82.60713,38.24598],[-82.60533,38.2473],[-82.58643,38.24561],[-82.58606,38.24562],[-82.57812,38.25515],[-82.57466,38.26387],[-82.58282,38.29548],[-82.58306,38.29683],[-82.57188,38.31578],[-82.57269,38.3188],[-82.59652,38.34285],[-82.59798,38.34491],[-82.59574,38.41819],[-82.59342,38.42186],[-82.60406,38.45963],[-82.60409,38.45984],[-82.61278,38.47359],[-82.6138,38.47453],[-82.65438,38.49483],[-82.65705,38.49682],[-82.69957,38.54406],[-82.70005,38.54434],[-82.72485,38.5576],[-82.73096,38.55926],[-82.78915,38.55989],[-82.78978,38.55995],[-82.84072,38.58725],[-82.84195,38.58827],[-82.85392,38.61213],[-82.85429,38.61345],[-82.85881,38.6574],[-82.85936,38.65949],[-82.87693,38.68756],[-82.8772,38.68851],[-82.87018,38.73294],[-82.87013,38.73362],[-82.88572,38.75499],[-82.88609,38.7552],[-82.92519,38.74965],[-82.93347,38.74701],[-82.97128,38.72724],[-82.97157,38.72715],[-83.02798,38.72709],[-83.02983,38.72618],[-83.06051,38.69095],[-83.06213,38.68967],[-83.11053,38.67306],[-83.11247,38.67158],[-83.13402,38.63308],[-83.13495,38.63172],[-83.15165,38.6197],[-83.15332,38.6189],[-83.20318,38.6167],[-83.20471,38.61686],[-83.2449,38.62868],[-83.2465,38.62846],[-83.29282,38.59661],[-83.2946,38.59648],[-83.31529,38.60671],[-83.31692,38.60832],[-83.3272,38.63725],[-83.32773,38.63781],[-83.35707,38.65436],[-83.3582,38.65497],[-83.46575,38.67484],[-83.46796,38.67517],[-83.51888,38.70261],[-83.52062,38.70296],[-83.62488,38.67913],[-83.62707,38.67797],[-83.64426,38.63771],[-83.64507,38.63625],[-83.65677,38.6279],[-83.66005,38.62718],[-83.76049,38.65177],[-83.76354,38.65225],[-83.77283,38.65914],[-83.77371,38.6608],[-83.78446,38.69641],[-83.78661,38.69881],[-83.83487,38.71625],[-83.83641,38.71734],[-83.84621,38.74229],[-83.84873,38.74718],[-83.86406,38.75895],[-83.86653,38.7602],[-83.92529,38.77103],[-83.92636,38.77128],[-83.96134,38.78731],[-83.96219,38.78744],[-84.07001,38.77033],[-84.07075,38.77026],[-84.20063,38.80157],[-84.20559,38.80259],[-84.22895,38.82409],[-84.23019,38.82636],[-84.23185,38.87281],[-84.23208,38.8747],[-84.40671,38.80609],[-84.40781,38.80587],[-84.41876,38.80576],[-84.53176,38.78992],[-84.59728,38.79086],[-84.62429,38.80375],[-84.62962,38.80288],[-84.64568,38.79257],[-84.65574,38.79082],[-84.66003,38.77725],[-84.78056,38.76487],[-84.78572,38.72003],[-84.79289,38.72463],[-84.79397,38.72462],[-84.81239,38.71229],[-84.8134,38.71168],[-84.81128,38.70268],[-84.81181,38.70234],[-84.8319,38.71176],[-84.83359,38.71197],[-84.84386,38.69761],[-84.84456,38.69675],[-84.86581,38.70048],[-84.86882,38.6997],[-84.87241,38.68955],[-84.873,38.68906],[-84.88826,38.68696],[-84.88859,38.68663],[-84.88971,38.67664],[-84.89022,38.67633],[-84.90335,38.67861],[-84.90436,38.67833],[-84.91084,38.66879],[-84.91238,38.66864],[-84.92561,38.67334],[-84.92653,38.6728],[-84.93664,38.65111],[-84.93693,38.65071],[-84.96629,38.64951],[-84.96778,38.64925],[-84.97436,38.6368],[-84.97537,38.63592],[-84.98941,38.63129],[-84.99073,38.63078],[-85.01388,38.63223],[-85.015,38.63235],[-85.01229,38.62395],[-85.01238,38.62314],[-85.02384,38.6152],[-85.02494,38.61358],[-85.05726,38.61167],[-85.05904,38.61144],[-85.06828,38.60429],[-85.06855,38.60374],[-85.06624,38.59489],[-85.0664,38.59419],[-85.07359,38.59683],[-85.07448,38.59677],[-85.07605,38.58019],[-85.07588,38.57821],[-85.06841,38.56868],[-85.06543,38.56577],[-85.04279,38.57355],[-85.0409,38.57415],[-85.00371,38.55512],[-85.00205,38.55341],[-85.00987,38.54945],[-85.01199,38.54807],[-85.02979,38.50957],[-85.02938,38.50779],[-85.02305,38.50388],[-85.01919,38.50382],[-85.00387,38.51559],[-85.00155,38.5165],[-84.98068,38.51741],[-84.97816,38.51575],[-84.99218,38.49471],[-84.99226,38.49214],[-84.95469,38.47086],[-84.95383,38.46938],[-84.95149,38.46166],[-84.95136,38.45798],[-84.96355,38.43844],[-84.96376,38.43794],[-84.95917,38.43173],[-84.95749,38.43005],[-84.94321,38.42641],[-84.93882,38.42749],[-84.9372,38.45283],[-84.93543,38.45602],[-84.92632,38.46346],[-84.9226,38.46457],[-84.91306,38.46034],[-84.91196,38.45929],[-84.90898,38.45123],[-84.90943,38.44975],[-84.92806,38.43691],[-84.92748,38.4333],[-84.88133,38.4197],[-84.88054,38.41902],[-84.89759,38.38316],[-84.89891,38.37996],[-84.86692,38.36405],[-84.86684,38.36218],[-84.88198,38.3566],[-84.88437,38.35162],[-84.89256,38.35529],[-84.90649,38.37485],[-84.94563,38.35781],[-84.99716,38.33537],[-84.9567,38.33247],[-84.99875,38.27509],[-85.00762,38.17587],[-85.00938,38.17497],[-85.00479,38.16136],[-85.00598,38.15819],[-85.02373,38.1288],[-85.02257,38.12789],[-85.03489,38.12114],[-85.03958,38.11979],[-85.05148,38.08766],[-85.05388,38.07769],[-85.07271,38.05691],[-85.07745,38.04605],[-85.11203,38.02576],[-85.12021,38.02579],[-85.12321,38.01039],[-85.1291,37.99998],[-85.13903,38.00001],[-85.14077,38.00274],[-85.15076,37.98917],[-85.15193,37.98827],[-85.16301,37.99147],[-85.16122,38.00008],[-85.1618,38.00144],[-85.16882,37.99874],[-85.17001,37.99421],[-85.14945,37.89715],[-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.0425,37.46074],[-85.04454,37.41225],[-85.0648,37.4164],[-85.07234,37.41462],[-85.0799,37.40875],[-85.08343,37.39924],[-85.09561,37.39883],[-85.10605,37.3975],[-85.12001,37.38485],[-85.12812,37.38578],[-85.13111,37.3663],[-85.13229,37.36041],[-85.15681,37.31832],[-85.16495,37.31064],[-85.1107,37.28146],[-85.05648,37.2568],[-85.05337,37.19694],[-85.04304,37.18602],[-85.08958,37.12544],[-85.1656,37.03364],[-85.20264,37.00018],[-85.20553,36.99702],[-85.21078,36.98116],[-85.23229,36.92544],[-85.25013,36.92639],[-85.4516,36.93842],[-85.47465,36.89399],[-85.49997,36.87359],[-85.50745,36.8677],[-85.53678,36.8627],[-85.56035,36.85136],[-85.57532,36.8645],[-85.57993,36.86858],[-85.60121,36.87174]]],"terms_url":"https://kyfromabove.ky.gov/","terms_text":"KyFromAbove","description":"6-inch aerial imagery captured in 2019 through the Kentucky Aerial Photography and Elevation Data Program (KyFromAbove) and published by the Kentucky Division of Geographic Information (DGI)."},{"id":"KYAPED_2020_6in","name":"KyFromAbove 2020 6in","type":"wms","template":"https://kyraster.ky.gov/arcgis/services/ImageServices/Ky_KYAPED_2020_6IN/ImageServer/WMSServer?LAYERS=Ky_KYAPED_2020_6IN:None&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[2,20],"polygon":[[[-86.4907,38.0457],[-86.1734,37.7987],[-86.2844,37.6201],[-86.2865,37.5711],[-86.083,37.4995],[-86.0806,37.3514],[-85.541,37.3495],[-85.5464,37.7451],[-85.5318,37.7451],[-85.5338,37.8727],[-85.1633,37.8672],[-85.1618,38.0014],[-85.1408,38.0027],[-85.1291,38],[-85.1202,38.0258],[-85.0774,38.0461],[-85.0539,38.0777],[-85.0396,38.1198],[-85.0226,38.1279],[-85.006,38.1582],[-84.9987,38.2751],[-84.9978,38.3356],[-84.9065,38.3748],[-84.8989,38.38],[-84.8805,38.419],[-84.9275,38.4333],[-84.9388,38.4275],[-84.9575,38.43],[-84.9638,38.4379],[-84.9514,38.458],[-84.9538,38.4694],[-84.9923,38.4921],[-85.0192,38.5038],[-85.0294,38.5078],[-85.012,38.5481],[-85.002,38.5534],[-85.0409,38.5741],[-85.0654,38.5658],[-85.0756,38.5771],[-85.0745,38.5968],[-85.067,38.5936],[-85.0685,38.6037],[-85.059,38.6114],[-85.0232,38.6125],[-85.0124,38.6231],[-84.9265,38.6728],[-84.8886,38.6866],[-84.873,38.6891],[-84.8688,38.6997],[-84.8446,38.6968],[-84.8336,38.712],[-84.7843,38.7291],[-84.7806,38.7649],[-84.6553,38.7777],[-84.6557,38.7908],[-84.6154,38.8023],[-84.6144,38.7939],[-84.5783,38.7957],[-84.5772,39.0029],[-84.6109,39.0029],[-84.6102,39.0717],[-84.6237,39.0744],[-84.654,39.0937],[-84.6859,39.1008],[-84.7183,39.1368],[-84.7497,39.1477],[-84.7874,39.1154],[-84.8325,39.1004],[-84.8973,39.0575],[-84.83,38.973],[-84.8336,38.9594],[-84.8771,38.9215],[-84.877,38.909],[-84.8664,38.8987],[-84.8133,38.8952],[-84.7852,38.88],[-84.7909,38.8606],[-84.8299,38.8304],[-84.8134,38.7985],[-84.8156,38.7839],[-84.8872,38.7948],[-84.9412,38.7756],[-84.9923,38.7781],[-85.1017,38.7265],[-85.1368,38.7001],[-85.173,38.6881],[-85.2148,38.6962],[-85.2486,38.7331],[-85.2786,38.7416],[-85.3636,38.7304],[-85.4149,38.7368],[-85.4361,38.7285],[-85.4518,38.7102],[-85.4566,38.686],[-85.4385,38.659],[-85.4382,38.6047],[-85.4174,38.5692],[-85.4178,38.5377],[-85.4728,38.5052],[-85.4686,38.2856],[-85.4695,38.0962],[-85.5124,38.0452],[-85.5555,38.0463],[-85.5534,37.9522],[-85.5749,37.939],[-85.6131,37.939],[-85.6136,37.8699],[-85.6862,37.8242],[-85.7616,37.8362],[-85.7884,37.8438],[-85.8078,37.8609],[-85.8064,37.9415],[-85.8251,37.9415],[-85.8251,37.9678],[-85.889,37.9672],[-85.8883,38.0039],[-85.9471,38.0051],[-86.0283,37.9932],[-86.0352,37.9633],[-86.0454,37.9588],[-86.0947,38.0086],[-86.1231,38.0159],[-86.1722,38.0099],[-86.2204,38.0279],[-86.2736,38.0674],[-86.2787,38.0985],[-86.2718,38.1379],[-86.2878,38.1581],[-86.3571,38.1965],[-86.374,38.1905],[-86.3752,38.1714],[-86.3667,38.1634],[-86.3274,38.1562],[-86.3209,38.1471],[-86.3284,38.1329],[-86.3798,38.1293],[-86.4014,38.105],[-86.4317,38.1261],[-86.4571,38.1245],[-86.4661,38.1144],[-86.4639,38.1012],[-86.4335,38.0858],[-86.4328,38.0672],[-86.4522,38.0505],[-86.4907,38.0457]]],"terms_url":"https://kyfromabove.ky.gov/","terms_text":"KyFromAbove","description":"6-inch aerial imagery captured in 2020 through the Kentucky Aerial Photography and Elevation Data Program (KyFromAbove) and published by the Kentucky Division of Geographic Information (DGI)."},{"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}","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":"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","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","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","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","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","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}","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}","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}","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"},{"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","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","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/aerial:auckland_rural_2010-2012_0-50m_RGBA/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"LINZ_Bay_of_Plenty_2014","name":"LINZ Bay of Plenty 2014-2015","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial:bay-of-plenty_urban_2014-15_0-125m/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"LINZ_Christchurch_2015","name":"LINZ Christchurch 2015-2016","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial:christchurch_urban_2015-2016_0-075m_RGBA/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"LINZ_Hamilton_2016","name":"LINZ Hamilton 2016-2017","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial:hamilton_urban_2016-17_0-1m/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"LINZ_NZ_Aerial_Imagery","name":"LINZ NZ Aerial Imagery","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"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","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"LINZ_Wellington_2017","name":"LINZ Wellington 2017","type":"tms","template":"https://basemaps.linz.govt.nz/v1/tiles/aerial:wellington_urban_2017_0-10m/EPSG:3857/{zoom}/{x}/{y}.jpg?api=d01egend5f8dv4zcbfj6z2t7rs3","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://koordinates.a.ssl.fastly.net/media/settings/branding/favicon-lds.ico"},{"id":"ORT10LT","name":"Lithuania - NŽT ORT10LT","type":"tms","template":"https://ort10lt.openmap.lt/g16/{zoom}/{x}/{y}.jpeg","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":"7586487389962e3f7c24b076dcc8270e6e23a5cb81e890c3fbe9928c5093fa862d8d946ea4a44f02efec19eda9f69b0bc82df4d53b740a5e284aef977eda72de707e354b5b2aa6f1afe22e7c67af90bcb2f8b411c773f6975badf128356ed1bc36fab11bb8fb221958273b22615127e25f52d3b423676a0ae92e2c9293321614e93443ce3b4fd688e8d58f0e9024a515beb7c68a31231802580a3c6517a795e413b83920f5818a6ad329d49ffb16eb7e90e2c67606ded433f813e8deae3d45fd629591f5a240e172c1663beab003ab12ce9f497037","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}","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","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?LAYERS=C.T.R. 10000 - 1980-94&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:4326","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}","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":"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}","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/government/departments/administrative_services/information_management/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://p1cdn4static.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}","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/government/departments/administrative_services/information_management/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://p1cdn4static.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}","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":"Arenda_OAM","name":"Lupang Arenda, Taytay Drone Imagery","type":"tms","template":"https://tiles.openaerialmap.org/5d25d7bf161a790005c03e6e/0/5d25d7bf161a790005c03e6f/{zoom}/{x}/{y}.png","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-03 10cm","type":"wms","template":"https://download.data.grandlyon.com/wms/grandlyon?LAYERS=Ortho2012_vue_ensemble_20cm_CC46&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2012-03-01T00:00:00.000Z","startDate":"2012-03-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/jeux-de-donnees/orthophotographie-2012-metropole-lyon/info","terms_text":"Grand Lyon Smart Data DSIT","description":"Orthophotographie 2012 du Grand Lyon"},{"id":"orthophoto_lyon","name":"Lyon Orthophoto 2015 (8cm)","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/lyon/{zoom}/{x}/{y}","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.beta.grandlyon.com/fr/jeux-de-donnees/orthophotographie-2015-metropole-lyon-format-ecw/info","terms_text":"Métropole de Lyon DINSI"},{"id":"orthophoto_lyon_2018","name":"Lyon Orthophoto 2018 (8cm)","type":"wms","template":"https://download.data.grandlyon.com/wms/grandlyon?LAYERS=Ortho2018_Dalle_unique_8cm_CC46&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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.beta.grandlyon.com/fr/jeux-de-donnees/orthophotographie-2018-metropole-lyon-format-ecw/info","terms_text":"Métropole de Lyon","best":true,"description":"Orthophotographie 2018 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","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","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","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","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","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}","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}","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","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","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.23428,27.19464],[-82.23432,27.20838],[-82.26513,27.20836],[-82.26551,27.37342],[-82.45038,27.37297],[-82.45042,27.38667],[-82.52743,27.3864],[-82.52741,27.37255],[-82.57367,27.37249],[-82.57371,27.38625],[-82.58929,27.40012],[-82.61993,27.39974],[-82.61985,27.37222],[-82.63371,27.37211],[-82.7128,27.45467],[-82.75967,27.55013],[-82.57479,27.64765],[-82.04987,27.64869],[-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":"Mapbox","name":"Mapbox Satellite","type":"tms","template":"7586487389962e3f6627ae31c5ca3f566077e9848da9dbcda1e4978546cfa2da63928664b2f9581fe7a61bb4e7ebd518c123ff963c7007527552e2822a9c79c276626e410539abfdafed3e6d42eec7a0edbefc55dc7ffa9f55f1d524272acfab76f19a07a5ff5749722e3138703d11e15659f3b930611203f4232cb39a1e3605931b6ac51a68ac81e7c4b106b652bd479fcdd2b4132123397c7263371ea2c0f604946236f0b9af59c209d7fc901cf152f5a3957d04c08f30c042f0fa8c473eda579e","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":"Maps4BW-LGL_BW","name":"Maps4BW (LGL-BW, www.lgl-bw.de)","type":"wms","template":"https://owsproxy.lgl-bw.de/owsproxy/ows/WMS_Maps4BW?LAYERS=webatlasde&STYLES=&FORMAT=image/png&TRANSPARENT=TRUE&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","polygon":[[[9.06954,49.57679],[9.06694,49.56433],[9.08284,49.54211],[9.11286,49.53337],[9.12424,49.51722],[9.11009,49.51213],[9.10023,49.52728],[9.05731,49.532],[9.03553,49.50079],[8.98498,49.51153],[8.95154,49.50562],[8.93863,49.48179],[8.90247,49.44632],[8.85107,49.39663],[8.83009,49.41316],[8.82075,49.39647],[8.80845,49.40981],[8.83117,49.42147],[8.87995,49.46561],[8.90315,49.486],[8.90168,49.50363],[8.88863,49.51091],[8.81467,49.53187],[8.78493,49.51775],[8.72597,49.53085],[8.68726,49.57096],[8.70105,49.59869],[8.69494,49.62762],[8.65189,49.6209],[8.58706,49.61156],[8.59165,49.59179],[8.61486,49.54175],[8.56161,49.52237],[8.47738,49.5874],[8.45482,49.59157],[8.44117,49.59081],[8.42193,49.5843],[8.41194,49.55852],[8.44184,49.49297],[8.4554,49.48107],[8.46312,49.47135],[8.45992,49.46498],[8.44407,49.46085],[8.43947,49.45214],[8.44696,49.44516],[8.46414,49.44151],[8.47977,49.44391],[8.49834,49.44187],[8.50721,49.43414],[8.49762,49.41583],[8.49407,49.40186],[8.46288,49.3869],[8.45152,49.33135],[8.44839,49.31693],[8.47577,49.3079],[8.48783,49.29326],[8.46083,49.28407],[8.38654,49.23497],[8.31243,49.05996],[8.29967,49.02597],[8.28161,48.9949],[8.19706,48.96021],[8.13644,48.89782],[8.08647,48.81306],[8.04302,48.7956],[8.02069,48.78879],[7.96723,48.75716],[7.91211,48.68899],[7.83409,48.64439],[7.79958,48.5878],[7.80046,48.5126],[7.76346,48.49158],[7.68466,48.30305],[7.66275,48.22473],[7.63305,48.19717],[7.59534,48.15977],[7.57491,48.1258],[7.56124,48.03836],[7.6119,47.9871],[7.61318,47.96804],[7.57461,47.93028],[7.54946,47.8792],[7.55712,47.84839],[7.52096,47.77685],[7.50399,47.70235],[7.52156,47.65161],[7.58771,47.59015],[7.60473,47.57822],[7.62247,47.57767],[7.65278,47.59418],[7.68607,47.57205],[7.63879,47.56619],[7.63159,47.56044],[7.66583,47.53403],[7.69208,47.53137],[7.79648,47.55517],[7.83987,47.58122],[7.88681,47.58765],[7.90676,47.5603],[7.90966,47.54825],[7.94632,47.54209],[8.0274,47.54931],[8.07095,47.56299],[8.08261,47.55624],[8.09873,47.55933],[8.10503,47.56795],[8.13615,47.58246],[8.16904,47.59394],[8.18644,47.60508],[8.22435,47.60446],[8.26293,47.60823],[8.2948,47.60497],[8.29483,47.59077],[8.32701,47.56893],[8.38525,47.56408],[8.39882,47.57559],[8.43414,47.5629],[8.5,47.58062],[8.48985,47.59139],[8.46631,47.58666],[8.46581,47.60137],[8.51208,47.61641],[8.53394,47.62984],[8.56765,47.61442],[8.5602,47.59867],[8.57951,47.59306],[8.61281,47.61327],[8.60395,47.63193],[8.62386,47.63922],[8.63333,47.65212],[8.60454,47.6751],[8.57853,47.66373],[8.56441,47.67261],[8.5269,47.66373],[8.52474,47.64677],[8.46839,47.6568],[8.41061,47.6743],[8.4273,47.68562],[8.41471,47.69991],[8.44929,47.71663],[8.4623,47.72909],[8.45742,47.74126],[8.48889,47.76458],[8.56315,47.77654],[8.57847,47.78102],[8.57611,47.79015],[8.568,47.79977],[8.61686,47.79705],[8.61351,47.78451],[8.61918,47.76216],[8.63132,47.75749],[8.65592,47.76948],[8.64981,47.79435],[8.67898,47.78306],[8.68871,47.75314],[8.72003,47.76273],[8.73033,47.75527],[8.70932,47.73275],[8.70596,47.71584],[8.66161,47.71454],[8.65783,47.68883],[8.67046,47.68235],[8.68937,47.69318],[8.71002,47.68829],[8.72575,47.6917],[8.7533,47.68997],[8.79373,47.67216],[8.81295,47.6959],[8.77231,47.71606],[8.80108,47.72811],[8.81816,47.71242],[8.84993,47.70233],[8.84949,47.68089],[8.87235,47.66971],[8.87474,47.6545],[8.88263,47.65327],[8.89825,47.64821],[8.94127,47.65569],[9.02005,47.68616],[9.13947,47.66367],[9.1494,47.66713],[9.15555,47.666],[9.17028,47.65474],[9.17591,47.65379],[9.18684,47.65697],[9.25717,47.65752],[9.51199,47.53246],[9.56602,47.53274],[9.61389,47.57809],[9.64742,47.58931],[9.65788,47.60599],[9.70817,47.60007],[9.74926,47.60206],[9.83488,47.66042],[9.84481,47.67533],[9.95808,47.64376],[10.00359,47.67526],[10.06303,47.66923],[10.07445,47.63472],[10.13262,47.67678],[10.14213,47.70165],[10.11825,47.76126],[10.0732,47.78686],[10.14174,47.80956],[10.10709,47.86711],[10.11359,47.93422],[10.11725,47.9755],[10.13763,48.01938],[10.14695,48.07455],[10.13966,48.11307],[10.11306,48.12632],[10.08111,48.2253],[10.06698,48.28172],[9.99992,48.35572],[10.00265,48.3632],[9.99071,48.3734],[9.97549,48.36558],[9.97328,48.37944],[9.98709,48.38565],[10.0152,48.40323],[10.04492,48.43158],[10.03918,48.45125],[10.06355,48.45381],[10.10938,48.47445],[10.12892,48.45301],[10.17973,48.45977],[10.31448,48.52323],[10.32542,48.60763],[10.26028,48.67842],[10.32297,48.68241],[10.3553,48.65068],[10.45007,48.66277],[10.49761,48.68581],[10.46648,48.73627],[10.42886,48.74973],[10.46208,48.83947],[10.45894,48.93581],[10.36527,49.02557],[10.26869,49.05202],[10.26279,49.12959],[10.25161,49.15031],[10.14311,49.20387],[10.13569,49.26189],[10.16061,49.27043],[10.14385,49.32772],[10.12627,49.3809],[10.16753,49.38589],[10.11027,49.49272],[10.12792,49.51192],[10.09052,49.54218],[10.06372,49.55129],[10.03352,49.52978],[10.01787,49.48673],[9.92482,49.48951],[9.93066,49.56097],[9.91419,49.58955],[9.87463,49.5836],[9.84954,49.54793],[9.83362,49.55607],[9.87656,49.61362],[9.83728,49.70237],[9.8014,49.73429],[9.71079,49.72918],[9.67721,49.71846],[9.67054,49.69515],[9.63435,49.70076],[9.65317,49.73944],[9.65623,49.79286],[9.51808,49.78214],[9.50417,49.78962],[9.42435,49.79099],[9.31467,49.76859],[9.29438,49.73958],[9.35828,49.70334],[9.37769,49.70357],[9.40378,49.71957],[9.41828,49.69706],[9.39602,49.67143],[9.41191,49.66033],[9.38253,49.64341],[9.36753,49.65893],[9.30454,49.65561],[9.27192,49.63515],[9.24212,49.58402],[9.16079,49.58263],[9.10577,49.57952],[9.06954,49.57679]]],"terms_url":"https://www.lgl-bw.de/","terms_text":"Datengrundlage: LGL, www.lgl-bw.de"},{"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}","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":"MassGIS-2019-Orthos","name":"MassGIS 2019 Orthos","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/USGS_Orthos_2019/MapServer/tile/{zoom}/{y}/{x}","endDate":"2019-04-25T00:00:00.000Z","startDate":"2019-03-24T00:00:00.000Z","zoomExtent":[7,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-2019-aerial-imagery","terms_text":"MassGIS","icon":"https://www.mass.gov/files/styles/organization_logo/public/2017-05/massgis_logo_401x300.png"},{"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}","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","best":true,"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-basemap","name":"MassGIS Basemap","type":"tms","template":"https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/MassGISBasemap/MapServer/tile/{zoom}/{y}/{x}","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}","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/MapServer/tile/{zoom}/{y}/{x}","endDate":"2015-12-31T00:00:00.000Z","startDate":"2010-12-02T00:00:00.000Z","zoomExtent":[6,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":"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","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":"Maxar-Premium","name":"Maxar Premium Imagery","type":"tms","template":"7586487389962e3f6e31ab2ed8ca321f2f3fe2cf87f1dedce8fc918b4692efd86fcd816ab8a35303effb1be9abe39b1cce3fe6db2c740044364ae68560822c88373d2c784325baf4e1fa007c6dbedab4cea3fa0dd86ee0ae4feeef032d33dcac28e4b16c90d55a42087c6b66526423ea1b4cc7e63c613940eb1c60f48270060bf41c5fcb6a628985ebe6801e9e71f013cf9cd4f26b571460507061307dc19ab52af1327adfecd050bc0686b6aa1aa97bf3a494","zoomExtent":[0,22],"terms_url":"https://wiki.openstreetmap.org/wiki/DigitalGlobe","terms_text":"Terms & Feedback","default":true,"description":"Maxar Premium is a mosaic composed of Maxar basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.","encrypted":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/world/Maxar.png"},{"id":"geodata.md.gov-MD_SixInchImagery","name":"MD Latest 6 Inch Aerial Imagery","type":"wms","template":"https://geodata.md.gov/imap/services/Imagery/MD_SixInchImagery/MapServer/WmsServer?LAYERS=MD_SixInchImagery&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2019-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/services/Imagery/MD_ThreeInchImagery/MapServer/WmsServer?LAYERS=MD_ThreeInchImagery&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":"2014-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.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":"Three Inch Resolution Imagery for Westminster, Easton, Rockville, Gaithersburg and Annapolis","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://polaris3g.mecklenburgcountync.gov/polarisv/rest/services/aerial2021/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","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":"Spring 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":"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}","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-NAIP-Imagery-2015","name":"Mesa County GIS NAIP 2015","type":"wms","template":"https://mcgis.mesacounty.us/image/services/Mosaic_Datasets/MesaCounty_2015/ImageServer/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":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[3,20],"polygon":[[[-109.06765,39.37875],[-109.06685,38.43416],[-108.3711,38.43452],[-108.37142,38.808],[-108.18198,38.8081],[-108.18204,38.8712],[-108.05688,38.87126],[-108.05698,38.99759],[-107.86943,38.99769],[-107.86948,39.05856],[-107.81779,39.05859],[-107.81774,38.99645],[-107.68226,38.99652],[-107.68231,39.05971],[-107.62076,39.05974],[-107.62081,39.12126],[-107.49568,39.12133],[-107.49574,39.18416],[-107.36995,39.18422],[-107.37012,39.37962],[-109.06765,39.37875]]],"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-NAIP-Imagery-2017","name":"Mesa County GIS NAIP 2017","type":"wms","template":"https://mcgis.mesacounty.us/image/services/Mosaic_Datasets/NAIP_2017/ImageServer/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-10-24T00:00:00.000Z","startDate":"2017-08-26T00:00:00.000Z","zoomExtent":[8,13],"polygon":[[[-109.06765,39.37875],[-109.06685,38.43416],[-108.3711,38.43452],[-108.37142,38.808],[-108.18198,38.8081],[-108.18204,38.8712],[-108.05688,38.87126],[-108.05698,38.99759],[-107.86943,38.99769],[-107.86948,39.05856],[-107.81779,39.05859],[-107.81774,38.99645],[-107.68226,38.99652],[-107.68231,39.05971],[-107.62076,39.05974],[-107.62081,39.12126],[-107.49568,39.12133],[-107.49574,39.18416],[-107.36995,39.18422],[-107.37012,39.37962],[-109.06765,39.37875]]],"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-2018","name":"Mesa County GIS Valleywide 2018","type":"wms","template":"https://mcgis.mesacounty.us/image/services/Mosaic_Datasets/City_Color_2018/ImageServer/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":"2018-01-01T00:00:00.000Z","startDate":"2018-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":"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}","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","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-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}","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}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-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","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}","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","projection":"EPSG:3857","endDate":"2017-01-01T00:00:00.000Z","startDate":"2008-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","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","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","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","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":"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}","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}","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}","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}","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://gis.morgantownwv.gov/portal/home/item.html?id=f2830b58cd894fa0a0712e2cc9537bba","terms_text":"Monongalia Morgantown Area Geospatial Information Consortium","best":true,"description":"2022 Aerial Imagery for Monongalia County of the State of West Virginia","icon":"https://www.morgantownwv.gov/ImageRepository/Document?documentID=2216"},{"id":"Montgomery_OH_2019","name":"Montgomery County Orthoimagery (2019)","type":"wms","template":"https://portal.ketteringoh.org/arcgis/rest/services/GISData/MontCoAerial2019/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-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":"Spring 2019 orthoimagery for Montgomery County in the State of Ohio","icon":"https://www.mcohio.org/_assets_/images/logo.png"},{"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}","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":"mtbmap-no","name":"MTBmap.no","type":"tms","template":"https://mtbmap.no/tiles/osm/mtbmap/{zoom}/{x}/{y}.jpg","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}","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":"MunichLatestAerialImagery","name":"Munich latest aerial imagery 60cm","type":"wms","template":"https://ogc.muenchen.de/wms/opendata_luftbild?LAYERS=bgl0&STYLES=&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-01-01T00:00:00.000Z","zoomExtent":[11,22],"polygon":[[[11.48878,48.053],[11.55589,48.05323],[11.55583,48.06224],[11.56915,48.06229],[11.56908,48.07128],[11.64986,48.07155],[11.64993,48.06256],[11.70326,48.06274],[11.70313,48.08074],[11.71673,48.08079],[11.71667,48.08968],[11.7299,48.08972],[11.72963,48.12566],[11.74313,48.1257],[11.74292,48.15276],[11.72943,48.15271],[11.72936,48.16152],[11.71612,48.16147],[11.71592,48.18859],[11.7027,48.18855],[11.70263,48.19752],[11.67558,48.19743],[11.67537,48.22446],[11.66176,48.22441],[11.66169,48.23355],[11.64863,48.2335],[11.64857,48.24246],[11.54064,48.2421],[11.54058,48.25093],[11.52735,48.25088],[11.52728,48.26001],[11.47335,48.25983],[11.47356,48.23291],[11.46014,48.23287],[11.46021,48.22373],[11.43336,48.22364],[11.43343,48.21439],[11.3798,48.21421],[11.37987,48.20518],[11.36607,48.20514],[11.36621,48.18741],[11.35259,48.18737],[11.35266,48.17817],[11.33946,48.17813],[11.33973,48.14216],[11.36684,48.14225],[11.36697,48.12443],[11.38083,48.12448],[11.3809,48.11558],[11.44769,48.1158],[11.44804,48.07087],[11.46186,48.07091],[11.46193,48.06193],[11.48872,48.06202],[11.48878,48.053]]],"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://www.muenchen.de/media/css/images/favicon_114x114.png"},{"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","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","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","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":"GrandNancy_Orthophotographie","name":"Nancy - Orthophoto","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/nancy/{zoom}/{x}/{y}","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}","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":"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}","endDate":"2022-01-01T00:00:00.000Z","startDate":"2019-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":"ign-argenmap","name":"National Geographic Institute Argenmap (TMS)","type":"tms","template":"https://wms.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/capabaseargenmap@EPSG:3857@png/{zoom}/{x}/{-y}.png","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":"National Geographic Institute Argenmap gray","type":"tms","template":"https://wms.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/mapabase_gris@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","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":"National Geographic Institute Atlas Argentina 500k (TMS)","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","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":"National Geographic Institute Atlas Tucumán 100k (TMS)","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","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":"National Geographic Institute Mosaic 100k (TMS)","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","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":"National Geographic Institute Mosaic 250k (TMS)","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","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":"National Geographic Institute Mosaic 500k (TMS)","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","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":"National Geographic Institute Mosaic 50k (TMS)","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","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":"National Geographic Institute Orthophotos Mosaic","type":"tms","template":"https://imagenes.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/mosaicos_vuelos@EPSG%3A3857@png/{zoom}/{x}/{-y}.png","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":"National Geographic Institute UAV photos mosaic","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","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 ortofotos VANT","icon":"https://www.ign.gob.ar/sites/default/files/favicon.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}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2018-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":"wms","template":"https://services.nconemap.gov/secure/rest/services/Imagery/Orthoimagery_Latest/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2018-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":"osmfj-nagaoka-2018","name":"Niigata Nagaoka city Imagery 2019","type":"tms","template":"https://tiles.osmf.jp/nagaoka-shi/{zoom}/{x}/{y}.png","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","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","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","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","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}","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":"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":"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","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}","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}","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_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","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_ortho_wms","name":"NRW Orthophoto","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","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 - Normale farbliche Darstellung."},{"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","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}","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}","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}","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":"NYSDOP_Latest","name":"NYSDOP Orthoimagery - Latest","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}","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2016-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}","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://www.oakgov.com/SiteCollectionImages/fb_logo.png"},{"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","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://ogrip.oit.ohio.gov/ProjectsInitiatives/StatewideImagery.aspx","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":"OSIP_1ft","name":"Ohio Statewide Imagery Program II 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","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://ogrip.oit.ohio.gov/ProjectsInitiatives/StatewideImagery.aspx","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":"OSIPIII_6in","name":"Ohio Statewide Imagery Program III 6-Inch","type":"wms","template":"https://geo1.oit.ohio.gov/arcgis/rest/services/OSIP/OSIPIII_6in/ImageServer/exportImage?f=image&format=jpg&bbox={bbox}&imageSR={wkid}&bboxSR={wkid}&SR={proj}&size={width}%2C{height}","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2019-01-01T00:00:00.000Z","zoomExtent":[8,20],"polygon":[[[-84.05602,39.86482],[-84.10215,39.85097],[-84.13295,39.57858],[-84.11818,39.56383],[-83.99697,39.55639],[-84.02607,39.2565],[-84.01259,39.24116],[-83.85374,39.2322],[-83.84655,39.21168],[-83.80463,39.20905],[-83.77059,39.25284],[-83.58478,39.36421],[-83.39732,39.363],[-83.41203,39.26436],[-83.36497,39.22635],[-83.40186,39.06752],[-83.69109,39.02414],[-83.71633,38.62809],[-83.64926,38.61467],[-83.61519,38.66677],[-83.52167,38.68824],[-83.47446,38.66162],[-83.37409,38.64538],[-83.34281,38.62876],[-83.32466,38.59287],[-83.29105,38.58221],[-83.24028,38.61401],[-83.14364,38.60656],[-83.09835,38.66208],[-83.04898,38.67947],[-83.01907,38.71357],[-82.96825,38.71291],[-82.89612,38.74105],[-82.89531,38.68543],[-82.85943,38.58252],[-82.80698,38.54974],[-82.71002,38.53205],[-82.62589,38.46333],[-82.5897,38.39783],[-82.53452,38.38958],[-82.4057,38.42425],[-82.33165,38.42812],[-82.29727,38.46062],[-82.27152,38.59034],[-82.34198,38.59912],[-82.34329,38.68764],[-82.45307,38.69579],[-82.4484,38.74265],[-82.47238,38.78367],[-82.5627,38.79213],[-82.55792,38.83737],[-82.43861,38.83755],[-82.41795,39.01953],[-82.34265,39.01489],[-82.32501,38.99849],[-82.11537,38.98916],[-82.11711,38.95593],[-82.09926,38.94399],[-82.0122,39.01537],[-81.99038,38.98151],[-81.94706,38.97819],[-81.91802,38.933],[-81.94355,38.90726],[-81.94258,38.88465],[-81.9063,38.86154],[-81.87767,38.86256],[-81.83921,38.88612],[-81.81898,38.93185],[-81.77332,38.9083],[-81.73907,38.92726],[-81.76333,38.96422],[-81.74665,39.01973],[-81.79401,39.0653],[-81.75769,39.06862],[-81.72924,39.09067],[-81.73637,39.17546],[-81.67598,39.21953],[-81.67109,39.2601],[-81.55664,39.258],[-81.53281,39.34333],[-81.4483,39.39578],[-81.42416,39.38179],[-81.40555,39.34019],[-81.37772,39.3277],[-81.26394,39.37175],[-81.20847,39.37483],[-81.16965,39.42313],[-81.11749,39.43727],[-81.05645,39.50637],[-80.96008,39.5781],[-80.92155,39.60321],[-80.86655,39.61112],[-80.84698,39.68382],[-80.81103,39.71133],[-80.84982,39.76391],[-80.8107,39.79023],[-80.80723,39.84007],[-80.77315,39.86198],[-80.78748,39.90112],[-80.75723,39.89385],[-80.73838,39.90691],[-80.74516,39.94806],[-80.72236,39.96591],[-80.71178,40.03855],[-80.71969,40.07376],[-80.69116,40.09516],[-80.68651,40.14868],[-80.63661,40.23752],[-80.60246,40.25991],[-80.58372,40.30961],[-80.58934,40.37397],[-80.60432,40.39111],[-80.57816,40.47967],[-80.65744,40.59457],[-80.84238,40.61317],[-80.84677,40.65252],[-80.8988,40.6578],[-80.89829,40.72775],[-80.91029,40.74046],[-81.24378,40.73728],[-81.25955,40.66534],[-81.33582,40.6553],[-81.33957,40.56159],[-81.28419,40.55122],[-81.29374,40.31841],[-81.35179,40.31057],[-81.35669,40.22933],[-81.60291,40.23531],[-81.5987,40.37326],[-81.69305,40.38471],[-81.6909,40.43004],[-81.65123,40.44072],[-81.63145,40.67331],[-82.10717,40.68259],[-82.11016,40.99208],[-82.15378,41.00646],[-82.1637,41.07685],[-82.44099,41.07953],[-82.45597,41.06727],[-82.45281,41.00742],[-83.46528,41.00502],[-83.47695,40.96289],[-83.49555,40.95122],[-83.49586,40.91926],[-83.53338,40.90804],[-83.53472,40.83268],[-83.87996,40.83439],[-83.89919,40.81985],[-83.89403,40.52197],[-83.5405,40.49627],[-83.57014,40.22757],[-83.51469,40.21219],[-83.52257,40.11247],[-83.53323,40.00525],[-83.60346,39.78398],[-83.80953,39.81033],[-83.81887,39.83569],[-83.92107,39.84227],[-83.93487,39.85766],[-84.05602,39.86482]],[[-84.21919,40.21435],[-84.43268,40.21145],[-84.45418,40.18622],[-84.43917,39.90911],[-84.18268,39.90801],[-84.17052,39.87192],[-84.03412,39.87362],[-84.0089,40.19325],[-84.21919,40.21435]]],"terms_url":"https://ogrip.oit.ohio.gov/ProjectsInitiatives/StatewideImagery.aspx","terms_text":"Ohio Statewide Imagery Program","description":"Ohio Statewide Imagery Program III orthoimagery of 41 counties captured at 6-inch resolution in 2019 and 2020."},{"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","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-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":"OpenAerialMapMosaic","name":"OpenAerialMap Mosaic, by Kontur.io","type":"tms","template":"https://apps.kontur.io/raster-tiler/oam/mosaic/{zoom}/{x}/{y}.png","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","overlay":true},{"id":"openrailwaymap-maxspeeds","name":"OpenRailwayMap Maxspeeds","type":"tms","template":"https://{switch:a,b,c}.tiles.openrailwaymap.org/maxspeed/{zoom}/{x}/{y}.png","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","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":"osmfr-basque","name":"OpenStreetMap (Basque Style)","type":"tms","template":"https://tile.openstreetmap.bzh/eu/{zoom}/{x}/{y}.png","zoomExtent":[0,20],"polygon":[[[16.20759,62.74084],[-10.81893,62.71823],[-10.73644,33.80438],[16.29008,33.84537],[16.20759,62.74084]]],"terms_url":"https://www.openstreetmap.org/","terms_text":"Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL"},{"id":"osmbe-nl","name":"OpenStreetMap (Belgian Style - Dutch)","type":"tms","template":"https://tile.openstreetmap.be/osmbe-nl/{zoom}/{x}/{y}.png","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","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":"osmfr-breton","name":"OpenStreetMap (Breton Style)","type":"tms","template":"https://tile.openstreetmap.bzh/br/{zoom}/{x}/{y}.png","zoomExtent":[0,20],"polygon":[[[16.20759,62.74084],[-10.81893,62.71823],[-10.73644,33.80438],[16.29008,33.84537],[16.20759,62.74084]]],"terms_url":"https://www.openstreetmap.org/","terms_text":"Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL"},{"id":"osmfr-occitan","name":"OpenStreetMap (Occitan Style)","type":"tms","template":"https://tile.openstreetmap.bzh/oc/{zoom}/{x}/{y}.png","zoomExtent":[0,20],"polygon":[[[16.20759,62.74084],[-10.81893,62.71823],[-10.73644,33.80438],[16.29008,33.84537],[16.20759,62.74084]]],"terms_url":"https://www.openstreetmap.org/","terms_text":"Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL"},{"id":"MAPNIK","name":"OpenStreetMap (Standard)","type":"tms","template":"https://tile.openstreetmap.org/{zoom}/{x}/{y}.png","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","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","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","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","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":"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.orthohr","name":"Ortho HR","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr/{zoom}/{x}/{y}","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}","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.15787,47.28205],[-3.15272,47.23717],[-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.04113,47.42363],[-3.05128,47.51338],[-2.91879,47.5202],[-2.91382,47.47531],[-2.84762,47.47866],[-2.84271,47.43378],[-2.77655,47.43709],[-2.78141,47.48197],[-2.71519,47.48525],[-2.71039,47.44036],[-2.64422,47.44359],[-2.63948,47.3987],[-2.57336,47.40189],[-2.55472,47.22229],[-2.35695,47.23161],[-2.35248,47.1867],[-2.2866,47.18973],[-2.27778,47.0999],[-2.14621,47.10584],[-2.14192,47.06092],[-2.07618,47.06383],[-2.06773,46.97398],[-2.13336,46.97108],[-2.13764,47.016],[-2.20331,47.01305],[-2.20765,47.05797],[-2.4048,47.0489],[-2.4003,47.00399],[-2.33465,47.00705],[-2.32578,46.91722],[-2.19466,46.92321],[-2.18173,46.78845],[-2.11633,46.79138],[-2.11209,46.74646],[-2.04673,46.74935],[-2.03837,46.65949],[-1.97311,46.66235],[-1.969,46.61741],[-1.90379,46.62023],[-1.89569,46.53036],[-1.83058,46.53313],[-1.82262,46.44325],[-1.7576,46.44598],[-1.75369,46.40104],[-1.62375,46.40638],[-1.61994,46.36144],[-1.49009,46.36663],[-1.48639,46.32168],[-1.35662,46.32672],[-1.35304,46.28176],[-1.2882,46.28422],[-1.28468,46.23927],[-1.15508,46.24408],[-1.1585,46.28904],[-1.02877,46.2937],[-1.03209,46.33867],[-0.96717,46.34095],[-0.9639,46.29598],[-0.76926,46.30259],[-0.76616,46.25762],[-0.70133,46.25975],[-0.70437,46.30472],[-0.50967,46.31089],[-0.51835,46.44583],[-0.58341,46.4438],[-0.60422,46.75863],[-0.66966,46.75655],[-0.67575,46.8465],[-0.74129,46.84438],[-0.74752,46.93432],[-0.81316,46.93216],[-0.81634,46.97713],[-0.88203,46.97494],[-0.88527,47.0199],[-0.95101,47.01767],[-0.9543,47.06263],[-1.08588,47.05804],[-1.08929,47.103],[-1.15513,47.10065],[-1.1586,47.1456],[-1.09271,47.14795],[-1.09613,47.19291],[-1.16208,47.19055],[-1.16905,47.28046],[-1.23509,47.27806],[-1.23864,47.32301],[-0.90806,47.33461],[-0.92121,47.51443],[-1.12024,47.50756],[-1.12371,47.5525],[-0.99091,47.55713],[-0.99764,47.64702],[-1.13066,47.64239],[-1.13764,47.73228],[-0.80449,47.74359],[-0.80128,47.69864],[-0.46829,47.70899],[-0.47122,47.75395],[-0.40455,47.75591],[-0.3988,47.66599],[-0.26567,47.66978],[-0.26292,47.62482],[-0.06336,47.63023],[-0.06078,47.58525],[0.07218,47.58867],[0.07464,47.54369],[0.2075,47.54695],[0.20515,47.59193],[0.27164,47.5935],[0.27393,47.54852],[0.40681,47.55155],[0.40463,47.59653],[0.53764,47.59942],[0.53556,47.6444],[0.66869,47.64713],[0.66476,47.7371],[0.73144,47.73841],[0.72952,47.7834],[0.79626,47.78467],[0.79253,47.87464],[0.85939,47.87587],[0.85211,48.05579],[0.9192,48.057],[0.91744,48.10198],[0.98458,48.10314],[0.98287,48.14812],[0.91566,48.14695],[0.91389,48.19193],[0.84662,48.19072],[0.84479,48.23569],[0.71016,48.23316],[0.70821,48.27813],[0.57348,48.27544],[0.57141,48.32041],[0.43658,48.31756],[0.42779,48.4974],[0.08963,48.48959],[0.09212,48.44464],[-0.043,48.44125],[-0.04561,48.4862],[-0.11322,48.48445],[-0.11856,48.57433],[-0.38942,48.56692],[-0.38651,48.52199],[-0.65706,48.51396],[-0.85992,48.50754],[-0.86323,48.55247],[-1.13385,48.54336],[-1.09175,48.00425],[-1.22565,47.99951],[-1.21492,47.86471],[-1.2817,47.86229],[-1.27808,47.81736],[-1.34479,47.8149],[-1.34846,47.85983],[-1.54873,47.85223],[-1.54488,47.80731],[-1.67825,47.80205],[-1.6743,47.75713],[-1.87412,47.74897],[-1.87001,47.70406],[-2.00308,47.69843],[-2.02854,47.96789],[-2.0954,47.96501],[-2.09973,48.00991],[-2.16664,48.00699],[-2.17102,48.05188],[-2.10406,48.05481],[-2.1084,48.09971],[-2.24244,48.09381],[-2.25136,48.1836],[-2.3856,48.17754],[-2.39019,48.22243],[-2.45735,48.21934],[-2.45271,48.17446],[-2.5869,48.16817],[-2.57741,48.07841],[-2.64438,48.07522],[-2.65398,48.16497],[-2.85519,48.15515],[-2.86017,48.20001],[-2.99438,48.19326],[-2.99948,48.23812],[-3.2009,48.22771],[-3.19562,48.18286],[-3.32974,48.17573],[-3.39678,48.17211],[-3.40223,48.21695],[-3.67054,48.20207],[-3.66487,48.15724],[-3.79885,48.14958],[-3.78731,48.05992],[-3.72043,48.06377],[-3.70904,47.9741],[-3.57549,47.98166],[-3.56992,47.93682],[-3.43644,47.94423],[-3.43099,47.89938],[-3.56436,47.89198],[-3.5257,47.57804],[-3.39311,47.5854],[-3.40388,47.67511],[-3.33746,47.67874],[-3.33213,47.63388],[-3.26575,47.63747],[-3.26048,47.5926],[-3.19415,47.59615],[-3.17337,47.41667],[-3.30557,47.40956],[-3.28974,47.27496],[-3.15787,47.28205]]],"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}","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}","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}","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}","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}","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}","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}","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}","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}","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-01-01T00:00:00.000Z","zoomExtent":[3,21],"polygon":[[[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.70247,43.13538],[5.70667,43.22527],[5.76814,43.22371],[5.77679,43.40352],[5.83844,43.40192],[5.84066,43.44687],[5.77896,43.44847],[5.78549,43.58334],[5.72364,43.58491],[5.72578,43.62987],[5.84957,43.6267],[5.85405,43.71662],[5.79206,43.71823],[5.79425,43.76319],[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]],[[6.73914,43.96007],[6.80137,43.95792],[6.79837,43.91298],[6.61183,43.91931],[6.60048,43.73951],[6.72446,43.73534],[6.71861,43.64546],[6.7805,43.64333],[6.77753,43.59839],[6.83936,43.59622],[6.83036,43.46142],[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]],[[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.39384,47.55582],[5.39183,47.51083],[5.32543,47.51218],[5.32152,47.4222],[5.38781,47.42086],[5.38581,47.37587],[5.45204,47.37449],[5.44793,47.28451],[5.51405,47.2831],[5.51194,47.23811],[5.77615,47.23208],[5.77847,47.27706],[5.91067,47.27382],[5.91311,47.3188],[6.11153,47.31365],[6.11414,47.35863],[6.24651,47.355],[6.24923,47.39998],[6.31546,47.39811],[6.31825,47.44308],[6.38453,47.44117],[6.38738,47.48613],[6.58637,47.48017],[6.58939,47.52513],[6.85486,47.51665],[6.84839,47.42674],[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.32739,47.55717],[5.39384,47.55582]],[[3.94893,44.83011],[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.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]],[[2.23472,45.28174],[2.17095,45.28129],[2.17362,45.10122],[2.04649,45.1002],[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.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]],[[4.36116,46.17669],[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]],[[-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.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.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.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.13612,47.69266],[-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.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.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.80983,47.25921],[1.81182,47.16919],[1.74582,47.1685],[1.74791,47.07848],[2.01148,47.08103],[2.01804,46.72091],[2.08349,46.72145],[2.08501,46.63142],[2.15036,46.63192],[2.15247,46.49686],[2.08728,46.49636],[2.08878,46.40632],[2.34912,46.4081],[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.32707,46.67963],[3.39248,46.67942],[3.39216,46.6344],[3.52287,46.63388],[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.12125,47.12484],[4.25314,47.12349],[4.25629,47.25851],[4.19018,47.25921],[4.19318,47.39423],[4.1269,47.39489],[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.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]]],"terms_url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr","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","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","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","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","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","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://ortos.dgterritorio.gov.pt/wms-inspire/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","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://ortos.dgterritorio.gov.pt/wms-inspire/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","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}","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","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":"OS-OpenData_Locator","name":"OS OpenData Locator","type":"tms","template":"https://tiles.itoworld.com/os_locator/{zoom}/{x}/{y}.png","zoomExtent":[0,22],"polygon":[[[-0.88639,61.11666],[-9.24009,57.92465],[-6.61235,55.46835],[-6.1039,55.40191],[-5.61358,55.06607],[-5.40088,54.90562],[-5.29371,54.77201],[-5.11832,54.5911],[-4.92368,54.38599],[-4.94067,53.59884],[-5.44172,52.27725],[-6.03376,51.6012],[-7.54473,49.33762],[-2.59721,50.2588],[0.65674,50.64047],[1.32419,50.83256],[1.87586,51.19234],[2.05883,52.88863],[-1.61452,56.47933],[-1.21085,57.64972],[-1.69525,59.08903],[0.21543,60.43058],[-0.88639,61.11666]]],"overlay":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","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_2022_10","name":"OS OpenMap Local (October 2022)","type":"tms","template":"https://{switch:a,b,c}.os.openstreetmap.org/layer/gb_os_om_local_2022_10/{zoom}/{x}/{y}.png","endDate":"2022-10-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","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":"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","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","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","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","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","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","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}","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}","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}","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":"Pangasinan_Bulacan_HiRes","name":"Pangasinán/Bulacan (Philippines HiRes)","type":"tms","template":"https://gravitystorm.dev.openstreetmap.org/imagery/philippines/{zoom}/{x}/{y}.png","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","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","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","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":"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}","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","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}","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_2021","name":"PEMA Orthoimagery (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}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-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 in 2021","icon":"https://www.pema.pa.gov/PublishingImages/logo.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}","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","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","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":"PNOA-Spain-TMS","name":"PNOA Spain","type":"tms","template":"https://tms-pnoa-ma.idee.es/1.0.0/pnoa-ma/{zoom}/{x}/{-y}.jpeg","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":"Code-Point_Open","name":"Postcode centroids","type":"tms","template":"https://www.raggedred.net/tiles/codepoint/{zoom}/{x}/{y}.png","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}","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}","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}","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}","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}","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}","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","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","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","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":"http://giswa1.mag.mepnet.cz/arcgis/services/MAP/letecke_snimky_posledni_snimkovani_cache/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:4326","zoomExtent":[1,20],"polygon":[[[14.81232,49.93089],[14.74502,50.25247],[14.12025,50.19882],[14.18755,49.87687],[14.81232,49.93089]]]},{"id":"PrahaIPRlow-vegetationorthophoto","name":"Praha IPR low-vegetation orthophoto","type":"wms","template":"https://giswas1.mepnet.cz/arcgis/services/MAP/mimovegetacni_snimkovani_cache/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","projection":"EPSG:4326","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]]]},{"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}","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}","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","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":"RABA-KGZ-3000","name":"RABA-KGZ: Slovenia built-up areas","type":"tms","template":"https://wms.openstreetmap.de/tms/RABA3000/{zoom}/{x}/{y}.png","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","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_2014","name":"Rennes - 2014","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2014/{zoom}/{x}/{y}","endDate":"2014-01-01T00:00:00.000Z","startDate":"2014-01-01T00:00:00.000Z","zoomExtent":[0,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://data.rennesmetropole.fr/explore/dataset/orthophotographie-2014/information/","terms_text":"Rennes Métropole 2014"},{"id":"Rennes_2018","name":"Rennes - 2018","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2018/{zoom}/{x}/{y}","endDate":"2018-01-01T00:00:00.000Z","startDate":"2017-01-01T00:00:00.000Z","zoomExtent":[0,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://data.rennesmetropole.fr/explore/dataset/orthophotographie-2017-2018/information/","terms_text":"Mégalis Bretagne et Collectivités Territoriales Bretonnes 2018"},{"id":"Rennes_2020","name":"Rennes - 2020","type":"tms","template":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2020/{zoom}/{x}/{y}","endDate":"2020-09-14T00:00:00.000Z","startDate":"2020-08-07T00:00:00.000Z","zoomExtent":[0,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://data.rennesmetropole.fr/explore/dataset/orthophotographie-2020/information/","terms_text":"Rennes Métropole - IGNF - 2020"},{"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}","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_21s","name":"Rhode Island Aerial Photo (Spring 2021)","type":"wms","template":"https://maps.edc.uri.edu/rigis/rest/services/IMG/RI_202103_RGB_3in_web/ImageServer/exportImage?f=image&format=jpgpng&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-04-26T00:00:00.000Z","startDate":"2021-03-12T00: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 (Spring 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}","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":"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","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}","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}","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}","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}","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":"rio2015","name":"Rio Mosaico 2015","type":"wms","template":"https://pgeo3.rio.rj.gov.br/arcgis/services/Imagens/Mosaico_2015_UTM/MapServer/WmsServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","projection":"EPSG:3857","endDate":"2015-01-01T00:00:00.000Z","startDate":"2015-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":"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}","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":"route500","name":"Route 500","type":"tms","template":"https://{switch:a,b,c}.tile.openstreetmap.fr/route500/{zoom}/{x}/{y}.png","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 du réseau classé (autoroutes, nationales, départementales)","overlay":true},{"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}","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":"saitama_fukaya_orthophoto_2017","name":"Saitama Fukaya-shi Imagery 2017","type":"tms","template":"http://nyampire.conohawing.com/ortho-fukaya-shi/{zoom}/{x}/{-y}.png","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":"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}","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":"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","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","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","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","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}","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","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}","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}","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}","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}","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":"Geodatastyrelsen_Denmark","name":"SDFE aerial imagery","type":"tms","template":"https://osmtools.septima.dk/mapproxy/tiles/1.0.0/kortforsyningen_ortoforaar/EPSG3857/{zoom}/{x}/{y}.jpeg","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://download.kortforsyningen.dk/content/vilkaar-og-betingelser","terms_text":"Geodatastyrelsen og Danske Kommuner","best":true,"icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_Cadastral_Parcels_INSPIRE_View","name":"SDFE 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","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_text":"Geodatastyrelsen og Danske Kommuner","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_DTK_Kort25","name":"SDFE DTK Kort25","type":"wms","template":"https://api.dataforsyningen.dk/dtk_25_DAF?service=WMS&request=GetMap&token=52065b2ec5fda5a46a50b451f3f24473&FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&Layers=dtk25&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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_text":"Geodatastyrelsen og Danske Kommuner","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Geodatastyrelsen_Skaermkort","name":"SDFE Skærmkort","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.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=dtk_skaermkort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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_text":"Geodatastyrelsen og Danske Kommuner","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"SDFE_Overflade_Skyggekort_40cm","name":"SDFE 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.1.1&Layers=dhm_overflade_skyggekort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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_text":"Geodatastyrelsen og Danske Kommuner","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"SDFE_Terraen_Skyggekort_40cm","name":"SDFE 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.1.1&Layers=dhm_terraen_skyggekort&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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_text":"Geodatastyrelsen og Danske Kommuner","icon":"https://osmlab.github.io/editor-layer-index/sources/europe/dk/SDFESkrmkort.png"},{"id":"Seminole_Ortho_2021","name":"Seminole County Orthoimagery (2021)","type":"wms","template":"https://maps2.scpafl.org/arcgis/rest/services/Aerials2021/MapServer/export?f=image&format=jpg&layers=show,0&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.45946,28.72408],[-81.43302,28.72411],[-81.43302,28.75311],[-81.41645,28.75314],[-81.4165,28.79667],[-81.4197,28.79666],[-81.41981,28.82573],[-81.41644,28.82576],[-81.41649,28.85473],[-81.39995,28.85481],[-81.39999,28.86928],[-81.3834,28.86934],[-81.3834,28.8736],[-81.36708,28.87364],[-81.36708,28.87849],[-81.36301,28.87847],[-81.36304,28.87369],[-81.35031,28.87371],[-81.35032,28.85476],[-81.31731,28.85479],[-81.31726,28.84023],[-81.30079,28.84027],[-81.30074,28.82571],[-81.21818,28.8232],[-81.21814,28.81121],[-81.20164,28.81122],[-81.20161,28.79669],[-81.15203,28.79664],[-81.15207,28.81119],[-81.13554,28.81121],[-81.13554,28.82887],[-81.10248,28.82889],[-81.10248,28.82571],[-81.06945,28.82572],[-81.06944,28.81119],[-81.06739,28.81119],[-81.06738,28.80228],[-81.05677,28.80228],[-81.05676,28.7877],[-81.03636,28.72409],[-81.02097,28.72408],[-81.02097,28.70099],[-81.00333,28.70098],[-81.00333,28.69501],[-81.01986,28.69501],[-81.01988,28.68059],[-81.00331,28.6805],[-81.00331,28.637],[-80.98709,28.63693],[-80.98709,28.61293],[-81.33385,28.61057],[-81.33388,28.63696],[-81.36198,28.63692],[-81.362,28.64017],[-81.45972,28.63987],[-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":"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}","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}","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}","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","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://mapservices.onemap.sg/mapproxy/service?LAYERS=singapore_landlot_wmts&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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://mapservices.onemap.sg/mapproxy/service?LAYERS=singapore_3414_wms&STYLES=&FORMAT=image/png&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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","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}","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","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":"skoterleder","name":"Snowmobile map Sweden","type":"tms","template":"https://tiles.skoterleder.org/tiles/{zoom}/{x}/{y}.png","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}","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":"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}","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","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":"http://{switch:a,b,c}.aerial.openstreetmap.org.za/ngi-aerial/{zoom}/{x}/{y}.jpg","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-DSM_2006_2_5m","name":"South Tyrol DSM Hillshade 2006 (2.5 m)","type":"wms","template":"https://geoservices1.civis.bz.it/geoserver/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","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":"© Autonomen 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://geoservices1.civis.bz.it/geoserver/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","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.49036,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.3592,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.40843,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.3592,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.6697],[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.46839,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.6697],[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.85653,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.93307,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":"© Autonomen 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://geoservices1.civis.bz.it/geoserver/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","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":"© Autonomen 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://geoservices1.civis.bz.it/geoserver/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","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.49036,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.3592,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.40843,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.3592,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.6697],[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.46839,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.6697],[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.85653,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.93307,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":"© Autonomen 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","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":"© Autonomen 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","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":"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 3.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","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":"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano CC-BY 4.0"},{"id":"South-Tyrol-Orthofoto-2017","name":"South Tyrol Orthofoto 2017","type":"tms","template":"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=p_bz-orthoimagery:P_BZ_OF_2017_EPSG3857&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg","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":"© Autonomen 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","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","best":true},{"id":"South-Tyrol-Topomap","name":"South Tyrol Topomap","type":"tms","template":"https://geoservices.buergernetz.bz.it/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=P_BZ_BASEMAP_TOPO&STYLE=default&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX=GoogleMapsCompatible%3A{zoom}&TILEROW={y}&TILECOL={x}&FORMAT=image%2Fjpeg","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":"© Autonomen Provinz Bozen/Provincia Autonoma di Bolzano","description":"Topographical basemap of South Tyrol"},{"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","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","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","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","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","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","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","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","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","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,14,15,16,17,19,20,21,23,24,25,26,27,28,29&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","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","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}","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}","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-bern2016-wms","name":"Stadt Bern 10cm (2016)","type":"wms","template":"https://map.bern.ch/wms/OpenData/proxy.php?LAYERS=luftbild_2016&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2016-01-01T00:00:00.000Z","startDate":"2016-01-01T00:00:00.000Z","zoomExtent":[2,22],"polygon":[[[7.29431,46.92376],[7.30823,46.92229],[7.32437,46.92519],[7.32692,46.9236],[7.32746,46.91903],[7.33937,46.91967],[7.33878,46.92454],[7.36056,46.9272],[7.36041,46.92859],[7.36831,46.93043],[7.36807,46.93239],[7.37489,46.93271],[7.37487,46.93143],[7.38087,46.93241],[7.38002,46.92989],[7.38231,46.92728],[7.38757,46.93045],[7.40148,46.92119],[7.40213,46.9242],[7.40806,46.92563],[7.40708,46.93038],[7.41384,46.93157],[7.41469,46.93682],[7.43764,46.93074],[7.4338,46.93312],[7.43542,46.93497],[7.44764,46.93043],[7.45857,46.93484],[7.47077,46.9255],[7.4691,46.92924],[7.47535,46.93299],[7.4747,46.93392],[7.47811,46.93625],[7.47667,46.93695],[7.4895,46.93687],[7.4908,46.93876],[7.49351,46.93766],[7.49556,46.93962],[7.48339,46.9452],[7.48405,46.94999],[7.47701,46.95446],[7.47978,46.9566],[7.47893,46.95878],[7.48029,46.96068],[7.47847,46.9629],[7.48579,46.96468],[7.48613,46.9679],[7.48452,46.97016],[7.47816,46.97118],[7.47019,46.96741],[7.47079,46.97],[7.46804,46.97583],[7.45465,46.97782],[7.45221,46.98968],[7.45067,46.99015],[7.44127,46.97982],[7.44405,46.97807],[7.4477,46.97901],[7.44838,46.97564],[7.44569,46.97479],[7.44125,46.97679],[7.43785,46.96843],[7.43536,46.96843],[7.43271,46.97269],[7.42817,46.9738],[7.40829,46.96869],[7.40005,46.96918],[7.3938,46.96693],[7.38321,46.9663],[7.38062,46.96547],[7.37851,46.96147],[7.37503,46.95983],[7.37151,46.96073],[7.3685,46.95662],[7.3582,46.95118],[7.35309,46.95193],[7.35056,46.95021],[7.35136,46.94855],[7.34346,46.94879],[7.34385,46.94737],[7.34141,46.94608],[7.32845,46.94641],[7.32464,46.94328],[7.30686,46.94037],[7.30433,46.93623],[7.30616,46.93095],[7.29827,46.92747],[7.29431,46.92376]]],"terms_url":"https://www.bern.ch/themen/planen-und-bauen/geodaten-und-plane/nutzungsbedingungengeodaten/nutzungsbedingungen","terms_text":"Geodaten Stadt Bern"},{"id":"Bern-bern2020-wms","name":"Stadt Bern 10cm (2020)","type":"wms","template":"https://map.bern.ch/wms/OpenData/proxy.php?LAYERS=luftbild_2020&STYLES=default&FORMAT=image/jpeg&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2020-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://www.bern.ch/themen/planen-und-bauen/geodaten-und-plane/nutzungsbedingungengeodaten/nutzungsbedingungen","terms_text":"Geodaten 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}","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","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","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}","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","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":"stamen-terrain-background","name":"Stamen Terrain","type":"tms","template":"https://stamen-tiles-{switch:a,b,c,d}.a.ssl.fastly.net/terrain-background/{zoom}/{x}/{y}.jpg","zoomExtent":[4,18],"terms_url":"http://maps.stamen.com/#terrain","terms_text":"Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL","icon":"https://stamen.com/wp-content/uploads/2016/07/stamen_compass_rose_small-01.png"},{"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}","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}","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}","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}","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","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}","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 2021","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","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-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.ico"},{"id":"Sumter_Ortho_2021","name":"Sumter County Orthoimagery (2021)","type":"wms","template":"https://gis.sumtercountyfl.gov/sumtergis/rest/services/Imagery/Imagery2021_EV/MapServer/export?f=image&format=jpg&layers=&bbox={bbox}&bboxSR={wkid}&imageSR={wkid}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-03-01T00:00:00.000Z","startDate":"2021-02-01T00:00:00.000Z","zoomExtent":[0,19],"polygon":[[[-81.9411,28.96893],[-81.94136,28.39095],[-81.95685,28.39099],[-81.95706,28.29501],[-82.00367,28.29516],[-82.00367,28.30922],[-82.0659,28.30914],[-82.0659,28.51516],[-82.11267,28.51508],[-82.11259,28.52888],[-82.12812,28.52896],[-82.1283,28.54276],[-82.14383,28.54268],[-82.14383,28.55633],[-82.19069,28.55618],[-82.19061,28.57013],[-82.22168,28.57005],[-82.22177,28.58377],[-82.23756,28.58384],[-82.23739,28.6112],[-82.25301,28.61127],[-82.25301,28.62499],[-82.26852,28.62504],[-82.26854,28.6387],[-82.28421,28.63874],[-82.28429,28.66611],[-82.26871,28.66623],[-82.26867,28.69364],[-82.25314,28.69375],[-82.25318,28.735],[-82.23764,28.735],[-82.23764,28.7487],[-82.22198,28.7487],[-82.22207,28.76247],[-82.19078,28.76254],[-82.19091,28.8176],[-82.20659,28.81757],[-82.2067,28.83133],[-82.22215,28.83125],[-82.22232,28.84494],[-82.23799,28.84494],[-82.23799,28.85881],[-82.25348,28.85869],[-82.25352,28.87249],[-82.2691,28.87252],[-82.26919,28.88632],[-82.28472,28.88628],[-82.28481,28.91367],[-82.3006,28.91378],[-82.30052,28.94124],[-82.31622,28.94127],[-82.31627,28.96854],[-81.9411,28.96893]]],"terms_url":"https://data2-sumtercountygis.opendata.arcgis.com/","terms_text":"Sumter County GIS, Sumter County Board of County Commissioners","description":"The 2021 orthoimagery for Sumter County of the State of Florida"},{"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","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","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}","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","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","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","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","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}","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","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","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_2021","name":"Tallahassee - Leon County Orthoimagery (2021)","type":"wms","template":"https://interraster.leoncountyfl.gov/interraster/rest/services/ImageryServices/TLC_Imagery2021_RGB_D_WM/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-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 2021 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}","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}","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":"US-TIGER-Roads-2017","name":"TIGER Roads 2017","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/cj8dftc3q1ecn2tnx9qhwyj0c/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw","endDate":"2017-01-01T00:00:00.000Z","startDate":"2017-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-2018","name":"TIGER Roads 2018","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/cjo1wbulo3ub82ro1c9onlzmh/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw","endDate":"2018-01-01T00:00:00.000Z","startDate":"2018-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-2019","name":"TIGER Roads 2019","type":"tms","template":"https://{switch:a,b,c,d}.tiles.mapbox.com/styles/v1/openstreetmapus/ck0dxfa7602e61cmjk7p86749/tiles/256/{zoom}/{x}/{y}?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw","endDate":"2019-01-01T00:00:00.000Z","startDate":"2019-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-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.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw","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.eyJ1Ijoib3BlbnN0cmVldG1hcHVzIiwiYSI6ImNpcnF4Ym43dDBoOXZmYW04bWhlNWdrY2EifQ.4SFexuTUuKkZeerO3dgtmw","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":"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","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","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","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","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","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":"tokyo_nerima_orthophoto_2016","name":"Tokyo Nerima-ku Imagery 2016","type":"tms","template":"http://nyampire.conohawing.com/ortho-nerima-ku/{zoom}/{x}/{y}.png","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","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","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","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","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}","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}","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}","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}","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}","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}","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}","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}","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?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Spar_Huvud_och_sidospar&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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?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","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?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Vagnummer,Vaghinder,Rastplats,Rastficka,Hallplats,Farthinder,BroTunnel,ATK_Matplats&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","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","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","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","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","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","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","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","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","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","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","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","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}","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}","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}","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","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}","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","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","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","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","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","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}","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}","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}","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}","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}","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}","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}","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}","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}","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}","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}","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}","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}","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":"USGS-Imagery","name":"USGS Imagery","type":"tms","template":"https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{zoom}/{y}/{x}","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","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","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}","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","endDate":"2021-01-01T00:00:00.000Z","startDate":"2018-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}","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}","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":"wien.gv.at-labels","name":"Vienna: Beschriftungen (annotations)","type":"tms","template":"https://maps.wien.gv.at/wmts/beschriftung/normal/google3857/{zoom}/{y}/{x}.png","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","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","zoomExtent":[10,20],"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}","endDate":"2020-01-01T00:00:00.000Z","startDate":"2016-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}","endDate":"2020-01-01T00:00:00.000Z","startDate":"2016-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","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","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","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","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","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","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","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","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-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","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","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.enedis.fr/open-data","terms_text":"Tiles © cquest@Openstreetmap France, data © Enedis - RTE France, LO/OL","overlay":true},{"id":"Volusia_Ortho_2021","name":"Volusia County Orthoimagery (2021)","type":"wms","template":"https://maps2.vcgov.org/arcgis/rest/services/Aerial_2021/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2021-01-01T00:00:00.000Z","startDate":"2021-01-01T00:00:00.000Z","zoomExtent":[0,19],"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":"WISC_DNR_Ortho_Composite","name":"Wisconsin Leaf-Off Orthophotography (DNR)","type":"wms","template":"https://dnrmaps.wi.gov/arcgis_image/rest/services/DW_Image/EN_Image_Basemap_Leaf_Off/ImageServer/exportImage?f=image&format=jpg&imageSR={wkid}&bboxSR={wkid}&bbox={bbox}&size={width},{height}&foo={proj}","projection":"EPSG:3857","endDate":"2020-01-01T00:00:00.000Z","startDate":"2015-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 SEWRPC orthoimagery (2015) 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}","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.co.wood.oh.us/","terms_text":"Wood County, State of Ohio","description":"Spring 2020 orthoimagery for Wood County in the State of Ohio","icon":"https://www.co.wood.oh.us/images/logo.png"},{"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","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","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","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","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","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","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","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
index e56cb3b5ca3ecf8a08d0427314eeb6cb2c8c8c65..fbd97effed48f4e27151271da1a14fec380b592b 100644 (file)
--- a/yarn.lock
+++ b/yarn.lock
   resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
   integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
 
-"@eslint/eslintrc@^2.0.1":
-  version "2.0.1"
-  resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d"
-  integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==
+"@eslint/eslintrc@^2.0.3":
+  version "2.0.3"
+  resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f27774bf356e3704818a0331"
+  integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==
   dependencies:
     ajv "^6.12.4"
     debug "^4.3.2"
-    espree "^9.5.0"
+    espree "^9.5.2"
     globals "^13.19.0"
     ignore "^5.2.0"
     import-fresh "^3.2.1"
     minimatch "^3.1.2"
     strip-json-comments "^3.1.1"
 
-"@eslint/js@8.36.0":
-  version "8.36.0"
-  resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36.0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe"
-  integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==
+"@eslint/js@8.42.0":
+  version "8.42.0"
+  resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
+  integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
 
-"@humanwhocodes/config-array@^0.11.8":
-  version "0.11.8"
-  resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
-  integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
+"@humanwhocodes/config-array@^0.11.10":
+  version "0.11.10"
+  resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
+  integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
   dependencies:
     "@humanwhocodes/object-schema" "^1.2.1"
     debug "^4.1.1"
@@ -205,29 +205,29 @@ escape-string-regexp@^4.0.0:
   resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
   integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
 
-eslint-scope@^7.1.1:
-  version "7.1.1"
-  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
-  integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
+eslint-scope@^7.2.0:
+  version "7.2.0"
+  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
+  integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
   dependencies:
     esrecurse "^4.3.0"
     estraverse "^5.2.0"
 
-eslint-visitor-keys@^3.3.0:
-  version "3.3.0"
-  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
-  integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
+eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
+  version "3.4.1"
+  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
+  integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
 
 eslint@^8.0.0:
-  version "8.36.0"
-  resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.36.0.tgz#1bd72202200a5492f91803b113fb8a83b11285cf"
-  integrity sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==
+  version "8.42.0"
+  resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
+  integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
   dependencies:
     "@eslint-community/eslint-utils" "^4.2.0"
     "@eslint-community/regexpp" "^4.4.0"
-    "@eslint/eslintrc" "^2.0.1"
-    "@eslint/js" "8.36.0"
-    "@humanwhocodes/config-array" "^0.11.8"
+    "@eslint/eslintrc" "^2.0.3"
+    "@eslint/js" "8.42.0"
+    "@humanwhocodes/config-array" "^0.11.10"
     "@humanwhocodes/module-importer" "^1.0.1"
     "@nodelib/fs.walk" "^1.2.8"
     ajv "^6.10.0"
@@ -236,9 +236,9 @@ eslint@^8.0.0:
     debug "^4.3.2"
     doctrine "^3.0.0"
     escape-string-regexp "^4.0.0"
-    eslint-scope "^7.1.1"
-    eslint-visitor-keys "^3.3.0"
-    espree "^9.5.0"
+    eslint-scope "^7.2.0"
+    eslint-visitor-keys "^3.4.1"
+    espree "^9.5.2"
     esquery "^1.4.2"
     esutils "^2.0.2"
     fast-deep-equal "^3.1.3"
@@ -246,13 +246,12 @@ eslint@^8.0.0:
     find-up "^5.0.0"
     glob-parent "^6.0.2"
     globals "^13.19.0"
-    grapheme-splitter "^1.0.4"
+    graphemer "^1.4.0"
     ignore "^5.2.0"
     import-fresh "^3.0.0"
     imurmurhash "^0.1.4"
     is-glob "^4.0.0"
     is-path-inside "^3.0.3"
-    js-sdsl "^4.1.4"
     js-yaml "^4.1.0"
     json-stable-stringify-without-jsonify "^1.0.1"
     levn "^0.4.1"
@@ -264,14 +263,14 @@ eslint@^8.0.0:
     strip-json-comments "^3.1.0"
     text-table "^0.2.0"
 
-espree@^9.5.0:
-  version "9.5.0"
-  resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.0.tgz#3646d4e3f58907464edba852fa047e6a27bdf113"
-  integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==
+espree@^9.5.2:
+  version "9.5.2"
+  resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.2.tgz#e994e7dc33a082a7a82dceaf12883a829353215b"
+  integrity sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==
   dependencies:
     acorn "^8.8.0"
     acorn-jsx "^5.3.2"
-    eslint-visitor-keys "^3.3.0"
+    eslint-visitor-keys "^3.4.1"
 
 esquery@^1.4.2:
   version "1.4.2"
@@ -392,10 +391,10 @@ globals@^13.19.0:
   dependencies:
     type-fest "^0.20.2"
 
-grapheme-splitter@^1.0.4:
-  version "1.0.4"
-  resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
-  integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
+graphemer@^1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
+  integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
 
 has-flag@^4.0.0:
   version "4.0.0"
@@ -473,14 +472,9 @@ jquery-simulate@^1.0.2:
   integrity sha512-Bq610fSrwTwvH5d06z5oskYaX/79s0BNrKiJZjZOiXRib3iL4ZkSn/wvLwzhf3P9KeXCEpk9wlIaGui/1arOpQ==
 
 js-cookie@^3.0.0:
-  version "3.0.1"
-  resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-3.0.1.tgz#9e39b4c6c2f56563708d7d31f6f5f21873a92414"
-  integrity sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw==
-
-js-sdsl@^4.1.4:
-  version "4.2.0"
-  resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.2.0.tgz#278e98b7bea589b8baaf048c20aeb19eb7ad09d0"
-  integrity sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ==
+  version "3.0.5"
+  resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-3.0.5.tgz#0b7e2fd0c01552c58ba86e0841f94dc2557dcdbc"
+  integrity sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==
 
 js-yaml@^4.1.0:
   version "4.1.0"
@@ -505,9 +499,9 @@ leaflet.locatecontrol@^0.79.0:
   integrity sha512-h64QIHFkypYdr90lkSfjKvPvvk8/b8UnP3m9WuoWdp5p2AaCWC0T1NVwyuj4rd5U4fBW3tQt4ppmZ2LceHMIDg==
 
 leaflet@^1.8.0:
-  version "1.9.3"
-  resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.9.3.tgz#52ec436954964e2d3d39e0d433da4b2500d74414"
-  integrity sha512-iB2cR9vAkDOu5l3HAay2obcUHZ7xwUBBjph8+PGtmW/2lYhbLizWtG7nTeYht36WfOslixQF9D/uSIzhZgGMfQ==
+  version "1.9.4"
+  resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.9.4.tgz#23fae724e282fa25745aff82ca4d394748db7d8d"
+  integrity sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==
 
 levn@^0.4.1:
   version "0.4.1"
@@ -571,9 +565,9 @@ optionator@^0.9.1:
     word-wrap "^1.2.3"
 
 osm-community-index@^5.2.0:
-  version "5.5.0"
-  resolved "https://registry.yarnpkg.com/osm-community-index/-/osm-community-index-5.5.0.tgz#a90568750b09509a050737e6aac83fd0c5bdc07d"
-  integrity sha512-Od/DWFQsImvgJpXFyn75U5ak5kxoYuFxZ3X8fi699aqa/pmxpRFQfI9hWW/mZuk6jZ/0Gi3E1YG2TRxe4tmuTA==
+  version "5.5.2"
+  resolved "https://registry.yarnpkg.com/osm-community-index/-/osm-community-index-5.5.2.tgz#46eaf0a04a58bae7f81f313bf34e8ace7a1022ec"
+  integrity sha512-76bW4m5jjrm9DnWDc2/lRfknUd1/iDw67HwFUA5Ll/XVPow2iYP4QNej9o6rIGg2iv8T1RUXzx6gLm16HiFu2Q==
   dependencies:
     diacritics "^1.3.0"
 
@@ -624,9 +618,9 @@ punycode@^2.1.0:
   integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
 
 qs@^6.9.4:
-  version "6.11.1"
-  resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.1.tgz#6c29dff97f0c0060765911ba65cbc9764186109f"
-  integrity sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==
+  version "6.11.2"
+  resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"
+  integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
   dependencies:
     side-channel "^1.0.4"