diff --git a/src/Customizations/AllKnownLayouts.ts b/src/Customizations/AllKnownLayouts.ts index f01bfe24d7..12c27223c5 100644 --- a/src/Customizations/AllKnownLayouts.ts +++ b/src/Customizations/AllKnownLayouts.ts @@ -49,14 +49,4 @@ export class AllKnownLayoutsLazy { export class AllKnownLayouts { public static allKnownLayouts: AllKnownLayoutsLazy = new AllKnownLayoutsLazy() - - static AllPublicLayers() { - const layers = [].concat( - ...this.allKnownLayouts - .values() - .filter((layout) => !layout.hideFromOverview) - .map((layout) => layout.layers) - ) - return layers - } } diff --git a/src/Customizations/AllSharedLayers.ts b/src/Customizations/AllSharedLayers.ts index 7b119886f4..e7f229a497 100644 --- a/src/Customizations/AllSharedLayers.ts +++ b/src/Customizations/AllSharedLayers.ts @@ -2,7 +2,7 @@ import LayerConfig from "../Models/ThemeConfig/LayerConfig" import { Utils } from "../Utils" import known_layers from "../assets/generated/known_layers.json" import { LayerConfigJson } from "../Models/ThemeConfig/Json/LayerConfigJson" -import { AllKnownLayouts } from "./AllKnownLayouts" + export class AllSharedLayers { public static sharedLayers: Map = AllSharedLayers.getSharedLayers() public static getSharedLayersConfigs(): Map { @@ -35,34 +35,4 @@ export class AllSharedLayers { return sharedLayers } - - public static AllPublicLayers(options?: { - includeInlineLayers: true | boolean - }): LayerConfig[] { - const allLayers: LayerConfig[] = [] - const seendIds = new Set() - AllSharedLayers.sharedLayers.forEach((layer, key) => { - seendIds.add(key) - allLayers.push(layer) - }) - if (options?.includeInlineLayers ?? true) { - const publicLayouts = Array.from(AllKnownLayouts.allKnownLayouts.values()).filter( - (l) => !l.hideFromOverview - ) - for (const layout of publicLayouts) { - if (layout.hideFromOverview) { - continue - } - for (const layer of layout.layers) { - if (seendIds.has(layer.id)) { - continue - } - seendIds.add(layer.id) - allLayers.push(layer) - } - } - } - - return allLayers - } } diff --git a/src/Logic/DetermineLayout.ts b/src/Logic/DetermineLayout.ts index 9b24cd57a5..33903d91e3 100644 --- a/src/Logic/DetermineLayout.ts +++ b/src/Logic/DetermineLayout.ts @@ -3,9 +3,6 @@ import { QueryParameters } from "./Web/QueryParameters" import { AllKnownLayouts } from "../Customizations/AllKnownLayouts" import { FixedUiElement } from "../UI/Base/FixedUiElement" import { Utils } from "../Utils" -import Combine from "../UI/Base/Combine" -import { SubtleButton } from "../UI/Base/SubtleButton" -import BaseUIElement from "../UI/BaseUIElement" import { UIEventSource } from "./UIEventSource" import { LocalStorageSource } from "./Web/LocalStorageSource" import LZString from "lz-string" @@ -16,7 +13,6 @@ import { PrepareTheme } from "../Models/ThemeConfig/Conversion/PrepareTheme" import licenses from "../assets/generated/license_info.json" import TagRenderingConfig from "../Models/ThemeConfig/TagRenderingConfig" import { FixImages } from "../Models/ThemeConfig/Conversion/FixImages" -import Svg from "../Svg" import questions from "../assets/generated/layers/questions.json" import { DoesImageExist, diff --git a/src/Logic/Osm/ChangesetHandler.ts b/src/Logic/Osm/ChangesetHandler.ts index f3d78336da..4ab43551fd 100644 --- a/src/Logic/Osm/ChangesetHandler.ts +++ b/src/Logic/Osm/ChangesetHandler.ts @@ -43,7 +43,7 @@ export class ChangesetHandler { this.userDetails = osmConnection.userDetails this.backend = osmConnection._oauth_config.url - if (dryRun) { + if (dryRun.data) { console.log("DRYRUN ENABLED") } } diff --git a/src/Logic/Osm/OsmConnection.ts b/src/Logic/Osm/OsmConnection.ts index fcf758dd2f..283dc9045b 100644 --- a/src/Logic/Osm/OsmConnection.ts +++ b/src/Logic/Osm/OsmConnection.ts @@ -161,6 +161,7 @@ export class OsmConnection { this.userDetails.ping() console.log("Logged out") this.loadingStatus.setData("not-attempted") + this.preferencesHandler.preferences.setData(undefined) } /** diff --git a/src/Utils/svgToPdf.ts b/src/Utils/svgToPdf.ts index d591b9f146..124aff6e5e 100644 --- a/src/Utils/svgToPdf.ts +++ b/src/Utils/svgToPdf.ts @@ -1,7 +1,6 @@ import jsPDF, { Matrix } from "jspdf" import { Translation, TypedTranslation } from "../UI/i18n/Translation" import { PngMapCreator } from "./pngMapCreator" -import { AllKnownLayouts } from "../Customizations/AllKnownLayouts" import "../../public/assets/fonts/Ubuntu-M-normal.js" import "../../public/assets/fonts/Ubuntu-L-normal.js" import "../../public/assets/fonts/UbuntuMono-B-bold.js" @@ -874,7 +873,7 @@ class SvgToPdfPage { width, height, }).CreatePng(this.options.freeComponentId, this._state) - } else { + }/* else { const match = spec.match(/\$map\(([^)]*)\)$/) if (match === null) { throw "Invalid mapspec:" + spec @@ -974,7 +973,7 @@ class SvgToPdfPage { throw "PngCreator did not output anything..." } } - +//*/ svgImage.setAttribute("xlink:href", await SvgToPdfPage.blobToBase64(png)) smallestRect.parentElement.insertBefore(svgImage, smallestRect) await this.prepareElement(svgImage, [], false) @@ -1052,11 +1051,6 @@ export class SvgToPdf { constructor(title: string, pages: string[], options: SvgToPdfOptions) { this._title = title options.textSubstitutions = options.textSubstitutions ?? {} - options.textSubstitutions["mapCount"] = - "" + - Array.from(AllKnownLayouts.allKnownLayouts.values()).filter( - (th) => !th.hideFromOverview - ).length const state = new UIEventSource("Initializing...") this.status = state diff --git a/src/assets/editor-layer-index.json b/src/assets/editor-layer-index.json index 866296cce9..651bf38a65 100644 --- a/src/assets/editor-layer-index.json +++ b/src/assets/editor-layer-index.json @@ -57,7 +57,7 @@ {"properties":{"name":"SPW(allonie) 2019 aerial imagery","id":"SPW2019","url":"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","type":"wms","category":"historicphoto"},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, {"properties":{"name":"SPW(allonie) 2020 aerial imagery","id":"SPW2020","url":"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","type":"wms","category":"historicphoto"},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, {"properties":{"name":"SPW(allonie) 2021 aerial imagery","id":"SPW2021","url":"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","type":"wms","category":"historicphoto"},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, -{"properties":{"name":"SPW(allonie) PICC numerical imagery","id":"SPW_PICC","url":"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","type":"wms","category":"map"},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, +{"properties":{"name":"SPW(allonie) PICC numerical imagery","id":"SPW_PICC","url":"https://geoservices.wallonie.be/arcgis/services/TOPOGRAPHIE/PICC_VDIFF/MapServer/WmsServer?LAYERS=1,3,4,5,7,9,10,11,12,13,14,16,17,19,21,22,23,24,26,27,28,29,31&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/png&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","type":"wms","category":"map"},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, {"properties":{"name":"SPW(allonie) shaded relief","id":"SPWrelief2014","url":"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","type":"wms","category":"elevation"},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, {"properties":{"name":"UrbisAdm FR","id":"UrbisAdmFR","url":"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}","attribution":{"required":true,"text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"},"type":"wms","category":"map"},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"UrbisAdm FR/NL","id":"UrbisAdmFRNL","url":"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}","attribution":{"required":true,"text":"Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"},"type":"wms","category":"map"},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, @@ -141,6 +141,9 @@ {"properties":{"name":"IPR ortofoto Low-Vegetation (tmsproxy)","id":"IPR-orotofoto-vege-tms","url":"https://osm-{switch:a,b,c}.zby.cz/tiles_ipr_vege.php/{zoom}/{x}/{y}.jpg","type":"tms","min_zoom":2,"max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Praha IPR low-vegetation orthophoto","id":"PrahaIPRlow-vegetationorthophoto","url":"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","type":"wms","category":"historicphoto","min_zoom":1,"max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Berlin/Geoportal TrueDOP20RGB (2020)","id":"Berlin-2020-TrueDOP","url":"https://tiles.codefor.de/berlin-2020-truedop20rgb/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2020 (TrueDOP20RGB) (codefor.de mirror)"},"type":"tms","category":"photo","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Berlin/Geoportal ALKIS","id":"Berlin-Alkis","url":"https://mapproxy.codefor.de/tiles/1.0.0/alkis_30/mercator/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/ALKIS Berlin (Amtliches Liegenschaftskatasterinformationssystem) (codefor.de proxy)"},"type":"tms","category":"other","max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Berlin/Geoportal Baumbestand","id":"Berlin-Baumbestand","url":"https://mapproxy.codefor.de/tiles/1.0.0/baumbestand_0_1_3_4_merged/mercator/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Straßen- und Anlagenbaumbestand Berlin (codefor.de proxy)"},"type":"tms","category":"other","max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Berlin/Geoportal Straßenbefahrung 2014","id":"Berlin-Strassenbefahrung-2014","url":"https://mapproxy.codefor.de/tiles/1.0.0/strassenbefahrung/mercator/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Straßenbefahrung 2014 (codefor.de proxy)"},"type":"tms","category":"other","max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Berlin/Geoportal DOP20RGB (2011)","id":"Berlin-2011","url":"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","attribution":{"required":true,"text":"Geoportal Berlin/Digitale farbige Orthophotos 2011 (DOP20RGB)"},"type":"wms","category":"historicphoto"},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Berlin/Geoportal DOP20RGB (2014)","id":"Berlin-2014","url":"https://tiles.codefor.de/berlin-2014-dop20rgb/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Digitale farbige Orthophotos 2014 (DOP20RGB) (codefor.de mirror)"},"type":"tms","category":"historicphoto","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Berlin/Geoportal DOP20RGB (2015)","id":"Berlin-2015","url":"https://tiles.codefor.de/berlin-2015-dop20rgb/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Digitale farbige Orthophotos 2015 (DOP20RGB) (codefor.de mirror)"},"type":"tms","category":"historicphoto","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, @@ -149,8 +152,10 @@ {"properties":{"name":"Berlin/Geoportal DOP20RGB (2018)","id":"Berlin-2018","url":"https://tiles.codefor.de/berlin-2018-dop20rgb/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Digitale farbige Orthophotos 2018 (DOP20RGB) (codefor.de mirror)"},"type":"tms","category":"historicphoto","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Berlin/Geoportal DOP20RGB (2019)","id":"Berlin-2019","url":"https://tiles.codefor.de/berlin-2019-dop20rgb/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Digitale farbige Orthophotos 2019 (DOP20RGB) (codefor.de mirror)"},"type":"tms","category":"historicphoto","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Berlin/Geoportal DOP20CIR (2020 infrared)","id":"Berlin-2020-infrared","url":"https://tiles.codefor.de/berlin-2020-dop20cir/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Digitale Color-Infrarot-Orthophotos 2020 (DOP20CIR) (codefor.de mirror)"},"type":"tms","category":"historicphoto","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, -{"properties":{"name":"Berlin/Geoportal DOP20RGB (2021)","id":"Berlin-2021","url":"https://tiles.codefor.de/berlin-2021-dop20rgbi/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Digitale farbige Orthophotos 2021 (DOP20RGBI) (codefor.de mirror)"},"type":"tms","category":"historicphoto","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, -{"properties":{"name":"Berlin/Geoportal DOP20RGBI (2022)","id":"Berlin-2022","url":"https://tiles.codefor.de/berlin-2022-dop20rgbi/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2022 (DOP20RGBI) (codefor.de mirror)"},"type":"tms","category":"historicphoto","max_zoom":20,"best":true},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Berlin/Geoportal DOP20RGB (2021)","id":"Berlin-2021","url":"https://tiles.codefor.de/berlin-2021-dop20rgbi/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Digitale farbige Orthophotos 2021 (DOP20RGBI) (codefor.de mirror)"},"type":"tms","category":"photo","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Berlin/Geoportal DOP20RGBI (2022)","id":"Berlin-2022","url":"https://tiles.codefor.de/berlin-2022-dop20rgbi/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2022 (DOP20RGBI) (codefor.de mirror)"},"type":"tms","category":"photo","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Berlin/Geoportal DOP20RGBI (2023)","id":"Berlin-2023","url":"https://tiles.codefor.de/berlin-2023-dop20rgbi/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Geoportal Berlin/Digitale farbige TrueOrthophotos 2023 (DOP20RGBI) (codefor.de mirror)"},"type":"tms","category":"photo","max_zoom":20,"best":true},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Brandenburg GeoBasis-DE/LGB (latest) / DOP20c","id":"Brandenburg-DOP20c","url":"https://isk.geobasis-bb.de/mapproxy/dop20c/service/wms?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=bebb_dop20c&STYLES=&crs={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","attribution":{"required":true,"text":"GeoBasis-DE/LGB / BB-BE DOP20c, dl-de/by-2-0; Geoportal Berlin / DOP20, dl-de/by-2-0"},"type":"wms","category":"photo","best":true},"type":"Feature","geometry":{"coordinates":[[[14.24812,53.44498],[13.94777,53.44338],[13.82374,53.56695],[13.76178,53.56646],[13.7634,53.49522],[13.64291,53.47585],[13.61447,53.42287],[13.49525,53.38468],[13.49734,53.31249],[13.40775,53.31153],[13.40887,53.27527],[13.25828,53.2913],[13.23163,53.23669],[13.07997,53.25215],[13.08134,53.21649],[13.02337,53.19734],[12.87539,53.19512],[12.57093,53.279],[12.45219,53.25885],[12.45032,53.29401],[12.32711,53.34561],[12.02346,53.37484],[11.99718,53.30262],[11.93855,53.28312],[11.52421,53.21711],[11.55691,53.18073],[11.53095,53.12677],[11.2614,53.13771],[11.26733,53.06413],[11.56749,53.03688],[11.93731,52.86675],[12.20477,52.85535],[12.23851,52.82045],[12.18181,52.78489],[12.21998,52.64172],[12.16221,52.64048],[12.14081,52.49513],[12.25681,52.49761],[12.28856,52.44569],[12.25975,52.4451],[12.26679,52.31871],[12.21535,52.26395],[12.24628,52.22921],[12.19309,52.15475],[12.37579,52.0146],[12.55345,51.96412],[12.7272,51.985],[12.8457,51.95175],[12.84718,51.91624],[13.11066,51.86696],[13.14611,51.68832],[13.0314,51.66872],[13.03277,51.63183],[13.18141,51.54377],[13.15526,51.50878],[13.18681,51.38342],[13.41714,51.42155],[13.53469,51.3522],[14.02539,51.35615],[14.10818,51.51766],[14.16491,51.53709],[14.36752,51.50248],[14.53943,51.55703],[14.71254,51.53843],[14.71253,51.57579],[14.79936,51.59343],[14.79951,51.68525],[14.68303,51.73902],[14.68297,51.81077],[14.6526,51.81075],[14.74142,51.89881],[14.74145,51.98926],[14.79679,52.04359],[14.76766,52.11645],[14.70883,52.11646],[14.73768,52.2607],[14.58963,52.33182],[14.58935,52.42109],[14.67665,52.4749],[14.64846,52.54703],[14.67652,52.58388],[14.40937,52.72722],[14.37872,52.7806],[14.16964,52.83346],[14.19761,52.90458],[14.16827,52.9401],[14.40699,53.04797],[14.43217,53.1581],[14.40263,53.193],[14.49102,53.24588],[14.4603,53.33826],[14.31001,53.31813],[14.25015,53.26497],[14.16377,53.28335],[14.24936,53.33533],[14.24812,53.44498]]],"type":"Polygon"}}, {"properties":{"name":"Erlangen Luftbild (2016 5,0 cm)","id":"Erlangen-2016","url":"https://osm.rrze.fau.de/protected/YgktSWTTo6HS9nKi/lbe2016/{zoom}/{x}/{y}.jpg","attribution":{"required":true,"text":"© Stadt Erlangen | © GEOCART GmbH"},"type":"tms","category":"historicphoto","max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Erlangen Luftbild (2018 5,0 cm)","id":"Erlangen-2018","url":"https://osm.rrze.fau.de/protected/YgktSWTTo6HS9nKi/lbe2018/{zoom}/{x}/{y}.jpg","attribution":{"required":true,"text":"© Stadt Erlangen | © Hansa Luftbild AG"},"type":"tms","category":"photo","max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Erlangen TrueDOP (2020 20cm)","id":"Erlangen-2020","url":"https://geodaten.erlangen.de/luftbilder/2020/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"© Stadt Erlangen","url":"https://www.erlangen.de"},"type":"tms","category":"photo","min_zoom":10,"max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, @@ -234,14 +239,15 @@ {"properties":{"name":"GrandNancy - Orthophoto - 2012","id":"GrandNancy_Orthophotographie_2012","url":"https://wms.openstreetmap.fr/tms/1.0.0/nancy_2012/{zoom}/{x}/{y}","attribution":{"required":true,"text":"GrandNancy Orthophotographie 2012","url":"https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie"},"type":"tms","category":"historicphoto","max_zoom":22},"type":"Feature","geometry":{"coordinates":[[[6.06066,48.60554],[6.29717,48.59923],[6.30611,48.74077],[6.06896,48.7471],[6.06066,48.60554]]],"type":"Polygon"}}, {"properties":{"name":"Hautes-Alpes 2010","id":"fr.dpt.05.2010","url":"https://wms.openstreetmap.fr/tms/1.0.0/paca05_2010/{zoom}/{x}/{y}","attribution":{"required":true,"text":"ORTHO 2010 © PACA-04-05-84","url":"http://www.crige-paca.org/geoportail/geocatalogue.html?id_lot_donnee_carto=206"},"type":"tms","category":"historicphoto","min_zoom":2,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Loire-Atlantique - Orthophotos 2016 - 10 cm","id":"Loire_Atlantique-Orthophotos-2016","url":"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","attribution":{"required":true,"text":"© Loire-Atlantique ouverture des données publiques","url":"http://data2.loire-atlantique.fr/licences/"},"type":"wms","category":"photo","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, -{"properties":{"name":"Lyon Orthophoto 2018 (8cm)","id":"orthophoto_lyon_2018","url":"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","attribution":{"required":true,"text":"Métropole de Lyon","url":"https://data.beta.grandlyon.com/fr/jeux-de-donnees/orthophotographie-2018-metropole-lyon-format-ecw/info"},"type":"wms","category":"photo","min_zoom":10,"max_zoom":22,"best":true},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, -{"properties":{"name":"Lyon Orthophoto 2012-03 10cm","id":"orthophoto_lyon_2012","url":"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","attribution":{"required":false,"text":"Grand Lyon Smart Data DSIT","url":"https://data.grandlyon.com/jeux-de-donnees/orthophotographie-2012-metropole-lyon/info"},"type":"wms","category":"historicphoto"},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, -{"properties":{"name":"Lyon Orthophoto 2015 (8cm)","id":"orthophoto_lyon","url":"https://wms.openstreetmap.fr/tms/1.0.0/lyon/{zoom}/{x}/{y}","attribution":{"required":true,"text":"Métropole de Lyon DINSI","url":"https://data.beta.grandlyon.com/fr/jeux-de-donnees/orthophotographie-2015-metropole-lyon-format-ecw/info"},"type":"tms","category":"historicphoto","min_zoom":2,"max_zoom":23},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Lyon Orthophoto 2018 (8cm)","id":"orthophoto_lyon_2018","url":"https://imagerie.data.grandlyon.com/geoserver/grandlyon/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho_2018&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","attribution":{"required":true,"text":"Métropole de Lyon","url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2018-de-la-metropole-de-lyon--format-ecw/info"},"type":"wms","category":"historicphoto","min_zoom":10,"max_zoom":22},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Lyon Orthophoto 2012-03 10cm","id":"orthophoto_lyon_2012","url":"https://imagerie.data.grandlyon.com/geoserver/grandlyon/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho_2012&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","attribution":{"required":true,"text":"Grand Lyon Smart Data DSIT 2012","url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2012-metropole-lyon/info"},"type":"wms","category":"historicphoto"},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Lyon Orthophoto 2015 (8cm)","id":"orthophoto_lyon","url":"https://wms.openstreetmap.fr/tms/1.0.0/lyon/{zoom}/{x}/{y}","attribution":{"required":true,"text":"Métropole de Lyon DINSI 2015","url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2015-metropole-lyon-format-ecw/info"},"type":"tms","category":"historicphoto","min_zoom":2,"max_zoom":23},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Lyon Orthophoto 2022 (5cm)","id":"orthophoto_lyon_2022","url":"https://imagerie.data.grandlyon.com/geoserver/grandlyon/ows?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=ortho_2022&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","attribution":{"required":true,"text":"CRAIG - Métropole du Grand Lyon 2022","url":"https://data.grandlyon.com/portail/fr/jeux-de-donnees/orthophotographie-2022-de-la-metropole-de-lyon/info"},"type":"wms","category":"photo","min_zoom":10,"max_zoom":22,"best":true},"type":"Feature","geometry":{"coordinates":[[[4.74178,45.95976],[4.67728,45.9607],[4.66542,45.5649],[4.69906,45.56443],[4.69932,45.56776],[4.72876,45.56737],[4.72876,45.56617],[4.73301,45.56611],[4.73305,45.56419],[4.75507,45.56347],[4.75593,45.55451],[4.7867,45.55403],[4.787,45.55719],[4.79331,45.55713],[4.79356,45.56299],[4.80622,45.56293],[4.80687,45.58071],[4.84536,45.58011],[4.84498,45.57119],[4.87064,45.57083],[4.87128,45.58864],[4.88403,45.58969],[4.88441,45.5975],[4.90986,45.59753],[4.91038,45.60612],[5.0096,45.60444],[5.00986,45.6132],[5.0514,45.61278],[5.05226,45.63043],[5.03938,45.63073],[5.03981,45.63967],[5.05251,45.63961],[5.05312,45.64855],[5.06316,45.64825],[5.0665,45.66631],[5.07989,45.66601],[5.11972,45.69467],[5.1574,45.6933],[5.15839,45.7235],[5.15191,45.72365],[5.15199,45.72764],[5.14577,45.72782],[5.14607,45.73683],[5.13328,45.73707],[5.13341,45.7419],[5.11916,45.74226],[5.11912,45.74399],[5.10551,45.74417],[5.10607,45.75555],[5.09539,45.75579],[5.09766,45.81663],[5.03337,45.81783],[5.0332,45.81089],[4.93025,45.81269],[4.93091,45.84803],[4.92546,45.84813],[4.9255,45.84878],[4.91862,45.84888],[4.919,45.86082],[4.91639,45.86088],[4.91698,45.87592],[4.90668,45.87609],[4.90688,45.88267],[4.89953,45.88286],[4.8996,45.88453],[4.89606,45.8846],[4.89608,45.88528],[4.8941,45.8853],[4.89426,45.89024],[4.89139,45.89032],[4.89168,45.90271],[4.88519,45.90283],[4.88519,45.90345],[4.88182,45.9035],[4.8818,45.90825],[4.8753,45.90837],[4.87535,45.91027],[4.8696,45.91042],[4.86964,45.91199],[4.86527,45.91209],[4.8653,45.91278],[4.85636,45.91292],[4.85651,45.91771],[4.8395,45.91814],[4.8395,45.92219],[4.79221,45.92295],[4.7928,45.94094],[4.74122,45.94174],[4.74178,45.95976]]],"type":"Polygon"}}, {"properties":{"name":"Mulhouse - 2018","id":"Mulhouse_2018","url":"https://wms.openstreetmap.fr/tms/1.0.0/mulhouse_2018/{zoom}/{x}/{y}","attribution":{"required":true,"text":"Mulhouse Alsace Agglomération 2018","url":"https://data.mulhouse-alsace.fr/explore/dataset/m2a_orthophotographie-2018/information/"},"type":"tms","category":"photo","max_zoom":22},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Nancy - Orthophoto - 2016","id":"GrandNancy_Orthophotographie_2016","url":"https://wms.openstreetmap.fr/tms/1.0.0/nancy_2016/{zoom}/{x}/{y}","attribution":{"required":true,"text":"GrandNancy Orthophotographie 2016","url":"https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie"},"type":"tms","category":"photo","max_zoom":22},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Nancy - Orthophoto","id":"GrandNancy_Orthophotographie","url":"https://wms.openstreetmap.fr/tms/1.0.0/nancy/{zoom}/{x}/{y}","attribution":{"required":true,"text":"GrandNancy Orthophotographie 2016","url":"https://wiki.openstreetmap.org/wiki/Nancy/Orthophotographie"},"type":"tms","category":"photo","max_zoom":22,"best":true},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, {"properties":{"name":"Ortho HR","id":"fr.orthohr","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN, CRAIG, Mégalis Bretagne","url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr"},"type":"tms","category":"photo","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[-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]]]],"type":"MultiPolygon"}}, -{"properties":{"name":"Ortho HR 2013","id":"fr.orthohr.2013","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2013/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN, CRAIG, Mégalis Bretagne","url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr"},"type":"tms","category":"historicphoto","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, +{"properties":{"name":"Ortho HR 2013","id":"fr.orthohr.2013","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2013/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN, CRAIG, Mégalis Bretagne","url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr"},"type":"tms","category":"historicphoto","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[2.4955,44.65295],[2.55856,44.65322],[2.55821,44.69824],[2.62132,44.69847],[2.62041,44.83352],[2.68368,44.83371],[2.68342,44.87873],[2.74674,44.87889],[2.74694,44.83388],[2.81021,44.834],[2.81036,44.78899],[2.87357,44.78908],[2.87387,44.65403],[2.93694,44.65409],[2.93699,44.60907],[3,44.60909],[3,44.6541],[3.06306,44.65409],[3.06321,44.78913],[3.12643,44.78908],[3.12653,44.83409],[3.25306,44.83388],[3.25347,44.92391],[3.3802,44.92355],[3.37959,44.83352],[3.44285,44.83328],[3.4425,44.78827],[3.75855,44.78655],[3.75794,44.74154],[3.94741,44.74008],[3.94817,44.78509],[4.07458,44.78394],[4.07544,44.82895],[4.20194,44.82765],[4.20387,44.91768],[4.33057,44.91623],[4.33271,45.00626],[4.39616,45.00548],[4.39841,45.0955],[4.46196,45.09469],[4.46313,45.1397],[4.52673,45.13885],[4.53043,45.27389],[4.46668,45.27474],[4.46786,45.31975],[4.40406,45.32057],[4.40519,45.36559],[4.34133,45.36637],[4.34242,45.41139],[4.08676,45.41416],[4.08588,45.36914],[4.02201,45.36974],[4.02533,45.54982],[3.96125,45.55038],[3.96281,45.64042],[3.83445,45.64145],[3.83581,45.73149],[3.77152,45.73195],[3.77467,45.95706],[3.83922,45.9566],[3.84336,46.22673],[3.90823,46.22623],[3.90898,46.27126],[4.03882,46.27015],[4.0431,46.49524],[3.97792,46.49582],[3.97872,46.54084],[3.78299,46.54234],[3.78429,46.63238],[3.71894,46.63281],[3.72013,46.72285],[3.65467,46.72324],[3.65521,46.76826],[3.52417,46.76893],[3.52374,46.72391],[3.1964,46.72494],[3.19657,46.76996],[3.06552,46.77011],[3.06558,46.81513],[2.86885,46.81507],[2.86896,46.77005],[2.67239,46.76966],[2.67266,46.72464],[2.6072,46.72444],[2.60752,46.67942],[2.54211,46.67917],[2.54324,46.54411],[2.28225,46.54277],[2.28284,46.49775],[2.21765,46.49732],[2.21959,46.36226],[2.28462,46.36269],[2.28521,46.31767],[2.35018,46.31806],[2.35072,46.27303],[2.41564,46.27338],[2.41612,46.22836],[2.481,46.22868],[2.48227,46.09361],[2.54699,46.09388],[2.5481,45.95881],[2.48354,45.95854],[2.48396,45.91351],[2.41946,45.9132],[2.41994,45.86818],[2.35549,45.86783],[2.35654,45.77778],[2.42088,45.77813],[2.42135,45.73311],[2.48565,45.73342],[2.48606,45.68839],[2.42182,45.68808],[2.42323,45.55301],[2.48731,45.55333],[2.48815,45.46328],[2.36019,45.46262],[2.36071,45.4176],[2.29678,45.41722],[2.29792,45.32718],[2.23409,45.32676],[2.23471,45.28174],[2.17094,45.28129],[2.17361,45.10121],[2.04649,45.1002],[2.05107,44.83011],[2.11433,44.83063],[2.11786,44.60557],[2.49591,44.60794],[2.4955,44.65295]]],[[[-2.31253,46.78247],[-2.44329,46.77634],[-2.43428,46.68652],[-2.36901,46.68959],[-2.36456,46.64468],[-2.23411,46.65071],[-2.24278,46.74056],[-2.30812,46.73755],[-2.31253,46.78247]]],[[[-3.19415,47.59616],[-3.17336,47.41668],[-3.30556,47.40957],[-3.28974,47.27497],[-3.15786,47.28205],[-3.15271,47.23718],[-3.02092,47.24411],[-3.03101,47.33387],[-2.89896,47.34066],[-2.89402,47.29578],[-2.76204,47.30241],[-2.76687,47.34731],[-2.83292,47.344],[-2.83781,47.38889],[-2.9039,47.38555],[-2.90886,47.43043],[-3.04112,47.42363],[-3.05128,47.51338],[-2.91879,47.5202],[-2.91382,47.47532],[-2.84761,47.47867],[-2.8427,47.43378],[-2.77655,47.43709],[-2.7814,47.48198],[-2.71518,47.48525],[-2.71038,47.44036],[-2.64421,47.4436],[-2.63948,47.3987],[-2.57335,47.40189],[-2.55471,47.22229],[-2.35695,47.23162],[-2.35247,47.18671],[-2.28659,47.18974],[-2.27777,47.09991],[-2.1462,47.10585],[-2.14191,47.06093],[-2.07617,47.06384],[-2.06772,46.97399],[-2.13335,46.97108],[-2.13763,47.01601],[-2.20331,47.01306],[-2.20765,47.05798],[-2.4048,47.04891],[-2.4003,47.004],[-2.33464,47.00706],[-2.32577,46.91723],[-2.19466,46.92322],[-2.18173,46.78845],[-2.11632,46.79139],[-2.11208,46.74646],[-2.04672,46.74936],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.89569,46.53036],[-1.83057,46.53313],[-1.82261,46.44326],[-1.7576,46.44598],[-1.75368,46.40104],[-1.62374,46.40639],[-1.61994,46.36144],[-1.49008,46.36663],[-1.48639,46.32168],[-1.35662,46.32672],[-1.35304,46.28177],[-1.28819,46.28423],[-1.28467,46.23927],[-1.15508,46.24408],[-1.15849,46.28904],[-1.02877,46.29371],[-1.03208,46.33867],[-0.96716,46.34095],[-0.9639,46.29599],[-0.76926,46.3026],[-0.76616,46.25763],[-0.70132,46.25975],[-0.70436,46.30473],[-0.50966,46.3109],[-0.51834,46.44583],[-0.58341,46.44381],[-0.60421,46.75863],[-0.66965,46.75656],[-0.67575,46.8465],[-0.74129,46.84439],[-0.74751,46.93432],[-0.81316,46.93217],[-0.81633,46.97713],[-0.48779,46.98754],[-0.49069,47.03251],[-0.35913,47.03642],[-0.36193,47.08139],[-0.23024,47.08515],[-0.22755,47.04017],[0.03567,47.04723],[0.03071,47.1372],[0.09664,47.13887],[0.09178,47.22884],[0.15782,47.23048],[0.15305,47.32044],[0.21921,47.32205],[0.2122,47.45699],[0.27852,47.45856],[0.27394,47.54853],[0.40682,47.55156],[0.40463,47.59654],[0.53764,47.59942],[0.53557,47.6444],[0.6687,47.64714],[0.66476,47.73711],[0.73144,47.73842],[0.72953,47.7834],[0.79627,47.78468],[0.79254,47.87464],[0.8594,47.87588],[0.85212,48.0558],[0.91921,48.057],[0.91744,48.10198],[0.98459,48.10315],[0.98287,48.14813],[0.91567,48.14696],[0.91389,48.19193],[0.84663,48.19072],[0.84479,48.2357],[0.71017,48.23317],[0.70821,48.27813],[0.57348,48.27545],[0.57141,48.32041],[0.43658,48.31757],[0.42779,48.4974],[0.29252,48.4944],[0.08963,48.4896],[0.09213,48.44465],[-0.04299,48.44126],[-0.0456,48.48621],[-0.11321,48.48445],[-0.11855,48.57434],[-0.25399,48.57071],[-0.38941,48.56693],[-0.38651,48.52199],[-0.52179,48.51806],[-0.85991,48.50755],[-0.86322,48.55247],[-1.13385,48.54337],[-1.09174,48.00425],[-1.22565,47.99952],[-1.21492,47.86472],[-1.28169,47.8623],[-1.27807,47.81736],[-1.34478,47.81491],[-1.34846,47.85984],[-1.54872,47.85224],[-1.54488,47.80731],[-1.67824,47.80206],[-1.67429,47.75714],[-1.87412,47.74898],[-1.87001,47.70406],[-2.00308,47.69844],[-2.02853,47.96789],[-2.0954,47.96501],[-2.09972,48.00991],[-2.16663,48.00699],[-2.17102,48.05189],[-2.10405,48.05481],[-2.10839,48.09971],[-2.24243,48.09382],[-2.25136,48.1836],[-2.3856,48.17755],[-2.39019,48.22243],[-2.45735,48.21935],[-2.4527,48.17446],[-2.5869,48.16818],[-2.5774,48.07842],[-2.64437,48.07522],[-2.65398,48.16498],[-2.85518,48.15515],[-2.86017,48.20002],[-2.99437,48.19327],[-2.99948,48.23813],[-3.20089,48.22771],[-3.19561,48.18286],[-3.32973,48.17573],[-3.39678,48.17211],[-3.40222,48.21695],[-3.67054,48.20207],[-3.66486,48.15724],[-3.79885,48.14958],[-3.7873,48.05993],[-3.72043,48.06377],[-3.70904,47.97411],[-3.57548,47.98167],[-3.56991,47.93683],[-3.43643,47.94423],[-3.43098,47.89938],[-3.56435,47.89199],[-3.52569,47.57805],[-3.3931,47.5854],[-3.40388,47.67512],[-3.33746,47.67875],[-3.33212,47.63389],[-3.26575,47.63747],[-3.26047,47.59261],[-3.19415,47.59616]]]],"type":"MultiPolygon"}}, {"properties":{"name":"Ortho HR 2014","id":"fr.orthohr.2014","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2014/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN, Mégalis Bretagne","url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr"},"type":"tms","category":"historicphoto","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, {"properties":{"name":"Ortho HR 2015","id":"fr.orthohr.2015","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2015/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN, Mégalis Bretagne","url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr"},"type":"tms","category":"historicphoto","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, {"properties":{"name":"Ortho HR 2016","id":"fr.orthohr.2016","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2016/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN, CRAIG, Mégalis Bretagne","url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr"},"type":"tms","category":"historicphoto","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, @@ -250,8 +256,10 @@ {"properties":{"name":"Ortho HR 2018 Antilles","id":"fr.orthohr.2018.antilles","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2018_antilles/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN","url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr"},"type":"tms","category":"photo","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[-62.95273,18.1339],[-63.09453,18.13388],[-63.18897,18.04343],[-62.82463,17.81212],[-62.7182,17.92256],[-62.95273,18.1339]]],"type":"Polygon"}}, {"properties":{"name":"Ortho HR 2018","id":"fr.orthohr.2018","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2018/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN","url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr"},"type":"tms","category":"photo","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, {"properties":{"name":"Ortho HR 2019","id":"fr.orthohr.2019","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2019/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN","url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr"},"type":"tms","category":"photo","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, -{"properties":{"name":"Ortho HR 2020","id":"fr.orthohr.2020","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2020/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN","url":"https://geoservices.ign.fr/documentation/diffusion/documentation-offre.html#bdortho_orthohr"},"type":"tms","category":"photo","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[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]]]],"type":"MultiPolygon"}}, -{"properties":{"name":"PCRS raster","id":"fr.pcrs","url":"https://wxs.ign.fr/ortho/geoportail/r/wms?LAYERS=PCRS.LAMB93&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","attribution":{"required":true,"text":"PCRS - République Française"},"type":"wms","category":"photo","min_zoom":3,"max_zoom":21,"best":true},"type":"Feature","geometry":{"coordinates":[[[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]]],"type":"Polygon"}}, +{"properties":{"name":"Ortho HR 2020","id":"fr.orthohr.2020","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2020/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN","url":"https://geoservices.ign.fr/documentation/donnees/ortho/bdortho"},"type":"tms","category":"photo","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[6.09935,46.41291],[6.10222,46.46672],[6.17741,46.54234],[6.13553,46.57492],[6.31062,46.68596],[6.37894,46.71162],[6.461,46.76315],[6.47233,46.94277],[6.63231,46.9833],[6.65909,47.00016],[6.67403,47.0176],[6.68801,47.02638],[6.7142,47.03457],[6.72879,47.04358],[6.73068,47.06919],[6.75816,47.08728],[6.76004,47.11419],[6.78647,47.11331],[6.81307,47.12131],[6.86886,47.15553],[6.87041,47.17373],[6.96691,47.23379],[6.97087,47.28742],[7.01031,47.28576],[7.06627,47.31998],[7.06936,47.37406],[6.93032,47.37871],[7.00877,47.43959],[7.0122,47.48439],[7.1576,47.47917],[7.15654,47.46119],[7.18306,47.46025],[7.1901,47.55014],[7.12371,47.55251],[7.13066,47.6424],[7.06416,47.64473],[7.07446,47.77956],[6.87441,47.78635],[6.87769,47.8313],[6.81094,47.83349],[6.81416,47.87844],[6.74735,47.88059],[6.75053,47.92554],[6.68365,47.92766],[6.68677,47.9726],[6.55289,47.97673],[6.54988,47.93178],[6.48299,47.93378],[6.48595,47.97873],[6.21811,47.98637],[6.22084,48.03133],[6.01974,48.03666],[6.01718,47.9917],[5.8832,47.99506],[5.88076,47.9501],[5.81382,47.95172],[5.80906,47.86178],[5.6754,47.8649],[5.66862,47.72998],[5.53528,47.73294],[5.53314,47.68796],[5.33328,47.69212],[5.33131,47.64714],[5.19816,47.64972],[5.20002,47.69471],[5.06675,47.69714],[5.06849,47.74212],[5.0018,47.74328],[5.00688,47.87824],[4.94002,47.87937],[4.94166,47.92435],[4.87473,47.92544],[4.87792,48.01541],[4.74383,48.01747],[4.74531,48.06245],[4.54398,48.06526],[4.54267,48.02028],[4.47561,48.02114],[4.47436,47.97615],[3.9383,47.98165],[3.93909,48.02664],[3.87202,48.02716],[3.87351,48.11714],[3.80632,48.11762],[3.80769,48.2076],[3.67309,48.20844],[3.67423,48.29841],[3.60681,48.29878],[3.60733,48.34376],[3.53985,48.34409],[3.54032,48.38907],[3.47278,48.38936],[3.47318,48.43434],[3.33799,48.4348],[3.3377,48.38982],[3.00001,48.3903],[3.00001,48.25535],[2.93264,48.25533],[2.9327,48.21034],[2.73077,48.21005],[2.731,48.16506],[2.52924,48.16443],[2.52804,48.29939],[2.46062,48.2991],[2.46016,48.34409],[2.25772,48.34299],[2.25709,48.38797],[2.18955,48.38753],[2.19025,48.34255],[2.0553,48.34155],[2.05449,48.38653],[1.98696,48.38597],[1.98523,48.47593],[1.84994,48.4747],[1.84797,48.56465],[1.78021,48.56397],[1.77811,48.65391],[1.71024,48.65319],[1.70913,48.69816],[1.6412,48.69741],[1.63651,48.87726],[1.56835,48.87646],[1.56588,48.96637],[1.42933,48.96466],[1.43204,48.87475],[1.29573,48.87289],[1.29867,48.78298],[1.16261,48.78096],[1.16103,48.82592],[1.09294,48.82485],[1.09459,48.77989],[0.95854,48.77765],[0.9603,48.73269],[0.82439,48.73029],[0.82063,48.8202],[0.6845,48.81764],[0.6805,48.90753],[0.47597,48.90339],[0.46062,49.21793],[0.39204,49.21647],[0.38294,49.39616],[0.31412,49.39465],[0.30943,49.48447],[0.2405,49.48292],[0.24291,49.43801],[0.03631,49.43313],[0.0389,49.38822],[-0.0299,49.38652],[-0.02726,49.3416],[-0.30216,49.3344],[-0.30504,49.37931],[-0.78633,49.36518],[-0.78963,49.41007],[-0.92722,49.40568],[-0.93064,49.45057],[-1.13715,49.44368],[-1.12994,49.35392],[-1.19865,49.35155],[-1.18771,49.2169],[-1.11918,49.21927],[-1.11561,49.17438],[-0.97866,49.17898],[-0.97176,49.08919],[-0.90339,49.09143],[-0.90001,49.04653],[-0.96832,49.04429],[-0.96489,48.99938],[-1.03313,48.99711],[-1.02965,48.95221],[-1.09782,48.94989],[-1.09429,48.90499],[-1.1624,48.90264],[-1.15881,48.85774],[-1.22686,48.85535],[-1.22321,48.81045],[-1.15522,48.81283],[-1.15165,48.76793],[-1.08371,48.77027],[-1.08019,48.72536],[-0.87652,48.73215],[-0.87319,48.68724],[-0.80534,48.68942],[-0.79555,48.55465],[-0.86322,48.55247],[-0.85991,48.50755],[-0.92752,48.50533],[-0.92416,48.46041],[-0.85661,48.46262],[-0.85331,48.41769],[-0.58328,48.42616],[-0.51577,48.42819],[-0.51878,48.47312],[-0.18082,48.48266],[-0.1781,48.43772],[-0.11055,48.43951],[-0.10523,48.34961],[0.0971,48.35474],[0.09461,48.3997],[0.22963,48.40293],[0.22726,48.44788],[0.29484,48.44944],[0.29715,48.40449],[0.36467,48.40601],[0.37142,48.27113],[0.43877,48.2726],[0.44095,48.22764],[0.64286,48.23184],[0.64487,48.18687],[0.71212,48.18819],[0.71406,48.14322],[0.78126,48.14451],[0.78315,48.09953],[0.85029,48.10078],[0.85212,48.0558],[1.0534,48.0593],[1.05505,48.01432],[1.12209,48.01541],[1.12528,47.92544],[1.45996,47.9303],[1.46126,47.88531],[1.52815,47.88617],[1.52939,47.84118],[1.46256,47.84032],[1.46386,47.79533],[1.53064,47.79619],[1.53312,47.7062],[1.66644,47.7078],[1.66757,47.6628],[1.73418,47.66354],[1.73525,47.61854],[2.00148,47.62112],[2.00064,47.66612],[2.20049,47.66766],[2.20117,47.62266],[2.06804,47.62167],[2.06961,47.53166],[2.13606,47.53217],[2.13751,47.44216],[2.07117,47.44165],[2.07351,47.30663],[1.875,47.30488],[1.87594,47.25987],[1.74372,47.25851],[1.74267,47.30352],[1.47802,47.30035],[1.4793,47.25535],[1.3471,47.25354],[1.34848,47.20853],[1.28244,47.20757],[1.28674,47.07256],[1.02326,47.06835],[1.0282,46.93334],[0.9625,46.9322],[0.96757,46.79719],[0.83651,46.7948],[0.83292,46.8848],[0.76728,46.88355],[0.76356,46.97355],[0.69782,46.97226],[0.6959,47.01725],[0.56432,47.01455],[0.57644,46.74457],[0.6419,46.74593],[0.65551,46.43092],[0.78569,46.43352],[0.78751,46.38851],[0.72248,46.38723],[0.72435,46.34223],[0.78934,46.34351],[0.79115,46.2985],[0.6613,46.29591],[0.66322,46.2509],[0.72809,46.25222],[0.72996,46.20721],[0.79478,46.20849],[0.79659,46.16348],[0.66705,46.16089],[0.66897,46.11589],[0.60425,46.11454],[0.57845,46.69957],[0.51304,46.69817],[0.50062,46.96815],[0.36917,46.96523],[0.36258,47.1002],[0.23081,47.09712],[0.2285,47.14211],[0.09664,47.13887],[0.09178,47.22884],[0.15782,47.23048],[0.15305,47.32044],[0.21921,47.32205],[0.2122,47.45699],[0.27852,47.45856],[0.26934,47.63848],[0.06971,47.63365],[0.06724,47.67862],[-0.13252,47.67343],[-0.13781,47.76337],[-0.33787,47.75784],[-0.34069,47.8028],[-0.60759,47.79488],[-0.60454,47.74992],[-0.73784,47.74574],[-0.741,47.79069],[-0.8744,47.78635],[-0.87768,47.8313],[-1.01117,47.82681],[-1.00778,47.78186],[-1.07445,47.77956],[-1.0779,47.8245],[-1.14463,47.82216],[-1.15517,47.95697],[-0.95446,47.9639],[-0.96455,48.09871],[-1.03163,48.09644],[-1.04884,48.32109],[-0.98147,48.32337],[-0.98829,48.41323],[-1.05577,48.41094],[-1.0662,48.5457],[-1.13385,48.54337],[-1.13739,48.58828],[-1.27279,48.58349],[-1.26912,48.53858],[-1.47199,48.53112],[-1.47967,48.62093],[-1.54739,48.61836],[-1.55522,48.70816],[-1.7587,48.7002],[-1.76279,48.74509],[-2.10208,48.73106],[-2.09769,48.68618],[-2.23324,48.6803],[-2.22426,48.59055],[-2.15661,48.5935],[-2.15219,48.54862],[-2.08458,48.55153],[-2.08023,48.50665],[-1.94511,48.51235],[-1.94088,48.46746],[-2.00838,48.46463],[-1.99555,48.32995],[-2.13019,48.32419],[-2.12582,48.2793],[-2.26032,48.27338],[-2.25136,48.1836],[-2.31848,48.1806],[-2.29594,47.95614],[-2.16225,47.96209],[-2.12316,47.55793],[-2.32217,47.54901],[-2.3177,47.5041],[-2.51647,47.49485],[-2.51184,47.44995],[-2.64421,47.4436],[-2.63475,47.3538],[-2.56868,47.35699],[-2.56402,47.3121],[-2.63003,47.30891],[-2.62532,47.26401],[-2.55936,47.26719],[-2.55471,47.22229],[-2.35695,47.23162],[-2.35247,47.18671],[-2.28659,47.18974],[-2.27777,47.09991],[-2.21199,47.1029],[-2.20765,47.05798],[-2.07617,47.06384],[-2.07195,47.01891],[-2.00625,47.02178],[-2.00209,46.97686],[-1.93644,46.97969],[-1.93234,46.93476],[-1.86674,46.93755],[-1.86269,46.89262],[-1.79714,46.89537],[-1.79316,46.85043],[-1.59664,46.85846],[-1.59282,46.81352],[-1.52735,46.81611],[-1.53111,46.86106],[-1.46559,46.86362],[-1.4693,46.90857],[-1.33812,46.91359],[-1.34534,47.00349],[-1.08247,47.01309],[-1.07908,46.96814],[-0.94772,46.97271],[-0.94443,46.92775],[-0.8788,46.92998],[-0.87235,46.84005],[-0.80682,46.84224],[-0.80366,46.79727],[-0.73818,46.79942],[-0.72581,46.61954],[-0.66054,46.62164],[-0.64246,46.3518],[-0.77236,46.34757],[-0.75998,46.16768],[-0.69525,46.1698],[-0.69222,46.12483],[-0.56285,46.12896],[-0.55993,46.08399],[-0.43064,46.08797],[-0.42783,46.04299],[-0.29863,46.04682],[-0.29594,46.00184],[-0.16682,46.00552],[-0.1565,45.82557],[-0.47819,45.81611],[-0.46407,45.59121],[-0.4,45.59316],[-0.39724,45.54818],[-0.33322,45.5501],[-0.31707,45.2802],[-0.12591,45.28571],[-0.12339,45.24073],[-0.05971,45.24249],[-0.05478,45.15251],[0.07238,45.15592],[0.07002,45.20091],[0.1973,45.20418],[0.19504,45.24917],[0.32244,45.2523],[0.31594,45.38729],[0.3798,45.3888],[0.37768,45.4338],[0.44159,45.43527],[0.43952,45.48027],[0.50349,45.48172],[0.50146,45.52672],[0.56549,45.52812],[0.56153,45.61813],[0.62566,45.6195],[0.62373,45.6645],[0.68792,45.66584],[0.69167,45.57583],[0.75576,45.57713],[0.75758,45.53212],[0.88565,45.53461],[0.88394,45.57961],[1.01213,45.58195],[1.01535,45.49193],[1.07935,45.49305],[1.0809,45.44804],[1.2088,45.45015],[1.2189,45.13508],[1.28249,45.13608],[1.28387,45.09107],[1.34741,45.09203],[1.34874,45.04702],[1.41223,45.04794],[1.41351,45.00293],[1.6673,45.00626],[1.66943,44.91624],[1.9862,44.91958],[1.98538,44.96459],[2.04879,44.96515],[2.05108,44.83011],[2.11433,44.83063],[2.11787,44.60558],[2.49591,44.60795],[2.49551,44.65296],[2.55857,44.65323],[2.55822,44.69824],[2.62133,44.69848],[2.62042,44.83352],[2.68368,44.83372],[2.68343,44.87873],[2.74674,44.8789],[2.74695,44.83388],[2.81021,44.83401],[2.81036,44.78899],[2.87358,44.78908],[2.87388,44.65404],[2.93694,44.65409],[2.93699,44.60908],[3.00001,44.6091],[3.00001,44.65411],[3.06307,44.65409],[3.06322,44.78914],[3.12643,44.78908],[3.12653,44.8341],[3.25306,44.83388],[3.25347,44.92391],[3.3802,44.92355],[3.38173,45.14865],[3.31811,45.14885],[3.31863,45.23889],[3.2549,45.23905],[3.25531,45.32909],[3.12766,45.32931],[3.12776,45.37433],[3.06388,45.37439],[3.00001,45.37441],[3.00001,45.32938],[2.93618,45.32937],[2.93607,45.41941],[2.74428,45.41914],[2.74408,45.46416],[2.68009,45.464],[2.67983,45.50902],[2.55177,45.50858],[2.54958,45.77872],[2.48523,45.77845],[2.48481,45.82347],[2.54921,45.82374],[2.54884,45.86877],[2.61329,45.86901],[2.61266,45.95906],[2.67722,45.95926],[2.67695,46.00428],[2.61234,46.00408],[2.61107,46.18418],[2.54625,46.18394],[2.54513,46.319],[2.41517,46.31841],[2.41469,46.36343],[2.34965,46.36308],[2.34804,46.49815],[2.60882,46.49934],[2.6085,46.54436],[2.67375,46.54456],[2.67348,46.58958],[2.60817,46.58938],[2.60785,46.6344],[2.67321,46.6346],[2.67294,46.67963],[2.86918,46.68002],[2.86907,46.72504],[2.93454,46.72509],[2.93448,46.77011],[3.00001,46.77013],[3.00001,46.72511],[3.06547,46.72509],[3.06542,46.68007],[3.13083,46.68002],[3.13072,46.635],[3.26144,46.63477],[3.26166,46.67979],[3.39248,46.67942],[3.39216,46.6344],[3.58823,46.63356],[3.58872,46.67858],[3.65413,46.67823],[3.65305,46.58819],[3.71835,46.5878],[3.71716,46.49776],[3.84754,46.49686],[3.84684,46.45184],[3.97711,46.4508],[3.97631,46.40578],[3.91123,46.40632],[3.90973,46.31628],[3.84475,46.31678],[3.84267,46.18172],[3.9723,46.18068],[3.9715,46.13566],[4.29529,46.13243],[4.29423,46.08741],[4.22953,46.08813],[4.22651,45.95307],[4.29105,45.95236],[4.28894,45.86232],[4.35338,45.86157],[4.35228,45.81655],[4.28789,45.8173],[4.2858,45.72726],[4.35007,45.72651],[4.34678,45.59146],[4.4109,45.59067],[4.40976,45.54566],[4.60195,45.54308],[4.59935,45.45305],[4.85516,45.44911],[4.85667,45.49412],[4.92066,45.49305],[4.92378,45.58307],[5.05198,45.5808],[5.05365,45.62581],[5.11779,45.62462],[5.11951,45.66963],[5.18371,45.6684],[5.18727,45.75842],[5.12297,45.75965],[5.12643,45.84966],[4.9332,45.85313],[4.93636,45.94316],[4.80732,45.94529],[4.81772,46.26038],[4.88261,46.25932],[4.88726,46.39436],[4.95232,46.39326],[4.95554,46.48328],[5.151,46.47977],[5.14923,46.43476],[5.27941,46.43224],[5.27753,46.38723],[5.34257,46.38592],[5.33871,46.29591],[5.40364,46.29456],[5.40166,46.24955],[5.59626,46.24528],[5.59839,46.29028],[5.6633,46.28878],[5.66111,46.24378],[5.92051,46.23742],[5.92291,46.28241],[5.9878,46.28072],[5.99026,46.32572],[6.0552,46.32399],[6.06024,46.41397],[6.09935,46.41291]]],[[[5.83934,45.9241],[5.8324,45.78911],[5.96102,45.78581],[5.95861,45.74081],[6.02287,45.73911],[6.02041,45.69412],[6.21299,45.68879],[6.21038,45.6438],[6.33865,45.64007],[6.34136,45.68505],[6.40554,45.68313],[6.41109,45.77309],[6.47537,45.77113],[6.4782,45.81611],[6.54253,45.81411],[6.53964,45.76913],[6.66817,45.76502],[6.66519,45.72005],[6.7936,45.7158],[6.79669,45.76077],[6.86093,45.75859],[6.86408,45.80356],[6.99267,45.79908],[6.99592,45.84405],[7.06026,45.84175],[7.07355,46.02161],[7.009,46.02391],[7.01228,46.06888],[6.94768,46.07115],[6.95415,46.16108],[6.82472,46.16552],[6.82786,46.21049],[6.89263,46.20829],[6.90224,46.3432],[6.83731,46.3454],[6.84363,46.43534],[6.45328,46.44782],[6.45044,46.40284],[6.25536,46.40857],[6.25,46.3186],[6.18507,46.32044],[6.17723,46.18547],[5.9829,46.19074],[5.98045,46.14575],[5.78624,46.15068],[5.77486,45.9257],[5.83934,45.9241]]],[[[3.88285,44.65059],[3.88144,44.56057],[3.94439,44.56005],[3.94214,44.42502],[4.00494,44.42447],[4.00255,44.28946],[4.1905,44.28758],[4.18956,44.24258],[4.31475,44.24115],[4.3158,44.28615],[4.37844,44.28538],[4.37735,44.24039],[4.50253,44.23874],[4.50372,44.28374],[4.56636,44.28287],[4.56512,44.23787],[4.69029,44.23601],[4.69163,44.28101],[4.75427,44.28003],[4.75149,44.19004],[4.87655,44.18797],[4.87804,44.23296],[5.00319,44.23075],[5.00478,44.27574],[5.13001,44.27339],[5.12664,44.18341],[5.37669,44.17828],[5.37481,44.13329],[5.43727,44.13192],[5.43534,44.08694],[5.56014,44.0841],[5.56217,44.12907],[5.68706,44.12608],[5.69773,44.35098],[5.50965,44.35543],[5.51364,44.4454],[5.63923,44.44247],[5.64133,44.48745],[5.70417,44.48593],[5.70632,44.53091],[5.64343,44.53244],[5.64554,44.57742],[5.70848,44.5759],[5.71064,44.62088],[5.83661,44.61772],[5.84115,44.70769],[5.77806,44.70929],[5.78029,44.75428],[5.65401,44.75738],[5.65613,44.80237],[5.52974,44.80532],[5.544,45.12029],[5.41688,45.12312],[5.41493,45.07812],[5.22439,45.08208],[5.23157,45.26209],[5.16784,45.26335],[5.16959,45.30835],[5.10581,45.30957],[5.10752,45.35458],[4.85216,45.35909],[4.85066,45.31408],[4.78687,45.31512],[4.78976,45.40514],[4.66196,45.40711],[4.66062,45.3621],[4.59677,45.36303],[4.59548,45.31801],[4.53167,45.3189],[4.53044,45.27389],[4.46668,45.27475],[4.46432,45.18472],[4.33701,45.18632],[4.33379,45.05127],[4.27028,45.05202],[4.26926,45.007],[4.20581,45.00771],[4.20484,44.9627],[4.14144,44.96336],[4.14052,44.91835],[4.01381,44.91958],[4.013,44.87457],[3.9497,44.87513],[3.94893,44.83011],[3.88568,44.83063],[3.88497,44.78562],[3.82176,44.78611],[3.81979,44.65107],[3.88285,44.65059]]],[[[6.889,43.41429],[6.95063,43.41206],[6.95372,43.45699],[7.07705,43.45241],[7.08024,43.49734],[7.14195,43.495],[7.14519,43.53992],[7.20695,43.53754],[7.21354,43.62739],[7.27539,43.62497],[7.27874,43.6699],[7.40251,43.66495],[7.40597,43.70987],[7.52981,43.70479],[7.54408,43.88446],[7.60618,43.88186],[7.60981,43.92678],[7.67196,43.92414],[7.67934,44.01398],[7.74158,44.01129],[7.75283,44.14605],[7.69044,44.14874],[7.69416,44.19367],[7.50681,44.20153],[7.50324,44.1566],[7.25356,44.16657],[7.25693,44.21151],[7.13196,44.21629],[7.13523,44.26124],[7.01014,44.26588],[7.01651,44.35577],[6.95386,44.35804],[6.957,44.403],[6.83158,44.40743],[6.82854,44.36248],[6.76587,44.36464],[6.76288,44.31969],[6.70026,44.32181],[6.69147,44.18694],[6.62899,44.18903],[6.62612,44.14407],[6.68855,44.14199],[6.67982,44.00713],[6.74209,44.00502],[6.73914,43.96007],[6.80137,43.95792],[6.79837,43.91298],[6.61183,43.91931],[6.60615,43.82941],[6.35776,43.83734],[6.35512,43.79239],[6.29306,43.79428],[6.29565,43.83924],[6.17143,43.84292],[6.16893,43.79796],[6.10686,43.79975],[6.10442,43.75479],[5.73221,43.76477],[5.73006,43.7198],[5.60606,43.72284],[5.60401,43.67787],[5.4801,43.68077],[5.48204,43.72574],[5.35802,43.7285],[5.35987,43.77347],[5.11159,43.77856],[5.11325,43.82354],[5.05113,43.82473],[5.05274,43.86971],[4.99056,43.87086],[4.99213,43.91584],[4.80544,43.91909],[4.80686,43.96408],[4.68229,43.96606],[4.68097,43.92108],[4.61873,43.92202],[4.61364,43.74207],[4.42749,43.74467],[4.42525,43.65471],[4.3633,43.6555],[4.36116,43.56554],[4.2993,43.56629],[4.29828,43.52131],[4.17466,43.52272],[4.17282,43.43276],[4.5431,43.42812],[4.54069,43.33818],[4.78713,43.33439],[4.78573,43.28942],[4.90884,43.28731],[4.91033,43.33228],[4.97193,43.33117],[4.97039,43.28621],[5.2781,43.28016],[5.27633,43.2352],[5.21484,43.23648],[5.21312,43.19152],[5.336,43.18893],[5.33418,43.14398],[5.45695,43.14125],[5.45887,43.1862],[5.5203,43.18479],[5.51834,43.13983],[5.64109,43.1369],[5.63904,43.09195],[5.70037,43.09043],[5.69827,43.04549],[5.82082,43.04234],[5.81863,42.9974],[5.87985,42.99578],[5.88208,43.04072],[6.06587,43.03564],[6.06349,42.99071],[6.1247,42.98895],[6.12227,42.94401],[6.24458,42.94039],[6.2471,42.98532],[6.36948,42.98155],[6.36687,42.93663],[6.42801,42.93469],[6.43067,42.97962],[6.49185,42.97764],[6.49456,43.02257],[6.55579,43.02056],[6.55855,43.06548],[6.436,43.06947],[6.43867,43.11439],[6.68394,43.10628],[6.68681,43.15121],[6.74816,43.14909],[6.76279,43.37372],[6.88597,43.36937],[6.889,43.41429]]],[[[1.57027,43.83465],[1.57139,43.78966],[1.6335,43.79046],[1.63778,43.61052],[1.69969,43.61128],[1.70071,43.56629],[1.82443,43.5677],[1.82627,43.47774],[1.94981,43.47901],[1.95063,43.43403],[2.01235,43.43461],[2.01312,43.38963],[2.13647,43.39069],[2.13714,43.34571],[2.2604,43.34662],[2.25925,43.43658],[2.32097,43.43698],[2.3215,43.392],[2.62991,43.3935],[2.62962,43.43848],[2.69135,43.43867],[2.69062,43.57363],[2.81437,43.57391],[2.81423,43.6189],[2.93808,43.61904],[2.93803,43.66403],[3.00001,43.66404],[3.00001,43.70904],[2.93798,43.70902],[2.93793,43.75401],[2.87586,43.75396],[2.87576,43.79895],[2.75152,43.79874],[2.75172,43.75374],[2.68965,43.75359],[2.68941,43.79858],[2.62729,43.79838],[2.6267,43.88837],[2.56448,43.88814],[2.56345,44.02314],[2.50109,44.02287],[2.50069,44.06787],[2.43828,44.06757],[2.43784,44.11257],[2.37538,44.11223],[2.37488,44.15723],[2.24986,44.15645],[2.24927,44.20145],[2.18671,44.201],[2.18607,44.24601],[2.12346,44.24552],[2.12416,44.20052],[1.87394,44.19824],[1.87483,44.15324],[1.62484,44.15039],[1.6281,44.01541],[1.56575,44.01461],[1.56689,43.96961],[1.50459,43.96878],[1.50812,43.83381],[1.57027,43.83465]]]],"type":"MultiPolygon"}}, +{"properties":{"name":"Ortho HR 2021","id":"fr.orthohr.2021","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2021/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN","url":"https://geoservices.ign.fr/documentation/donnees/ortho/bdortho"},"type":"tms","category":"photo","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[-1.15849,46.28904],[-1.22335,46.28665],[-1.21988,46.24169],[-1.34946,46.23681],[-1.35304,46.28177],[-1.61235,46.27155],[-1.60478,46.18165],[-1.54006,46.18426],[-1.53634,46.13931],[-1.40701,46.14441],[-1.4034,46.09945],[-1.46801,46.09692],[-1.45342,45.91711],[-1.38901,45.91963],[-1.38543,45.87468],[-1.32107,45.87716],[-1.30351,45.65237],[-1.23941,45.65481],[-1.23253,45.56489],[-1.16852,45.56728],[-1.16514,45.52232],[-1.22909,45.51993],[-1.20184,45.16026],[-1.26538,45.15785],[-1.24147,44.84318],[-1.30465,44.84074],[-1.27384,44.43622],[-1.33657,44.43377],[-1.3194,44.20907],[-1.38187,44.20659],[-1.36803,44.02686],[-1.4303,44.02435],[-1.41636,43.84464],[-1.47843,43.84211],[-1.46438,43.66243],[-1.52625,43.65987],[-1.51916,43.57004],[-1.58093,43.56745],[-1.57734,43.52254],[-1.63906,43.51991],[-1.63181,43.4301],[-1.81663,43.42203],[-1.80537,43.28734],[-1.68245,43.29274],[-1.6788,43.24784],[-1.61738,43.25049],[-1.61379,43.20559],[-1.55241,43.2082],[-1.55595,43.2531],[-1.43308,43.25822],[-1.42618,43.16841],[-1.48753,43.16587],[-1.48056,43.07607],[-1.5418,43.07351],[-1.53828,43.02861],[-1.47708,43.03118],[-1.47361,42.98628],[-1.29013,42.99376],[-1.29346,43.03866],[-1.23225,43.04109],[-1.22896,42.99619],[-1.10661,43.00093],[-1.10343,42.95603],[-0.98115,42.96063],[-0.97806,42.91572],[-0.79475,42.92236],[-0.79181,42.87745],[-0.73075,42.87959],[-0.72786,42.83468],[-0.66684,42.83678],[-0.664,42.79187],[-0.60302,42.79394],[-0.60024,42.74903],[-0.35646,42.75694],[-0.35905,42.80186],[-0.29805,42.80376],[-0.30316,42.8936],[-0.24206,42.89546],[-0.24961,43.03025],[-0.12711,43.03388],[-0.13197,43.12375],[-0.07062,43.12551],[-0.07301,43.17045],[-0.01161,43.17218],[-0.01631,43.26207],[0.04519,43.26377],[0.03364,43.48852],[-0.0281,43.48681],[-0.03523,43.62167],[-0.22086,43.61632],[-0.22591,43.70623],[-0.16394,43.70805],[-0.17391,43.88788],[0.13697,43.89648],[0.12792,44.07636],[0.1903,44.07798],[0.18585,44.16792],[-0.06405,44.16123],[-0.06648,44.2062],[-0.00396,44.20793],[-0.01112,44.34285],[0.05156,44.34454],[0.04216,44.52446],[0.10504,44.52612],[0.10273,44.5711],[0.16566,44.57274],[0.1634,44.61772],[0.22638,44.61932],[0.22195,44.70929],[0.28503,44.71086],[0.28937,44.62088],[0.60435,44.62816],[0.60244,44.67315],[0.66549,44.6745],[0.66736,44.62951],[0.79338,44.63209],[0.79514,44.5871],[1.04701,44.59184],[1.04857,44.54684],[1.1115,44.54793],[1.10999,44.59293],[1.17297,44.59399],[1.17151,44.63899],[1.23454,44.64002],[1.23313,44.68502],[1.3593,44.68696],[1.35667,44.77697],[1.41986,44.77789],[1.41732,44.86791],[1.48061,44.86879],[1.47327,45.13885],[1.40967,45.13796],[1.40839,45.18298],[1.34475,45.18205],[1.34207,45.27207],[1.27833,45.27111],[1.27694,45.31612],[1.34073,45.31709],[1.3367,45.45212],[1.27275,45.45116],[1.27135,45.49617],[1.20734,45.49517],[1.20443,45.58519],[1.07623,45.58307],[1.07466,45.62808],[0.88222,45.62462],[0.8805,45.66963],[0.8163,45.6684],[0.81452,45.71341],[0.68604,45.71084],[0.68415,45.75585],[0.61986,45.75451],[0.6218,45.70951],[0.55756,45.70813],[0.55955,45.66313],[0.43119,45.66027],[0.43744,45.52527],[0.30941,45.52228],[0.31159,45.47728],[0.24763,45.47573],[0.25209,45.38574],[0.18824,45.38416],[0.19278,45.29417],[0.12903,45.29255],[0.13135,45.24756],[0.06766,45.2459],[0.06529,45.29089],[-0.06218,45.28748],[-0.06466,45.33246],[-0.19221,45.3289],[-0.20516,45.55383],[-0.26919,45.55198],[-0.27451,45.64195],[-0.33864,45.64007],[-0.34407,45.73004],[-0.08711,45.73737],[-0.09214,45.82735],[-0.02779,45.82909],[-0.0377,46.00906],[-0.10226,46.00731],[-0.10735,46.09729],[-0.23668,46.09367],[-0.23933,46.13866],[-0.43345,46.13295],[-0.43627,46.17793],[-0.56577,46.17394],[-0.5687,46.21892],[-0.63349,46.21687],[-0.63648,46.26184],[-0.70132,46.25975],[-0.70741,46.3497],[-0.77236,46.34757],[-0.77547,46.39254],[-1.16534,46.37896],[-1.15849,46.28904]]],[[[1.39178,50.17759],[1.39462,50.08781],[1.32484,50.08688],[1.32632,50.04198],[1.39604,50.04291],[1.39745,49.99801],[1.46711,49.9989],[1.46846,49.954],[1.53806,49.95485],[1.53935,49.90994],[1.60889,49.91075],[1.61011,49.86585],[1.6796,49.86662],[1.69339,49.32751],[1.76215,49.32823],[1.76323,49.28329],[1.69453,49.28257],[1.69567,49.23762],[1.62703,49.23686],[1.62941,49.14697],[1.5609,49.14617],[1.56215,49.10123],[1.42524,49.09951],[1.43204,48.87475],[1.50019,48.87563],[1.50664,48.65082],[1.5745,48.65165],[1.57573,48.60668],[1.64354,48.60747],[1.64586,48.51753],[1.71356,48.51828],[1.71576,48.42833],[1.85092,48.42972],[1.85191,48.38474],[1.91943,48.38538],[1.9222,48.25043],[2.25899,48.25302],[2.25836,48.29801],[2.3932,48.29878],[2.39423,48.2088],[2.46154,48.20913],[2.46199,48.16414],[2.39475,48.16381],[2.39526,48.11882],[2.59684,48.11969],[2.59718,48.07469],[2.66432,48.0749],[2.73145,48.07508],[2.73123,48.12007],[3.00001,48.12038],[3.00001,48.16537],[3.06726,48.16535],[3.06749,48.3453],[3.47237,48.34438],[3.474,48.5243],[3.54171,48.52401],[3.54217,48.56899],[3.60994,48.56866],[3.61099,48.65861],[3.5431,48.65894],[3.54357,48.70391],[3.47563,48.7042],[3.47645,48.79414],[3.54451,48.79385],[3.54545,48.88378],[3.61363,48.88345],[3.61416,48.92841],[3.68239,48.92804],[3.68476,49.10787],[3.75323,49.10746],[3.75388,49.15242],[3.82241,49.15197],[3.82313,49.19692],[3.75454,49.19737],[3.75519,49.24231],[3.68654,49.24272],[3.68714,49.28767],[3.75585,49.28726],[3.75651,49.3322],[4.10034,49.32956],[4.10612,49.59917],[4.17524,49.59852],[4.1773,49.68837],[4.24654,49.68768],[4.24764,49.7326],[4.31694,49.73187],[4.31809,49.77679],[4.24873,49.77752],[4.24983,49.82243],[4.31925,49.8217],[4.32158,49.91153],[4.25203,49.91226],[4.25314,49.95717],[4.32274,49.95643],[4.33214,50.3156],[4.26204,50.31634],[4.26316,50.36122],[4.12283,50.36258],[4.12383,50.40746],[3.77266,50.41016],[3.77404,50.49992],[3.70367,50.50034],[3.7043,50.54522],[3.63388,50.5456],[3.63444,50.59047],[3.35248,50.59159],[3.35374,50.77106],[3.28299,50.77125],[3.28325,50.81611],[3.21244,50.81625],[3.21263,50.8611],[2.92913,50.86126],[2.92919,50.81641],[2.85838,50.81635],[2.85826,50.8612],[2.71651,50.86096],[2.71549,51.04036],[2.64436,51.04018],[2.64372,51.12986],[2.50121,51.12937],[2.50166,51.08453],[2.28809,51.0835],[2.07453,51.08211],[2.07536,51.03727],[1.86201,51.03551],[1.86304,50.99067],[1.64989,50.98855],[1.65232,50.89887],[1.51049,50.89725],[1.51316,50.80756],[1.58395,50.80838],[1.58521,50.76353],[1.51449,50.7627],[1.52768,50.31401],[1.45759,50.31315],[1.46168,50.17849],[1.39178,50.17759]]],[[[-5.20606,48.51206],[-5.18504,48.37785],[-5.11788,48.38248],[-5.11095,48.33773],[-4.97669,48.34688],[-4.96311,48.25737],[-4.76197,48.27079],[-4.75537,48.22601],[-4.68835,48.23041],[-4.66877,48.09607],[-5.00287,48.07378],[-4.9893,47.98426],[-4.65576,48.00651],[-4.64928,47.96172],[-4.5159,47.97035],[-4.50953,47.92556],[-4.44288,47.92981],[-4.41776,47.75061],[-4.35132,47.75481],[-4.34512,47.71],[-4.27873,47.71416],[-4.21232,47.71829],[-4.21841,47.7631],[-4.08546,47.77124],[-4.06756,47.63678],[-3.86856,47.64867],[-3.88015,47.73834],[-3.61423,47.7537],[-3.60865,47.70886],[-3.47575,47.71631],[-3.48669,47.80601],[-3.42011,47.80968],[-3.42554,47.85453],[-3.3589,47.85817],[-3.37508,47.99273],[-3.50869,47.98539],[-3.51421,48.03024],[-3.6479,48.02274],[-3.6592,48.11241],[-3.59225,48.11618],[-3.59786,48.16102],[-3.46381,48.16845],[-3.45832,48.12361],[-3.32435,48.13089],[-3.12333,48.14151],[-3.12854,48.18637],[-3.06146,48.18984],[-3.05631,48.14498],[-2.92223,48.1518],[-2.9172,48.10693],[-2.8502,48.11028],[-2.84523,48.06541],[-2.71134,48.07199],[-2.70649,48.02712],[-2.50575,48.03669],[-2.51042,48.08158],[-2.44344,48.08469],[-2.44807,48.12958],[-2.38102,48.13266],[-2.37644,48.08777],[-2.24243,48.09382],[-2.24689,48.13871],[-2.17982,48.14168],[-2.18423,48.18657],[-2.11709,48.18951],[-2.12145,48.2344],[-1.98704,48.24016],[-1.99129,48.28506],[-1.92402,48.28788],[-1.92822,48.33278],[-1.86088,48.33556],[-1.88173,48.56004],[-1.94935,48.55724],[-1.9536,48.60213],[-2.08895,48.59642],[-2.09332,48.6413],[-2.16104,48.63838],[-2.16547,48.68326],[-2.23324,48.6803],[-2.23774,48.72517],[-2.37337,48.71913],[-2.36876,48.67426],[-2.4365,48.67119],[-2.44118,48.71606],[-2.50897,48.71294],[-2.50424,48.66808],[-2.63969,48.66173],[-2.63485,48.61687],[-2.70251,48.61365],[-2.71231,48.70336],[-2.84783,48.69678],[-2.86295,48.83132],[-2.93086,48.82797],[-2.9411,48.91764],[-3.00913,48.91424],[-3.01432,48.95908],[-3.15046,48.95216],[-3.14516,48.90733],[-3.34913,48.89667],[-3.35461,48.94149],[-3.69466,48.92293],[-3.67163,48.74371],[-3.87485,48.73215],[-3.88077,48.77695],[-3.94854,48.77302],[-3.95453,48.81781],[-4.09017,48.80982],[-4.08407,48.76504],[-4.15181,48.76099],[-4.14566,48.7162],[-4.61918,48.68681],[-4.61264,48.64205],[-4.81524,48.62889],[-4.80854,48.58413],[-4.876,48.57967],[-4.86252,48.49016],[-4.99716,48.48114],[-5.00401,48.52589],[-5.20606,48.51206]]],[[[0.23312,47.05213],[0.24003,46.91716],[0.69974,46.92726],[0.70356,46.83726],[0.76914,46.83855],[0.77284,46.74854],[0.83831,46.7498],[0.8401,46.70479],[1.03637,46.70832],[1.03147,46.84334],[1.09707,46.84444],[1.09231,46.97945],[1.28959,46.98255],[1.28817,47.02755],[1.35399,47.02851],[1.35261,47.07352],[1.41849,47.07444],[1.41452,47.20946],[1.81082,47.2142],[1.81182,47.16919],[1.94382,47.17047],[1.94205,47.26049],[2.20652,47.2626],[2.20519,47.35262],[2.13896,47.35215],[2.13824,47.39716],[2.27081,47.39806],[2.2665,47.7131],[1.73311,47.70854],[1.73204,47.75353],[1.66532,47.75279],[1.66419,47.79779],[1.59741,47.79701],[1.59145,48.02196],[1.18914,48.01646],[1.1876,48.06144],[1.1205,48.06039],[1.1189,48.10537],[1.05174,48.10428],[1.05008,48.14926],[0.78126,48.14451],[0.79067,47.91962],[0.72375,47.91834],[0.7276,47.82838],[0.66081,47.82707],[0.66279,47.78209],[0.59605,47.78074],[0.59808,47.73576],[0.5314,47.73437],[0.53349,47.68939],[0.33364,47.685],[0.33589,47.64002],[0.20279,47.63691],[0.20515,47.59193],[0.13866,47.59032],[0.15067,47.36543],[0.08446,47.36378],[0.0869,47.3188],[0.02076,47.31712],[0.03319,47.09221],[0.16493,47.09552],[0.1673,47.05053],[0.23312,47.05213]]],[[[3.06267,44.29401],[3.06262,44.249],[3.12523,44.24895],[3.12513,44.20394],[3.18769,44.20386],[3.18755,44.15885],[3.31257,44.15857],[3.31232,44.11356],[3.24986,44.11372],[3.24947,44.02372],[3.3742,44.02337],[3.3739,43.97837],[3.31159,43.97856],[3.31134,43.93357],[3.24907,43.93372],[3.24888,43.88873],[3.18666,43.88885],[3.18651,43.84386],[3.00001,43.84402],[3.00001,43.75403],[2.93793,43.75401],[2.93798,43.70902],[2.87596,43.70896],[2.87606,43.66397],[2.56619,43.66318],[2.56721,43.52822],[2.62904,43.52845],[2.62933,43.48346],[2.56755,43.48323],[2.56789,43.43825],[2.50616,43.43799],[2.50577,43.48297],[2.44399,43.48267],[2.44443,43.43769],[2.3827,43.43735],[2.38222,43.48234],[2.19689,43.48112],[2.19752,43.43614],[2.07407,43.43515],[2.07335,43.48014],[2.01158,43.47959],[2.01235,43.43461],[1.88891,43.43341],[1.88804,43.47839],[1.82627,43.47774],[1.82719,43.43276],[1.76547,43.43208],[1.76643,43.3871],[1.70477,43.38638],[1.70578,43.34141],[1.64416,43.34065],[1.64838,43.16077],[1.70981,43.16152],[1.71081,43.11656],[1.83357,43.11796],[1.83448,43.07299],[1.89581,43.07364],[1.89667,43.02867],[1.95796,43.02928],[1.95877,42.98432],[1.89752,42.98371],[1.89923,42.89379],[1.83809,42.89314],[1.84078,42.75828],[1.90178,42.75892],[1.90263,42.71397],[2.08551,42.71569],[2.08621,42.67073],[1.96439,42.66962],[1.96519,42.62468],[1.7826,42.62275],[1.78354,42.57781],[1.72272,42.5771],[1.72371,42.53215],[1.66294,42.53141],[1.66397,42.48647],[1.72469,42.48721],[1.72567,42.44227],[1.90769,42.44429],[1.90937,42.35442],[1.96995,42.35502],[1.97074,42.31009],[2.09182,42.31119],[2.09112,42.35613],[2.15171,42.35663],[2.15106,42.40157],[2.33297,42.40286],[2.33348,42.35792],[2.45466,42.35861],[2.45508,42.31367],[2.69726,42.31464],[2.6968,42.40452],[2.87872,42.40488],[2.87863,42.44982],[3.00001,42.44989],[3.00001,42.40495],[3.24257,42.40467],[3.24276,42.44961],[3.18207,42.44974],[3.18235,42.53963],[3.12157,42.53971],[3.12166,42.58466],[3.06083,42.58471],[3.06112,42.85445],[3.12223,42.8544],[3.12242,42.94432],[3.06121,42.94438],[3.06126,42.98934],[3.12251,42.98929],[3.1227,43.07923],[3.18405,43.07914],[3.18419,43.12411],[3.24559,43.12399],[3.24578,43.16896],[3.30722,43.1688],[3.30746,43.21378],[3.36895,43.21358],[3.36924,43.25856],[3.55385,43.25777],[3.55428,43.30275],[3.61587,43.30241],[3.61635,43.34739],[3.73961,43.34662],[3.74019,43.3916],[3.80186,43.39116],[3.80249,43.43614],[3.86422,43.43566],[3.86489,43.48065],[3.98843,43.47959],[3.98921,43.52457],[4.05103,43.52399],[4.0502,43.47901],[4.11197,43.47839],[4.1111,43.43341],[4.23454,43.43208],[4.23551,43.47706],[4.35903,43.47558],[4.3601,43.52056],[4.42191,43.51976],[4.42302,43.56474],[4.48487,43.56391],[4.48721,43.65388],[4.67305,43.65118],[4.67964,43.87609],[4.92838,43.87198],[4.92687,43.827],[4.989,43.82588],[4.98743,43.7809],[5.04951,43.77975],[5.0479,43.73477],[5.296,43.72982],[5.2942,43.68485],[5.41813,43.68217],[5.41624,43.6372],[5.66388,43.63141],[5.66597,43.67637],[5.78986,43.67327],[5.79425,43.76319],[5.73221,43.76477],[5.73436,43.80973],[5.67226,43.81127],[5.67436,43.85624],[5.61221,43.85775],[5.61633,43.94769],[5.55409,43.94917],[5.56217,44.12907],[5.49972,44.13052],[5.5017,44.1755],[5.4392,44.17691],[5.44113,44.22189],[5.31602,44.2246],[5.31785,44.26959],[5.19263,44.27216],[5.19437,44.31714],[5.06904,44.31957],[5.07068,44.36457],[5.1334,44.36337],[5.1351,44.40836],[5.07233,44.40956],[5.07398,44.45455],[4.88551,44.45794],[4.88251,44.36795],[4.63159,44.37195],[4.63029,44.32695],[4.56761,44.32787],[4.56885,44.37286],[4.38063,44.37539],[4.31789,44.37615],[4.31684,44.33115],[4.19145,44.33258],[4.1924,44.37759],[4.12965,44.37825],[4.13055,44.42325],[4.06775,44.42388],[4.0686,44.46888],[4.00574,44.46947],[4.00815,44.6045],[3.94515,44.60505],[3.94742,44.74009],[3.88426,44.74061],[3.88497,44.78562],[3.82176,44.78611],[3.82242,44.83112],[3.75916,44.83157],[3.75977,44.87659],[3.69646,44.877],[3.69702,44.92202],[3.57029,44.92274],[3.56984,44.87772],[3.44321,44.8783],[3.44392,44.96834],[3.38051,44.96857],[3.38081,45.01359],[3.31735,45.01379],[3.31709,44.96877],[3.19026,44.96906],[3.1901,44.92404],[3.06337,44.92419],[3.06327,44.83415],[3.00001,44.83417],[3.00001,44.69912],[2.93689,44.6991],[2.93699,44.60908],[3.00001,44.6091],[3.00001,44.56408],[3.06297,44.56407],[3.06272,44.33902],[3.12543,44.33896],[3.12533,44.29396],[3.06267,44.29401]]],[[[5.82779,45.69912],[5.84631,46.05908],[5.91094,46.05744],[5.91333,46.10244],[5.97801,46.10076],[5.98045,46.14575],[6.04518,46.14403],[6.04768,46.18902],[6.11246,46.18727],[6.11501,46.23226],[6.17984,46.23046],[6.19032,46.41041],[6.12528,46.41221],[6.12786,46.4572],[5.99766,46.46069],[5.99272,46.37071],[5.92772,46.37239],[5.92532,46.3274],[5.86037,46.32905],[5.85801,46.28406],[5.72821,46.28724],[5.73046,46.33224],[5.6655,46.33378],[5.66769,46.37877],[5.60267,46.38028],[5.60053,46.33528],[5.47059,46.33817],[5.47263,46.38317],[5.4076,46.38456],[5.40958,46.42956],[5.3445,46.43092],[5.34643,46.47592],[5.28129,46.47724],[5.28318,46.52224],[4.89194,46.52938],[4.89038,46.48438],[4.82522,46.48543],[4.81921,46.30539],[4.75426,46.30641],[4.74851,46.12636],[4.68377,46.12733],[4.67689,45.90226],[4.74137,45.90129],[4.73995,45.85627],[4.86878,45.85422],[4.86574,45.76419],[5.05866,45.76084],[5.05532,45.67082],[4.99111,45.67197],[4.9895,45.62696],[4.73288,45.63121],[4.73006,45.54118],[4.79412,45.54018],[4.79267,45.49517],[4.72866,45.49617],[4.72168,45.27111],[4.97665,45.26689],[4.97824,45.3119],[5.04203,45.31075],[5.04038,45.26575],[5.10411,45.26457],[5.10072,45.17456],[5.16435,45.17334],[5.16261,45.12834],[5.09903,45.12955],[5.09566,45.03954],[5.34953,45.03448],[5.34764,44.98948],[5.47446,44.98673],[5.47049,44.89674],[5.40719,44.89813],[5.40141,44.76314],[5.59086,44.75887],[5.58879,44.71388],[5.71498,44.71086],[5.71281,44.66587],[5.83888,44.66271],[5.84115,44.70769],[5.96731,44.70438],[5.96968,44.74936],[6.0328,44.74765],[6.03523,44.79264],[6.0984,44.79089],[6.10088,44.83587],[6.41692,44.82658],[6.42515,44.96151],[6.3618,44.96344],[6.3645,45.00842],[6.23768,45.01218],[6.24029,45.05716],[6.30375,45.0553],[6.31174,45.19024],[6.1845,45.19394],[6.19222,45.3289],[6.256,45.32706],[6.25863,45.37204],[6.1948,45.37388],[6.19998,45.46386],[6.07211,45.46743],[6.0746,45.51242],[5.94662,45.51585],[5.88262,45.51751],[5.87795,45.42753],[5.81405,45.42915],[5.81633,45.47414],[5.75238,45.47573],[5.75684,45.56572],[5.69278,45.56728],[5.69716,45.65727],[5.76133,45.65572],[5.76357,45.70071],[5.82779,45.69912]]],[[[8.03425,48.73394],[8.10209,48.73106],[8.10648,48.77593],[8.17438,48.77301],[8.18778,48.90762],[8.25584,48.90465],[8.26492,48.99437],[8.12856,49.00028],[8.133,49.04515],[7.99649,49.05091],[8.00082,49.09578],[7.65912,49.10952],[7.65509,49.06464],[7.58679,49.06727],[7.57886,48.9775],[7.23783,48.99005],[7.2415,49.03494],[7.17322,49.03734],[7.17683,49.08223],[7.04013,49.08691],[7.03314,48.99711],[6.9649,48.99938],[6.96147,48.95448],[6.89328,48.95672],[6.88656,48.8669],[7.0227,48.86239],[7.01577,48.77258],[7.15166,48.76793],[7.15523,48.81283],[7.22322,48.81045],[7.2051,48.58591],[7.1374,48.58828],[7.13386,48.54337],[6.99856,48.548],[6.99513,48.50308],[6.92753,48.50533],[6.92417,48.46041],[6.65393,48.46904],[6.65707,48.51397],[6.58944,48.51603],[6.58636,48.4711],[6.51879,48.47312],[6.51578,48.42819],[6.31319,48.43402],[6.31603,48.47896],[6.24843,48.48083],[6.24565,48.43589],[6.11056,48.43951],[6.1079,48.39456],[5.9729,48.39802],[5.97545,48.44297],[5.90788,48.44465],[5.91287,48.53455],[5.70981,48.53935],[5.70749,48.4944],[5.57222,48.4974],[5.57001,48.45245],[5.43484,48.4553],[5.43275,48.41034],[5.36522,48.4117],[5.36118,48.32178],[5.49602,48.31901],[5.49389,48.27404],[5.56124,48.2726],[5.55906,48.22764],[5.62635,48.22616],[5.61743,48.0463],[5.68449,48.04479],[5.68221,47.99982],[5.74921,47.99827],[5.74455,47.90833],[6.01206,47.90177],[6.01462,47.94674],[6.14846,47.94323],[6.1458,47.89826],[6.27951,47.8946],[6.28229,47.93956],[6.4161,47.93575],[6.41031,47.84583],[6.54388,47.84187],[6.54688,47.88682],[6.68053,47.88271],[6.67742,47.83776],[6.74418,47.83564],[6.74101,47.79069],[6.80771,47.78854],[6.8045,47.74359],[7.0044,47.73692],[6.99092,47.55713],[7.05732,47.55484],[7.05391,47.50989],[7.12024,47.50756],[7.11333,47.41767],[7.17955,47.41531],[7.17604,47.37036],[7.30836,47.36552],[7.31197,47.41047],[7.44437,47.40548],[7.44811,47.45042],[7.58059,47.44527],[7.5883,47.53514],[7.65464,47.53251],[7.66249,47.62236],[7.59603,47.625],[7.6233,47.93947],[7.69015,47.93682],[7.69811,48.02665],[7.63115,48.02931],[7.64298,48.16405],[7.71011,48.16139],[7.72216,48.29612],[7.78946,48.29341],[7.80586,48.47301],[7.87338,48.47026],[7.89012,48.64982],[7.95787,48.64702],[7.96213,48.6919],[8.02992,48.68906],[8.03425,48.73394]]]],"type":"MultiPolygon"}}, +{"properties":{"name":"Ortho HR 2022","id":"fr.orthohr.2022","url":"https://wms.openstreetmap.fr/tms/1.0.0/orthohr_2022/{zoom}/{x}/{y}","attribution":{"required":true,"text":"IGN","url":"https://geoservices.ign.fr/documentation/donnees/ortho/bdortho"},"type":"tms","category":"photo","min_zoom":3,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[-2.2341,46.65072],[-2.24278,46.74056],[-2.30812,46.73756],[-2.31252,46.78248],[-2.44328,46.77635],[-2.42978,46.64161],[-2.2341,46.65072]]],[[[1.99346,44.51448],[2.05637,44.51504],[2.05562,44.56005],[2.24448,44.5615],[2.24267,44.69653],[2.17956,44.69608],[2.17693,44.87614],[2.11362,44.87565],[2.11148,45.01069],[1.85765,45.00838],[1.85857,44.96336],[1.79517,44.9627],[1.7942,45.00771],[1.73075,45.007],[1.72973,45.05202],[1.34874,45.04702],[1.35535,44.82198],[1.22888,44.82003],[1.23171,44.73002],[1.16858,44.729],[1.17005,44.684],[1.10697,44.68293],[1.10848,44.63793],[1.04545,44.63684],[1.04701,44.59184],[0.92107,44.58954],[0.92438,44.49955],[0.98725,44.50071],[0.99045,44.41072],[0.86491,44.40836],[0.8683,44.31838],[0.80564,44.31714],[0.80738,44.27216],[0.87,44.27339],[0.87168,44.2284],[0.80912,44.22717],[0.81085,44.18218],[0.74834,44.18091],[0.75012,44.13593],[0.68766,44.13463],[0.69131,44.04466],[0.75368,44.04596],[0.75722,43.956],[0.69495,43.9547],[0.69677,43.90973],[0.82121,43.91228],[0.82292,43.8673],[0.88509,43.86852],[0.88842,43.77856],[1.19883,43.78414],[1.20025,43.73916],[1.32433,43.74114],[1.32301,43.78612],[1.3851,43.78706],[1.38383,43.83204],[1.50812,43.83381],[1.50695,43.8788],[1.63134,43.88043],[1.62918,43.97041],[1.69148,43.97118],[1.69045,44.01617],[1.7528,44.0169],[1.75181,44.06189],[1.87661,44.06325],[1.87572,44.10824],[2.00063,44.10945],[1.99984,44.15445],[2.06234,44.155],[2.0616,44.2],[1.99905,44.19945],[1.99746,44.28946],[1.93481,44.28887],[1.93141,44.46888],[1.99427,44.46947],[1.99346,44.51448]]],[[[3.94742,44.74009],[3.94817,44.7851],[4.07458,44.78395],[4.07544,44.82896],[4.20195,44.82766],[4.20388,44.91768],[4.33058,44.91624],[4.33271,45.00626],[4.39616,45.00548],[4.39841,45.09551],[4.46196,45.09469],[4.46314,45.13971],[4.52674,45.13885],[4.53044,45.27389],[4.46668,45.27475],[4.46787,45.31976],[4.40406,45.32058],[4.4052,45.36559],[4.34134,45.36638],[4.34242,45.41139],[4.08676,45.41416],[4.08588,45.36914],[4.02201,45.36975],[4.02284,45.41476],[3.51144,45.41826],[3.51186,45.46329],[3.44788,45.46356],[3.44752,45.41854],[3.38359,45.41877],[3.3839,45.4638],[3.25593,45.46416],[3.25573,45.41914],[3.1918,45.41927],[3.19164,45.37424],[3.06388,45.37439],[3.06373,45.23932],[3.19118,45.23918],[3.19102,45.19416],[3.2547,45.19403],[3.25388,45.01395],[3.31735,45.01379],[3.31684,44.92375],[3.3802,44.92355],[3.37959,44.83352],[3.44286,44.83329],[3.4425,44.78827],[3.75855,44.78656],[3.75795,44.74155],[3.94742,44.74009]]],[[[0.57348,48.27545],[0.57141,48.32041],[0.43658,48.31757],[0.42779,48.4974],[0.08963,48.4896],[0.09213,48.44465],[-0.04299,48.44126],[-0.04039,48.39631],[-0.17538,48.39277],[-0.16996,48.30287],[-0.23733,48.30105],[-0.23181,48.21115],[-0.29906,48.20929],[-0.29065,48.07443],[-0.35772,48.07254],[-0.34918,47.93767],[-0.48298,47.93378],[-0.47415,47.79891],[-0.40742,47.80087],[-0.3988,47.66599],[-0.26567,47.66979],[-0.26291,47.62482],[-0.06335,47.63023],[-0.06077,47.58526],[0.07218,47.58867],[0.07465,47.5437],[0.2075,47.54695],[0.20515,47.59193],[0.27164,47.59351],[0.27394,47.54853],[0.40682,47.55156],[0.40463,47.59654],[0.53764,47.59942],[0.53557,47.6444],[0.6687,47.64714],[0.66476,47.73711],[0.73144,47.73842],[0.72953,47.7834],[0.79627,47.78468],[0.79254,47.87464],[0.8594,47.87588],[0.85212,48.0558],[0.91921,48.057],[0.91744,48.10198],[0.98459,48.10315],[0.98287,48.14813],[0.91567,48.14696],[0.91389,48.19193],[0.84663,48.19072],[0.84479,48.2357],[0.71017,48.23316],[0.70821,48.27813],[0.57348,48.27545]]],[[[3.54264,48.61396],[3.54217,48.56899],[3.60994,48.56866],[3.60942,48.52368],[3.74483,48.52291],[3.7442,48.47793],[3.87949,48.47701],[3.881,48.56696],[4.01653,48.56588],[4.01827,48.65582],[4.15402,48.65459],[4.15502,48.69956],[4.29088,48.69816],[4.28756,48.56326],[4.35531,48.5625],[4.35415,48.51753],[4.82795,48.51119],[4.83109,48.60112],[4.89888,48.60006],[4.90051,48.64502],[5.0362,48.64278],[5.04147,48.77765],[4.97345,48.77879],[4.97856,48.91365],[5.04676,48.9125],[5.05564,49.13722],[4.98714,49.13837],[4.98887,49.18331],[5.05742,49.18216],[5.05921,49.22709],[4.9906,49.22825],[4.99233,49.27318],[4.64894,49.27836],[4.65037,49.3233],[4.37537,49.32674],[4.37657,49.37168],[4.30776,49.37245],[4.3089,49.41738],[3.75783,49.42209],[3.75717,49.37715],[3.68834,49.37756],[3.68774,49.33262],[3.61897,49.33299],[3.61682,49.1532],[3.54829,49.15353],[3.54686,49.01866],[3.61522,49.01833],[3.61469,48.97337],[3.54639,48.9737],[3.54592,48.92874],[3.47768,48.92903],[3.47686,48.8391],[3.34062,48.83957],[3.34003,48.74963],[3.40803,48.74942],[3.40698,48.6145],[3.54264,48.61396]]],[[[-0.88203,46.97494],[-0.88526,47.0199],[-0.951,47.01767],[-0.9543,47.06263],[-1.15166,47.0557],[-1.15512,47.10066],[-1.3526,47.09338],[-1.34897,47.04844],[-1.48048,47.0434],[-1.48421,47.08835],[-1.55001,47.08577],[-1.54622,47.04083],[-1.61196,47.03822],[-1.60046,46.9034],[-1.73159,46.89808],[-1.73552,46.94302],[-1.80114,46.9403],[-1.80513,46.98524],[-1.87079,46.98248],[-1.87485,47.02741],[-1.94055,47.02462],[-1.94467,47.06955],[-2.07617,47.06384],[-2.07195,47.01891],[-2.20331,47.01306],[-2.20765,47.05798],[-2.4048,47.04891],[-2.39132,46.91417],[-2.26022,46.92024],[-2.25585,46.87532],[-2.19034,46.8783],[-2.17743,46.74353],[-2.11208,46.74646],[-2.10785,46.70154],[-2.04254,46.70443],[-2.03837,46.6595],[-1.97311,46.66235],[-1.969,46.61742],[-1.90378,46.62023],[-1.88762,46.44049],[-1.7576,46.44598],[-1.75368,46.40104],[-1.68872,46.40373],[-1.68486,46.35879],[-1.55501,46.36406],[-1.55127,46.31911],[-1.48639,46.32168],[-1.4827,46.27673],[-1.35304,46.28177],[-1.34946,46.23681],[-1.09027,46.24643],[-1.09363,46.29139],[-1.02877,46.29371],[-1.03208,46.33867],[-0.96716,46.34095],[-0.9639,46.29599],[-0.76926,46.3026],[-0.76616,46.25763],[-0.70132,46.25975],[-0.70436,46.30473],[-0.50966,46.3109],[-0.51834,46.44583],[-0.58341,46.44381],[-0.60421,46.75863],[-0.66965,46.75656],[-0.67575,46.8465],[-0.74129,46.84439],[-0.74751,46.93432],[-0.81316,46.93217],[-0.81633,46.97713],[-0.88203,46.97494]]]],"type":"MultiPolygon"}}, +{"properties":{"name":"PCRS raster","id":"fr.pcrs","url":"https://wxs.ign.fr/ortho/geoportail/r/wms?LAYERS=PCRS.LAMB93&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","attribution":{"required":true,"text":"PCRS - République Française"},"type":"wms","category":"photo","min_zoom":3,"max_zoom":21,"best":true},"type":"Feature","geometry":{"coordinates":[[[[0.9438,46.3105],[0.94702,46.27554],[1.00911,46.27745],[1.04038,46.34702],[1.12685,46.34956],[1.20274,46.38923],[1.19998,46.44948],[1.16181,46.44821],[1.15813,46.50712],[1.10523,46.54604],[1.03164,46.54383],[0.9231,46.5979],[0.91574,46.73173],[0.82421,46.79537],[0.82007,46.83283],[0.71383,46.90201],[0.71153,46.96168],[0.62782,47.01533],[0.56481,47.01439],[0.56665,46.96827],[0.4995,46.96545],[0.43327,46.93939],[0.34404,46.95572],[0.31736,46.93562],[0.31138,47.05452],[0.27091,47.05546],[0.26493,47.07895],[0.23595,47.07864],[0.20698,47.05984],[0.19824,47.10369],[0.08555,47.13905],[0.0115,47.18284],[-0.04461,47.1328],[-0.04553,47.10682],[-0.40244,47.09931],[-0.40428,47.08083],[-0.53628,47.07926],[-0.56848,47.06485],[-0.5671,47.02348],[-0.60159,47.00718],[-0.82742,47.00279],[-0.85778,46.98616],[-0.90745,46.98334],[-0.90515,46.96011],[-0.83846,46.91929],[-0.83386,46.88063],[-0.78005,46.82748],[-0.7129,46.81583],[-0.73544,46.78718],[-0.7313,46.7582],[-0.67978,46.71943],[-0.65633,46.6317],[-0.63379,46.63265],[-0.61723,46.53307],[-0.65495,46.53307],[-0.64391,46.38828],[-0.5533,46.39114],[-0.55284,46.37432],[-0.56848,46.36289],[-0.61079,46.36067],[-0.65587,46.32606],[-0.7014,46.32321],[-0.76119,46.30859],[-0.76027,46.24215],[-0.72164,46.22402],[0.13063,46.24883],[0.12971,46.29334],[0.9438,46.3105]]],[[[5.98103,45.5195],[5.9877,45.51983],[6.00564,45.53916],[5.97919,45.57603],[5.96723,45.58344],[5.94148,45.61031],[5.94746,45.69229],[6.01852,45.74817],[5.99483,45.74897],[5.99552,45.76293],[5.97574,45.76983],[5.9808,45.79468],[5.95895,45.79581],[5.96056,45.81104],[5.93435,45.81136],[5.9171,45.80446],[5.90537,45.81168],[5.90606,45.82626],[5.8826,45.82738],[5.87548,45.83604],[5.87709,45.85494],[5.86237,45.93273],[5.82442,45.93577],[5.82327,45.92521],[5.83063,45.91721],[5.80235,45.85158],[5.79913,45.83139],[5.78878,45.8253],[5.78671,45.78538],[5.79614,45.76485],[5.81131,45.76309],[5.81269,45.75186],[5.8442,45.71092],[5.84167,45.68844],[5.82005,45.65951],[5.81407,45.58392],[5.83477,45.55381],[5.83615,45.53916],[5.81246,45.51789],[5.85777,45.52031],[5.85915,45.49581],[5.88375,45.49436],[5.9125,45.50371],[5.92124,45.51129],[5.93642,45.51757],[5.96378,45.52353],[5.98103,45.5195]]],[[[6.29287,45.10777],[6.3292,45.11783],[6.35588,45.13762],[6.36876,45.17719],[6.43269,45.1947],[6.44097,45.22807],[6.42533,45.24038],[6.44143,45.25689],[6.44465,45.30997],[6.42625,45.32258],[6.41383,45.33778],[6.43683,45.35362],[6.44005,45.37074],[6.48788,45.41112],[6.49294,45.43243],[6.50536,45.44856],[6.52146,45.43823],[6.55641,45.4605],[6.54261,45.46695],[6.54169,45.47824],[6.60839,45.48404],[6.63184,45.49404],[6.69945,45.4892],[6.76844,45.50016],[6.80478,45.48953],[6.82962,45.45566],[6.86687,45.45792],[6.86917,45.48695],[6.84617,45.54528],[6.83513,45.63315],[6.88941,45.66208],[6.80708,45.72441],[6.80478,45.76967],[6.76982,45.77095],[6.71325,45.72602],[6.68841,45.7273],[6.68841,45.76838],[6.66174,45.79789],[6.59551,45.79308],[6.56331,45.81873],[6.53526,45.86103],[6.56377,45.86359],[6.55641,45.89273],[6.53066,45.89465],[6.47454,45.88472],[6.45017,45.83572],[6.38624,45.77929],[6.32874,45.69711],[6.26251,45.68587],[6.21974,45.61095],[6.24136,45.58295],[6.35772,45.56621],[6.40739,45.54431],[6.3844,45.51112],[6.36186,45.45372],[6.32828,45.42436],[6.29057,45.44372],[6.27217,45.42662],[6.21974,45.42403],[6.20456,45.40628],[6.20686,45.36719],[6.18294,45.31935],[6.16869,45.31514],[6.12959,45.28635],[6.13097,45.2747],[6.14339,45.2611],[6.12729,45.24588],[6.12683,45.23714],[6.14017,45.22418],[6.13649,45.21706],[6.15811,45.20831],[6.16179,45.18886],[6.14477,45.15676],[6.15765,45.14963],[6.17788,45.16617],[6.20456,45.16001],[6.22526,45.14411],[6.24825,45.1506],[6.26251,45.14249],[6.26067,45.12984],[6.29287,45.10777]]],[[[4.25213,47.6729],[2.9052,47.67987],[2.96039,47.56781],[3.04157,47.56175],[3.10435,47.58177],[3.10619,47.53521],[3.13149,47.53397],[3.17012,47.50819],[4.1261,47.50322],[4.22591,47.59635],[4.25213,47.6729]]],[[[-3.13677,47.45348],[-3.27475,47.40121],[-3.27843,47.29401],[-3.08894,47.2628],[-2.87737,47.31896],[-2.84425,47.34639],[-3.07698,47.46841],[-3.12205,47.55229],[-3.01351,47.55974],[-2.88472,47.52745],[-2.85437,47.49017],[-2.76238,47.48209],[-2.51217,47.51502],[-2.50298,47.44353],[-2.29876,47.45162],[-2.29692,47.48644],[-2.09915,47.52745],[-2.07523,47.64161],[-1.8747,47.70108],[-1.65117,47.70355],[-1.61714,47.75615],[-1.45064,47.8161],[-1.39913,47.8198],[-1.28414,47.76975],[-1.23815,47.77408],[-1.12316,47.97645],[-1.0183,47.998],[-1.02106,48.04968],[-1.08545,48.27731],[-1.04681,48.31342],[-1.06521,48.5149],[-1.19215,48.55206],[-1.26574,48.5478],[-1.37981,48.46491],[-1.47364,48.49479],[-1.51411,48.57215],[-1.58402,48.65425],[-1.66497,48.61839],[-1.79007,48.61231],[-1.83975,48.62568],[-1.83147,48.71377],[-2.06971,48.68949],[-2.17274,48.63906],[-2.17274,48.60379],[-2.21505,48.58006],[-2.21046,48.54963],[-2.16262,48.52465],[-2.10559,48.52587],[-2.00164,48.55754],[-1.93541,48.53196],[-1.92897,48.48443],[-1.95289,48.44661],[-1.94553,48.39167],[-1.98325,48.3018],[-2.0596,48.2969],[-2.20034,48.24731],[-2.2031,48.21973],[-2.24173,48.21728],[-2.23897,48.16761],[-2.36131,48.12895],[-2.43398,48.18663],[-2.52413,48.15841],[-2.54621,48.10192],[-2.62164,48.0503],[-2.65108,48.04968],[-2.65383,48.12956],[-2.76146,48.12465],[-2.85253,48.14368],[-2.9022,48.2038],[-2.95003,48.20441],[-2.98223,48.16823],[-3.0503,48.21483],[-3.12481,48.2136],[-3.14229,48.17804],[-3.26003,48.15227],[-3.32994,48.17559],[-3.37594,48.17252],[-3.39249,48.16148],[-3.43849,48.19521],[-3.59671,48.18663],[-3.66478,48.15902],[-3.71261,48.1535],[-3.73837,48.12526],[-3.6381,47.97645],[-3.53875,47.98261],[-3.46332,47.94627],[-3.40629,47.96044],[-3.40905,47.8766],[-3.54795,47.83092],[-3.54335,47.76295],[-3.48448,47.70108],[-3.52864,47.64068],[-3.47436,47.61899],[-3.41687,47.60844],[-3.38422,47.68126],[-3.34374,47.68684],[-3.28211,47.67569],[-3.23796,47.65215],[-3.203,47.6193],[-3.16988,47.60317],[-3.15149,47.56532],[-3.1708,47.53428],[-3.13677,47.45348]]],[[[2.34017,42.79668],[2.34109,42.8338],[2.74399,42.8311],[2.79826,42.88976],[2.8553,42.90324],[3.01351,42.83649],[3.04939,42.83582],[3.07699,42.92075],[3.04663,42.93625],[3.06043,42.98404],[3.09906,43.06071],[3.16069,43.13795],[3.24624,43.21174],[3.19473,43.25329],[3.0871,43.26401],[3.01167,43.28544],[3.00891,43.31959],[2.939,43.32159],[2.90405,43.33096],[2.89853,43.37578],[2.86265,43.37711],[2.86449,43.32895],[2.81114,43.33029],[2.76423,43.25664],[2.69616,43.32561],[2.66948,43.30687],[2.60877,43.30687],[2.56921,43.34769],[2.56094,43.4239],[2.39306,43.42557],[2.25692,43.45829],[2.20402,43.39951],[2.08306,43.40586],[2.01775,43.45863],[2.04673,43.47832],[2.04995,43.51602],[2.00303,43.51302],[1.98831,43.48533],[1.84481,43.57003],[1.69809,43.63764],[1.72937,43.6789],[1.55413,43.89208],[1.55183,43.92389],[1.4764,43.91196],[1.43363,43.87384],[1.34486,43.8934],[1.35176,43.85726],[1.28875,43.85561],[1.28875,43.83968],[1.35498,43.82608],[1.23816,43.77994],[1.15031,43.82575],[0.95345,43.79355],[0.95208,43.76167],[1.0482,43.6962],[1.05326,43.67059],[1.21056,43.57936],[1.06706,43.5507],[0.98335,43.37477],[0.89918,43.41855],[0.75844,43.41287],[0.43786,43.13929],[0.44384,43.10942],[0.54089,43.07381],[0.54779,43.03315],[0.99715,43.04323],[0.99623,43.09464],[1.06614,43.13292],[1.15445,43.14198],[1.25425,43.08322],[1.29565,43.12519],[1.27265,43.15272],[1.23356,43.15137],[1.2216,43.16882],[1.37384,43.20705],[1.3743,43.2419],[1.30623,43.28344],[1.33842,43.31457],[1.41155,43.26401],[1.41753,43.21409],[1.5086,43.21643],[1.5086,43.27038],[1.54493,43.27038],[1.65348,43.23654],[1.74777,43.3333],[1.81216,43.33932],[1.85631,43.43626],[1.91656,43.39884],[1.94324,43.41889],[2.45469,43.2171],[2.27348,43.01028],[2.33373,42.97361],[2.29555,42.93153],[1.93496,43.07482],[1.9345,43.04995],[1.97038,43.03382],[1.96992,42.96621],[1.93726,42.96385],[1.93772,42.9514],[2.34017,42.79668]]],[[[4.27098,47.87027],[4.28501,47.89695],[4.31215,47.89711],[4.31238,47.93241],[4.24707,47.93425],[4.23051,47.97645],[4.19739,47.97984],[4.12012,47.9358],[3.91051,47.93687],[3.91062,47.97307],[3.11838,47.97584],[3.00087,47.91129],[2.99972,47.87768],[4.27098,47.87027]]]],"type":"MultiPolygon"}}, {"properties":{"name":"Rennes - 2014","id":"Rennes_2014","url":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2014/{zoom}/{x}/{y}","attribution":{"required":true,"text":"Rennes Métropole 2014","url":"https://data.rennesmetropole.fr/explore/dataset/orthophotographie-2014/information/"},"type":"tms","category":"historicphoto","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, {"properties":{"name":"Rennes - 2018","id":"Rennes_2018","url":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2018/{zoom}/{x}/{y}","attribution":{"required":true,"text":"Mégalis Bretagne et Collectivités Territoriales Bretonnes 2018","url":"https://data.rennesmetropole.fr/explore/dataset/orthophotographie-2017-2018/information/"},"type":"tms","category":"historicphoto","max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, {"properties":{"name":"Rennes - 2020","id":"Rennes_2020","url":"https://wms.openstreetmap.fr/tms/1.0.0/rennes_2020/{zoom}/{x}/{y}","attribution":{"required":true,"text":"Rennes Métropole - IGNF - 2020","url":"https://data.rennesmetropole.fr/explore/dataset/orthophotographie-2020/information/"},"type":"tms","category":"photo","max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[-2.02016,48.32275],[-1.97926,47.90091],[-1.42076,47.92383],[-1.45624,48.34589],[-2.02016,48.32275]]],"type":"Polygon"}}, @@ -548,6 +556,7 @@ {"properties":{"name":"Saint Johns County Infrared Orthoimagery (2021)","id":"Saint_Johns_Ortho_CIR_2021","url":"https://www.gis.sjcfl.us/portal_sjcgis/rest/services/Imagery_2021_cir/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":false,"text":"Saint Johns County GIS","url":"https://www.sjcfl.us/GIS/index.aspx"},"type":"tms","category":"photo","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[-81.60172,29.96152],[-81.55467,29.61383],[-81.31862,29.61478],[-81.31851,29.62861],[-81.30255,29.62866],[-81.30286,29.64208],[-81.25476,29.64302],[-81.25524,29.65464],[-81.20855,29.65617],[-81.3203,30.2611],[-81.44677,30.26085],[-81.44662,30.13673],[-81.50903,30.13727],[-81.50946,30.15077],[-81.58879,30.15028],[-81.58878,30.13628],[-81.65218,30.13561],[-81.68584,30.03107],[-81.60172,29.96152]]],"type":"Polygon"}}, {"properties":{"name":"Saint Lucie County Orthoimagery (2021)","id":"Saint_Lucie_Ortho_2021","url":"https://tiles.arcgis.com/tiles/UZU5YYWrSlE9YWnx/arcgis/rest/services/2021_Aerial_Imagery/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":false,"text":"Saint Lucie County Property Appraiser’s Office","url":"https://www.paslc.gov/"},"type":"tms","category":"historicphoto","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, {"properties":{"name":"Saint Lucie County Orthoimagery (2023)","id":"Saint_Lucie_Ortho_2023","url":"https://tiles.arcgis.com/tiles/UZU5YYWrSlE9YWnx/arcgis/rest/services/2023_Aerial_Imagery/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":false,"text":"Saint Lucie County Property Appraiser’s Office","url":"https://www.paslc.gov/"},"type":"tms","category":"photo","max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, +{"properties":{"name":"Sarasota County Orthoimagery (2023)","id":"Sarasota_Ortho_2023","url":"https://ags3.scgov.net/agsfed/rest/services/ImageServices/SC2023WM/ImageServer/WMTS/tile/1.0.0/ImageServices_SC2023WM/default/default028mm/{zoom}/{y}/{x}","attribution":{"required":false,"text":"Sarasota County GIS","url":"https://data-sarco.opendata.arcgis.com/"},"type":"tms","category":"photo","min_zoom":8,"max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[-82.23475,27.40096],[-82.65082,27.39964],[-82.40258,26.93293],[-82.24912,26.93328],[-82.24933,27.02957],[-82.0343,27.02979],[-82.03436,27.22235],[-82.23438,27.22216],[-82.23475,27.40096]]],"type":"Polygon"}}, {"properties":{"name":"Seminole County Orthoimagery (2021)","id":"Seminole_Ortho_2021","url":"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}","attribution":{"required":false,"text":"Seminole County GIS","url":"https://maps2.scpafl.org/SCPAExternal/"},"type":"wms","category":"historicphoto","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-81.45946,28.72408],[-81.45972,28.63987],[-81.362,28.64017],[-81.36198,28.63692],[-81.33388,28.63696],[-81.33385,28.61057],[-80.98709,28.61293],[-80.98709,28.63693],[-81.00331,28.637],[-81.00331,28.6805],[-81.01988,28.68059],[-81.01986,28.69501],[-81.00333,28.69501],[-81.00333,28.70098],[-81.02097,28.70099],[-81.02097,28.72408],[-81.03636,28.72409],[-81.05676,28.7877],[-81.05677,28.80228],[-81.06738,28.80228],[-81.06739,28.81119],[-81.06944,28.81119],[-81.06945,28.82572],[-81.10248,28.82571],[-81.10248,28.82889],[-81.13554,28.82887],[-81.13554,28.81121],[-81.15207,28.81119],[-81.15203,28.79664],[-81.20161,28.79669],[-81.20164,28.81122],[-81.21814,28.81121],[-81.21818,28.8232],[-81.30074,28.82571],[-81.30079,28.84027],[-81.31726,28.84023],[-81.31731,28.85479],[-81.35032,28.85476],[-81.35031,28.87371],[-81.36304,28.87369],[-81.36301,28.87847],[-81.36708,28.87849],[-81.36708,28.87364],[-81.3834,28.8736],[-81.3834,28.86934],[-81.39999,28.86928],[-81.39995,28.85481],[-81.41649,28.85473],[-81.41644,28.82576],[-81.41981,28.82573],[-81.4197,28.79666],[-81.4165,28.79667],[-81.41645,28.75314],[-81.43302,28.75311],[-81.43302,28.72411],[-81.45946,28.72408]]],"type":"Polygon"}}, {"properties":{"name":"Seminole County Orthoimagery (2023)","id":"Seminole_Ortho_2023","url":"https://seminolearcgis.seminolecountyfl.gov:6443/arcgis/rest/services/Aerials2023/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":false,"text":"Seminole County GIS","url":"https://maps2.scpafl.org/SCPAExternal/"},"type":"tms","category":"photo","max_zoom":23},"type":"Feature","geometry":{"coordinates":[[[-81.45946,28.72408],[-81.45972,28.63987],[-81.362,28.64017],[-81.36198,28.63692],[-81.33388,28.63696],[-81.33385,28.61057],[-80.98709,28.61293],[-80.98709,28.63693],[-81.00331,28.637],[-81.00331,28.6805],[-81.01988,28.68059],[-81.01986,28.69501],[-81.00333,28.69501],[-81.00333,28.70098],[-81.02097,28.70099],[-81.02097,28.72408],[-81.03636,28.72409],[-81.05676,28.7877],[-81.05677,28.80228],[-81.06738,28.80228],[-81.06739,28.81119],[-81.06944,28.81119],[-81.06945,28.82572],[-81.10248,28.82571],[-81.10248,28.82889],[-81.13554,28.82887],[-81.13554,28.81121],[-81.15207,28.81119],[-81.15203,28.79664],[-81.20161,28.79669],[-81.20164,28.81122],[-81.21814,28.81121],[-81.21818,28.8232],[-81.30074,28.82571],[-81.30079,28.84027],[-81.31726,28.84023],[-81.31731,28.85479],[-81.35032,28.85476],[-81.35031,28.87371],[-81.36304,28.87369],[-81.36301,28.87847],[-81.36708,28.87849],[-81.36708,28.87364],[-81.3834,28.8736],[-81.3834,28.86934],[-81.39999,28.86928],[-81.39995,28.85481],[-81.41649,28.85473],[-81.41644,28.82576],[-81.41981,28.82573],[-81.4197,28.79666],[-81.4165,28.79667],[-81.41645,28.75314],[-81.43302,28.75311],[-81.43302,28.72411],[-81.45946,28.72408]]],"type":"Polygon"}}, {"properties":{"name":"Sumter County Orthoimagery (2021)","id":"Sumter_Ortho_2021","url":"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}","attribution":{"required":false,"text":"Sumter County GIS, Sumter County Board of County Commissioners","url":"https://data2-sumtercountygis.opendata.arcgis.com/"},"type":"wms","category":"photo","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, @@ -575,7 +584,8 @@ {"properties":{"name":"Dakota County GIS 2017 Fall Leaf-Off 6-Inch","id":"DCGIS-County-Imagery-2017-Fall-Leaf-Off-6-Inch","url":"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","attribution":{"required":false,"text":"Dakota County GIS","url":"https://dakotacounty.us"},"type":"wms","category":"photo","min_zoom":4,"max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, {"properties":{"name":"Dakota County GIS 2019 Spring Leaf-Off 6-Inch","id":"DCGIS-County-Imagery-2019-Spring-Leaf-Off-6-Inch","url":"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","attribution":{"required":false,"text":"Dakota County GIS","url":"https://dakotacounty.us"},"type":"wms","category":"photo","min_zoom":5,"max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, {"properties":{"name":"Hennepin County Orthoimagery (2020)","id":"Hennepin_Ortho_2020","url":"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}","attribution":{"required":false,"text":"Hennepin County GIS","url":"https://gis-hennepin.hub.arcgis.com/"},"type":"wms","category":"historicphoto","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, -{"properties":{"name":"Hennepin County Orthoimagery (2021)","id":"Hennepin_Ortho_2021","url":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2021/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","attribution":{"required":false,"text":"Hennepin County GIS","url":"https://gis-hennepin.hub.arcgis.com/"},"type":"wms","category":"photo","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, +{"properties":{"name":"Hennepin County Orthoimagery (2021)","id":"Hennepin_Ortho_2021","url":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2021/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","attribution":{"required":false,"text":"Hennepin County GIS","url":"https://gis-hennepin.hub.arcgis.com/"},"type":"wms","category":"historicphoto","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, +{"properties":{"name":"Hennepin County Orthoimagery (2022)","id":"Hennepin_Ortho_2022","url":"https://gis.hennepin.us/arcgis/services/Imagery/UTM_Aerial_2022/MapServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=1&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}","attribution":{"required":false,"text":"Hennepin County GIS","url":"https://gis-hennepin.hub.arcgis.com/"},"type":"wms","category":"photo","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, {"properties":{"name":"Minnesota Composite Image Service","id":"Minnesota-Composite-Image-Service","url":"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","attribution":{"required":false,"text":"MnGeo","url":"https://www.mngeo.state.mn.us/chouse/wms/composite_image.html"},"type":"wms","category":"photo","min_zoom":3,"max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, {"properties":{"name":"City of Bozeman Aerial Photography (2021)","id":"Bozeman_MT_2021","url":"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}","attribution":{"required":false,"text":"City of Bozeman GIS Department","url":"https://public-bozeman.opendata.arcgis.com/"},"type":"wms","category":"photo","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, {"properties":{"name":"Mecklenburg County Orthoimagery (2021)","id":"Mecklenburg_NC_2021","url":"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}","attribution":{"required":false,"text":"Mecklenburg County GIS","url":"https://www.mecknc.gov/LUESA/GIS/Pages/GIS-Data-Center.aspx"},"type":"wms","category":"historicphoto","max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, @@ -610,6 +620,7 @@ {"properties":{"name":"Ohio Statewide Imagery Program 1-Foot","id":"OSIP_1ft","url":"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","attribution":{"required":false,"text":"Ohio Statewide Imagery Program","url":"https://das.ohio.gov/technology-and-strategy/ogrip/projects/osip"},"type":"wms","category":"photo","min_zoom":8,"max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, {"properties":{"name":"Ohio Statewide Imagery Program 6-Inch","id":"OSIP_6in","url":"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","attribution":{"required":false,"text":"Ohio Statewide Imagery Program","url":"https://das.ohio.gov/technology-and-strategy/ogrip/projects/osip"},"type":"wms","category":"photo","min_zoom":8,"max_zoom":20},"type":"Feature","geometry":{"coordinates":[[[[-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]],[[-83.5405,40.49627],[-83.56862,40.24514],[-83.99449,40.28677],[-83.99293,40.30123],[-83.97487,40.52076],[-83.5405,40.49627]]]],"type":"MultiPolygon"}}, {"properties":{"name":"Wood County Orthoimagery (2020)","id":"Wood_OH_2020","url":"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}","attribution":{"required":false,"text":"Wood County, State of Ohio","url":"https://www.co.wood.oh.us/"},"type":"wms","category":"photo","max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, +{"properties":{"name":"Oregon DOGAMI Lidar","id":"DOGAMI-Lidar","url":"https://gis.dogami.oregon.gov/arcgis/services/lidar/DIGITAL_TERRAIN_MODEL_MOSAIC_HS/ImageServer/WMSServer?LAYERS=0&STYLES=&CRS={proj}&BBOX={bbox}&FORMAT=image/jpeg&WIDTH={width}&HEIGHT={height}&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap","attribution":{"required":false,"text":"Oregon Department of Geology and Mineral Industries","url":"https://www.oregon.gov/dogami"},"type":"wms","category":"elevation","min_zoom":6,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[[-120.39105,43.30612],[-120.38575,43.26575],[-120.30501,43.25148],[-120.31683,43.32733],[-120.39105,43.30612]]],[[[-121.99035,46.41838],[-122.00891,46.41777],[-122.0087,46.43306],[-122.02909,46.43368],[-122.02909,46.44693],[-122.10494,46.44652],[-122.1082,46.38698],[-122.13063,46.38576],[-122.13022,46.36252],[-122.0715,46.35885],[-122.06497,46.34091],[-122.04703,46.33968],[-122.04948,46.32133],[-121.97934,46.28178],[-121.92388,46.2932],[-121.92429,46.34417],[-121.8725,46.38168],[-121.87169,46.39596],[-121.8411,46.41267],[-121.84274,46.43551],[-121.79788,46.42899],[-121.78687,46.48771],[-121.81664,46.49341],[-121.83662,46.47629],[-121.8986,46.46772],[-121.93041,46.48037],[-121.93041,46.49423],[-121.99198,46.49637],[-121.99035,46.41838]]],[[[-117.76384,42.82046],[-117.73448,42.75521],[-117.48818,42.71607],[-117.29081,42.72667],[-117.02168,42.82127],[-117.02168,43.26738],[-117.05757,43.27717],[-117.32915,43.14994],[-117.43109,42.95421],[-117.59665,42.94932],[-117.65985,42.91649],[-117.68381,42.99743],[-117.64303,43.174],[-117.46279,43.18134],[-117.45382,43.25026],[-117.65282,43.25148],[-117.69278,43.1479],[-117.7254,43.13975],[-117.74742,42.97827],[-117.77189,42.97093],[-117.76384,42.82046]]],[[[-118.19934,43.18746],[-118.28375,43.08103],[-118.10311,43.01905],[-118.0815,43.14954],[-118.19934,43.18746]]],[[[-120.11223,42.07688],[-120.0217,41.99512],[-119.83779,41.99634],[-119.84065,42.10522],[-119.86675,42.10562],[-119.89203,42.0783],[-119.9585,42.0783],[-119.95646,42.04201],[-119.99642,42.0416],[-119.99805,42.0783],[-119.9589,42.10644],[-119.89978,42.23815],[-119.94708,42.25569],[-120.01803,42.26343],[-120.0633,42.25446],[-120.08083,42.22551],[-120.08083,42.20471],[-120.11835,42.13743],[-120.13466,42.12112],[-120.11223,42.09584],[-120.11223,42.07688]]],[[[-120.12181,43.63805],[-120.21193,43.55691],[-120.01212,43.46393],[-119.88408,43.49819],[-119.88815,43.59116],[-119.99051,43.63642],[-120.12181,43.63805]]],[[[-122.80829,45.97428],[-122.82884,46.02948],[-122.77871,46.03025],[-122.77462,46.03857],[-122.77222,46.03363],[-122.76875,46.03128],[-122.76332,46.03064],[-122.75735,46.03272],[-122.75326,46.02987],[-122.74858,46.03006],[-122.74755,46.03142],[-122.74858,46.03623],[-122.75326,46.03986],[-122.7584,46.04076],[-122.7641,46.0387],[-122.77014,46.04986],[-122.84014,46.05882],[-122.86244,46.11272],[-122.87673,46.11817],[-122.88049,46.12609],[-122.81413,46.1183],[-122.81387,46.13337],[-122.89257,46.15259],[-122.88348,46.19128],[-122.87712,46.19362],[-122.87153,46.18518],[-122.85712,46.18973],[-122.85816,46.20843],[-122.8701,46.21245],[-122.87608,46.20453],[-122.88049,46.20414],[-122.86569,46.26868],[-122.89634,46.31777],[-122.88718,46.32628],[-122.8855,46.33196],[-122.8814,46.32725],[-122.8619,46.3286],[-122.86226,46.33316],[-122.87406,46.33402],[-122.88384,46.3419],[-122.89266,46.34102],[-122.89536,46.33892],[-122.89851,46.33066],[-122.90095,46.32952],[-122.90484,46.32881],[-122.90867,46.32602],[-122.90971,46.32394],[-122.91471,46.32037],[-122.91731,46.32368],[-122.92302,46.31985],[-122.9301,46.32037],[-122.95289,46.28479],[-122.94705,46.26615],[-122.92432,46.24798],[-122.92462,46.23514],[-122.92737,46.21699],[-122.93211,46.21557],[-122.93145,46.21037],[-122.92849,46.2094],[-122.9312,46.19232],[-122.93155,46.15603],[-122.94944,46.16006],[-122.99012,46.18585],[-123.0178,46.18784],[-123.00271,46.20145],[-123.0207,46.21332],[-123.02631,46.20924],[-123.02233,46.20343],[-123.02906,46.19314],[-123.03085,46.19288],[-123.03503,46.19095],[-123.04915,46.1991],[-123.05659,46.19293],[-123.11133,46.19515],[-123.10914,46.20845],[-123.11266,46.21386],[-123.11781,46.21365],[-123.11888,46.19948],[-123.12168,46.19989],[-123.1229,46.20509],[-123.13024,46.21666],[-123.13646,46.24296],[-123.1358,46.25153],[-123.14054,46.25219],[-123.14268,46.24169],[-123.13876,46.22594],[-123.13896,46.21462],[-123.13019,46.203],[-123.13203,46.19597],[-123.14905,46.19653],[-123.15089,46.19918],[-123.14141,46.21223],[-123.14706,46.23669],[-123.15415,46.23583],[-123.14956,46.21763],[-123.15792,46.20264],[-123.16903,46.19678],[-123.18381,46.19678],[-123.20767,46.22054],[-123.21633,46.2186],[-123.19722,46.19546],[-123.26705,46.15881],[-123.31762,46.16778],[-123.34453,46.19959],[-123.34453,46.2159],[-123.40427,46.30459],[-123.40488,46.31295],[-123.44158,46.33905],[-123.47176,46.34475],[-123.51855,46.38859],[-123.52997,47.38683],[-124.32269,47.37704],[-124.61955,41.96502],[-121.95431,42.00253],[-121.96125,41.79171],[-120.92631,41.77948],[-120.91407,42.1318],[-120.75096,42.13261],[-120.74933,42.23864],[-120.29751,42.23701],[-120.29751,42.635],[-120.75259,42.63989],[-120.75422,42.91555],[-120.60416,42.92044],[-120.59927,43.24911],[-120.5487,43.24911],[-120.55033,43.3323],[-120.59927,43.33067],[-120.6009,43.96802],[-120.06319,43.96287],[-120.06381,43.93841],[-120.00351,43.93744],[-120.00147,43.96272],[-119.78004,43.96027],[-119.77841,43.80043],[-119.83892,43.79772],[-119.84544,43.21379],[-119.36997,43.22031],[-119.35121,42.74321],[-118.52098,42.753],[-118.54381,43.56366],[-118.81621,43.55877],[-118.81132,43.74308],[-119.05924,43.74797],[-119.05272,43.79201],[-119.40993,43.79201],[-119.40749,43.95757],[-119.08045,43.95594],[-119.0829,43.91109],[-118.26326,43.90538],[-118.29752,43.71127],[-117.27644,43.68844],[-117.28541,43.57834],[-116.92983,43.56611],[-116.8915,44.24465],[-117.76659,44.27564],[-117.74824,44.68219],[-117.70746,44.67893],[-117.70094,44.81839],[-117.53701,44.82002],[-117.56066,44.2948],[-116.87886,44.27686],[-116.8446,44.81676],[-116.45477,45.60907],[-116.54155,45.75541],[-116.79029,45.86714],[-116.95993,46.08734],[-116.91018,46.16645],[-117.00155,46.33897],[-117.04992,46.34707],[-117.03397,46.39198],[-117.03172,46.39703],[-117.02912,46.40809],[-117.02061,46.4114],[-117.00216,46.40936],[-116.9886,46.41079],[-116.98717,46.41339],[-116.98024,46.41589],[-116.97387,46.41991],[-116.9493,46.42399],[-116.92264,46.42114],[-116.80171,46.42091],[-116.67813,46.50351],[-117.1983,46.43062],[-117.19759,46.44876],[-117.22899,46.47466],[-117.22328,46.49994],[-117.24693,46.49974],[-117.24621,46.46609],[-117.21991,46.44632],[-117.22501,46.40452],[-117.18647,46.40493],[-117.1459,46.42287],[-117.08868,46.4126],[-117.07304,46.41764],[-117.04301,46.41581],[-117.04684,46.39909],[-117.05418,46.38176],[-117.0658,46.37299],[-117.06977,46.36514],[-117.07028,46.35556],[-117.06814,46.34924],[-117.07314,46.33405],[-116.97395,46.153],[-117.02329,46.05676],[-116.92216,45.99519],[-117.06488,45.7073],[-117.05509,45.65347],[-117.11381,45.65021],[-117.11381,45.59312],[-117.15276,45.59873],[-117.15051,45.4928],[-117.27387,45.44887],[-117.72752,45.73054],[-117.71284,45.84227],[-117.6219,45.84961],[-117.58194,45.90507],[-117.49345,45.91771],[-117.49223,45.954],[-117.65942,45.98336],[-117.77971,45.9434],[-117.88696,45.86103],[-117.99094,45.86184],[-118.0515,45.823],[-118.12796,45.81852],[-118.12755,45.75898],[-118.16914,45.76143],[-118.16792,45.77203],[-118.1879,45.77122],[-118.19157,45.75123],[-118.17485,45.7443],[-118.13061,45.74104],[-118.1039,45.73941],[-118.09024,45.73533],[-118.09003,45.72697],[-118.1249,45.70332],[-118.17587,45.66152],[-118.20217,45.67274],[-118.23398,45.65622],[-118.26456,45.68048],[-118.29168,45.65745],[-118.28597,45.61993],[-118.26599,45.59709],[-118.29698,45.56529],[-118.34714,45.63176],[-118.34102,45.69659],[-118.31044,45.69537],[-118.30921,45.70434],[-118.2978,45.70393],[-118.29657,45.71576],[-118.26191,45.71698],[-118.26089,45.73594],[-118.27843,45.74104],[-118.43782,45.69608],[-118.71042,45.6864],[-118.68401,45.70016],[-118.5499,45.7493],[-118.45984,45.79721],[-118.41253,45.80781],[-118.37176,45.86735],[-118.36075,45.89793],[-118.29856,45.88876],[-118.2273,45.85675],[-118.21986,45.85053],[-118.16012,45.82209],[-118.15105,45.82219],[-118.1485,45.82412],[-118.14911,45.82769],[-118.15594,45.8283],[-118.21211,45.85563],[-118.21792,45.86164],[-118.29183,45.89763],[-118.29,45.90843],[-118.35524,45.91659],[-118.3634,45.9961],[-118.28979,45.99937],[-118.19886,46.05768],[-118.13117,46.23832],[-118.26818,46.26238],[-118.34444,46.10987],[-118.26696,46.09377],[-118.26308,46.0795],[-118.2694,46.06339],[-118.30672,46.0271],[-118.54037,46.02343],[-118.79075,46.04912],[-118.84009,45.97898],[-118.47554,45.89375],[-118.48777,45.83829],[-118.54894,45.78855],[-118.65822,45.86684],[-118.68432,45.85542],[-118.58401,45.77305],[-118.75527,45.69883],[-118.75446,45.72575],[-118.78219,45.72819],[-118.78055,45.78365],[-118.79768,45.82851],[-118.83927,45.84074],[-118.88005,45.87255],[-118.92572,45.89212],[-118.95386,45.91129],[-118.99872,45.91781],[-119.03705,45.90476],[-119.05947,45.91985],[-118.97017,45.95573],[-118.95508,45.98428],[-118.95671,46.00752],[-118.93021,46.02465],[-118.92939,46.02964],[-118.93388,46.03872],[-118.93113,46.0482],[-118.91614,46.05482],[-118.87027,46.04973],[-118.84315,46.06115],[-118.84743,46.07644],[-118.89392,46.07317],[-118.92613,46.13842],[-118.93327,46.20489],[-118.9939,46.20899],[-118.96943,46.23346],[-118.81784,46.24803],[-118.63016,46.38607],[-118.60488,46.50025],[-118.62445,46.49943],[-118.86708,46.26037],[-118.9837,46.24008],[-119.03427,46.21521],[-119.04854,46.21276],[-119.08198,46.22867],[-119.1095,46.22826],[-119.13519,46.23866],[-119.14743,46.23906],[-119.15579,46.25033],[-119.21762,46.25221],[-119.23617,46.27026],[-119.2363,46.27747],[-119.24935,46.27869],[-119.23263,46.31539],[-119.24975,46.36188],[-119.24812,46.4993],[-119.27422,46.4993],[-119.2681,46.46423],[-119.2889,46.40184],[-119.31418,46.36841],[-119.30694,46.31641],[-119.31979,46.3159],[-119.35353,46.34251],[-119.37504,46.35485],[-119.39161,46.36079],[-119.39518,46.37095],[-119.40277,46.37534],[-119.42209,46.37503],[-119.40463,46.36395],[-119.39612,46.33092],[-119.37377,46.31091],[-119.35725,46.30013],[-119.33577,46.28384],[-119.32384,46.27044],[-119.29219,46.25091],[-119.26349,46.23104],[-119.21879,46.21457],[-119.20059,46.21253],[-119.15818,46.20269],[-118.98982,46.12104],[-118.94496,46.05294],[-119.03366,45.97342],[-119.11113,45.93591],[-119.2664,45.9406],[-119.94473,45.83315],[-120.14516,45.77137],[-120.20795,45.72896],[-120.47199,45.69246],[-120.60768,45.7521],[-120.87355,45.66096],[-120.87304,45.75088],[-121.70413,45.76839],[-121.70608,45.7828],[-121.73738,45.78735],[-121.75984,45.82605],[-121.78945,45.85384],[-121.78173,45.86416],[-121.79643,45.99649],[-121.98301,46.01506],[-122.00188,45.98597],[-122.00201,45.97857],[-122.01356,45.97727],[-122.0146,45.96766],[-122.02006,45.96714],[-122.0211,45.95857],[-122.04424,45.9589],[-122.04463,45.95201],[-122.03859,45.9474],[-122.04184,45.93669],[-122.04859,45.93227],[-122.05908,45.93208],[-122.06427,45.91383],[-122.07281,45.91026],[-122.06255,45.905],[-122.06716,45.88909],[-122.08346,45.88474],[-122.08534,45.8726],[-122.09177,45.86793],[-122.09203,45.86293],[-122.08814,45.86059],[-122.08437,45.84786],[-122.09418,45.84169],[-122.08392,45.82663],[-122.08898,45.81351],[-122.0808,45.81222],[-122.07859,45.80533],[-122.04457,45.79209],[-122.03411,45.80027],[-122.0147,45.79404],[-121.986,45.79352],[-121.9636,45.77865],[-121.85822,45.78131],[-121.85796,45.77248],[-121.83796,45.77248],[-121.8377,45.75092],[-122.17066,45.75066],[-122.16833,45.72339],[-122.24495,45.72391],[-122.24131,46.0574],[-122.28313,46.05766],[-122.33767,45.96052],[-122.51194,45.98208],[-122.55921,45.95195],[-122.58259,45.95506],[-122.61298,45.93688],[-122.69609,45.9452],[-122.74388,45.93065],[-122.80829,45.97428]],[[-123.81087,42.32575],[-123.81934,42.48305],[-123.78722,42.48305],[-123.78784,42.50507],[-123.74762,42.51562],[-123.74701,42.51011],[-123.75526,42.50797],[-123.75266,42.50476],[-123.74273,42.50247],[-123.73064,42.51378],[-123.70144,42.51593],[-123.70404,42.53535],[-123.65312,42.57617],[-123.63752,42.59422],[-123.61122,42.59483],[-123.61909,42.56933],[-123.61879,42.56016],[-123.61022,42.54792],[-123.58637,42.54395],[-123.58392,42.47666],[-123.5249,42.47605],[-123.5249,42.44333],[-123.5197,42.42253],[-123.56343,42.37971],[-123.5827,42.37452],[-123.58606,42.34424],[-123.60564,42.332],[-123.71941,42.32833],[-123.74265,42.33873],[-123.74785,42.3476],[-123.74877,42.35861],[-123.75779,42.37306],[-123.77874,42.37421],[-123.78287,42.36672],[-123.78317,42.35647],[-123.77835,42.35624],[-123.77828,42.34944],[-123.77056,42.34279],[-123.77033,42.33277],[-123.77514,42.32948],[-123.77514,42.32688],[-123.81087,42.32575]],[[-123.91254,42.56054],[-123.91881,42.67599],[-123.86682,42.67905],[-123.8396,42.65856],[-123.83379,42.62522],[-123.81146,42.60167],[-123.83899,42.57996],[-123.84969,42.56344],[-123.91254,42.56054]],[[-122.20828,45.20248],[-122.1673,45.25753],[-122.14712,45.25753],[-122.13305,45.26976],[-122.1251,45.27221],[-122.12571,45.33093],[-122.06454,45.33215],[-122.06271,45.34622],[-122.00399,45.345],[-121.97034,45.32848],[-121.96545,45.3083],[-121.95261,45.3083],[-121.9471,45.30035],[-121.94771,45.26303],[-121.93487,45.26365],[-121.8633,45.21716],[-121.81682,45.19392],[-121.78562,45.15538],[-121.78746,45.14131],[-121.82538,45.14437],[-121.82477,45.11318],[-121.84679,45.11318],[-121.84618,45.09727],[-121.88716,45.09972],[-121.88777,45.09054],[-121.96851,45.09299],[-121.96851,45.09972],[-122.02906,45.10094],[-122.02845,45.11623],[-122.05047,45.1144],[-122.04925,45.14315],[-122.09941,45.17434],[-122.13488,45.17495],[-122.14773,45.18291],[-122.1465,45.20126],[-122.20828,45.20248]],[[-121.91896,45.34744],[-121.91958,45.35723],[-121.84189,45.35907],[-121.79785,45.33827],[-121.83455,45.31992],[-121.87982,45.31747],[-121.89756,45.33643],[-121.91896,45.34744]],[[-121.58071,45.29117],[-121.52872,45.34072],[-121.5434,45.40983],[-121.52872,45.42757],[-121.52016,45.51321],[-121.44798,45.50525],[-121.48529,45.4869],[-121.47918,45.4606],[-121.44309,45.45999],[-121.48285,45.43369],[-121.47734,45.34867],[-121.42963,45.34989],[-121.40883,45.36396],[-121.29017,45.34928],[-121.27916,45.33705],[-121.20087,45.35845],[-121.1868,45.33399],[-121.16539,45.32053],[-121.19903,45.30035],[-121.25714,45.30096],[-121.25714,45.26303],[-121.33176,45.27282],[-121.35562,45.25692],[-121.45593,45.28322],[-121.45777,45.2716],[-121.4859,45.28322],[-121.54218,45.27099],[-121.55441,45.28872],[-121.58071,45.29117]],[[-121.04336,45.31136],[-121.05927,45.36335],[-120.9455,45.42635],[-120.94611,45.44776],[-120.90268,45.47895],[-120.91063,45.51259],[-120.84641,45.51076],[-120.87699,45.40127],[-120.92898,45.35784],[-120.96874,45.33093],[-121.04336,45.31136]],[[-122.25141,45.13107],[-122.2251,45.17327],[-122.17128,45.17205],[-122.17128,45.14208],[-122.13335,45.14147],[-122.09115,45.11578],[-122.0887,45.08519],[-122.07219,45.08519],[-122.0728,45.0699],[-122.01591,45.06807],[-121.94863,45.05277],[-121.92478,45.05277],[-121.88746,45.06623],[-121.82691,45.06745],[-121.79694,45.09865],[-121.72782,45.09926],[-121.71926,45.14819],[-121.66849,45.13107],[-121.60916,45.13168],[-121.3963,45.08152],[-121.20362,45.08213],[-121.17181,45.10293],[-121.17059,45.14758],[-121.12563,45.15034],[-121.1501,45.1011],[-121.1241,45.02556],[-121.06691,45.0251],[-121.10484,44.91714],[-121.14612,44.85536],[-121.27977,44.8],[-121.29292,44.76789],[-121.26142,44.7159],[-121.24338,44.69388],[-121.29231,44.63149],[-121.29201,44.60243],[-121.31647,44.59479],[-121.35348,44.59509],[-121.36632,44.60121],[-121.40669,44.60672],[-121.44309,44.60335],[-121.46847,44.63271],[-121.48315,44.62751],[-121.55655,44.67706],[-121.61344,44.64831],[-121.59876,44.6214],[-121.62322,44.57552],[-121.64891,44.56879],[-121.68317,44.59815],[-121.68133,44.65626],[-121.69662,44.67155],[-121.69785,44.69113],[-121.71436,44.71926],[-121.80611,44.72844],[-121.83058,44.71376],[-121.89419,44.72049],[-121.93946,44.71376],[-122.0153,44.74923],[-122.11195,44.73578],[-122.14375,44.75535],[-122.15904,44.8],[-122.13886,44.82692],[-122.14069,44.85016],[-122.12907,44.86056],[-122.1358,44.86851],[-122.20553,44.86545],[-122.1988,44.88197],[-122.24651,44.89603],[-122.23183,44.95904],[-122.20186,44.98411],[-122.20064,45.00858],[-122.22877,45.01164],[-122.22877,45.05323],[-122.24162,45.05384],[-122.24162,45.08504],[-122.25018,45.08565],[-122.25141,45.13107]],[[-122.59669,44.31281],[-122.57712,44.35349],[-122.54653,44.37612],[-122.50831,44.36419],[-122.50616,44.37765],[-122.382,44.38896],[-122.35019,44.37612],[-122.34683,44.36358],[-122.28077,44.35532],[-122.27312,44.38682],[-122.22816,44.38743],[-122.21776,44.37826],[-122.18596,44.37948],[-122.17281,44.40242],[-122.13121,44.39691],[-122.12387,44.35043],[-122.20584,44.31679],[-122.25232,44.32902],[-122.29208,44.27336],[-122.35814,44.26602],[-122.4138,44.29599],[-122.45173,44.26663],[-122.59669,44.31281]],[[-122.4872,44.41221],[-122.45111,44.4379],[-122.36976,44.45502],[-122.33184,44.48744],[-122.3141,44.48499],[-122.2982,44.45013],[-122.28474,44.44952],[-122.26456,44.46787],[-122.23764,44.47398],[-122.21012,44.47215],[-122.19177,44.4434],[-122.17525,44.44157],[-122.16547,44.41526],[-122.17525,44.40548],[-122.19483,44.42199],[-122.27862,44.41955],[-122.27985,44.42994],[-122.31043,44.44034],[-122.38934,44.41526],[-122.4872,44.41221]],[[-122.35929,43.70504],[-122.18833,43.61329],[-122.08526,43.58944],[-122.129,43.55763],[-122.192,43.57751],[-122.22625,43.56528],[-122.27518,43.56925],[-122.33513,43.56253],[-122.34675,43.62644],[-122.37274,43.64449],[-122.37641,43.65642],[-122.3859,43.66651],[-122.38406,43.6766],[-122.36112,43.67446],[-122.35929,43.70504]],[[-122.9146,43.99352],[-122.88326,43.96691],[-122.86919,43.94398],[-122.88058,43.94841],[-122.90826,43.97938],[-122.9146,43.99352]],[[-122.87599,43.98144],[-122.81383,43.96959],[-122.80902,43.96554],[-122.81529,43.96064],[-122.8581,43.97395],[-122.86927,43.97486],[-122.87599,43.98144]],[[-122.84984,43.95315],[-122.84281,43.96095],[-122.81116,43.94642],[-122.75427,43.93954],[-122.75412,43.95025],[-122.73042,43.95682],[-122.72216,43.95254],[-122.6613,43.96951],[-122.65671,43.95407],[-122.67078,43.94734],[-122.67858,43.95009],[-122.6954,43.93939],[-122.69096,43.93388],[-122.69601,43.92807],[-122.69326,43.92119],[-122.72262,43.91905],[-122.80061,43.93664],[-122.80137,43.92517],[-122.81712,43.94229],[-122.84984,43.95315]],[[-122.41097,43.93411],[-122.36877,43.93105],[-122.21952,44.0277],[-122.17548,43.95919],[-122.04948,43.94451],[-122.03419,43.92616],[-122.01584,43.92188],[-122.01033,43.92983],[-122.03725,43.96286],[-122.14062,43.97142],[-122.20851,44.10905],[-122.10942,44.09987],[-122.05743,44.06746],[-122.05988,44.05828],[-122.03725,44.05767],[-121.97241,44.07785],[-121.93387,44.06929],[-121.88372,44.07296],[-121.83295,44.05706],[-121.82622,44.0014],[-121.83356,43.991],[-121.82683,43.97142],[-121.85925,43.96592],[-121.8721,43.90781],[-121.91614,43.91943],[-121.97608,43.85582],[-121.96507,43.76285],[-121.98831,43.68027],[-121.96996,43.62461],[-122.00605,43.62644],[-122.04764,43.61176],[-122.08129,43.59158],[-122.09474,43.69495],[-122.192,43.74021],[-122.23971,43.79221],[-122.30454,43.80383],[-122.36265,43.79893],[-122.4122,43.77324],[-122.41648,43.76162],[-122.444,43.76346],[-122.39691,43.79893],[-122.39935,43.82401],[-122.43299,43.82524],[-122.43055,43.90231],[-122.41097,43.93411]],[[-122.41954,43.25822],[-122.34491,43.27596],[-122.34705,43.29462],[-122.40088,43.31511],[-122.42198,43.34447],[-122.42871,43.37107],[-122.4125,43.38698],[-122.34614,43.35639],[-122.33696,43.36557],[-122.26693,43.37138],[-122.19995,43.40441],[-122.13297,43.38514],[-122.06141,43.39676],[-122.00727,43.33957],[-121.99504,43.27963],[-121.98403,43.25669],[-121.94366,43.25608],[-121.94366,43.26893],[-121.77973,43.27015],[-121.79197,43.23345],[-121.78463,43.21938],[-121.77056,43.21877],[-121.76444,43.19675],[-121.74732,43.1943],[-121.74426,43.13925],[-121.72774,43.13681],[-121.7253,43.10806],[-121.71062,43.10745],[-121.70878,43.07992],[-121.6574,43.07931],[-121.66107,43.04016],[-121.73325,42.96982],[-121.73814,42.95392],[-121.78769,42.95208],[-121.79258,42.9056],[-121.77423,42.88235],[-121.77912,42.86156],[-121.79503,42.86156],[-121.82194,42.84076],[-121.84396,42.80528],[-121.85619,42.70619],[-121.90268,42.6854],[-121.92959,42.65971],[-121.99565,42.80039],[-121.98954,42.84198],[-121.96507,42.84198],[-121.96262,42.9215],[-121.99443,43.00224],[-121.99443,43.06952],[-122.00177,43.08665],[-122.17304,43.08787],[-122.19506,43.11112],[-122.25255,43.12457],[-122.28314,43.13925],[-122.26968,43.18452],[-122.36143,43.21265],[-122.41954,43.25822]]]],"type":"MultiPolygon"}}, {"properties":{"name":"PortlandMaps Basemap Color Complete","id":"PortlandMaps","url":"https://www.portlandmaps.com/arcgis/rest/services/Public/Basemap_Color_Complete/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":false,"text":"City of Portland, Oregon","url":"https://www.portlandmaps.com/"},"type":"tms","category":"map","min_zoom":6,"max_zoom":21},"type":"Feature","geometry":{"coordinates":[[[-123.22266,45.5679],[-123.26663,45.5679],[-123.26657,45.52174],[-123.28858,45.52173],[-123.28857,45.46013],[-123.26658,45.46011],[-123.26658,45.44473],[-123.24463,45.44472],[-123.24462,45.4338],[-123.13543,45.43346],[-123.13513,45.41895],[-123.11471,45.41896],[-123.11465,45.40439],[-123.03239,45.40471],[-123.03237,45.39089],[-123.01179,45.39102],[-123.01162,45.37502],[-122.9914,45.37553],[-122.99141,45.3611],[-122.97031,45.36077],[-122.97024,45.34646],[-122.9088,45.34613],[-122.90892,45.31748],[-122.86791,45.31735],[-122.86801,45.25963],[-122.84814,45.25955],[-122.83361,45.27405],[-122.78491,45.27407],[-122.78486,45.25954],[-122.74925,45.2593],[-122.74924,45.21301],[-122.72828,45.213],[-122.72827,45.18204],[-122.7063,45.18203],[-122.7063,45.1278],[-122.66235,45.12779],[-122.66234,45.11232],[-122.65137,45.1123],[-122.65133,45.07352],[-122.49755,45.07352],[-122.49756,45.13555],[-122.43164,45.13555],[-122.43164,45.15105],[-122.40967,45.15105],[-122.40966,45.16655],[-122.36572,45.16655],[-122.36572,45.18204],[-122.3108,45.18204],[-122.31079,45.19753],[-122.26686,45.19752],[-122.26683,45.21301],[-122.2229,45.21301],[-122.22292,45.24396],[-122.18994,45.24395],[-122.18995,45.25169],[-122.16797,45.25169],[-122.16797,45.32898],[-122.12403,45.32899],[-122.12403,45.34442],[-122.10205,45.34442],[-122.10207,45.35986],[-122.01416,45.35985],[-122.01415,45.34442],[-121.97021,45.34442],[-121.9702,45.32898],[-121.94824,45.32897],[-121.94823,45.31353],[-121.92627,45.31353],[-121.92627,45.29807],[-121.88233,45.29807],[-121.88232,45.28261],[-121.75049,45.28262],[-121.75049,45.27489],[-121.72851,45.27489],[-121.72852,45.22848],[-121.71753,45.22848],[-121.71753,45.213],[-121.68457,45.21301],[-121.68458,45.33669],[-121.72851,45.33671],[-121.72848,45.32122],[-121.87134,45.32125],[-121.87134,45.35214],[-121.91529,45.35214],[-121.91528,45.36758],[-121.95923,45.36757],[-121.95922,45.37528],[-122.00317,45.3753],[-122.00317,45.39074],[-122.10205,45.39073],[-122.10205,45.40615],[-122.12402,45.40616],[-122.12406,45.42932],[-122.146,45.42925],[-122.146,45.46783],[-122.20093,45.46783],[-122.20093,45.48324],[-122.17895,45.48323],[-122.17897,45.49865],[-122.146,45.49864],[-122.146,45.54483],[-122.12402,45.54483],[-122.12402,45.56022],[-122.08008,45.56022],[-122.08008,45.56791],[-122.03615,45.56791],[-122.03613,45.58329],[-121.9923,45.58324],[-121.99219,45.59867],[-121.95923,45.59867],[-121.95923,45.61404],[-121.92205,45.61404],[-121.92199,45.64922],[-122.28848,45.54516],[-122.28882,45.61402],[-122.3108,45.61401],[-122.31079,45.62172],[-122.3877,45.62171],[-122.3877,45.65244],[-122.40967,45.65243],[-122.40967,45.66781],[-122.47559,45.6678],[-122.47557,45.6985],[-122.48657,45.6985],[-122.48658,45.71385],[-122.57446,45.71384],[-122.57446,45.72919],[-122.68432,45.72919],[-122.68432,45.72152],[-122.91504,45.72138],[-122.91504,45.65245],[-123.09082,45.65245],[-123.09082,45.66779],[-123.13476,45.66779],[-123.13478,45.68316],[-123.14575,45.68316],[-123.14575,45.69851],[-123.16772,45.69851],[-123.16772,45.71385],[-123.21167,45.71384],[-123.21168,45.73684],[-123.23364,45.73685],[-123.23364,45.75218],[-123.25562,45.75219],[-123.25562,45.76752],[-123.28857,45.76752],[-123.28857,45.77519],[-123.29956,45.77517],[-123.29956,45.78005],[-123.36165,45.77961],[-123.36156,45.75987],[-123.32154,45.75985],[-123.32153,45.74453],[-123.29956,45.74453],[-123.29956,45.72918],[-123.28858,45.72918],[-123.28859,45.70619],[-123.26661,45.70615],[-123.2666,45.69084],[-123.22264,45.69079],[-123.22265,45.67549],[-123.20067,45.67546],[-123.20069,45.66012],[-123.17871,45.66012],[-123.1787,45.64478],[-123.15671,45.64474],[-123.15674,45.6217],[-123.20068,45.62171],[-123.20068,45.59866],[-123.22266,45.59866],[-123.22266,45.5679]]],"type":"Polygon"}}, {"properties":{"name":"DVRPC Orthoimagery 2020 - Bucks County (1ft)","id":"DVRPC_2020_BucksPA","url":"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}","attribution":{"required":false,"text":"Delaware Valley Regional Planning Commission","url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214"},"type":"wms","category":"photo","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, {"properties":{"name":"DVRPC Orthoimagery 2020 - Chester County (1ft)","id":"DVRPC_2020_ChesterPA","url":"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}","attribution":{"required":false,"text":"Delaware Valley Regional Planning Commission","url":"https://www.pasda.psu.edu/uci/DataSummary.aspx?dataset=3214"},"type":"wms","category":"photo","max_zoom":19},"type":"Feature","geometry":{"coordinates":[[[-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]]],"type":"Polygon"}}, @@ -703,6 +714,7 @@ {"properties":{"name":"Esri World Imagery","id":"EsriWorldImagery","url":"https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":true,"text":"Terms & Feedback","url":"https://wiki.openstreetmap.org/wiki/Esri"},"type":"tms","category":"photo","max_zoom":22,"default":true},"type":"Feature","geometry":null}, {"properties":{"name":"Esri World Imagery (Clarity) Beta","id":"EsriWorldImageryClarity","url":"https://clarity.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}","attribution":{"required":true,"text":"Terms & Feedback","url":"https://wiki.openstreetmap.org/wiki/Esri"},"type":"tms","category":"photo","max_zoom":22,"default":true},"type":"Feature","geometry":null}, {"properties":{"name":"Mapbox Satellite","id":"Mapbox","url":"https://{switch:a,b,c,d}.tiles.mapbox.com/v4/mapbox.satellite/{zoom}/{x}/{y}.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJjbGZkempiNDkyandvM3lwY3M4MndpdWdzIn0.QnvRv52n3qffVEKmQa9vJA","attribution":{"required":true,"text":"Terms & Feedback","url":"https://www.mapbox.com/about/maps"},"type":"tms","category":"photo","max_zoom":22,"default":true},"type":"Feature","geometry":null}, +{"properties":{"name":"OpenAerialMap Mosaic, by Kontur.io","id":"OpenAerialMapMosaic","url":"https://apps.kontur.io/raster-tiler/oam/mosaic/{zoom}/{x}/{y}.png","type":"tms","category":"photo","min_zoom":1,"max_zoom":31,"default":true},"type":"Feature","geometry":null}, {"properties":{"name":"OpenStreetMap (Basque Style)","id":"osmfr-basque","url":"https://tile.openstreetmap.bzh/eu/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL","url":"https://www.openstreetmap.org/"},"type":"tms","category":"osmbasedmap","max_zoom":20},"type":"Feature","geometry":null}, {"properties":{"name":"OpenStreetMap (Breton Style)","id":"osmfr-breton","url":"https://tile.openstreetmap.bzh/br/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL","url":"https://www.openstreetmap.org/"},"type":"tms","category":"osmbasedmap","max_zoom":20},"type":"Feature","geometry":null}, {"properties":{"name":"OpenStreetMap (French Style)","id":"osmfr","url":"https://{switch:a,b,c}.tile.openstreetmap.fr/osmfr/{zoom}/{x}/{y}.png","attribution":{"required":true,"text":"Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL","url":"https://www.openstreetmap.org/"},"type":"tms","category":"osmbasedmap","max_zoom":20},"type":"Feature","geometry":null},